/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* Google Fonts (Mulish) */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;600;700;900&display=swap');

/* Sitewide Features */

html, body {
    font-family: "Mulish", sans-serif;
    max-width: 100%;
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-weight: 800;
}

a, p {
    font-weight: 500;
}

.btn {
    font-weight: 700;
}

.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* Navigation */
.navbar-collapse {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}

.nav-item {
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

#nav-create-account {
    background-color: #02676B;
    border: 1px solid #02676B;
    color: #fff;
}

#nav-sign-in {
    border: 1px solid #02676B;
    color: #02676B;
    margin-bottom: 20px;
}

.btn-close {
  margin-right: 10px;
  padding: 10px;
  font-size: 20px;
}

.btn-close:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.active {
    text-decoration: underline;
}

/* Section 1 - landing image */

#section1 {
    text-align: center;
    position: relative;
}

#brand-line {
    position: absolute;
    top: 20%;
    left: 40px;
}

#brand-line h1 {
    font-size: 35px;
    text-transform: uppercase;
    color: #3F0A3D;
}

#section1 h2 {
    padding-top: 50px;
}

#shop-products-button {
    background-color: #02676B;
    color: #fff;
}

/* Section 2: Info circles */

#section2 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.circle {
    height: 250px;
    width: 250px;
    background-color: #02676B;
    border-radius: 50%;
    display: inline-block;
    margin-top: 30px;
    position: relative;
}

.circle h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.circle-hover-text {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.circle-icon {
    opacity: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

/* Section 3: Sale */

#section3 {
    padding-top: 50px;
    background-color: #dddddd;
    padding-bottom: 50px;
    text-align: center;
}

#section3 h2 {
    font-size: 30px;
}

#section3 .btn {
    background-color: #3F0A3D;
    color: #fff;
    padding: 10px;
    margin: 15px;
}

.sale-gif {
    opacity: 0.6;
}

/* Section 4: Blogs */

#blog-section {
    padding: 50px 50px;
    background-color: #3F0A3D;
}

#blog-section h2 {
    text-align: center;
    font-size: 30px;
    color: #fff;
}

#blog-section h2 + p {
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 300;
}

.card {
    border-radius: 0;
}

.card-footer {
    border-top: none;
}

.card:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.card-title {
    font-size: 25px;
    font-weight: 700;
}

.card img {
    max-height: 70%;
    width: 100%;
}

.card-footer {
    background-color: #fff;
}

#blog-section a {
    text-align: center;
    background-color: #fff;
    color: #3F0A3D;
}

/* Section 5: Update */

#update-section {
    padding: 50px 10px 50px 10px;
    text-align: center;
}

/* Section 6: Email Signup */

#email-signup {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#email-signup i {
    font-size: 45px;
    padding-bottom: 15px;
}

#email-signup h2 {
    font-size: 30px;
}

#email-signup .btn {
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
}

#update-text .btn {
    background-color: #02676B;
    color: #fff;
    margin-bottom: 20px;
}

/* Help Popup */

#help-link {
    text-decoration: none;
}

.toast-header h4 {
    margin-bottom: 0;
    color: #02676B;
}

.toast-body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #000;
}

#helpToast i {
    color: #02676B;
    font-size: 20px;
}

/* Footer */

footer i {
    font-size: 20px;
}

#copyright {
    background-color: #3F0A3D;
    font-size: 10px;
    color: #fff;
    height: 20px;
}

#copyright p {
    font-weight: 300;
}

/* Media Queries */

/* Small */
@media (min-width: 576px){
    .circle {
        width: 350px;
        height: 350px;
    }
    .circle-hover-text {
        font-size: 20px;
    }
    footer i {
        font-size: 30px;
    }
    footer ul {
        padding-right: 20px;
    }
    #copyright {
        height: 30px;
    }
}

/* Medium */
@media (min-width: 768px) {
    #nav-sign-in {
        border: none;
        color: inherit;
        padding-left: 25px;
    }
    #nav-contact {
        border-right: 1px solid #DDDDDD;
        padding-right: 25px;  
    }
    #brand-line {
        left: 60px;
        top: 22.5%;
    }
    #brand-line h1 {
        font-size: 40px;
    }
    h2 ~ p:not(#toast-p) {
        font-size: 20px;
    }
    h2 ~ .btn, #section3 .btn {
        font-size: 25px;
    }
    #blog-section .btn {
        font-size: 25px;
    }
    #section2 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .circle {
        width: 200px;
        height: 200px;
    }
    .circle-hover-text {
        font-size: 12px;
    }
    #blog-section {
        padding: 50px 100px;
    }
}

/* Large */
@media screen and (min-width: 992px){
    .circle {
        width: 300px;
        height: 300px;
    }
    .circle-hover-text {
        font-size: 15px;
    }
    #section2 {
        padding-left: 50px;
        padding-right: 50px;
    }
    #brand-line {
        left: 100px;
        top: 25%;
    }
    #brand-line h1 {
        font-size: 50px;
    }
    #update-section {
        text-align: right;
    }
    #update-text {
        padding-top: 5%;
    }
}

/* X-large */
@media (min-width: 1200px) {
    #section2 {
        padding-left: 160px;
        padding-right: 160px;
    }
    #blog-section {
        padding: 50px 200px;
    }
    #brand-line {
        left: 130px;
        top: 25%;
    }
    #brand-line h1 {
        font-size: 60px;
    }
    #update-text {
        padding-top: 10%;
    }
}
