

/********************** DEFAULT STYLES **********************/

html { 
  scroll-behavior: smooth; 
}

*, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.clear {
    clear: both;
}

/*************/

footer {
    width: 100%;
    height: auto;
    background-color: #111211;
}
    footer hr {
        border: 0.5px solid #DDD !important;
        opacity: 1;
    }

/*************/

/************************************************************/

@media screen and (min-width: 280px)  {

    footer {
        padding: 26px;
    }
        .footerlogo {
            width: 35%;
            height: auto;
            margin: 36px auto 24px auto;
        }
            .footersocials {
                width: 95%;
                height: auto;
                margin: 24px auto 24px auto;
            }
                .footersocials img {
                    float: left;
                    width: 40%;
                    height: auto;
                    margin: 0 10%;
                }
        .footerlinks.desktop {
            display: none;
        }
        .footerlinks.mobile {
            display: inherit;
            width: 100%;
            height: auto;
            margin: 48px 0;
        }
            .footerlinks a {
                display: block;
                width: 100%;
                height: auto;
                text-align: center;
                color: #DDDDDD;
                text-decoration: none;
                transition: 0.3s;
            }
                .footerlinks a:hover {
                    text-decoration: underline;
                }
        .copyright {
            width: 100%;
            height: auto;
        }
            .copyright p {
                color: #DDD;
                text-align: center;
                font-size: 0.60em;
            }

}

/************************************************************/

@media screen and (min-width: 320px)  {

}

/************************************************************/

@media screen and (min-width: 375px)  {

}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {

}

/************************************************************/

@media screen and (min-width: 414px)  {
        
}

/************************************************************/

@media screen and (min-width: 480px)  {

}

/************************************************************/

@media screen and (min-width: 568px) {

}

/************************************************************/

@media screen and (min-width: 667px) {

   

}

/************************************************************/

@media screen and (min-width: 736px)  {


}

/************************************************************/

@media screen and (min-width: 768px)  {

    footer {
        padding: 48px;
    }
        footer hr {
            margin-top: 0px;
        }

    .footerlogo {
        float: right;
        width: 12vw;
        margin-top: 12px;
    }
        .whitelogo {
            float: right;
            width: 85%;
        }
        .footersocials {
            margin-top: 12px;
            width: 100%;
        }
    .footerlinks.mobile {
        display: none;
    }
    .footerlinks.desktop {
        display: inherit;
        float: left;
        width: 125px;
        margin-top: 12px;
    }
        .footerlinks.desktop a {
            text-align: left;
            font-size: 0.75em;
            width: 100%;
            line-height: 1em;
            margin-bottom: 6px;
        }

}

/************************************************************/

@media screen and (min-width: 820px)  {

}

/************************************************************/

/*ipad pro portrait*/
@media only screen 
    and (min-device-width: 820px) 
    and (max-device-width: 1180px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait)  {

}

/************************************************************/

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

}

/************************************************************/

/*ipad air portrait*/
@media only screen 
    and (min-device-width: 820px) 
    and (max-device-width: 1180px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait)  {

}

/************************************************************/

@media screen and (min-width: 992px)  {

    .footerlogo {
        width: 75px;
    }
    .footerlinks.desktop {
        width: 200px;
    }
        .footerlinks a {
            text-align: left;
            font-size: 0.75em;
        }

}

/************************************************************/

@media screen and (min-width: 1024px)  {

}

/************************************************************/

/*ipad pro portrait*/
@media only screen 
    and (min-device-width: 1024px) 
    and (max-device-width: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait)  {


}

/************************************************************/

@media screen and (min-width: 1115px)  {
				
}

/************************************************************/

@media screen and (min-width: 1266px)  {

}

/************************************************************/

@media screen and (min-width: 1280px)  {

    footer {
        width: 1280px;
        margin: auto;
    }

}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1367px)  {
}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














