@font-face {
  font-family: Lato;
  src: url(Lato/Lato-Light.ttf);
}

@font-face {
  font-family: LatoRegular;
  src: url(Lato/Lato-Regular.ttf);
}

@font-face {
  font-family: LatoBold;
  src: url(Lato/Lato-Bold.ttf);
}

.bg-custom {
    background-color: #05b8ff!important;
}

body{
	font-family: Lato;
}

.bg-primary{
	background-image: url('../img/background.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom; 
}

.nageur{
	font-size: 110px;
}

h1{
	font-family: LatoBold;

}


.lead-head{
	font-size: 18px;
}



