nav{
    min-width: 100%;
    background: white;
    padding: 9px;
    border-bottom-color: black;
    border-bottom-style: solid; 
    border-bottom-width: 1px;
    position: fixed;
    top:0px;
    z-index: 99;

}
nav a {
        color:black;
    font-size: 10;
margin-right: 15px;
    font-weight: 10;
    /* works copy: */
    text-decoration: none;

}

.navcenter{
/* NIKA LOHRASBI AZAR Copy: */
font-family: Wremena, Icons;
font-size: 0.8em;
font-weight: 500;
color: #000000;
text-align: center;
margin-left: 30%;
}

.navul1{
    margin-left: 15px;
}

.linkedin{
 position:absolute;
    right:15px; 
    font-size: 15px;
}

.resume{
 position:absolute;
    right:85px; 
        font-size: 15px;
}



h1{
/* NIKA LOHRASBI AZAR: */
font-family: Arial-BoldMT;
font-size: 19px;
color: #000000;
line-height: 10px;
    margin-top: 5%;
    text-align: bottom;
}

h2{
font-family: Arial-BoldMT;
font-size: 19px;
color: #b9b9b9;
line-height: 22px;
margin-top: 5%;
text-align: center;


/* works copy: 
font-family: Arial-BoldMT;
font-size: 12px;
color: #000000;
line-height: 14px;
text-align: left;
align: left;*/
}

h4{
    
    /* works copy: */
font-family: Arial-BoldMT;
font-size: 18px;
color: #000;
line-height: 14px;
    text-align: left;
    text-decoration: none;
    font-weight:bold;
}

.intro{
font-family: SavoyeLetPlain;
font-size: 20px;
color: #000000;
line-height: 14px;
        text-align: center;
}

.about{
font-size: 15px;
color: #000000;
letter-spacing: 0px;
    text-align: center;
    max-width: 40%;
    width: 40%;
}

.title{
color: #000000;
letter-spacing: 0px;
    text-align: center;
    max-width: 40%;
    width: 40%;
}



body{
    background: #ffffff;
     margin: 0px;
}
.main {
    background: #fff;
    display: block;
    padding-bottom: 10px;
    overflow: hidden;
    padding:10px; 
    margin-top:10px; 
    height:auto; 
}


/********************************************/
/********************************************/


header {
    height: 100px;
}


.right {
    text-align: right;
    margin-right: 56px; 
    text-decoration: none;
}

p {
    font-family: helvetica;
    color: 676767;
    margin: 20px 0;
    font-size: 16px;
    width: 85%;
    max-width: 85%;
    font-weight: 300;
    line-height: 1.7;
}

section {
    padding: 79px 0;
}
section a{
        text-decoration: none;
}

section img{

box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);   
}
section img{
    max-width: 90%;
    height: auto;
}
.wrapper {
    width: 70%;
    position: relative;
    padding: 28px 0px 0 0;
    float:right;
}

.menuleft {
    display: block;
    background: #fafafa;
    position:fixed;
    width: 220px;
    padding: 15px 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    top:138px;
    height: auto;
    max-height: 95%;
}

.menuleft a {
    font-family: helvetica;
    font-size: 11px;
    color:dimgray;
    padding: 2px; 
    display: block;
    text-decoration: none;
    margin-top:10px;
    text-align: right;
}

.menuleft a:hover,
.menuleft a.active {
    font-weight: 900;
    font-weight: bold;
color: #000;
}

footer {
  width:100%;
  height:1500px;
  background:#fafafa;
  float:left;
}

.contain {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}

/********************************************/
/********************************************/

@media (max-width: 800px) {
  .menuleft {
    display: none;
  }
    section{
        width: 100%;
    }
    section img{
    max-width: 100%;
    height: auto;
}
    .wrapper{
        width: 100%;
    }
    p{
        margin: 10%;
        font-size: 1rem;
        
    }
    h4{
        margin: 10%;
        font-size: 1.5rem;
        line-height: normal;

    }
    p{
        
    max-width: 100%;
    }
    .navcenter{
        display: none;
    }
}