@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@700&family=Quicksand:wght@700&display=swap');

body{
    background: none!important;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #222C4F;
    font-weight: 500;
    margin: 0;
}

.container {
    width: 100%;
}

.container p {
    width: 55%;
    font-size: 20px;
    color: #222C4F;
    font-weight: 500;
}

.listBullet {
    margin: 0;
}

.bodyContainer {
    width: 88%;
    margin: auto;
}
h1 {
    font-family: 'League Spartan', sans-serif;
    font-size: 38px;
    margin-top: 3rem;
    margin-bottom: 5px;
}

.image {
    width: 75%;
    height: auto;
    margin-bottom: -30px;
}

.oldNew {
    width: 55%;
    height: auto;
}

.titleContainer {
    background-color: #c0e2fe;
    padding: 10px 0;
}

.title {
    width: 88%;
    margin: auto;
    color: #222C4F;
    font-size: 3rem;
}

.phoneButton {
    display: flex;
    background-color: #0FB52F;
    color: #F4F4F4;
    font-size: 40px;
    font-weight: 600;
    border-radius: 12px;
    width: 20rem;
    text-decoration: none;
    padding: 8px 80px;
    margin-bottom: 3rem;
    cursor: pointer;
}


.formButton {
    display: flex;
    justify-content: center;
    background-color: #0FB52F;
    color: #F4F4F4;
    font-size: 25px;
    font-weight: 600;
    border-radius: 12px;
    width: 30rem;
    text-decoration: none;
    padding: 15px 0;
    margin-bottom: 3rem;
    cursor: pointer;
}

.getQuoteButton {
    display: flex;
    justify-content: center;
    background-color: #0FB52F;
    color: #F4F4F4;
    font-size: 35px;
    font-weight: 600;
    border-radius: 12px;
    width: 25.75rem;
    text-decoration: none;
    padding: 8px 0;
    margin-bottom: 3rem;
    cursor: pointer;
}

.headerContainer {
    display: flex;
    margin: auto;
    width: 90%;
    justify-content: space-between;
    padding: 20px 0;
}

.ottoHeaderLogo {
    width: 10rem;
}

.ottoHeaderLogoContainer {
    display: flex;
    align-items: flex-end;
}

.headerLinksContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerCTAContainer {
    display: inline-flex;
    color: #000 !important;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.boldPoints {
    font-weight: 600;
}

.availableCircle {
    display: -webkit-inline-box;
    color: #71b333;
    font-size: 2.5rem;
    margin-right: 3px;
    line-height: .4em;
    margin-top: 3px;
}

.phoneNumber {
    color: #008bff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
}

.phoneNumber:hover {
    cursor: pointer;
}

.availableContainer {
    display: inline-flex;
    justify-content: center;
}

.formLink {
    display: flex;
    margin-right: 1rem;
    padding-right: 1rem;
    text-decoration: none;
    color: #535353;
    font-weight: 500;
    border-right: 0 solid #535353;
    -webkit-transition: all .125s ease;
    transition: all .25s ease;
}

.footerContainer {
    width: 100%;
    background-color: #ededed;
    padding-top: 30px;
    padding-bottom: 20px;
}

.footerText {
    width: 85%;
    color: #535353;
    margin: auto;
}

.emailText {
    margin: 0;
    padding-bottom: 20px;
}

.firstLineFooterContainer {
    display: flex;
    justify-content: space-between;
}

.ottoSocialContainer {
    text-align: right;
}

.ottoFooterSocial {
    list-style: none;
    padding: 0;
    display: inline-flex;
}

.linksContainer {
    font-size: 16px;
    text-align: left;
    margin-bottom: 1rem;
}

.logo {
    width: 15%;
    margin: 0 auto 0 auto;
}

.textBody {
    text-align: center;
    max-width: 45%;
    margin: 0 auto;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.caption {
    font-weight: 600;
    color: #222C4F;
}

.h1-custom {
    font-size: 23px;
    font-weight: 300;
}

.guidesContainer {
    background-color: #002D59;
    padding: 30px 0;
}

.guidesContent {
    display: flex;
    width: 85%;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.guidesTitle {
    display: flex;
    justify-content: flex-start;
    width:100%;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: #FFFFFF
}

.guideLinks {
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
    justify-content: flex-start;
    width: 100%;
}

.guideLinks a {
    color: #FFFFFF;
    padding-right: 30px;
    font-weight: 500;
    text-decoration: none;
}

.guideLinks a:hover{
    opacity: 0.8;
    cursor: pointer;
}

@media only screen and (max-width: 960px) {
    .bodyContainer {
        margin: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .oldNew {
        width: 100%;
    }
    h1 {
        margin-top: 2rem;
        margin-bottom: 0;
    }
    .container p {
        width: 100%;
        margin: 1rem auto;
    }
    .image {
        width: 100%;
        margin: 0;
    }
    .formLink {
        display: none;
    }
    .linksContainer {
        margin-bottom: 0;
    }

    .firstLineFooterContainer {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .ottoSocialContainer {
        text-align: center;
    }

    .phoneButton {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 8px 0;
        text-align: center;
    }
    .formButton {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
    .getQuoteButton {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {

    .p1 {
        font-size: 14px;
    }

    .p2 {
        font-size: 14px;
        margin-left: 0;
    }

    .guideLinks {
        display: flex;
        flex-wrap: wrap;
    }

    .guideLinks a {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .textBody {
        max-width: 60%;
    }

    .img-fluid {
        width: 80%;
    }

    .title{
        font-size: 32px;
    }

    .logo {
        width: 30%;
    }

    .caption {
        margin-bottom: 0;
    }
}
