﻿@media (min-width:320px) {
    .h1wrapper {
        max-width: 600px;
        font-family: 'nunito-regular';
        font-weight: 700;
        font-size: 30px;
    }

    .indepenPadding {
        padding-left:0px;
    }

    .borderStyle {
        border: none;
        border-radius: 0px;
        padding-left: 0px;
    }

    .homeborderimg {
        display:none;
    }

    .logostraplineLargeHome2 {
        text-transform: uppercase;
        position: absolute;
        top: 0;
        margin-left: 0px;
        padding-top:5px;
    }
    .desktopSummary {
        display: none;
    }
    .desktopMobile {
        display: block;
        font-size:18px;
        line-height: 1.5;
    }
    .topImg {
        padding-top: 20px;
        padding-bottom: 70px;
        z-index: -1000;
        position: relative;
    }
    .logostraplineLargeHome3 {
        display:none !important;
    }
}

@media (min-width:961px) {
    .indepenPadding {
        padding-left: 50px;
    }

    .h1wrapper {
        max-width: 600px;
        font-family: 'nunito-regular';
        font-weight: 700;
        font-size: 60px;
    }

    .borderStyle {
        border: 10px #2EA9CE solid;
        border-radius: 100px;
        padding-left: 10px;
    }
    .homeborderimg {
        display: unset;
    }
    .logostraplineLargeHome2 {
        text-transform: uppercase;
        position: absolute;
        top: 0;
        margin-left: 100px;
        margin-top:35px;
    }
    .desktopSummary {
        display:block;
    }
    .desktopMobile {
        display:none;
    }
    .topImg {
        padding-top: 20px;
        padding-bottom: 20px;
        z-index: -1000;
        position: relative;
    }
    .logostraplineLargeHome3 {
        display: flex !important;
    }
}
