/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {


h2{
    font-size: 60px;
    font-weight: 700;
    text-align: left;
    margin: 90 auto 46 0;
    padding: 0;
    color: #424242;
}


h2 a{
    font-size: 60px;
    font-weight: 600;
    text-align: left;
    margin: 30 auto 6 0;
    padding: 0;
    text-decoration: underline;
    color: #757575;
}


h2 a:hover{
    text-decoration: none;
    color: #424242;
    transition: 0.5s ease-in-out;
    text-decoration: underline;
}
  
      
nav {
    height: 120px;
}
      
nav ul li {
    padding: 15 10;
    font-size: 50px;
    font-weight: 400;
}
      
nav ul li ul {
    display: none;
    padding: 0;
    position: absolute;
    top: 120px;
    left: 0;
    min-width: 200px;
    max-width: 350px;
    opacity: 0;
    visibility: hidden; 
    background-color: #F5F5F5;
}

nav ul li ul li {
    width: 500px;
    height: 100px;
    text-align: left;
    font-size: 50px;
    font-weight: 400;
    padding: 15px 20px;
    margin: 0;
    display: block;
    color: #757575;
/*    border-bottom: solid 1px #E0E0E0;*/
    background-color: #F5F5F5;
    z-index: 5;
}

nav ul li ul li:hover { 
    background-color: #E0E0E0;
    color: #757575;
}

nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

main{
    width: 100%;
    height: auto;
}
      
.profile_pic{
    width: 396px;
    height: 396px;
    margin: 200 auto 0 auto; 
    background-size: 396px 396px;
    background-image: url(../images/profile_pic.png);
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
} 
      
.name{ 
    font-size: 76px;
    font-weight: 600;
    margin: 30 auto 20 0;
    overflow-wrap: break-word;
}

.about_me{
    width: 100%;
    margin: 100 auto 300;
    font-size: 60px;
    font-weight: 400;
    line-height: 100px;
}
    
.contact{
    width: 90%;
    overflow-wrap: break-word;
    font-size: 60px;
    font-weight: 400;
    margin: 100 auto;
}

#ux{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#ux h1{
    font-size: 130px;
    font-weight: 300;    
    margin: -50 auto 60 0;
    padding: 100 0 100 0;
}
   
#arts{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#arts h1{
    
    font-size: 130px;
    font-weight: 300;    
    margin: -50 auto 60 0;
    padding: 100 0 100 0;
}


.project_container{
/*    border: dotted 1px red;*/
    width: 100%;
    height: 2300px;
    max-height: 2300px;
    margin: 80 auto 80 0;
    clear: both;
}

.project_container p{
/*    border: solid 1px blue;*/
    height: auto;
    padding: 0;
    margin: 0 60 0 60;
    font-size: 56px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.project_container h2{
    margin: 60;
    }
      
.project_container h2 a{
    font-size: 90px;
    font-weight: 600;
    text-decoration: none;
/*    margin: 40 0 40 40;*/
    position: relative;
}

.continue_reading{
    bottom: 0;
    right: 0;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-top: 120px;
    
}

.continue_reading a{
    width: 100%
    color: #BDBDBD;
    text-decoration: none;
    padding: 50 0 50 0;
}

.continue_reading a:hover{
    color: #757575;
    transition: 0.5s ease-in-out;
}

.gutter{
    margin: 0;
} 
      
.nutrimax{
    
    width: 960px;
    height: 540px;
}  
      
.flag{
    
    width: 960px;
    height: 540px;
}    
      
.flag_banner{
    width: 100%;
    height: 330px;
    background-image: url(../images/ux/flag/flag_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    overflow-y: hidden;
    margin: 0;
}

.flag a{
    width: 100%;
    height: 540px;
    background-image: url(../images/ux/flag/flag_mob_b.jpg);
/*    overflow: hidden;*/
    position: absolute;
    margin: 0;
    padding: 0;
}

.flag a:hover{
    transition: 0.3s ease-in-out;
    background-image: url(../images/ux/flag/flag_mob_c.jpg);
}
      

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}