/*-----logo header------*/
.logo {
    /*  background: linear-gradient(to right, #013567, #0195FA 90%);*/
    color: yellow;
    text-align: center;
    font-size: 120px;
    font-family: 'Merienda';
    font-style: italic;
}
.logo2 {
    /*  background: linear-gradient(to right, #013567, #0195FA 90%);*/
    color: #808080;
    text-align: center;
    font-size: 40px;
    font-family: 'Lucida Sans';
    font-variant: small-caps;
    font-style: normal;
    
}
.logotagline {
    font-size: 20px;
    font-family: 'Lucida Sans';
    color: black;
    padding-left: 20px;
    font-style: normal;
}

#form2 {
    display: none;
}

.omniname {
    font-size: xx-large;
    font-family: 'Fondamento';
    font-style: italic;
    color: #7030a0;
}
.omnilogoname {
    font-size: 60%;
    font-family: 'Fondamento';
    font-style: italic;
    color: yellow;
}

#logoimg {
    text-align: center;
    height: 150px;
}
#employment2 {
    display: none;
}

@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,900);

#textSlider {
    background: linear-gradient(to right, #013567, #0195FA 90%);
}



#textSlider {
    font-family: 'Lato', sans-serif !important;
    font-size: 13pt !important;
    font-weight: 300 !important;
}

.container{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#largetopimage {
    display: block;
}

#smalltopimage {
    display: none;
}

#social2{
    display: none;
}

/* Slider */
    #textSlider div {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}



.iamCol {
    text-align: right;
    float: left;
    font-weight: 300;
    font-size: 20pt;
}

    .iamCol p:nth-child(2) {
        margin-top: -20pt !important;
    }

.slideCol {
    text-align: center;
    /* padding-left: 15%;*/
    overflow: hidden;
    font-weight: 900;
    font-size: 30pt;
    display: block;
    white-space: nowrap;
}

    .slideCol p {
        margin: 0px !important;
    }

.scroller {
    height: 70pt;
    line-height: 70pt;
    overflow: hidden;
}

    .scroller .inner {
        animation: 10s normal infinite running scroll;
    }

@keyframes scroll {
    0% {
        margin-top: 0px;
    }

    15% {
        margin-top: 0px;
    }

    25% {
        margin-top: -70pt;
    }

    40% {
        margin-top: -70pt;
    }

    50% {
        margin-top: -140pt;
    }

    65% {
        margin-top: -140pt;
    }

    75% {
        margin-top: -210pt;
    }

    90% {
        margin-top: -210pt;
    }

    100% {
        margin-top: 0px;
    }
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 479px) {
    #textSlider.row {
        margin-right: 0px !important;
        margin-left: 0px !important;

    }
 

    .iamCol {
        text-align: center;
        font-size: 2pt;
    }

        .iamCol p {
            display: inline !important;
        }

    .slideCol {
        font-size: 10pt;
        text-align: left;
        margin-top: -10px;
        text-wrap: inherit;
        
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) and (max-width : 765px) {
    #textSlider.row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .iamCol {
        text-align: center;
        font-size: 25pt;
    }

        .iamCol p {
            display: inline !important;
        }

    .slideCol {
        font-size: 20px;
        text-align: left;
        padding-left: -40px;
    }
}


.fixed {
    position: fixed;
}

