

* {
    font-family: 'Oswald', sans-serif;
  }
  


body{
    background-color:white; 
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
    margin: 0;
    font-size: 28px;

}

.mainHeader {
    height: 75vh;
    min-height: 30em;
    background-image: url("https://images.unsplash.com/photo-1557329856-869dd7eb4b50");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll; 
    background-color: rgba(0, 0, 0, 0.05);
}


.header{
    height:225px;
    width:1280px;
    background-image: url("/homepage-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll; 
    background-color: rgba(0, 0, 0, 0.05);
}




.navbar {
  overflow: hidden;
  background: none;
  width: 100%;
}


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


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

div {
    margin: auto;
}


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: none;
    margin-left: auto;
    margin-right: auto;
}

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


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


/* ---------------------- */

.content {
    padding: 16px;
    z-index: -1;
  }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .sticky + .content {
    padding-top: 60px;
  }









  .footer-distributed {
    background-color: #9B7886;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: normal 16px sans-serif;
    padding: 45px 50px;
  }
  
  .footer-distributed .footer-left p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
  }
  /* Footer links */
  
  .footer-distributed p.footer-links {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 10px;
    padding: 0;
    transition: ease .25s;
  }
  
  .footer-distributed p.footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    transition: ease .25s;
  }
  
  .footer-distributed .footer-links a:before {
    content: "·";
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  .footer-distributed .footer-right {
    float: right;
    margin-top: 6px;
    max-width: 180px;
  }
  
  .footer-distributed .footer-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #CEC3C5;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-left: 3px;
    transition:all .25s;
  }
  
  .footer-distributed .footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(2.2);}
  
  .footer-distributed p.footer-links a:hover{text-decoration:underline;}
  
  /* Media Queries */
  
  @media (max-width: 600px) {
    .footer-distributed .footer-left, .footer-distributed .footer-right {
      text-align: center;
    }
    .footer-distributed .footer-right {
      float: none;
      margin: 0 auto 20px;
    }
    .footer-distributed .footer-left p.footer-links {
      line-height: 1.8;
    }
  }









/* 

.row-full{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 20px;
    margin-top: 10px;
    left: 50%;
   } */


/*Container style is for illustration purpose only 
.container{
    min-height: 400px;
   }
   
   /*Can achive using vw css unit
   .row-full{
         width: 100vw;
         position: relative;
         margin-left: -50vw;
         height: 100px;
         margin-top: 100px;
         left: 50%;
 
         
         
   }*/
    


    