

@font-face {
    font-family: 'luthierregular';
    src: url('luthier-regular-webfont.woff2') format('woff2'),
         url('luthier-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {    
    background-color: #294545; 
    color:white;  
    font-family: 'Helvetica';    
}


.hide {
    color: rgba(255, 255, 255, 0)
}


.center 
{       
    display: flex;
    flex-flow: column;             
    justify-content: center;   
    align-items: center;    
    height: calc(100vh);
    overflow: hidden;
}

.about 
{       
    display: flex;
    flex-flow: row;   
    width:100%;          
    justify-content: center;   
    align-items: center;        
    overflow: hidden;
}

.homeText
{
    overflow: visible;
    margin-right: 15px!important;
}


.aboutText 
{           
    width:50%;
    margin-left: 10%;
}

.aboutCircle 
{       
    display: flex;
    width:50%;
    flex-flow: column;             
    justify-content: center;   
    align-items: center;    
    height: calc(100vh);
    overflow: hidden;
}

@media (max-width: 750px) {
.hide-circle {
    display: none!important;
}
.homeText
{
    position: static!important;
    margin-right: 0px!important;
}

.aboutText 
{           
    width:100%;
    margin-left: 0%;
}
}

.logo
{            
    font-family: luthierregular;
    color: white;    
    padding: 0ch;
    margin: 0ch;    
}

a {
    color: white; 
    font-style: normal;
    text-decoration: none;
  }

.imp
{           
    font-size: 12px;
    color: white;        
    
    display: flex;
    flex-flow: column;   
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.imptext
{         
    font-family: Arial, Helvetica, sans-serif;       
    color: white;    
    padding: 0ch;
    margin: 0ch;    
}