.cc-contactpop {
    background-color: #c0c0c0;
    color: #000;
    width: 350px;
    bottom: 0;
    right: 50px;
    border-radius: 6px 6px 0px 0px;
    /* opacity: .90;*/
}

    .cc-contactpop h1 {
        border-radius: 6px 6px 0px 0px;
        text-align: center;
        color: #fff;
        text-shadow: none;
        font-size: 19px;
        font-weight: 600;
        background-color: #7030a0;
        margin: 0;
        padding: 15px;
        cursor: pointer;
    }

        .cc-contactpop h1 span {
            font-style: oblique;
            color: yellow;
        }

    .cc-contactpop p {
        text-align: center;
        padding: 10px 15px;
        color: #000;
        font-weight: 500;
    }

    .cc-contactpop i {
        position: absolute;
        top: 1px;
        right: 0px;
        color: #fff;
        font-weight: 500;
        font-size: 30px;
        padding: 20px;
        cursor: pointer;
    }

    .cc-contactpop form {
        padding: 0px 15px;
    }

    .cc-contactpop input {
        font-family: "PT Sans",sans-serif;
        font-size: 0.875em;
        width: 90%;
        height: 30px;
        padding: 0px 15px 0px 0px;
        background-color: gainsboro;
        color: #000;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }


        .cc-contactpop input:hover {
            background: #000000;
            color: white;
        }

    .cc-contactpop select {
        font-family: "PT Sans",sans-serif;
        font-size: 0.875em;
        width: 90%;
        height: 30px;
        padding: 0px 15px 0px 0px;
        background-color: gainsboro;
        color: #000;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }

    .cc-contactpop textarea {
        font-family: "PT Sans",sans-serif;
        font-size: 0.875em;
        width: 90%;
        max-width: 100%;
        height: 110px;
        max-height: 110px;
        padding: 15px;
        background: transparent;
        outline: none;
        color: #000;
        background-color: gainsboro;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        border: none;
    }

        .cc-contactpop textarea:hover {
            background: #000000;
            color: white;
        }

    .cc-contactpop button {
        width: 50%;
        height: 38px;
        text-align: center;
        border-radius: 28px;
        background: #7030a0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 28px;
        border: 5px solid #f2f2f2;
        display: block;
        margin: 0 auto;
    }

        .cc-contactpop button:hover {
            background: #000000;
            color: white;
        }

cc-contactpop {
    display: block;
}

@media screen and (max-width: 980px) {

    .cc-wrapper {
        display: none;
    }
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 992px) {
    #textSlider.row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .iamCol {
        text-align: center;
        font-size: 20pt;
    }

        .iamCol p {
            display: inline !important;
        }

    .slideCol {
        font-size: 20pt;
        text-align: center;
        margin-top: 5px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1200px) {
    #textSlider.row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .iamCol {
        text-align: right;
        font-size: 30pt;
    }

    .slideCol {
        font-size: 25pt;
        text-align: center;
    }
}
#Mary {
    text-align: left;
    height: 250px;
}
#Staff {
    text-align: left;
    width: 99%;
}
/*-----end logo header------*/
/*-----social media start------*/
.fas {
    font-size: 30px;
    color: gray;
    font-family: FontAwesome;
}

.fa-twitter-square:hover {
    /* font-size: 40px;*/
    color: lightblue;
}

.fa-facebook-square:hover {
    /* font-size: 40px;*/
    color: royalblue;
}

.fa-linkedin-square:hover {
    /* font-size: 40px;*/
    color: cornflowerblue;
}

.fa-instagram:hover {
    /* font-size: 40px;*/
    color: red;
}
/*-----social media end------*/
/*-----menu------*/

.topnav {
    overflow: hidden;
    background-color: #333;
}

    .topnav a {
        float: left;
        display: block;
        color: orange;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        .topnav a.active {
            background-color:orange;
            color: white;
        }

    .topnav .icon {
        display: none;
    }

@media screen and (max-width: 750px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
    #largetopimage {
        display: none;
    }

    #smalltopimage {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

}
@media screen and (max-width: 480px) {
    
    #largetopimage {
        display: none;
    }

    #smalltopimage {
        display: block;
    }
}
    /*-------menu end-----*/

    /*----mid-section----*/
    .mid-section {
        padding: 4em 0;
        border-top: double #ddd;
        border-bottom: double #ddd;
    }

.mid-top {
    background: #eee;
    padding: 3em 1em;
    border: 1px solid #ddd;
    /* border-left: 5px solid #A2CA88;*/
    border-left: 5px solid #7030a0;
}

    .mid-text h3 {
        text-transform: uppercase;
        font-size: 1.15em;
        font-weight: 600;
        margin-bottom: 0.7em;
    }

    .mid-text p {
        color: #999;
        font-size: 0.95em;
    }

    .mid-text {
        float: left;
    }

   

        .mid-button a {
            padding: 1em 1em 1em 1em;
            color: #fff;
            text-align: left;
            font-size: 1.2em;
            font-weight: 600;
            text-decoration: none;
            -webkit-appearance: none;
            border-radius: 0.3em;
            -webkit-border-radius: 0.3em;
            -o-border-radius: 0.3em;
            -moz-border-radius: 0.3em;
            background: url(../images2windows.png) no-repeat 11px 14px #7030a0;
            /* box-shadow: inset 0px -2px 11px #A2CA88;
        -webkit-box-shadow: inset 0px -2px 11px #A2CA88;
        -o-box-shadow: inset 0px -2px 11px #A2CA88;
        -moz-box-shadow: inset 0px -2px 11px #A2CA88;*/
        }

            .mid-button a:hover {
                /* opacity: 0.8;*/
                background: black;
            }

    h4.stories span a {
        display: block;
    }
