
body{
    background-color:white; 
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
}

#mainHeader {
    height: 100vh;
    min-height: 40em;
    background-image: url("https://images.unsplash.com/photo-1557329856-869dd7eb4b50");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll; 
}

#navbar {
    overflow: hidden;
    background-color:#9B7886;
    z-index: 1;
  }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

.portfolio {
    background-color: #9B7886;
}

div {
    margin: auto;
}

a:link {
    text-decoration: none;
    color: #321429; 
   }

a:visited {
    color: #9B7886
}

a:hover {
    background-color: #CEC3C5;
}

a:active{
    color: #66282F;
}


.bannerleft {
    float: left;
    width: 50%;
}

.bannerright {
    float: right;
    width: 50%;
}


h1{
    font-size: 60px;
    color: #ffffff;
    margin: 70px 0px 25px 0px
}

h2{
    color: #66282F;
    font-size: 28px
}

h3{
    color: #66282F;
    margin: 0px 
}

#container{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

#header{
    color: #66282F;
    width: 1280px; 
}

#content{
    padding: 15px;
    z-index: -1;
}

#homepage-main{
    width: 1280px;
    text-align: center;
}

#main{
    width: 1280px;
    text-align: left;
}

#footer{
    background-color: #9B7886;
    text-align: center;
}

#form{
    position: relative;
    color: #66282f;
    
    }

.button{
        background-color: #e6772e;
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
    }

  
    

.btn {
        background-color: #321429;
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        cursor: pointer;
        font-size: 20px;
        
    }