/*
CSS Document
Version: 2.0
Author: zohrehgorji
*/

html {
    font-size: 100%;
}

body {
    margin: 0;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    padding: 0;
    height: 100%;
    color: #3B4F8D;
    background-color: #1b1b1b;
}


h2, h3 {
    font-family: Gotham, Helvetica, Arial, sans-serif;
    margin: 10px 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    /*border-top: 1px solid #ccc;
    border-top: 1px solid #E75EAC;*/
    width: 50%;
    margin: 1em 0;
    padding: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}


/* the coming menu at the beginning*/

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}


/* the coming menu at the beginning*/
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

 nav {
    /* This section calls the slideInFromLeft animation we defined above */
    animation: 1s ease-out 0s 1 slideInFromLeft;

    background: #333;
    padding: 30px;
    /*width: 500px;*/
}

.navbar-brand {

}


img {
    max-width: 100%;
    border-style: none;

}

ul {
    list-style: none;
    padding: 0
}


.section {
    width: 100%;
    height: auto;
    min-height: 700px;
    padding: 0;
    overflow: hidden;
    color: #f2f2f2;
    position: relative
}

.section:first-of-type {
    background-color: #0054c7;
}

.section:nth-of-type(odd) {
    background-color: #5b5b5b;
}

.section:nth-of-type(even) {
    background-color: #1b1b1b;
}

*, :after, :before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#contact-section .bg {
    background-image: url(../img/bg-contact/contact-xl.jpg)
}


.circle:before {
    content: ' \25CF';
    font-size: 50px;

}

.tab-content {
    height: 100%;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0% {
        background-color: white;
        left: 0px;
        top: 0px;
    }
    /* 25%  {background-color:whitesmoke; left:200px; top:0px;}*/
    /*  50%  {background-color:gainsboro; left:0px; top:100px;}
   /*   75%  {background-color:grey; left:0px; top:200px;}*/
    100% {
        background-color: black;
        left: 0px;
        top: 200px;
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        background-color: white;
        left: 0px;
        top: 0px;
    }
    /* 25%  {background-color:whitesmoke; left:200px; top:0px;}*/
    /*  50%  {background-color:gainsboro; left:0px; top:100px;}
     /* 75%  {background-color:grey; left:0px; top:200px;}*/
    100% {
        background-color: black;
        left: 0px;
        top: 200px;
    }

}

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
/*
section,
*/
summary { /* 1 */
    display: block;
    text-align: center;
}
#footer{
    display: block;
    text-align: center;
}

.sub_header {
    margin: 5px 5px 10px;
    padding: 10px 10px 30px;
    text-align: left;
    font-family: "miama", "Impact", " Haettenschweiler", "Franklin Gothic Bold", "Arial Black", "sans-serif";
}


.home {
    height: 100%;
    overflow: visible;
    position: relative;

}

.navbar {
    margin-bottom: 0;
    position: fixed !important;
}

/* Landing Page */

#intro-section .bg {
    z-index: 0;
    /*background-image:url(../6_sep_nachmittag_easy/oneIll.jpg);*/
    background-color: #769BCF;

}

#intro-section .intro-wrapper {
    padding: 0;
    padding-bottom: 20px;
    /*color: #E0ECF0*/
}

#intro-section .intro-wrapper .intro-body {
    width: 100%;
    height: 101vh;
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    overflow: hidden
}

/*for arrow, i down*/
/*.arrow_down {
    /* border: solid black;*/
/* border: #769BCF;
 border-width: 0px 4px 4px 0;
 display: inline-block;
 padding: 5px;
 background-color: #769BCF;
 position: relative;
 -webkit-animation-name: example;
 -webkit-animation-duration: 2s;
 animation-name: example;
 animation-duration: 2s;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}*/
.arrow {
    text-align: center;
    margin: 8% 0;

}

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.imageArrow {
    padding: 20px;
    margin: 20px;
    max-width: 30%;
    max-height: 30%;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/* About Me */

#about-section .section-wrapper {
    margin: 10px;
    padding-top: 60px;
}

#about-section-label {
    margin: 10px;
    padding: 30px;
}

.section .overlay-wrapper .divider, .section .section-wrapper .divider {
    display: block;
    /* margin:30px 0px;*/
    margin: auto;
    width: 800px;
    background-color: #E75EAC;
}

