* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background: url(susavascilari-header.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapper {
    padding: 2%;
}

header {
    display: flex;
}

header img {
    max-width: 150px;
}

header .logo {
    flex: 1;
}

header .icons a{
    color: white;
    font-size: 20px;
    text-decoration: none;
}

header .icons a:hover {
    color: #BD1954;
    transition: 0.5s;
}

header .icons .fab, .fas {
    margin-left: 12px;
    margin-top: 12px;
}

.main {
    text-align: center;
    color: white;
    padding: 5%;
}

.main h1 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
    font-size: 40px;
}

.main h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
    font-size: 40px;
}


.main p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.main .cta a {
    display: inline-block;
    padding: 10px 50px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: white;
    margin-top: 20px;
    border-radius: 5px;
}

.main .cta .katil {
    background-color: #183153;
    margin-left: 20px;
}

.main .cta .katil:hover {
    color: #183153;
    background-color: white;
    transition: 0.5s;
}

.main .cta .bagis {
    background-color: #BD1954;
    margin-right: 20px;
}

.main .cta .bagis:hover {
    color: #BD1954;
    background-color: white;
    transition: 0.5s;
}

#mc_embed_signup {clear:left; font:14px 'Poppins',sans-serif; text-align: center; color: white; margin-top: 30px;}

#mc_embed_signup form {text-align: center !important;}

#mc_embed_signup input.email {margin-left: auto !important; margin-right: auto !important;}

#mc_embed_signup input.button {margin-left: auto !important; margin-right: auto !important;}

.email {
    min-width: 20%;
    height: 30px;
    margin: 10px 0;
    text-align: center;
}

.button {
    background-color: white;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
}

.button:hover {
    background-color: whitesmoke;
}

.website {
    text-align: center;
    color: white;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
}

.website a {
    text-decoration: none;
    color: white;
    padding: 12px 20px;
    border: white 1px solid;
}

.website a:hover {
    color: black;
    background-color: white;
    transition: 0.5s;
}

@media only screen and (max-width: 520px) {
    .main .cta .katil {
        margin-left: 0px;
    }
    
    .main .cta .bagis {
        margin-right: 0px;
}
}