
body{
    border-top: 2px solid #a74690;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}
h1{
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 600;
    color: #a74690;
}
h1.scriptive{
    font-family: 'Italianno', cursive;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;

}
a, a:hover{
    color: #b973d0;
}
.fa{
    margin: 0 10px;
}
strong{
    font-weight: 600;
}

.main-wrapper{
    padding: 20px 0 0;
}

#logo-wrap img{
    width: 220px;
}

header{
    margin-bottom: 45px;
}

#main{
    max-width: 600px;
    max-width: 80%;
    margin: 0 auto;
}
#gallery{
    margin-top: 45px;
}
#gallery span{ 
    display: inline-block;
    margin-top: 20px;
}
.slick-slide img{
    margin: 0 auto;
    max-width: 100%
}
#main a.slick-arrow{
    color: #a74690;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.slick-dots{
    margin: 0;
    padding: 0;
}
.slick-dots li{
    margin: 0 5px;
    border: none;
    border-radius: 50%;
    border: 1px solid #a74690;
    background-color: #fff;
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
}
.slick-dots li.slick-active{
    background-color: #a74690;
}
.slick-dots button{
    text-indent: -9999px;
    display: none;
}
.gallery span{
    display: block;
    margin: 15px 0;
}
.gallery-title{
    margin: 40px 0 20px;
}
.gallery-prev{
    left: 4px;
}
.gallery-next{
    right: 4px;
}

footer{
    margin-top: 45px;
    background-color: #a74690;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
}
footer p{
    margin-bottom: 0;
    font-size: 12px;
}