/*E80069: Red FFB05F: Yellow*/

body {
    margin: 0;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
}

header {

}

#top-small {
    color: #3e001c;
    font-family: 'Satisfy', cursive;
    font-size: 2rem;
}

#top-big {
    font-family: 'Crimson Text', serif;
    margin-top: 0;
    margin-bottom: 40px;
    color: #E80069;
    font-size: 5rem;
    font-family: sans-serif;
}

.header-bg {
    background-image: url("../images/bg.svg")
}


.top-container {
    padding: 40px;
    margin: 0;
}
.second-top-container {
    margin: 0;
}

#app-id {
    margin: 15px 25px;
}

#play-id {
    margin: 15px 25px;
}

.brand-logo {
    width: 100%;
    height: 100%;
    background-color: #E80069;
}

#logo {
    width: 20%;
    height: 60%:
    margin: auto;
}

#brandname {
    width: 60%;
    height: 25%;
    padding: 20px;
    margin: auto;
}

#ma-description {
    margin: 50px auto;
    width: 60%;
    line-height: 2;
    letter-spacing: 0.2rem;
    color: #3e001c;
    font-style: italic;
    font-size: 1.6rem;
}

.footer-bg {
    height: 500px;
    padding: 70px;
    background-size: cover;
    background-image: url("../images/couple-bg.jpg");
    opacity: 0.7;
    background-position: center, center;
}

#contact-footer {
    margin: 0;
    padding: 30px;
    font-size: 3rem;
    color: #3e001c;
    font-style: bold;
}

a:link {
  color: #3e001c;
  text-decoration: none;
}

a:visited {
  color: black;
}

a:hover {
  color: white;
  font-size: 4rem;
}

a:active {
  color: #3e001c;
}

#insta {
    width: 70px;
    height: 70px;
    margin: 10px 50px;
}

#twit {
    width: 70px;
    height: 70px;
    margin: 10px 50px;
}

#insta:hover {
    width: 90px;
    height: 90px;
}

#twit:hover {
    width: 90px;
    height: 90px;
}

.privacy {
    padding: 20px;

}

.policy:hover {
    color: black;
    font-size: 2rem;
}