*{
    padding: 0;
    margin: 0;
    text-decoration: none;    
}

body {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
body::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.separator{
    background-color: #EB5757;
    width: 31px;
    height: 5px;
}
.section{
    display: flex;
    box-sizing: border-box;
    width: 100%;
}
.section1{
    height: 120px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px 72px 0px 72px;
    >p{
        color: #222;
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}
.navBar{
    list-style: none;
    >li{
        display: inline-block;
        margin: 10px;
        >a{
            color: #222;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        >a.active{
            color: #EB5757;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
    }
}
.section2{
    height: 880px;
    background-image: url("../img/bg1.png");
    flex-flow: column nowrap;
    padding-top: 272px; 
    align-items: center;
    >.headerText{
        color: #FFF;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 80px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }
    >p{
        color: #FFF;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .buttonContainer{
        margin-top: 43px;
        .button:hover{
            cursor:pointer;
        }
        .button1{
            width: 232px;
            height: 52px;
            background-color: #EB5757;
            border: none;
            color: #FFF;
            text-align: center;
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 1px;
            margin: 0px 10px 0px 10px;
        }
        .button2{
            width: 232px;
            height: 52px;
            background-color: #fff;
            border: none;
            color: #EB5757;
            text-align: center;
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 1px;
            margin: 0px 10px 0px 10px;
        }
    }
}
.section3{
    height: 132px;
    background-color: #EB5757;
    justify-content: center;
    align-items: center;
    >p{
        width: 1218px;
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}
.section4{
    flex-flow: column nowrap;
    align-items: center;
    padding: 93px 350px 93px 350px;
    >h2{
        color: #222;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 19px;
    }
    >p{
        display: flex;
        max-width: 735px;
        color: #222;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 19px;
        margin-bottom: 71px;
    }
    .artistList{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }
}
.card{
    width: 238px;
    height: 354px;
    margin: 45px 28px 45px 28px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    >img{
        border-radius: 238px;
        border: 2px solid #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 238px;
        height: 238px;
    }
    >h4{
        color: #222;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top: 36px;
    }
    >p{
        margin-top: 8px;
        width: 206px;
        color: #222;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

.section5{
    flex-flow: column nowrap;
    align-items: center;
    padding: 93px 250px 93px 250px;
    background-color: rgba(235, 87, 87, 0.10);
    >h2{
        color: #222;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 19px;
    }
    >p{
        display: flex;
        max-width: 735px;
        color: #222;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 19px;
        margin-bottom: 71px;
    }
    >.photoList{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }
}
.rect{
    width: 248px;
    height: 248px;
    margin: 13px 12px 13px 12px;
    >img{
        width: 248px;
        height: 248px;
    }
}

.section6{
    flex-flow: column nowrap;
    align-items: center;
    padding: 93px 150px 93px 150px;
    background-color: #F8F8F8;
    >h2{
        color: #222;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 19px;
    }
    >p{
        display: flex;
        max-width: 735px;
        color: #222;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 19px;
        margin-bottom: 77px;
    }
    >.priceList{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
}
.priceTag{
    width: 447px;
    height: 375px;
    background-color: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    margin-left: 36px;
    margin-right: 36px;
    margin-bottom: 50px;   
    text-align: center;
    >.priceTagHeader{
        width: 100%;
        height: 89px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.10);
        color: #222;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    >p{
        margin-top: 31px;
        margin-left: 73px;
        margin-right: 73px;
        color: #222;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    >.priceTagPrice{
        margin-top: 29px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        >.label{
            width: 81px;
            height: 30px;
            color: #222;
            text-align: center;
            font-family: 'Raleway', sans-serif;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 2px;
            margin-right: 9px;
        }
        >span{
            width: 89px;
            height: 33px;
            color: #EB5757;
            text-align: center;
            font-family: 'Raleway', sans-serif;
            font-size: 26px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 2px;
        }
    }
    >button{
        width: 216px;
        height: 42px;
        background-color: #EB5757;
        color: #FFF;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
        border: none;
        margin-top: 23px; 
    }
}
.section7{
    flex-flow: column nowrap;
    align-items: center;
    padding: 119px 150px 119px 150px;
    background-color: rgba(235, 87, 87, 0.10);
    >h2{
        color: #222;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 19px;
    }
    >p{
        display: flex;
        max-width: 735px;
        color: #222;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 19px;
        margin-bottom: 77px;
    }
    >.location{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        >img{
            width: 1175px;
            height: 443px;
        }
    }
    
}
.section8{
    height: 120px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px 72px 0px 72px;
    >p{
        color: #222;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    >ul>li>a{
        letter-spacing: 0px;
    }
}
