
body {
 /* background: url('http://placehold.it/1920x1080') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;*/
}


.masthead {
  height: 100vh;
  min-height: 500px;
  /* background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080'); */
  background-color: #FDE3D8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

h1{
  font-family: 'Playfair Display', serif;
  color: #5C4E4B
}

p{
  font-family: 'Montserrat', sans-serif;
  color: #5C4E4B;
}


.sub_text{
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}

.email_text{
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  color: #5C4E4B;
  
}

.email_text:hover{
  letter-spacing: 0.05em;
  color: #333;
  
}

.img_X{
  margin-bottom: 5%;
}


.outline-light {
  color: #5C4E4B;
  border-color: #5C4E4B;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 8px 16px;
  margin-top: 2%;
}

.outline-light:hover {
  color: #ffffff;
  border-color: #5C4E4B;
  background-color: #5C4E4B;
  
}