@font-face {
    font-family: 'Arando Script Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arando Script Regular'), url('fonts/ArandoScriptRegular.woff') format('woff');
}
    

@font-face {
    font-family: 'Arando Script Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arando Script Italic'), url('fonts/ArandoScriptItalic.woff') format('woff');
}
    

@font-face {
    font-family: 'Arando Script Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arando Script Bold'), url('fonts/ArandoScriptBold.woff') format('woff');
}
    

@font-face {
    font-family: 'Arando Script Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arando Script Bold Italic'), url('fonts/ArandoScriptBoldItalic.woff') format('woff');
}

body{
    font-family: 'Open Sans', sans-serif;
    
}
.navbar{
    height: 150px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%);
}
.body-container{
    margin-top: 150px;
}
/*.top-const{
    background: url('../images/const-slide.jpg') no-repeat;
    background-size: cover;
}*/
h4{
    font-size: 2em;
    text-align: center;
    font-family: 'Arando Script Regular', 'Open Sans', sans-serif;
    color: #418e6c;
}
li{
    list-style: none;
}
.bg-italy{
    background: rgb(65,142,108);
    background: linear-gradient(90deg, #418e6c 34%, #ffffff 34%, #ffffff 66%, #db4f40 66%);
}
.text-vert{
    color : #418e6c !important;
}
.text-rouge{
    color : #db4f40 !important;
}
.desc-text{
    font-weight: 300;
    font-size: .9em;
}
.footer{
    font-size: .75em;
}

@media (max-width:768px){
    .bg-italy{
        background: rgb(65,142,108);
        background: linear-gradient(90deg, #418e6c 24%, #ffffff 24%, #ffffff 76%, #db4f40 76%);
    }
}