@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-weight: 300
}

h1,.h1 {
    font-size: 3rem;

    &.lg {
        font-size: 4.375rem;
    }

    @media $small {
        font-size: 2.7rem;
        &.lg {
            font-size: 3.375rem;
        }
    }
}

h2,.h2 {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 2rem;
}

h3,.h3 {
    font-size: 1.4rem;
}

h4,.h4 {
    font-size: 1.25rem;
    line-height: 2rem;
}

.h5 {
    font-size: 1.25rem !important
}

.h6 {
    font-size: 1.12rem !important
}

.p {
    font-size: 1rem !important
}

html, body {
    font-family: 'Lato', sans-serif;
    color: $text-black;
    font-size: 16px;
    @media $small {
        font-size: 16px;
    }
}

.blockquote {
    padding: 0 0 0 4.5rem;
    background-image: url('/images/Icon-Quote.svg');
    background-position: 0 0.7rem;
    background-repeat: no-repeat;
}



    h1.underline,h2.underline,h3.underline,h4.underline,blockquote.underline {

        color: $text-black !important;
        &:after {
            content:'';
            position: relative;
            display: block;
            border-bottom: 2px solid $color-primary;
            width: 12.5rem;
            left:0;
            padding-top:1.875rem;
            margin-bottom:4rem;
        }

        &.blockquote {
            &:after {
                content:'';
                margin-left: -4.5rem;
            }
        }

    }

    .bg-primary {
        h1.underline,h2.underline,h3.underline,h4.underline,blockquote.underline {
            color: white !important;
            &:after {
                border-bottom: 2px solid rgba(255,255,255,0.5);
            }

        }
    }

    blockquote.underline {

        &:after {
            margin-left: -4.5rem;
        }

    }



.bg-primary .underline {

    h1,h2,h3,h4,blockquote {

        &:after {
            border-bottom: 2px solid rgba(255,255,255,0.5);
        }

    }
}

.text-bold {
    font-family: 'Lato';
    font-weight: 700;
}

.nav {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.nav .link {
    font-weight: 300;
}

.nav .link.logo img {
    height: auto;
    width: 8.75rem
}

.nav .link a img {
    height: 50%
}

.nav .link a[title="Register"]{
    height: 2rem;
    background-color: #15919a;
    color: #fff;
    margin:1.2rem 0 0 1rem;
    border-radius: 6px;
    padding: 1rem 1.5rem 1.1rem 1rem;
    font-weight: 500;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}

@media only screen and (max-width: 900px){
    .nav .link a[title="Register"]{
margin:1.2rem 0 0 0;
    }
}

.nav .link a[title="Register"]:hover {
    background-color: #1dafb9;
    color: #fff;
}

footer {
    background-color: #003a3e;
}


.squad {
    font-size: 0;
    margin-bottom: 3rem
}

@media only screen and (max-width: 851px) {
    .squad .squad-wrap {
        white-space:nowrap;
        overflow-x: auto;
        padding: 0 2rem 2rem 0;
        width: 100vw
    }
}

.squad p {
    font-size: 1rem
}

@media only screen and (max-width: 851px) {
    .squad p {
        margin:0 0 0 2rem
    }
}

.squad .group {
    text-align: center;
    margin-right: 1rem;
    display: inline-block;
    font-size: 1rem
}

@media only screen and (max-width: 851px) {
    .squad .group {
        margin:0 0 0 2rem
    }
}

.squad .group .instruments {
    position: relative;
    border-bottom: 1px solid #15919a;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

.squad .group .instruments p {
    margin: 0;
    font-weight: 300;
    font-style: normal
}

.squad .group .instruments .instrument {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 7rem;
    min-width: 7rem
}

.squad .group .instruments:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: .5rem;
    background-color: #15919a
}

.squad .group .instruments:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: .5rem;
    background-color: #15919a
}

.squad .group p {
    font-weight: 300;
    font-style: italic
}