@import url("https://use.typekit.net/cnt3roc.css");


body {
    font-family: "sofia-pro",sans-serif;
    
    color: #616261;
    
}

p {
    font-size: 1rem;

}

ul {
/*    list-style-position: inside;*/
    list-style-type:circle ;
    list-style-position: inside;
}

ol {
    list-style-type: upper-roman;
    list-style-position: inside;
    color: #1E334C;
}

li {
    font-size: 0.9rem;
    margin-bottom: 1em;
}

a {
    text-decoration: none;

}

img {
    max-width: 100%;
    max-height: 100%;
}
.image-med{
    max-width: 65%;
    max-height: 65%;
}

.image-lrg{
    max-height: 70%;
    max-width: 70%;
}

h3{
    font-family: "sofia-pro",sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #3BB2B8;
    letter-spacing: 2px;
}

h4 {
    font-family: "sofia-pro",sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #2E3E4A;
    letter-spacing: 2px;
}


.form-outer li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 1em .3em 0;
    margin-left: 0;
}

.form-outer li label {
    font-family: Open Sans;
    text-transform: uppercase;
}

.form-outer li label + * {
    flex: 1 0 100%
}

.form-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.form-inner li input {
    flex: 1 1 50em
}

.title {
    text-align: center;
    font-family: "sofia-pro",sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #3bb2b8;
    letter-spacing: 2px;

}

.label-form{
    display: inline;
}

.blog-writer {
    font-family: "sofia-pro",sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .7rem;
    margin-bottom: .7rem;
}

.blog-title {
    font-family: "sofia-pro",sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 2rem;
    line-height: 1;
    color:black;
}

.blogBlock2 img {
    width: 100%;
    border-bottom: 10px solid #bcf6d9;
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.image-blog {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.blogImageHover {
    opacity: .7;
    transition: .2s ease;
}

.blogImageHover:hover {
    opacity: 1;
    transition: .2s ease;
}

.blogTitleHover {
    text-decoration: none;
    color: #000;
    background-image: linear-gradient(180deg, transparent 65%, #bcf6d9 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    -moz-transition: background-size .4s ease;
    -ms-transition: background-size .4s ease;
    -o-transition: background-size .4s ease;
    transition: background-size .4s ease;
}

.blogTitleHover:hover {
    background-size: 100% 100%;
}


.nav-button:hover {
    color:#45A29E;
}


.nav-button{
    display: inline-block;
    margin: 0 1.2em;
    text-decoration: none;
    color: darkslategrey;
    font-family: "sofia-pro",sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .7rem;
    padding-bottom: .6em;
   
}


.btn-txt {
    color: #FFFFFF;
}


.form-txt {
    color: #42E695;
}

.form-button {
    font-family: Open Sans;
    text-transform: uppercase;
    background-color: #3bb2b8;
    color: #fff;
    margin-top: 2em;
    margin-right: 2em;
    padding: 1em 2em;

    text-decoration: none;
    align-content: flex-end;
    transition: background-color .2s ease-in;
}

.form-button:hover {
    font-family: Open Sans;
    text-transform: uppercase;
    background-color: #164144;
}


.text-link:hover {
    color: #FFFFFF;
    background-color: #3BB2B8;
    text-decoration: none;
}



#header1 {
    font-family: "sofia-pro",sans-serif;
   color: white;
        font-size: 2.2em;
        text-transform: uppercase;
        letter-spacing: 0.4em;
        background-color: rgb(0, 179, 230);



}

.header2 {
    font-family: "sofia-pro",sans-serif;
    
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #45A29E;
}

.header3 {
    font-family: "sofia-pro",sans-serif;
        font-size: 1.2em;
    color: #17252A;
    text-transform: uppercase;
    letter-spacing: 0.1em;

}

.paras{
font-family: "sofia-pro",sans-serif;
    font-size: 1em;
    line-height: 1.75em;
    letter-spacing: 0.06em;
}


.text-link {
    color: #3BB2B8;
    text-decoration: underline;
    transition: 0.2s;


}


.mbrown {
    background-color: rgb(0, 38, 145);
}

#dbrown {
    background-color: #45A29E;
}

#mblue {
    background-color: rgb(0, 179, 230);
}

.dblue {
    background-color: darkslategrey;
}

#mbla {
    background-color: #000000;
}

#mwhi {
    background-color: #FFFFFF;
}

.blogContainer2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2em;
}

.blogBlock2 {
    flex: 0 1 25em;
    margin: 2em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}



.form-outer li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 1em .3em 0;
    margin-left: 0;
}

.form-outer li label {
 font-family: "sofia-pro",sans-serif;
    text-transform: uppercase;
}

.form-outer li label + * {
    flex: 1 0 100%
}



.form-inner li{
 font-family: "sofia-pro",sans-serif;
    text-transform: uppercase;
    flex: 1 1 50%;
}

.ordered-list li {
    font-family: "sofia-pro",sans-serif;
    margin: 0.8em 0em;
}

.bottomFormContainer {
    display: flex;
    margin-top: 2em;
    margin-bottom: 2em;
    justify-content: space-around;
}

.returnButton {
    text-decoration: none;
    color: #3bb2b8;
    font-family: Open Sans;
    text-transform: uppercase;
    padding: 1em 2em;
    padding-left: 0;
    transition: color .2s ease-in;
}

.returnButton:hover {
    color: #164144;
}

.checkoutButton {
    font-family: "sofia-pro",sans-serif;
    text-transform: uppercase;
    background-color: #3bb2b8;
    color: #fff;
    padding: 1em 2em;
    text-decoration: none;
    align-content: flex-end;
    transition: background-color .2s ease-in;
}

.checkoutButton:hover {
    font-family: "sofia-pro",sans-serif;
    text-transform: uppercase;
    background-color: #164144;
}

.footerContainer {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
        flex-wrap: wrap;         -webkit-flex-wrap: wrap;         -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    padding: 1em;
    background: #F5F5F5;
}

.footerContainer h2 {
    color: darkslategrey;
    font-size: 1.2em;
    margin: .4em 0;
    font-family: $Sofia;
}

.socialIcons {
    width: 12em;

    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}


.footerLinks a {
    text-decoration: none;
    color: darkslategrey;
    font-size: 1em;
    margin: 1em 1em;
    font-family: $Sofia;
}

.footerLinks a:hover, a:focus {
    color: $Blue;
}