#about-section .about-wrapper {
    padding: 20px;
    margin: 20px;
}

#about-section .section-subheading {
    width: 100%;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 1em;

}

#pic {
    height: 150px;
    width: 100px;
    margin: 10px;
}


.textWrapperHeadline {
    text-align: left;
    margin: 10px;
    padding-top: 10px;
    font-family: "cookie", serif;
    color: #B6C6EB;
}

.textWrapperLeft {
    padding: 10px;
    margin: 10px;
    text-align: left;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

.windowsImg {
    padding: 20px;
    margin: 20px;
    max-width: 30%;
    max-height: 30%;
    float: right;
}


/* Resume */
/*
.cv {

    padding: 10px;
    !**margin:10px;
    padding-left: 50px;**!
    border: hidden;
    background-color: #f8f8f8;
    !*background-attachment: scroll;*!
    !*background-image:  url(../8sep/images/mp.png);*!
    !*background-image: url("http://www.digitalplatforms.co.za/wp-content/uploads/2015/11/Website-Design-Background.png");*!
    !*  background-image: url("https://images.unsplash.com/photo-1566041510394-cf7c8fe21800?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=668&q=80");
     *!
    height: auto;

    text-align: justify;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
*/

/*#resume_cv > div > div > div:nth-child(2) {
    padding-bottom: 10%;
}

#projects > div > div > ul {
    margin-top: 5%;
}

.cv_border {
    border: #dddddd 5px solid;
    border-radius: 3%;
}

!* Mobile LD *!
@media only screen and (max-width: 375px) {
    .cv {
        !* background-image: url("https://images.unsplash.com/photo-1566041510394-cf7c8fe21800?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=668&q=80");*!
    }
}*/

.latex sup {
    font-size: 0.85em;
    vertical-align: 0.15em;
    margin-left: -0.36em;
    margin-right: -0.15em;
}

/*
#resume_header {
    font-family: "philosopher", serif;
    padding-top: 10%;
    padding-bottom: 5%;
    text-align: center;
}
*/


.dot {
    height: 10px;
    width: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}


/* Footer */

#footer {
    background: linear-gradient(45deg, #E0ECF0 0, #4d0ce8 100%);
    color: #f2f2f2
}

#footer .section-wrapper {
    padding: 15px 0 20px
}

#footer .footer-logo {
    width: 30px;
    margin: 0 auto
}

#footer .copyright-wrapper {
    margin-top: 15px;
    font-size: 13px;
    color: #f2f2f2;
    font-weight: 500
}

#footer .copyright-wrapper p {
    margin: 0;
    color: #f2f2f2
}

#footer_elements {
    padding: 5px;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 660px) {
    #footer .section-wrapper {
        padding: 15px 0
    }
}

@media only screen and (max-width: 480px) {
    #footer {
        height: 200px
    }
}

@media screen and (max-width: 1060px) {
    #primary {
        width: 67%;
    }

    #secondary {
        width: 30%;
        margin-left: 3%;
    }
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary {
        width: 100%;
    }

    #secondary {
        width: 100%;
        margin: 0;
        border: none;
    }
}

@media (min-width: 640px) {
    body {
        font-size: 1rem;
    }
}

#projects {
    background-color: #f8f8f8;
    border: #dddddd 5px solid;
    padding: 30px;
    color: #1b1b1b;
}

#projects > div {

}

.nav_border {
    padding: 10px;
    border: #dddddd 1px solid;
    border-radius: 3%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #1b1b1b;
}

.nav > li > a {
    text-decoration: none;
    margin: 0;
    color: #5899e2;
    background-color: #1b1b1b;;
    /*margin: 10px;
    display: inline-block;
    background-color: #dddddd;
    border-radius:10%;
     color: #fff; */
}

.nav > li {
    background-color: #1b1b1b;
    margin: 2px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #1b1b1b;
}

/*.nav-tabs{
    background-color:#161616;
}
.tab-content{
    background-color:#303136;
    color:#fff;
    padding:5px
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #999999;
}
*/
#includedContent
{
    margin: 5px 5px 10px;
    padding: 10px 10px 30px;
}