﻿/*Bootstrap modification*/
@media (min-width: 1200px) {
}

@media (min-width: 980px) and (max-width: 1200px) {
}

@media (max-width: 979px) {
    .iframe-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
    }

        .iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .my-heading .banner-img {
        position: relative;
        max-width: 100%;
        left: 0;
        top: 0;
    }

    .my-heading h1 {
        font-size: 30px;
    }

    .my-heading h2 {
        font-size: 25px;
    }

    .my-heading .my-heading-button-wrapper {
        margin-bottom: 30px;
    }

    .my-feedback {
        width: 300px;
        margin-left: -150px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
}


@media (max-width: 767px) {
    .bottom-right {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
        padding-top: 30px;
    }

    .my-heading .my-heading-banner-img-wrapper {
        width: 300px;
    }
}

@media (max-width: 480px) {
    .navigation.navbar-dark .navbar-nav .nav-link {
        margin: 3px 0;
    }

    .navigation.navbar {
        margin-top: 0;
    }

    .header {
        height: 190px;
    }

    .nav li {
        width: 100%;
    }

    .header-nav.menu-bg {
        height: 120px;
    }

    .banner-content h1 {
        font-size: 30px;
    }


    .titlepage h2 {
        line-height: 40px;
        font-size: 30px;
    }
}
