/*
font-family: 'Heebo', sans-serif;
font-family: 'Noto Sans', sans-serif;

Color Palette
Header Nav, Article header backgrounds: #f59444
Banner text, article header text, header background: White
Banner text background, footer background: #3b4834
Banner background hover, "Resources & guides", article footer text, footer disclaimer background: #6c7355
main text: #161811
article borders: black
article footer background: #e4e4e4

Fonts
Header, banner subheader, "book a site", main text, site nav, copyright disclaimer: Noto Sans
Banner header, Footer header: Heebo ExtraBold
Main headers: Heebo Bold
article footer: Noto Sans Italic


values for margins, paddings, widths, etc. measured from the provided photoshop file using the ruler tool
*/

body{
    background-image: url(../img/backgroundpattern.jpg);
    font-family: 'Noto Sans', sans-serif;
}

.container{
    margin: 0 auto;
    width: 960px;
    font-size: 100%;
    line-height: 1.2;
}

.hidden{
    display: none;
}

h1, h2, h3{
    font-family: 'Heebo', sans-serif;
}

.service-links, .service-links ul{
    display: flex;
}

.service-links{
    background-color: white;
}

.service-links img{
    margin: 16px 0px;
}

.service-links ul{
    align-items: center;
}

.service-links li{
    margin-left: 22px;
}

.service-links a{
    text-decoration: none;
    color: #f59444;
    font-weight: bold;
    font-size: 18px;
}

.service-links a:hover{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.homepage-banner{
    background-image: url(../img/rvbanner.jpg);
    height: 450px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 70px;
}

#camppass-banner{
    background-image: url(../img/campingpass.jpg);
    height: 229px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 45px;
}

#camppass-banner h2{
    font-size: 54px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 85%);
    color: #6c7353;
    width: 431px;
    padding-left: 14px;
    margin-left: 24px;
}

.banner-content{
    width: 440px;
    height: 302px;
    background-color: #3b4834;
}

.banner-content h2, .banner-content p{
    margin-left: 29px;
}

.banner-content h2{
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 72px;
    font-weight: bold;
}

.banner-content p{
    margin-right: 25px;
    margin-bottom: 45px;
    font-size: 18px;
}

.banner-action{
    text-decoration: none;
    color: #3b4834;
    background-color: white;
    border: 1px solid black;
    border-radius: 3px; 
    font-size: 25px;
    margin: 0px 28px;
    padding: 15px 124px;
}

.banner-action:hover{
    background-color: #6c7355;
    color: white;
}

main h2{
    font-size: 54px;
    color: #6c7355;
    margin-bottom: 5px;
}

.article{
    background-color: white;
    margin-bottom: 35px;
    border-radius: 5px;
    border: 1px solid black;
    display: flex;
    flex-wrap: wrap;
}

.homepage-main section:nth-child(3){
    display: flex;
    flex-direction: row-reverse;
}

.article h3{
    background-color: #f59444;
    height: 72px;
    border-radius: 3px 3px 0px 0px;
    color: white;
    font-size: 26px;
    font-weight: bold;
    width: 960px;
    padding-left: 22px;
    display: flex;
    align-items: center;
}

.article>img{
    margin: 23px;
}

.text-content{
    width: 580px;
    display: flex;
    flex-direction: column;
}

.article:nth-child(3) .text-content{
    margin-right: 5px;
}

.article:nth-child(3) .text-content p:first-child{
    width: 540px; 
}

.text-content p{
    margin-top: 20px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}

.text-content p:nth-child(2){
    margin-top: 30px;
}

.article footer img{
    width: 25px;
    height: 24px;
}

.article footer{
    background-color: #e4e4e4;
    height: 56px;
    border-radius: 0px 0px 5px 5px;
    width: 960px;
    display: flex;
    align-items: center;
    color: #6c7355;
    font-style: italic;
}

.bold-words{
    font-weight: bold;
}

.article footer p, .article footer img{
    margin-left: 22px;
}

.container>footer{
    background-color: #3b4834;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container>footer>h2{
    font-size: 54px;
    font-weight: bold;
    color: white;
    margin-top: 40px;
    margin-bottom: 15px;
}

