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


h3 {
    font-weight: 500;
    color: #00aeef;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    color: #00aeef;
}

p {
    font-style: 16px;
    line-height: 1.5;
}

a {
    cursor: pointer;
}

.blue-link {
    color: #00adef;
    text-decoration: underline;
}

.blue-link:hover {
    color: #1e73be;
    ;
}

.bold {
    font-weight: bold;
}

#top {
    background: #00adef;
    color: #ffffff;
}




#top-text {
    text-align: center;
    font-size: .9em;
    margin: 0 auto;
}

.green-btn {
    font-weight:600;
    margin: 15px 0;
    display: inline-block;
    font-size: 0.923em;
    text-decoration: none;
    background-color: #6fbf4a;
    padding: 15px 20px;
    border-radius: 3px;
    transition: all 0.25s;
    color: white
}

.green-btn:hover {
    background-color: #a0d151;
    color: white;
}

.blue-btn {
    margin: 10px 0;
    font-size: 1.23em;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    transition: all 0.25s;
    background: #00adef;
    border-radius: 3px;
    color: #ffffff;
}

.links {
    display: block;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    margin: 8px;
}

.links:hover {
    text-decoration: underline;
}

#logo-search {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
}

#logo-container {
    padding: 2rem 0 0 10rem;
}

#logo {
    max-height: 120px;
}

#small-nav-container {
    padding: 3rem 10rem 0 0;
}



#small-bottom-links {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.two-green-buttons {
    text-align: center;
}

.or {
    display: inline-block;
    margin: 0 2%;
    font-size: 1.7rem;
}

.search {

    background-repeat: no-repeat;
    background-position: right center;
    padding: .7em 30px .7em .8em;
}

.small-nav-a {
    color: black;
    text-decoration: none;
    font-size: 12px;

}

.small-nav-a:hover {
    text-decoration: underline;

}


#half-h2  {
width: 70%;
}

#hero {
    margin: 30px auto;
}

#hero-image {
    background-image: url("images/newSafH.jpg");
    height: 35vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#hero-shop {
    margin: 0 auto;
}
#hero-image-shop {
    background-image: url("images/saf-shop.jpg");
    height: 30vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.top-section {
    margin-bottom: 2rem;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
#why {
    margin-bottom: 20px;
}

section {
    padding: 1rem 5rem;
}

#image-block {
    display: flex;
    justify-content: space-between;
}

#image-block>div>img {
    width: 100%;
}

#one-im {
    padding-right: 2rem;
}

#two-im {
    padding-right: 2rem;
}
#three-im {
    display: block;
}

#shop .bottom-section {
    padding-top: 2rem;
}

footer {
    background: #00adef;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.fine-print {
    margin:3rem auto;
    line-height: 2;
}
@media only screen and (max-width: 800px) {
    #logo-search {
        display:flex;
    }

    #logo-container {
        padding: 0;
        margin: 1rem ;
    }


    #top-text {
        padding-top: 1rem;
        font-size: .8em;
    }



    #small-nav-container {
        padding: 0;
        margin: 2rem 1rem;
     }

    #image-block {
        text-align: center;
        display: block;
    }

    section {
        margin-top: 0;
        padding:0 1rem 1rem 1rem
    }

    #one-im {
        padding: 0;
    }

    #two-im {
       display: none;
    }
    #three-im {
        display: none;
    }
    .blue-btn {
        margin: 0 auto;
        font-size:1rem;
    }
    .two-green-buttons {
        display: block;
    }

    .or {
        display: block;

    }
    #hero-image {
        height: 20vh;
    }
 
      
 #hero-image-shop {
    height: 20vh;
}

.hero-text {
   position: relative;
   padding:0 2rem;
}

#half-h2  {
    width: 100%;
    margin-top: 0;
    }

}