@font-face {
    font-family: 'HelveticaNeueLTStd-LtCn';
    src: url('fonts/HelveticaNeueLTStd-LtCn.eot');
    src: url('fonts/HelveticaNeueLTStd-LtCn.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-LtCn.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-LtCn.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTStd-LtCn.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{font-family: "HelveticaNeueLTStd-LtCn", Arial, Tahoma, Sans-serif !important;overflow-x: hidden;}
header{
    background-color: black;
    padding: 20px;
}
header img{
    display: inline-block;
    float: none;
}
.section{
    padding: 40px 0;
    min-height:350px;
}
#section-1{
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
#section-2{
	/*background-image: url(../img/bg-section-2.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ffffff;
	color: #000;
}
#section-3{
    background-image: url(../img/bg-section-3.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #43afcc;
    color: white;
}
#section-4{
    background-image: url(../img/bg-section-4.jpg);
    background-position: 6% top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #40adca;
    color: white;
}
#section-5{
    background-image: url(../img/bg-section-5.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #48afce;
    color: white;
}
#section-6{
    background-color: #e3ecef;
    color: #414141;
}
.btn-full{
    width: 100%;
}
.flex-div{
    display: flex;
}
.size-custom{
    font-size:15px;
}
.alert-white{
    background-color: white;
    padding:5px;
}
.big-size {
    font-size: 75px;
}
.yellow-text{
    color: #efb73a;
    font-size:20px;
}
p, li{
    font-size:22px;
}
.full-div{
    width: 100%;
}