/* not used  
#bottom-center {
    position:absolute;
    width:250px;
    bottom: 0;
    height: 40px;
    margin-left: 0;
    right:50%;
    left:50%;
    margin-left:-125px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    z-index: 1;   
}
*/


a:link {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: dimgrey;

}

a:visited {
    text-decoration: none;
    color: transparent;
}

a:visited:hover {
    color: dimgrey;
}



@viewport {
  width: device-width ;
    height: device-width ;
  zoom: 1.0 ;
}

@-ms-viewport {
  width: device-width ;
}

@font-face {
    font-family: 'RiformaLL-Regular';
    src: url('assets/RiformaLL-Regular.woff2');
    font-weight: 1000;
}

#googlesearch {
    position: absolute;
    color: #f9f8f7;
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

#project-image-1 {
    display:initial;
    align-self: center;
    margin: 0 auto;
    height: auto;
    max-height: 70%;
    max-width: 90%;
    cursor: pointer;   
    
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

.project-image {
    display:none;
    align-self: center;
    margin: 0 auto;
    height: auto;
    max-height: 70%;
    max-width: 90%;
    cursor: pointer; 
    user-select:none;
    
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}   

body { 
    
    display:flex;
    height: calc(100vh - 10px);
    
    background: #f9f8f7;
    margin: 0;
    font-family: 'RiformaLL-Regular', Helvetica,Arial, sans-serif;
    line-height: 1.22;
    
}
#container {
    
}

#bottom-right {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 50px;
    height: 68px;
    z-index: 1;
    font-size: 19px;
    font-style: italic;
}

#about-button {
    
    position: absolute;

    margin-right: 65px;
    margin-top: 49px;
    right: 0;
    
    border: 0px; 
    padding: 0px 0px;
    background-color: none;
    background: none;
    font-family: 'RiformaLL-Regular', arial, sans-serif;
    
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    z-index: 2;
    
    
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}





#about-button:hover {
    text-decoration: none;
    color: dimgrey;
}

#home-button {
    position: absolute;

    margin-right: 65px;
    margin-top: 49px;
    right: 0;
    
    border: 0px; 
    background-color: none;
    background: none;
    font-family: 'RiformaLL-Regular', arial, sans-serif;
    padding: inherit;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    display: none;
    z-index: 2;
    
               user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */   
}

#home-button:hover {
    text-decoration: none;
    color: dimgrey;
}

#about-page-content {
    display: flex;
    color: black;
    align-content: center;
    height: calc(100% - 700px);
    align-items: center; 
    text-align: left;
    vertical-align: middle;
    position: absolute;
    background: #f9f8f7;
    padding: 350px;
    width: calc(100% - 700px);
    align-content: center;
    z-index: 0;
    margin-top: -20px;
    font-size: 15px;
    font-family: 'RiformaLL-Regular', Helvetica,Arial, sans-serif;
    
}

#about-page {
    display:none;
}

#email-in-about {
    margin-top: 30px;
}

#title {
    position: absolute;
    margin-left: 65px;
    margin-top: 49px;
    z-index: 2;
    font-size: 20px;
    letter-spacing: 0.2px;
    color: black;
    
            user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
    
}

::selection {
    background: #000;
    text-shadow: none;
    color: #fff;
}

@media only screen and (max-width: 1700px) {
#about-page-content {    

    font-size: 12px; 
    }    
#home-button {
    margin-right: 50px; 
    margin-top: 44px; 
    font-size: 18px;
    }    
    
#about-button {
    margin-right: 50px;
    margin-top: 44px; 
    font-size: 18px;
    }
    
#title {
    margin-left: 50px; 
    margin-top: 44px; 
    font-size: 18px;
    }   
}


@media only screen and (max-width: 1400px) {  
#about-page-content {    
    height: calc(100% - 250px);
    padding: 125px;
    width: calc(100% - 250px);
    font-size: 11px; 
    }
#bottom-right {
margin-right: 37px;  
height: 50px;
font-size: 16px;
    }    
    
#home-button {
margin-right: 37px; 
margin-top: 32px; 
font-size: 16px;
    }    
    
#about-button {
margin-right: 37px; 
margin-top: 32px; 
font-size: 16px;
z-index: 2;
    }
#title {
    font-size: 16px;
    margin-left: 37px; 
    margin-top: 32px; 
    }
}

@media only screen and (max-width: 600px) {
#email-in-about {
    margin-top: 10px;
}

#bottom-center {
    display: none;
    }
    
    
#bottom-right {
margin-right: 28px;  
height: 43px;

    }    
    
#home-button {
margin-right: 20px;
margin-top: 18px;
    font-size: 12px;
    }    
    
#about-button {
margin-right: 20px;
margin-top: 18px;
z-index: 10;
font-size: 12px;
    }

#about-page-content {
    
    height: calc(100% - 100px);
    padding: 50px;
    width: calc(100% - 100px);
    font-size: 8px;
    }
    
#title {
    font-size: 12px;
    margin-left: 20px;
    margin-top: 18px;
    }       
    
    #project-image-1 {
    max-height: 65%;
    max-width: 89%;

    }

.project-image {

    max-height: 65%;
    max-width: 89%;
    }
}
