@charset "UTF-8";
/* CSS Document */

.header {
	background-color: #BB907C;
	text-align: center;
	height: 200px;
	
}

.logo {
	padding-top: 25px;
	padding-bottom: 40px;
	
}

h1 {
	font-family: trade-gothic-next, sans-serif; 
	font-weight: 400;
	font-style: normal; 
	padding-top: 50px;}

h2 {
	font-family: decoy, serif;
	text-align: center;
}

h3 {
	font-family: futura-pt, sans-serif;
	font-size: 20px;
	text-align: center;
	
}

p {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: regular;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.twitter {
	text-align: center;
}

.nav {
	font-family: ff-market-web, sans-serif;
	font-weight: 400;
}

.img-fluid {
	padding-bottom: 20px;
	height: auto;
	margin: 0 auto;

}

.center-image {
	text-align: center;
}

.footer {
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #ded4d4;
   color: white;
	clear: both; 
	
}

.view-portfolio {
    text-align: center;
    margin: auto;
	height: 50px
}

.button {
    background-color: #ded4d4;
    text-decoration: none;
    border: none;
    font-family: futura-pt, sans-serif;
    color: #41393d;
    font-size: 20px;
	border-radius: 15px;
	padding: 12px;

}

.container {
  border-radius: 5px;
  background-color: white;
  padding: 20px;
 text-align: center;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #36454f;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #ded4d4;
}

.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  -ms-flex: 50%; /* IE 10 */
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

