/* body */
body{
    background-color: #f8f2f8;
}
/* nav */
nav{
    color:rgb(39, 36, 36);
}
nav ul li a{
    color: rgb(39, 36, 36);
}

/* Section titles */
.title{
    margin-bottom: 12px;
}

/* header */

.header{
    padding-top: 14.5vh;
    width: 100vw;
    height: 70vh;
    color: rgb(39, 36, 36);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container{
    width: 91.6vw;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15%;
}

.header-text{
    font-size: 2.5rem;
    font-weight: 300;

}

/* main body */

.container{
    width: 100vw;
    color: rgb(39, 36, 36);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.main{
    height: 60vh;
}

.content{
    width: 91.6vw;
    height: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* projects cards */
.card{
    position: relative;
    width: 45%;
    height: 100%;
    background-color: #d9c9dc;
}

.text-container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: left;

    padding: 0 5%;

    font-size: 1.5rem;
    font-weight: 350;
}

/* image card */
.image-card{
    display: flex;
    align-items: baseline;
    justify-content: center;
    overflow: scroll;
    padding-top: 16px;
}

.image-container{
    width: 80%;
    display: flex;
    overflow-y: scroll;
}

.image-container img{
    width: 100%;
}
.socmed{
    width: 90%;
    display: flex;
    justify-content: center;
}

.socmed img{
    margin: 5% 0;
    width: 100%;
}

#reel{
    margin-top: 10%;
}

#italy-review{
    margin-top: 25%;
}

/* email marketing content */


.email-marketing-content{
    width: 80%;
    display: flex;
    flex-direction: column;
}

#email-text-container{
    width: 80%;
    margin-bottom: 80px;
}

.para-text{
    font-size: 1.5rem;
    font-weight: 350;
    line-height: 1.8rem;
}

.email-image-container{
    background-color: #d9c9dc;
    width: 100%;
    padding: 8px 20px;
    max-height: 700px;

    display: flex;
    align-items: stretch;
    justify-content: space-around;
}
.email-image-container img, #banner-container{
    width: 45%;
}

#banner-container{
    overflow-y: scroll;
}

 #banner-container img{
    width: 100%;
 }


