body {
    min-width: 300px;
    position: relative;
}

@media screen and (max-device-width: 1400px) {
    .navbar-brand img {
        max-width: 120px;
    }
    #description img {
        max-width: 350px;
    }
}


@media screen and (max-device-width: 970px) {
    .navbar-nav li a {
        margin-right: 10px;
    }
    .inner-ring-left {
        text-align: center;
    }
    .inner-text-ring p {
        font-size: 14px;
    }
    #description .mobile-view {
        display: block;
        text-align: center;
    }
    #description .web-view {
        display: none;
    }
    #description .description-img-div {
        text-align: center;
    }
    #description .adekstra-info h2 {
        margin-top: 10px;
        text-align: center;
    }
    #description .adekstra-info li {
        font-size: 14px;
    }
    #contact #contact-form {
        margin-top: 20px;
    }
}


@media screen and (max-device-width: 834px) {
    .inner-text-ring h1, .inner-text-ring p {
        text-align: center;
    }
    .inner-text-ring p {
        font-size: 14px;
    }
    #description .adekstra-info p {
        font-size: 15px;
        text-align: center;
    }
}

@media screen and (max-device-width: 767px) {
    .navbar-brand img {
        max-width: 120px;
    }
    .nav-top {
        display: contents !important;
    }
    #navbar .nav-drill {
        margin-top: 99px;
    }
}



@media screen and (max-device-width: 640px) {
    .navbar-brand img {
        max-width: 130px;
    }
    #navbarSupportedContent {
        display: none !important;
    }
    #navbar .nav-drill {
        margin-top: 103px;
    }
    .nav-drill .nav-items .nav-item a.nav-link {
        font-size: 1.2rem;
    }
    .inner-text-ring h1 {
        font-size: 22px;
    }
    .inner-text-ring p {
        font-size: 16px;
    }
    #description img {
        max-width: 360px;
    }
    #description .adekstra-info h2 {
        margin-top: 15px;
        font-size: 22px;
    }
    #description .adekstra-info p, #description .adekstra-info li {
        font-size: 16px;
    }
    #contact .location iframe {
        height: 200px;
    }
    #contact .location address, #contact .location a {
        font-size: 14px;
    }
    #contact #contact-form {
        margin-top: 50px;
    }
    #contact #contact-form .name input, #contact #contact-form .email input, #contact #contact-form textarea {
        font-size: 16px;
    }
}


@media screen and (max-device-width: 500px) {
    .navbar-brand img {
        max-width: 100px;
    }
    .inner-text-ring p {
        font-size: 12px;
    }
    .inner-text-ring h1 {
        font-size: 16px;
    }
    .inner-ring-right img {
        max-width: 250px;
    }
    .inner-ring-right img {
        max-width: 300px;
    }
    #description img {
        max-width: 200px;
    }
    #description .adekstra-info h2 {
        font-size: 16px;
    }
    #description .adekstra-info p {
        font-size: 12px;
    }
    #description .adekstra-info li {
        font-size: 12px;
    }
    #contact .location iframe {
        height: 200px;
    }
    #contact #contact-form .name input, #contact #contact-form .email input, #contact #contact-form .message textarea {
        font-size: 12px;
    }
    #contact #contact-form .contact-button {
        height: 40px;
    }
    .float-end .discover {
        width: 120px;
        height: 30px;
        font-size: 12px;
    }
    .nav-drill .nav-items .nav-item a.nav-link {
        font-size: 1rem;
    }
    #contact .location address, #contact .location a {
        font-size: 13px;
    }
    #navbar .nav-drill {
         margin-top: 89px;
    }
}