
/*---------------------------GENERAL SETTINGS---------------------------------*/
body{
padding-top:0rem;
background-color: #ffffff;


}



.container-fluid{
	padding:0;
}
.container{
	border:0;
}



h1{font-size: 46px;font-weight: 600;}

@media (max-width: 980px) {
 

   h1{
      font-size:38px;
      text-align:center;
     
  }
  
}

@media (max-width: 320px) {
 

  h1{
     font-size:35px;
     text-align:center;
    
 }
 
}


p{opacity:0.8;font-size: 16px;}
.jost{font-family: 'Jost', Helvetica,Arial,Lucida, sans-serif;}
.link-dark a{color:#000000;}
.text-dark {color:#000000;}
.text-blue{color:#19b3f1;}
.text-white{color:#ffffff;}

.title-font{font-weight:700;}
.font-400{  font-weight: 400;font-size:18px;}




#topbtn {
  
  position: fixed;
  bottom: 100px;
  right: 16px;
  z-index: 99;
  color: white;
  background:rgb(153,153,153);
  border-radius: 4px 4px;
  padding:10px 14px;
  opacity:0.7;
  font-weight: 700;
  display: none;
 
}














