body {
    background-color: white;
    /*font-family: 'Itim', cursive;*/
    font-family: 'Montserrat Alternates', sans-serif;
}

.header {
    max-height: 15vh;
    /*background-color: white;*/
    background-color: white;
    /*height: 15vh;*/
    text-align: center;
}

.header .container {
}

@media (min-width: 800px) {
.header-title {
    color: black;
    font-size: 3.5vw;
    font-family: 'Parisienne', cursive;
}
}

@media (max-width: 800px) {
    .header {
        height: 5vh;
    }
}

@media (max-width: 800px) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    .header-title {
        color: black;
        /*font-size: 5rem;*/
    }
  }

.header-nav {
    /*text-align: right;*/
    float: right;
    color: gray;
}

.header-nav a {
    color: gray;
}

.header-nav ul{
    list-style-type: none;
    overflow: hidden;
}

.header-nav li {
    display: inline-block;
}

.header-nav li a{
    display: inline-block;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

.header h1 {
    font-family: 'Parisienne', cursive;
}

.jumbotron {
    padding: 1rem 1rem;
    /*margin-bottom: 1rem;
    margin-top: 1rem;*/
    
    border-radius: .3rem;
  }


.image-banner {
    /*background-color: black;*/
    height: 100vh;
    background-image: url(./images/Idia\ Photo\ Edit.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.image-banner-text {
    padding: 5vh;
    text-align: left;
    color: #94ffe9;
    
}

.image-banner-text h1 {
    font-size: 4rem;
}   

.forward-banner {
    background-color: white;
    /*height: 25vh;
    max-height: 25vh;*/
    text-align: center;
    vertical-align: middle;
}

.forward-banner-text {
    /*padding: 1vh;*/
    text-align: center;
    vertical-align: middle;
    
    display: inline-block;
}

.forward-banner-text a{
    text-decoration: none;
    color:gray;
}

.forward-banner-text h1{
    font-size: 4rem;
    margin-bottom: 5vh;
}

.forward-banner-text p{
    margin-bottom: 5vh;
}


.footer {
    background-color: gray;
    height: 25vh;
}

.footer-text {
    padding: 5vh;
    text-align: center;
}

.gallery-banner {
    height: 100vh;
    background-color: #b0afac;
}

.gallery-banner-text {
    padding-top: 5vh;
    padding-bottom: 5vh;
    text-align: center;
    color: red;
}