﻿@media only screen and (min-width:1200px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        text-transform: none !important;
        font-size: 14px !important;
        color: white !important;
        font-weight: bold !important;
    }

    img.logo {
        width: 175px;
    }

    .intro.d-lg-flex.w-100.ftco-animate.fadeInUp.ftco-animated {
        background: #000;
    }

    section.ftco-intro {
        background: #292929;
    }
	
	.text.p-4.bg-light {
    height: 310px;
}
	
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    img.logo {
        width: 175px;
    }
}

@media only screen and (min-width:769px) and (max-width:991px) {
    img.logo {
        width: 150px;
    }
}

@media only screen and (min-width:481px) and (max-width:768px) {
    img.logo {
        width: 150px;
    }

    button.navbar-toggler.collapsed {
        color: white !important;
    }
}

@media only screen and (min-width:0px) and (max-width:480px) {
    img.logo {
        width: 150px;
    }

    button.navbar-toggler.collapsed {
        color: white !important;
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        color: white !important;
    }
}
