@font-face {
    font-family: sodoSans;
    src: url(assets/fonts/SoDoSans-Bold.ttf);
}
@font-face {
    font-family: sodoSansSemi;
    src: url(assets/fonts/SoDoSans-SemiBold.ttf);
}
@font-face {
    font-family: sodoSansRegular;
    src: url(assets/fonts/SoDoSans-Regular.ttf);
}
@font-face {
    font-family: sodoSansLight;
    src: url(assets/fonts/SoDoSans-Light.ttf);
}
@font-face {
    font-family: sodoSansThin;
    src: url(assets/fonts/SoDoSans-Thin.ttf);
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 700,
  'GRAD' 0,
  'opsz' 48
}

body{
    margin: 0px;
    padding: 0px;
}
h1{
    margin: 0px;
    padding: 0px;
}
p{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
    color: black;
}

.header{
    width: 100%;
    height: 100px;
    box-shadow: 0px 1px 4px hsl(0, 0%, 75%);
}
.headerNav{
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.headerLeft{
    margin-left: 150px;
    display: flex;
    gap: 30px;
}
.headerLogo{
    height: 50px;
    margin-top: auto;
    margin-bottom: auto;
}
.headerLogo:hover{
    cursor: pointer;
}
.headerPage{
    font-family: arial;
    margin-top: auto;
    margin-bottom: auto;
    font-family: sodoSans, arial;
}
.headerPage:hover{
    color: #00754a;
    cursor: pointer;
    transition: .1s;
}
.headerRight{
    margin-right: 250px;
    display: flex;
    gap: 20px;
}
.headerLocationContainer{
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
}
.headerLocationContainer:hover{
    cursor: pointer;
    color: #00754a;
}
.headerLocation{
    margin-top: auto;
    margin-bottom: auto;
    font-family: sodoSansSemi, arial;
    font-size: 15px;
    margin-right: 10px;
}
.signIn{
    margin-top: auto;
    margin-bottom: auto;
    height: 32px;
    background-color: white;
    color: black;
    font-family: sodoSansSemi, arial;
    font-size: 14px;
    border: solid 1px black;
    border-radius: 15px;
    width: 75px;
}
.signIn:hover{
    background-color: hsl(0, 0%, 90%);
    transition: .3s;
    cursor: pointer;
}
.joinNow{
    margin-top: auto;
    margin-bottom: auto;
    height: 32px;
    background-color: black;
    color: white;
    font-family: sodoSansSemi, arial;
    font-size: 14px;
    border: solid 1px black;
    border-radius: 15px;
    width: 90px; 
}
.joinNow:hover{
    background-color: hsl(0, 0%, 30%);
    transition: .3s;
    cursor: pointer;
}
.contentSection{
    width: 1400px;
    margin-top: 40px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: greenyellow;
}
.contentSection1{
    height: 270px;
    background-color: #d4e9e2;
}
.contentItem{
    width: 700px;
    color: #1e3932;
}
.contentSection1Image{
    background-image: url(./assets/images/starbucksRewards.png);
    background-size: cover;
    background-position: center;
}
.contentItemH1{
    font-family: sodoSansSemi, arial;
}
.contentItemP{
    font-family: sodoSansRegular, arial;
}
.contentSectionTextContainer{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.contentSection1ItemH1{
    font-size: 25px;
}
.contentSection1ItemP{
    font-size: 18px;
}
.contentSectionButton{
    margin-left: auto;
    margin-right: auto;
    height: 32px;
    font-family: sodoSansSemi, arial;
    font-size: 15px;
    color: #1e3932;
    background-color: transparent;
    border: solid 1px #1e3932;
    border-radius: 15px;
    width: 95px;
}
.contentSectionButton:hover{
    transition: .3s;
    background-color: rgb(100, 100, 100, 0.175);
    cursor: pointer;
}
.contentSection2{
    background-color: #f6bfd9;
    height: 600px;
}
.contentSection2Image{
    background-image: url(assets/images/twoCoffeeGlasses.jpg);
    background-size: cover;
    background-position: center;
}
.contentSection2ItemH1{
    font-size: 50px;
}
.contentSection2ItemP{
    font-size: 25px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.contentSection2TextContainer{
    margin-top: auto;
    margin-bottom: auto;
    height: 300px;
}
.contentSection3{
    background-color: #fff4d4;
    height: 600px;
}
.contentSection3Image{
    background-image: url(assets/images/coolPinkDrink.jpg);
    background-size: cover;
    background-position: center;
}
.contentSection3ItemH1{
    font-size: 50px;
}
.contentSection3ItemP{
    font-size: 25px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.contentSection3TextContainer{
    margin-top: auto;
    margin-bottom: auto;
    height: 300px;
}
.contentSection4{
    background-color: #d4e9e2;
    height: 600px;
}
.contentSection4Image{
    background-image: url(assets/images/burger.png);
    background-size: cover;
    background-position: center;
}
.contentSection4ItemH1{
    font-size: 50px;
}
.contentSection4ItemP{
    font-size: 25px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.contentSection4TextContainer{
    margin-top: auto;
    margin-bottom: auto;
    height: 400px;
}
.bottomText{
    text-align: center;
    margin-top: 60px;
    font-family: sodoSansRegular, arial;
    font-size: 15px;
    color: hsl(0, 0%, 15%);
}
.footer{
    margin-top: 40px;
    height: 600px;
    box-shadow: 0px -1px 4px hsl(0, 0%, 75%);
}
.footerNav{
    width: 100%;
    height: 100%;
}
.footerFlex1Container{
    width: 1400px;
    
    margin-left: auto;
    margin-right: auto;
}
.footerFlex1{
    display: flex;
    gap: 15px;
}
.footerCategoriesFlex{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 215px;
}
.footerText{
    font-family: sodoSansRegular, arial;
    font-size: 15px;
    color: hsl(0, 0%, 45%);
}
.footerText:hover{
    transition: .05s;
    cursor: pointer;
    color: hsl(0, 0%, 20%);
}
.footerCategoriesTitle{
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: sodoSansLight, arial;
    font-size: 20px;
    color: hsl(0, 0%, 15%);
}
.footerDivision{
    width: 1400px;
    height: 2px;
    margin-top: 40px;
    background-color: hsl(0, 0%, 80%);
    margin-left: auto;
    margin-right: auto;
}
.footerFlex2Container{
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.footerFlex2{
    display: flex;
    flex-direction: column;
}
.footerSocialMediaContainer{
    display: flex;
    gap: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.socialMediaIconContainer{
    width: 44px;
    height: 44px;
    border-radius: 44px;
    background-color: transparent;
    position: relative;
}
.socialMediaIcon{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: pink;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0px 0px -16px;
}
.socialMediaIconContainer:hover{
    cursor: pointer;
    background-color: rgb(0, 0, 0, 0.15);
    transition: .4s ease;
}

.footerLegal{
    font-family: sodoSansRegular, arial;
    color: hsl(0, 0%, 15%);
    font-size: 15px;
    display: flex;
    gap: 20px;
}
.footerLegalText:hover{
    transition: .1s;
    text-decoration: underline;
    cursor: pointer;
}
.footerLegalDivision{
    color: hsl(0, 0%, 70%);
}
.footerCopyright{
    font-family: arial;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 35px;
    color: hsl(0, 0%, 45%);
}
.underlineLink{
    text-decoration: underline;
}
.underlineLink:hover{
    cursor: pointer;
    text-decoration: none;
}