.site-nav{
    width: 450px;
}

.site-nav a{
    text-decoration: none;
    font-size: 16px;
    color: white;
    text-align: center;
}

.site-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
}

.site-nav li{
    width: 150px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.site-nav a:hover{
    color: #f59444;
}


.disclaimer{
    background-color: #6c7355;
    color: #161811;
    font-size: 16px;
    margin-top: 30px;
    line-height: 24px;
    padding: 15px 0px;
    width: 960px;
    text-align: center;
}

.campsite{
    background-color: white;
    border-radius: 5px;
    border: 1px solid black;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 299px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
}

.campsite:nth-child(3), .campsite:nth-child(6){
    margin-left:28px;
    margin-right: 28px
}

.campsite p{
    margin-bottom: 15px;
}

.campsite p:first-of-type{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    width: 235px;
    margin-left: 30px;
    line-height: 1.5;
}

.campsite p:last-of-type{
    color: #757575;
}

.campsite img{
    padding: 10px 32px 24px 32px;
}

.campsite h3{
    background-color: #f59444;
    height: 72px;
    margin: 14px;
    color: white;
    font-size: 26px;
    font-weight: bold;
    padding-left: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#camping-sites{
    display: flex;
    flex-wrap: wrap;
}

#camping-sites h2{
    width: 960px;
    padding-left: 14px;
    margin-top: 20px;
}

.campsite>button{
    align-self: center;
    border: none;
    padding: 8px;
    background-color: #6c7355;
    color: white;
    width: 75px;
    height: 33px;
    margin: 15px 0px;
    border-radius: 5px;
    font-size: 16px;
}

.campsite>button:hover{
    background-color: #3b4834;
    cursor: pointer;
}

.article ul{
    list-style: outside;
    font-size: 18px;
    margin: 24px 0px;
    margin-left: 45px;
    line-height: 27px;
    width: 440px;
}

.article table, .article td{
    border: 1px solid #dddddd;
}

.article table{
    margin: 24px 0px; 
    margin-left: 25px;
}

.article td{
    height: 40px;
    width: 200px;
    font-size: 18px;
    padding: 5px 0px 0px 7px
}

#checkout{
    display: flex;
    flex-wrap: wrap;
}

#checkout h2{
    width: 960px;
}

#checkout .article{
    width: 668px;
}

#orderlist{
    width: 260px;
    margin-left: 30px;
}

#orderlist h3{
    background-color: #f59444;
    height: 72px;
    border-radius: 3px 3px 0px 0px;
    color: white;
    font-size: 26px;
    font-weight: bold;
    padding-left: 22px;
    display: flex;
    align-items: center;
}

#orderlist p:first-of-type{
    font-family: 'Heebo', sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 31.5px;
    margin-top: 30px;
    color: #6c7355;
}

#orderlist p:nth-of-type(3){
    line-height: 24px;
}

#orderlist p:last-of-type{
    font-weight: bold;
    font-size: 18px;
}

#orderlist p{
    margin-bottom: 4px;
}

#orderlist a{
    color: #999999;
    text-underline-offset: 3px;
}

#orderlist a:hover{
    color: #3b4834;
}

input, label{
    display: block;
    margin-left: 14px;
}

label{
    margin-top: 29px;
    margin-bottom: 6px;
}

label>span{
    color: #d3080c;
}

#shipping-address, #billing-info, #tos{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 23px;
}

input{
    height: 40px;
    border: 1px solid #dddddd;
    background-color: #f8f5f5;
}

.left-column input, .right-column input{
    width: 303px;
}

#billing-info>input{
    width: 637px;
}

#tos input{
    align-self: center;
}

#tos label{
    width: 637px;
    line-height: 24px;
    margin: 0px;
    margin-left: 30px;
}

#checkout>button{
    width: 670px;
    height: 58px;
    margin-bottom: 36px;
    border: none;
    background-color: #6c7355;
    font-size: 18px;
    font-weight: bold;
    color: white;
}