.loc-button a {
    padding: 1em 1em 1em 1em;
    color: #fff;
    text-align: left;
    font-size: 1.0em;
    font-weight: 600;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    background: url(../images2windows.png) no-repeat 5px 7px purple;
}
    .loc-button {
    margin-top: 1em;
    padding: 0;
    float: left;
    background-color: #f2f2f2;
}
    .loc-hr {
        width: 90%;
    }


    /*-------end mid-section-----*/
    .certification-top {
        background: #000000;
        color: White;
        font-size: large;
        padding: 1em 1em;
        border: 1px solid #ddd;
        text-align: center;
    }

    /*---portfolio-section-------*/
    .port-section {
        padding: 3.5em 0 4em 0;
        position: relative;
    }

        .port-section h2 {
            position: absolute;
            left: 13.3%;
            top: -3%;
            background: #fff;
            padding: 0.3em 0.3em;
            font-size: 1.34em;
            font-weight: 700;
        }

    .port-grid {
        background: #eee;
        width: 30.2%;
        float: left;
        margin-right: 1.0%;
        padding: 1em 1em;
        position: relative;
    }

        .port-grid.lost {
            margin-right: 0%;
        }

        .port-grid:hover {
            /*background: #A2CA88;*/
            background: darkblue;
        }

    .blog-grids.lost {
        margin-right: 0%;
    }

    .blog-grids {
        padding-left: 15px;
        padding-top: 25px;
        font-size: large;
        display: grid;
        border-bottom: 1px ridge #A2CA88;
        grid-gap: 1px;
        height: auto;
        margin: 0 auto
    }

        .blog-grids:hover {
            background: linear-gradient(to right, #013567, #0195FA 90%);
            color: #fff;
        }

    .box_type {
        background: #A2CA88;
        padding: 5px 21px;
        position: absolute;
        bottom: 146px;
        color: #fff;
        left: 14px;
        font-size: 0.85em;
    }

    .box-hover {
        position: absolute;
        bottom: 141px;
        right: 13px;
    }

    ul.port-icons li {
        list-style: none;
        display: inline-block;
    }

        ul.port-icons li i.per {
            width: 27px;
            height: 27px;
            display: inline-block;
            background: url("../images2/s-icons.png")-243px -83px no-repeat #A2CA88;
        }

        ul.port-icons li i.loca {
            width: 27px;
            height: 27px;
            display: inline-block;
            background: url("../images2/s-icons.png")-277px -83px no-repeat #A2CA88;
        }

    .text a h3 {
        font-size: 1.2em;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 1em;
        padding: 0em 0 0.8em 0;
        border-bottom: 2px ridge rgba(239, 240, 240, 0.08);
    }

    .text p {
        font-size: 0.95em;
        color: #999;
        line-height: 1.8em;
        margin: 0.5em 0;
    }

    .port-grid :hover .text, .port-grid.lost:hover .text, .port-grid.lost:hover .text h3, .port-grid:hover .text h3 {
        color: #fff;
    }

        .port-grid:hover .text p {
            color: #fff;
        }

        .port-grid:hover .text h3 {
            border-bottom: 1px solid #fff;
        }
    /*-------end port-----*/
    /*-------contact-----*/
    form {
        padding: 0% 1%;
    }

        form li.first, li.second {
            border: none;
            list-style: none;
            margin-bottom: 10px;
            width: 100%;
        }

    .icon3 {
        height: 55px;
        width: 55px;
        display: block;
        float: left;
        border-top-left-radius: 0.3em;
        -o-border-top-left-radius: 0.3em;
        -moz-border-top-left-radius: 0.3em;
        -webkit-border-top-left-radius: 0.3em;
        border-bottom-left-radius: 0.3em;
        -o-border-bottom-left-radius: 0.3em;
        -moz-border-bottom-left-radius: 0.3em;
        -webkit-border-bottom-left-radius: 0.3em;
    }

    .user {
        background: url(../images2/icons.png) no-repeat 14px 15px #f79d29;
    }

    .email {
        background: url(../images2/icons.png) no-repeat 15px -39px #f79d29;
    }

    .phone {
        background: url(../images2/icons.png) no-repeat 15px -93px #f79d29;
    }

    .message {
        background: url(../images2/msg.png) no-repeat 16px 16px #f79d29;
    }

    li.first:hover .user {
        background: url(../images2/icons.png) no-repeat 14px 15px #DB2048;
    }

    li.first:hover .email {
        background: url(../images2/icons.png) no-repeat 15px -39px #DB2048;
    }

    li.first:hover .phone {
        background: url(../images2/icons.png) no-repeat 15px -93px #DB2048;
    }

    li.second:hover .message {
        background: url(../images2/msg.png) no-repeat 16px 16px #DB2048;
    }
    /*-----contact------*/
    .map {
        padding: 3em 0 1em 0;
    }

    .contact-section {
        padding: 4em 0;
    }

    .contact h3 {
        font-size: 2.2em;
        color: #000;
        font-weight: 600;
        margin: 1em 0;
    }

    .contact p {
        color: #999;
        font-size: 0.95em;
        font-weight: 500;
        line-height: 1.8em;
        margin: 0 auto;
        width: 81%;
    }

    .contact {
        text-align: center;
    }

        .contact input[type="text"], .contact textarea {
            border: 1px solid #DCDCDF;
            color: #000;
            outline: none;
            padding: 0.8em 1em;
            margin-top: 2em;
            background: #EDEDED;
            -webkit-appearance: none;
            width: 33%;
            font-weight: 400;
            font-size: 16px;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
            border-radius: 0.3em;
            -o-border-radius: 0.3em;
            -moz-border-radius: 0.3em;
            -weblit-border-radius: 0.3em;
        }

        .contact textarea {
            resize: none;
            height: 250px;
            margin: 1.5em 0 2.5em;
            width: 100%;
        }

    .contac form input[type="text"]:nth-child(2) {
        margin: 0 0.092em;
    }

    .contact input[type="submit"] {
        padding: 1em 3em;
        color: #fff;
        font-size: 1.2em;
        font-weight: 600;
        text-decoration: none;
        -webkit-appearance: none;
        border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        -o-border-radius: 0.3em;
        -moz-border-radius: 0.3em;
        background: #EC5844;
        border: none;
        outline: none;
        box-shadow: inset 0px -2px 11px #AB0F0F;
        -webkit-box-shadow: inset 0px -2px 11px #AB0F0F;
        -o-box-shadow: inset 0px -2px 11px #AB0F0F;
        -moz-box-shadow: inset 0px -2px 11px #AB0F0F;
    }

        .contact input[type="submit"]:hover {
            opacity: 0.8;
        }

    .map iframe {
        width: 100%;
        height: 300px;
    }

    /*----innovation-section----*/

    .innovation-section {
        width: 100%;
    }

    .innovation-grid p, p.sub {
        font-size: 0.95em;
        line-height: 1.8em;
        color: #fff;
    }

.innovation-grids {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    /* background-color: #373737;*/
    background-color: #D8D8D8;
    /*color:#A1A3AB;
    color: #fff;*/
    color: #333;
}

    .innovation-grids h1 {
        /*  color: #fff;*/
        color: #333;
    }


    /*----footer--------*/
        .footer-section {
        padding: 1em 0;
        background: #373737;
    }

    .footer-grid p, p.sub {
        font-size: 0.95em;
        line-height: 1.8em;
        color: #A1A3AB;
    }

    .footer-grids {
        padding: 1em 0;
    }

    p.sub {
        margin-top: 1.3em;
    }

    ul.tag li {
        display: inline-block;
        list-style: none;
        margin: 15px 0px 6px -1px;
    }

        ul.tag li a {
            padding: 0.8em 0.8em;
            background: #232323;
            color: #A1A3AB;
            font-size: 0.9em;
        }

            ul.tag li a:hover {
                text-decoration: none;
                opacity: 0.7;
            }

    .flickr-grid a img {
        width: 100%;
    }

    .flickr-grid {
        float: left;
        width: 32%;
        margin: 0 0.1em .2em;
    }

    .footer-grids h4 {
        font-size: 1.25em;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
    }

    .border2 {
        border-bottom: 2px ridge rgba(72, 72, 76, 0.88);
        padding: 0.5em 0 0.5em 0;
        width: 52%;
        margin-bottom: 1.3em;
    }

    .border3 {
        border-bottom: 2px ridge rgba(72, 72, 76, 0.88);
        padding: 0.5em 0 0.5em 0;
        width: 100%;
        margin-bottom: 1.3em;
    }

    ul.tw li {
        display: block;
        margin-bottom: 0.5em;
        font-size: 0.95em;
        line-height: 1.8em;
        color: #fff;
    }

    ul.tw p {
        float: left;
    }

    a i.square-3 {
        width: 20px;
        height: 20px;
        background: url("../images2/tw.png") no-repeat 0px 0px;
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
    }

    .icon-text p {
        color: #A1A3AB;
        font-size: 0.95em;
        line-height: 1.6em;
    }

    .icon-3-square {
        float: left;
        width: 10%;
        margin-right: 2%;
    }

    .icon-text {
        float: left;
        width: 86%;
    }

        .icon-text h5 {
            color: #fff;
            font-size: 0.95em;
            margin: 0.7em 0;
            text-transform: uppercase;
            font-weight: 600;
        }

        .icon-text a {
            color: #D7D7D8;
        }

    ---------------------------*/
    /*    Carousel Fade Transition   */
    /*-------------------------------*/
    #fade-quote-carousel.carousel {
        padding-bottom: 60px;
    }

    #fade-quote-carousel.carousel .carousel-inner .item {
        opacity: 0;
        -webkit-transition-property: opacity;
        -ms-transition-property: opacity;
        transition-property: opacity;
        background-color: white;
        color: #333
    }

    #fade-quote-carousel.carousel .carousel-inner .active {
        opacity: 1;
        -webkit-transition-property: opacity;
        -ms-transition-property: opacity;
        transition-property: opacity;
    }

    #fade-quote-carousel.carousel .carousel-indicators {
        bottom: 10px;
    }

        #fade-quote-carousel.carousel .carousel-indicators > li {
            background-color: #7030a0; /*testimonial number dots*/
            border: none;
        }

    #fade-quote-carousel blockquote {
        text-align: center;
        border: none;
    }

    #fade-quote-carousel .profile-circle {
        width: 40%;
        height: 250px;
        margin: 0 auto;
        border-radius: 100px;
    }

    /*----copyright-------*/
    .copyright {
        padding: 1em 0;
        background: #232323;
    }

    p.write {
        float: left;
        color: #fff;
        font-size: 0.98em;
        margin-top: 4px;
    }

        p.write a {
            color: #EC5844;
        }


    .planSpan {
        text-align: left;
        float: left;
        padding-left: 20%;
        color: black;
        font-weight: 300;
    }

    .planHr {
        display: none;
    }
    /*----top-move------*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #333;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover {
        background-color: #555;
    }



    /*--Starts-Responsive--*/
    @media (max-width:1440px) {
        .logo {
            font-size: 140px;
        }

        .logo2 {
            font-size: 40px;
        }

        .logotagline {
            font-size: 20px;
            padding-left: 20px;
        }
    }

    @media (max-width:1366px) {
    }

    @media (max-width:1280px) {
        .logo {
            font-size: 120px;
        }

        .logo2 {
            font-size: 40px;
        }

        .logotagline {
            font-size: 20px;
            padding-left: 20px;
        }

        #logoimg {
            height: 100px;
        }
    }

    .fab {
        font-size: 30px;
        color: gray;
    }

    .fa-twitter-square:hover {
        font-size: 40px;
        color: lightblue;
    }

    .fa-facebook-square:hover {
        font-size: 40px;
        color: royalblue;
    }

    .fa-linkedin-square:hover {
        font-size: 40px;
        color: cornflowerblue;
    }

    .fa-instagram:hover {
        font-size: 40px;
        color: red;
    }


    @media (max-width:1024px) {
        .logo {
            font-size: 100px;
        }

        .logo2 {
            font-size: 30px;
        }

        .logotagline {
            font-size: 20px;
            padding-left: 20px;
        }

        #logoimg {
            height: 80px;
        }
    }

    @media (max-width:790px) {
        .logo {
            font-size: 60px;
        }

        .logo2 {
            font-size: 20px;
        }

        #social {
            display: none;
        }
        #social2 {
            display: block;
            text-align:center;
        }
        #logoimg {
            height: 70px;
        }

        .planHr {
            display: block;
        }
        #employment2 {
            display: block;
            width: 95%;
        }

        #employment {
            display: none;
        }
    }

    @media (max-width:640px) {
        .logo {
            font-size: 80px;
        }

        .logo2 {
            font-size: 25px;
        }
        #fade-quote-carousel .profile-circle {
            width: 80%;
            height: 250px;
            margin: 0 auto;
            border-radius: 100px;
        }
    }

    @media (max-width:480px) {
        .logo {
            font-size: 60px;
        }

        .logo2 {
            font-size: 20px;
        }
       
    }

    @media (max-width:320px) {
        .container {
            width: 300px;
        }
    }
