﻿html, body {
    height: 100%;
    background-color: white;
    /*font-family: Tahoma, Geneva, sans-serif;*/
    /*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
    /*font-family: Tahoma, Geneva, sans-serif;*/
    font-family: Tahoma,'Iranian Sans','DejaVu Sans','Noto Kufi Arabic','Droid Arabic Kufi',sans-serif;
    /*font-family: "DejaVu Serif";
    font-family: "Geeza Pro";*/
    /*font-family: Verdana, Geneva, sans-serif;*/
    /*font-family: Courier New, Courier, monospace;*/
    /*font-size:17px;*/
    text-align: justify;
    text-justify: kashida;
}

* {
    margin: 0;
    padding: 0;
}
p,a {
     direction: rtl;
}
h1, h2, h3, h4, ul, li, table, tr, td {
    direction: rtl;
    font-family: uthmantn,serif;
}

h1 {
    color: white;
}

button::-moz-focus-inner {
    border: 0;
}

#wrap {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

#main {
    background-color: #000624;
}

#footer {
    height: 120px;
    margin: auto;
    background-image: url("../../Content/Images/footerbgtest.png");
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    z-index: 200;
}

.sitecontentsBig {
    background-image: url('../../Content/Images/MindContent.png');
    background-repeat: repeat-y;
    background-position: center top;
    width: 100%;
}

.sitecontentsSmall {
    position: relative;
    z-index: 200;
}

.contactdiv {
    margin-top: 25px;
}

.panel {
    background-color: transparent;
}

/*social buttons*/
.btn-social {
    color: white;
    opacity: 0.9;
    width: 30px;
    display: inline;
    margin: 5px;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
    }

.btn-facebook {
    background-color: #3b5998;
    opacity: 0.9;
}

.btn-twitter {
    background-color: #00aced;
    opacity: 0.9;
}

.btn-linkedin {
    background-color: #0e76a8;
    opacity: 0.9;
}

.btn-google {
    background-color: #c32f10;
    opacity: 0.9;
}


/* resume stuff */

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 5px 1px 1px;
    margin-bottom: 15px;
    padding: 20px;
    color: black;
    background: rgba(230,188,60,1);
    background: -moz-linear-gradient(left, rgba(230,188,60,1) 0%, rgba(255,230,153,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(230,188,60,1)), color-stop(100%, rgba(255,230,153,1)));
    background: -webkit-linear-gradient(left, rgba(230,188,60,1) 0%, rgba(255,230,153,1) 100%);
    background: -o-linear-gradient(left, rgba(230,188,60,1) 0%, rgba(255,230,153,1) 100%);
    background: -ms-linear-gradient(left, rgba(230,188,60,1) 0%, rgba(255,230,153,1) 100%);
    background: linear-gradient(to right, rgba(230,188,60,1) 0%, rgba(255,230,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6bc3c', endColorstr='#ffe699', GradientType=1 );
}

    .bs-callout:last-child {
        margin-bottom: 0px;
    }

.bs-callout-contentbox {
    border-right-color: rgba(248,181,0,1);
    border-bottom-color: rgba(248,181,0,1);
    height: auto;
    width: auto;
}

    .bs-callout-contentbox h4 {
        color: #D38B28;
    }

.resume .list-group-item:first-child, .resume .list-group-item:last-child {
    border-radius: 0;
}

.indentedtext {
    margin-left: 50px;
}
/*Header*/
Header {
    width: 100%;
    padding-top: 15px;
    position: relative;
    z-index: 200;
}

.language_switch {
    font-size: 12px;
}

    .language_switch a {
        color: white;
        transition: ease-in 0.4s;
        text-decoration: none;
    }

    .language_switch p {
        float: left;
    }

    .language_switch a:visited {
        color: white;
    }

    .language_switch a:active {
        color: white;
    }

    .language_switch a:hover {
        color: gold;
    }

.Logo {
    position: absolute;
    right: 0;
    top: -14px;
}
/*Footer*/
.copyright {
    width: 100%;
    font-size: 10px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    height: 15px;
    background-color: #010725;
}

.footeritems {
    height: 95px;
}

    .footeritems p {
        font-size: 12px;
        margin: 2px;
    }

    .footeritems h3 {
        color: #E3BA45;
    }

    .footeritems a {
        color: white;
        text-decoration: none;
    }

        .footeritems a:hover {
            color: gold;
        }

.footerlist {
    list-style-image: url("../../Content/Images/nested.png");
}

    .footerlist li {
        padding: 0px 0 0px 0px;
        font-size: 15px;
    }
/*-------------------------Responsive-------------------------*/
@media (max-width: 1200px) {
    Header {
        background-image: url("../../Content/Images/MobileHeader.png");
        background-repeat: no-repeat;
    }
    /*.footeritems{
            margin-left:5px;
        }*/
}

@media (max-width: 768px) {

    Header {
        background-image: url("../../Content/Images/MobileHeader.png");
    }
}
