.img-fluid 
    {  display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 200%;
}


.navbar {
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 3px;
  font-size:19px;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  color: #D4A373;
  font-family: transat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:45px;
  letter-spacing: 1px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  color: #D4A373;
  font-family: transat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:45px;
  letter-spacing: 1px;
}

h4 {
  text-align: center;
  text-transform: uppercase;
  color: #D4A373;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:18px;
  letter-spacing: 3px;
}

.list {
  text-align: center;
  text-transform: uppercase;
  color: #788844;
  font-family: transat, sans-serif;
  list-style: none;
}

.center {
  display: block;  
  margin-left: auto;
  margin-right: auto;
  border-radius: 20%;
  width:25%;
  height:auto;
}

  body {
  color: black;
  font-family: 'Libre Franklin', sans-serif;
  font-style: normal;
  font-size:22px;
  letter-spacing: 0px;
  text-align: center;
  }

  .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 10px 2px;
  }
  
  .fa:hover {
      opacity: 0.9;
      color:#CBAFFE;
      text-decoration:overline;
  }
  
  .fa-twitter {
    color: black;
  }
  
  .fa-linkedin {
    color: black;
  }
  
  .fa-instagram {
    color: black;
  }
  
  .fa-behance {
    color: black;
  }

 
  /* Contact form */

  /* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  text-transform: uppercase;
  color: black;
  font-family: transat, sans-serif;
  font-style: normal;
  font-size:14px;
  letter-spacing: 1px;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  text-transform: uppercase;
  color: black;
  font-family: transat, sans-serif;
  font-style: normal;
  font-size:14px;
  letter-spacing: 1px;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #CBAFFE;
  color: white;
  font-family: transat, sans-serif;
  font-size:20px;
  letter-spacing: 1px;
  padding: 5px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Style the container */
.container {
  border-radius: 5px;
  padding: 20px;
  width: 60%;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
