@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');
</style>

html,body {
    margin:0;
    padding:0;
    font-size:0;
}



body{
    background-color:#c7e5e3;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    color:#4c4d51;
    
}

.wrapper{
    width: 100%;
    margin: 20px auto 20px auto;
}
.logo{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
}

nav{
    background-color: #022b3a;
    font-size: 1.2em;
    text-align: center;
    height: 50px;
    
}

nav ul{
    margin:0;
    list-style: none;
    height: 50px;
    
    
}

nav li{
    display: inline-block;
    padding-left:35px;
    padding-right:35px;
    line-height: 50px;
    
}

nav li a{
    color:#ffffff;
    text-decoration: none;
}
 nav li a:hover, nav li a.current{
     color:#47f461;
 }


.themes div{
    display: inline-block;
}
.themes{
    background-color: white;
    padding-top:20px;
    padding-bottom: 10px;
    margin-top:20px;
    text-align: center;
}


.themes img{
    margin: 0px auto;
    padding:5px;
    border: 2px solid #022b3a;
    text-align: center;
}

blockquote {
    display: block;
    position: relative;
    width: 55%;
    margin:5rem auto;
    padding: 0.5rem;
    font-family: 'Marck Script', cursive;
    color: #022b3a;
    font-size: 2.2rem;
    line-height: 2.6rem;
}

blockquote::before {
    content: '\201c';
    top: 25px;
    left: -40px;
}

blockquote::after { 
    content:'\201d';
    bottom:-45px;
}

blockquote::before, blockquote::after{
    font-size: 6rem;
    position: absolute;   
}

blockquote cite{
    display: block;
    position: absolute;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.2;
    color: #1f7a8c;
    top: 105%;
    padding-left: 200px;
}

article{
    margin:80px auto 80px;
}


.contact-details{
    margin-top: 35px;
}
.contact-details h2{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color:#4c4d51;
    
}

.contact-details div{
    display: inline-block;
    margin-bottom: 40px;

}

.socialmedia{
    width: 40%;
    vertical-align: top;
    text-align: right;
    margin-top: 100px;
}
.socialmedia img{
    width: 50px;
}

.generalcontact {
    width: 59%;
    text-align: center;
}



footer{
    position:fixed;
    left:0;
    bottom:0;
    width: 100%;
    background-color: #4c4d51;
    color: white;
    text-align: center;
    font-size: 80%;
    padding:2px;
}