#fullpage img
{


}

.section
{
	background-color:#eaeaea;	
}
.bg
{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}


#progress_bar
{
	    position: fixed;
    height: 5px;
    width: 100%;
    display: flex;
    margin-top: -5px;
}
#current_progress
{
	width:0%;
	transition:all ease 1.2s;
    background-color: #0075c9;
}

#backto_overlay
{
    width:100%;
    height:auto;
    background-color:white;
    position: fixed;
    z-index: 999;
    overflow:hidden;
   box-shadow: 0px 1px 3px rgba(155,155,155,0.5);
}
#backto_overlay h2
{
    font-family:'Fabriga-Light';
    font-weight: normal;
    padding-left: 12%;
    font-size: 1.4125rem;
       margin-top: 2.5%;
    margin-bottom: 2.5%;
    
    color: #4d4d4d;
}
.underline_backto
{
        border-bottom: 1.5px solid #6ad48f;
    display: inline-block;
    line-height: 1.05;
    text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}

.backto_page svg
{
    width: 1%;
    
    margin-right: 0.7%;
    transition: all ease-in-out 0.5s;
}
a.backto_mainpage
{
    text-decoration:none;
    color:unset;
}
a.backto_mainpage:hover .backto_page svg
{
   transform: translate(-5px, -3px);
 
}
.bg_lettrs
{
      
         height: 100%;
    right: 4%;
    position: absolute;
    top: 30%;
   
}
.bg_lettrs img
{
        height: 70%;
    width: auto;
}
.bg_lettrs h4
{
    font-family: 'Fabriga-Medium';
    font-size: 11rem;
    margin-top: 0%;
    margin-bottom: 0%;
    line-height: 0;
    color: #e5e5e5;
}