body {
    /* font-family: 'Questrial', sans-serif; */
    /* font-family: 'Francois One', sans-serif; */
    font-family: 'Lato', sans-serif;
    color: #626262;
}

/* colors */

.yellow {
    /* color:#ffe 859; */
    color: #f3d107;
}

.grey {
    color: #626262;
}

.blu {
    color: #070c36;
}

/*typographi*/

h3,
h4,
h5,
h6,
p {
    text-align: justify;
}

hr {
    border-top: 1px solid rgba(243, 209, 7, .2);
}

.f-small {
    font-size: 17px !important;
}

.svg-inline--fa {
    color: #f3d107 !important;
}

.navbar-social>.svg-inline--fa {
    color: #fff !important;
}

/* main */

.footer {
    font-size: 12px;
    position: absolute;
    /* bottom: 0; */
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 70px;
    background-color: #f5f5f5;
}

.btn {
    border-radius: .10rem;
}

.btn-yellow {
    background-color: #f3d107;
    color: #070c36;
    margin-bottom: 50px;
    margin-top: 0px;
}

.btn-yellow:hover {
    background-color: #070c36;
    color: #f3d107;
}

/* menu */

.bg-blue {
    background-color: #070c36;
}

.navbar {
    padding-top: 0px;
}

.navbar-nav {
    min-height: 90px;
}

.nav-item {
    width: 100px;
    height: 80px;
    padding-top: 20px;
    margin-right: 4px;
    text-align: center;
    background-color: #f3d107;
}

.nav-item:hover,
.nav-item-active {
    height: 90px;
    padding-top: 30px;
    background-color: #f3d107;
    border-bottom: 5px solid #fff;
}

.navbar-social {
    padding: 7px;
    color: #fff;
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: #070c36;
}

.navbar-dark .navbar-nav .nav-link {
    color: #274176;
}

.logo {
    max-height: 70px;
}

.img-elenco {
    height: 250px;
    background-size: cover;
}

/**
 * banner
 */

.parallax-window {
    height: 450px;
}

/* form */

.success {
    color: #3f901d;
}

.error {
    color: #f00;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .nav-item,
    .nav-item:hover {
        height: 50px;
        padding-top: 5px;
        background-color: #070c36;
        border-bottom: 2px solid #fff;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #f3d107;
    }
    .custom-toggler.navbar-toggler {
        border-color: rgb(255, 255, 255);
    }
    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-nav {
        flex-direction: initial;
    }
    .img-elenco {
        height: 350px;
        background-size: cover;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .parallax-window {
        height: 200px;
    }
    .nav-item,
    .nav-item:hover {
        height: 50px;
        padding-top: 5px;
        background-color: #070c36;
        border-bottom: 2px solid #fff;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #f3d107;
    }
    .custom-toggler.navbar-toggler {
        border-color: rgb(255, 255, 255);
    }
    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-nav {
        flex-direction: initial;
    }
    .img-elenco {
        height: 350px;
        background-size: cover;
    }
}

@media only screen and (max-width: 680px) {
    .nav-item {
        width: 80px
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .navbar-nav {
        flex-direction: column;
    }
    .nav-item {
        width: 110px
    }
    .img-elenco {
        height: 250px;
        background-size: cover;
    }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}