/*  General*/
body, html {
    height: 100%;      
}

body {
    background: #aaa9a9;
    font-family: "librebaskerville-regular", serif;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #5f5f5f;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6{
    font-weight: bold;
  
}
img{
    max-width: 100%;
    height: auto;
    margin: 0;
}
section{
    padding: 45px 0 80px 0;
}
.white-divider{
    width: 100px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
}
.red-divider{
    width: 100px;
    height: 2px;
    background: #660066;
    margin: 0 auto;
}


/*Navigation*/
.navbar
{
    background: #4e064e;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
}
.logo_header{
    border-radius: 50%;
    width: 40px;
}
.navbar .navbar-nav
{
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse
{
    text-align: center;
}
.navbar li a
{
    color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a
{
    color: #660066 !important;
    background-color: #fff !important;
    
}
.navbar-default .navbar-toggle
{
    border-style: none;
}
.icon-bar
{
    background-color: #fff !important;
}

/* Home SECTION*/
#home{
    background-image: url(/css/img/mokhtaria.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 200px;
    min-height: 768px;
}
.heading{
    float: left;
    margin-top:  50px;
    margin-left: 20px;
}
.heading h1{
    color: #660066;
    text-transform: uppercase; 
    
}
.heading h2{
    color: #660066;  
}
.home-content__buttons {
    position: absolute; 
    right:0;
    bottom: 50px;
    margin-right: 160px;
    text-align: center;
}
.home-content__buttons .btn {
    display: block;
    width: 210px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 10px 0 0 0;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.home-content__buttons .btn:hover,
.home-content__buttons .btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}
.home-content__scroll {
    position: absolute;
    left: 6px;
    bottom: -4px
}
.home-content__scroll a {
    font-family: "montserrat-semibold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgb(109, 10, 84);
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding-right: 2px;
}
.home-content__scroll a::after {
    border-bottom: 2px solid #922424;
    border-right: 2px solid #922424;
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 35%;  
}
.home-social {
    font-family:  sans-serif;
    list-style: none;
    margin:0;
    margin-right: 80px;
    padding-bottom: 3px;
    position: absolute;
    bottom: 0;
    right: 1px;
}
.home-social a {
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.home-social li {
    position: relative;
    height: 50px;
}
.home-social i, .home-social span { 
    position: absolute;
    top: 0;
    line-height: 3.6rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.home-social i {
    font-size: 1.8rem;
    right: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

/* About Me */
#about {
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #FFFFFF;  
}
.section-intro {
    position: relative;
    text-align: center;
}
.section-intro h3 {
    font-family:  sans-serif;
    font-size: 20px;
    color:  #660066;
    text-transform: uppercase;
    letter-spacing: .15rem;
    margin-top: 0;
    margin-bottom: 0;
}
p.lead {
    font-family: "montserrat-regular", sans-serif;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 3.6rem;
    color: #0D0A0B;
}
.about-content .left {
    padding-right: 40px;
}

.about-content .right {
    padding-left: 40px;
}
.about-content p{
    color: black;
    font-size: 18px;
    font-family: sans-serif;  
}
.skill-bars {
    list-style: none;
    margin: 50px 0 20px;
}
.skill-bars li {
    position: relative;
    height: .6rem;
    width: 100%;
    margin-bottom: 4.2rem;
    padding: 0;
    background-color: #fff;
}
.skill-bars li strong {
    position: absolute;
    left: 0;
    top: -2rem;
    font-family: "montserrat-extrabold", sans-serif;
    color: #0D0A0B;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.skill-bars li span {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.3rem;
    color: #660066
  }

  /*Experience*/
  #experience
{
    padding-top: 120px;
    background: #660066;
}
.heading-experience{
    text-align: center;
    color: white;
    font-family: sans-serif;
    text-transform: uppercase;
}
.timeline
{
    padding: 30px 10px;
    position: relative;
}
.timeline:before
{
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: #333;
    left: 50%;
    margin-left: -2.5px;
}
.timeline > li
{
    margin-bottom: 20px;
    position: relative;
    list-style: none;
}
.timeline > li:after
{
    clear: both;
}
.timeline > li:before, .timeline > li:after
{
    content: " ";
    display: table;
}
.timeline li .timeline-badge
{
    color: #660066;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #ddd;
    border-radius: 50%;
}
.timeline-panel-container
{
    width: 50%;
    float: left;
}
.timeline-panel-container-inverted
{
    width: 50%;
    float: right;
}
.timeline-panel
{
    width: 90%;
    float: right;
    margin-right: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0,0,0, 0.175);
    background: #fff;
}
.timeline-panel-container-inverted .timeline-panel
{
    float: left;
    margin-left: 40px;
}
.timeline-panel:after
{
    position:absolute;
    top: 12px;
    right: -14px;
    display:inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline-panel-container-inverted .timeline-panel:after
{
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-heading h3
{
    margin-top: 5px;
    font-size: 20px;
}
.timeline-heading h4
{
     color: #660066;
}
/*EDUCATION SECTION*/
#education
{
    padding-top: 120px;
    background: #fff;
}
.heading-education{
    text-align: center;
    color: #660066;;
    font-family: sans-serif;
    text-transform: uppercase;
}
.education-block
{
    width:80%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background: #ddd;
    border-radius: 10px;
    border: 2px solid #ccc;
    margin-bottom: 20px;

}
.education-block h5
{
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
}
.education-block .glyphicon
{
    font-size: 40px;
}
.education-block h3
{
     color: #660066;
}
.education-block h4
{
   margin-bottom: 20px;
}
.education-block p
{
  font-weight: bold;
}
.education-block .red-divider
{
    margin-bottom: 20px;
}

/* Portfolio SECTION*/
#portfolio{
    background-color: #660066;
    padding-top: 120px;
}
.heading-portfolio{
    text-align: center;
    color: white;
    font-family: sans-serif;
    text-transform: uppercase;
}

.description_part{
    flex-direction: column;
    flex: 1;
    background-position: center;
    text-align: center;
    font-size: 1.5rem;
    margin-left: 10px;
    transition: ease 0.09s;
    
  }
  .description_part h2{
    padding-top: 40px;
    font-size: 20px;
    text-align: center;
    font-family: 'limelight', sans-serif;
    color: white;
    text-transform: uppercase;
}
.description_part h3{
    display: none;
    margin-top: 10px;
    padding: 10px;
    font-size: 26px;
    color: #fff;
    font-family: 'Lobster', sans-serif;
    text-align: center;
    text-shadow: 2px 1px 1px #660066;
    border-radius: 5px;
}
.description_part p{
    padding-top: 35px;
    font-size: 18px;
    color: white;
    font-family: 'Lobster', sans-serif;
    text-align: center;   
}
.description_part p:nth-child(2n+1) {
    display: none;
}
.part1 img{
    height: 350px;
    width: 100%;
    border-radius: 20%;
    border: 1px solid white;
}
.btnGrp{
    justify-content: center; 
    margin-top: 5px;
}
.btnGrp .btnSource{
    
    margin: 0 20px;
    width: 180px;
    margin-top: 10px;
    box-shadow: 0 2px 10px white;
    border: none;  
}
.btnGrp .btnSource:hover{
    background: #660066;
}
/*partiejs suite portfolio section*/  
.primary-panel {
    flex: 3;
  }
.primary-panel p:nth-child(2n+1) {
    display: inline;
}
.primary-panel h3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

/*Contact Section*/
#contact{
    background-image: url(/css/img/mokhtaria.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5rem;   
}
.heading_contact{
    text-align: center;
    font-family: sans-serif;
    text-transform: uppercase;
}
form{
    margin: 50px ;
    margin-left: 120px;
    position: relative;
    float: right;
}
input[type="email"],

input[type="text"],
input[type="tel"],
input[type="url"],
textarea {
    border: none;
     width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #660066;
    margin-bottom: 20px;
    color: #660066; 
}
input[type="email"]:focus,
input[type="text"]:focus,
 input[type="tel"]:focus,
 input[type="url"]:focus,
 textarea:focus {
    color: #660066;
    border-bottom: 1px solid #660066;
}
#not-mail {
    display: none;
    position: absolute;
    left: 20px;
    color: #ff4d4d;
    right: 0;
    transform-origin: 50% 50%;
  }
.socialme{
    position: relative;
    float: left;
    padding-top: 10rem; 
}
.buttonForm{
    width: 100%;
    height: 50px;
    background: #660066;
    color: white;
}

/*footer section*/
footer {
   
    font-family: "montserrat-regular", sans-serif;
    font-size: 14px;
    padding: 6.6rem 0 4.2rem;
    text-align: center;
    color: black;
    background-color: black;
    
}
footer a, footer a:visited {
    color: white;
}

footer a:hover, footer a:focus {
    color:black;
}

.footer-logo {
    display: inline-block;
}

.footer-site-logo {
    display: block;
    width: 130px;
}

.footer-social {
    list-style: none;
    margin-top: 3rem;
    margin-left: 0;
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    background-color: black;
}

.footer-social:after {
    content: "";
    display: table;
    clear: both;
}

.footer-social li {
    display: inline-block;
    padding-left: 0;
    margin-right: .9rem;
    line-height: 3.9rem;
    vertical-align: middle;
}

.footer-social li::after {
    content: "|";
    color: blanchedalmond;
    padding-left: .9rem;
}

.footer-social li i {
    font-size: 1.7rem;
    line-height: 3rem;
    vertical-align: middle;
}

.footer-social li span {
    margin-left: .6rem;
}

.footer-social li a {
    color: #FFFFFF;
}

.footer-social li:last-child {
    margin-right: 0;
}

.footer-social li:last-child::after {
    display: none;
}

.copyright {
    margin-top: 7.2rem;
    text-align: center;
    background-color:#660066;
}

.copyright span {
    display: inline-block;
}
.go-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 600;  
    background-color: aqua;
}



