body {
    background-color: white;
}

header img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 90%;
}

main img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    height: auto;
    border: 2px solid gainsboro;
    border-radius: 4px;
}

#carouselExampleControls {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-bottom: 10px;
    margin-top: 30px;
}

#carouselExampleControls1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-bottom: 10px;
    margin-top: 30px;
}

#carouselExampleControls2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-bottom: 10px;
    margin-top: 30px;
}

#carouselExampleControls3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-bottom: 10px;
    margin-top: 30px;
}

#container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.navbar {
    border-radius: 4px; 
}

.row {
    margin: 15px;
}
  
h1,h2,h4,p {
    text-align: center;
}

h1,h2,h3,h4,p,ul {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1 {
    font-size: 32px;
    padding: 10px 0px 10px;
    color: #05afb8;
}

h2 {
    font-size: 22px;
    padding: 10px 0px 10px;
    color: #05afb8;
}

h3 {
    font-size: 22px;
    text-align: left;
}

h4 {
    font-size: 20px;
    padding: 20px;
}

h6 {
    display: none;
}

p {
    font-size: 22px;
}

.footer {
    width: 100%;
    text-align: center;
    padding: 20px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #05afb8;
}

.dropdown-item {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.card{
    background: whitesmoke;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    cursor: pointer;
}

.card:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card1 {
    background-color: whitesmoke;
}

a {
    color: #43d2da;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #65e2e9;
}

article {
    background-color: whitesmoke;
    padding: 20px;
    margin-bottom: 15px;
    border: 2px solid gainsboro;
    text-align: center;
    border-radius: 4px;
}

aside {
    background-color: whitesmoke;
    padding: 20px;
    margin-bottom: 15px;
    border: 2px solid gainsboro;
    text-align: center;
    border-radius: 4px;
}

aside img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

aside img:hover {
    box-shadow: 2px 2px 2px 2px gray;
}

article h2 {
    text-align: center;
}

aside h2 {
    text-align: center;
}

@media only screen and (min-width: 767px) {
a {
    color: #43d2da;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
}

.container-mobile {
    display: none;
}

section {
    display: flex;
    margin-top: 30px;
}

article {
    width: 50%;
    margin: 10px;
    padding: 10px;
    border: 2px solid gainsboro;
}

aside {
    width: 50%;
    margin: 10px;
    padding: 10px;
    border: 2px solid gainsboro;
}
}

@media only screen and (max-width: 767px) {
    a {
        color: #43d2da;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 300;
        font-style: normal;
        text-decoration: none;
    }

    body {
        background-image: url(../images/mobile_bg.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

    h1 {
        font-size: 26px;
    }
    
    h2 {
        font-size: 22px;
        font-weight: 300;
    }
    
    h3 {
        font-size: 20px;
        font-weight: 300;
    }

    p {
        font-weight: 14px;
    }

    h1,h2,h3,h4,p,ul,footer {
        font-family: brandon-grotesque, sans-serif;
        font-weight: 300;
        font-style: normal;
    }

    main img {
        border: 1px solid gainsboro;
    }

    .container-desktop {
        display: none;
    }

    #container {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #carouselExampleControls {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    
    #carouselExampleControls1 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    
    #carouselExampleControls2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    
    #carouselExampleControls3 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 30px;
    }
}