@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Monoton|Patrick+Hand|Cormorant+SC|Gabriela|Dancing+Script');

body {
    background-color: black;
    color: gold;
    font-family: 'Gabriela', serif;
}
header {
  padding: 154px 0 100px;
    background: url(../img/banner1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom;
    height: 500px;
    text-shadow: 2px 2px black;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

@media (max-width: 450px) {
    body {
        text-align: center;
    }
    #mainLink {
        font-size: 1.3em !important;
    }
    .img-fluid {
        width: 100% !important;
    }
    form {
        padding-bottom: 20px;
    }
}

section {
  padding: 150px 0;
}

.card {
    background: black;
}

.btn-list {
    color: gold;
    font-size: 1em;
}

.class-list {
    width: 300px;
}

.nav-link.active{
    color: gold !important;
}

.nav-link, btn-link {
    color: gold;
    font-family: 'Dancing Script', cursive;
    font-size: 2em;
}

#mainLink {
    color: gold;
    font-family: 'Gabriela', serif;
    font-size: 2em;
}

.img-fluid {
    width: 50%;
}