#photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }

  .logo {
	width: 100%;
	text-align:center;
}
.logo img {
width: 75% !important;
  height: auto !important;
  padding:50px 0 10px 0;
}

.image img {
width: 75% !important;
  height: auto !important;
  padding:50px 0 10px 0;
}
    .myButton {
		background-color:#000000;
	color:#ffffff;
	font-family: 'montserratbold', Arial, sans-serif;
	letter-spacing: 2px;
	font-size:40px;
	padding:35px 40px 25px 40px;
	text-decoration:none;
	text-align:center;
display:inline-block;
margin: auto;
overflow: hidden;
}
.social {
	margin: 20px 0 50px 0;
		text-align: center;
}
.social img {
	width: 35px;
	height:35px;
	margin: 0;
	}
	.subhead {
	  margin-left:auto;
	  margin-right:auto;
	  width:90%;
	  font-size: 14px;
	  line-height: 20px;
	  letter-spacing: 1px;
	  font-family: 'montserratregular', Arial, sans-serif;
	  padding: 10px 0 10px 0;
	  margin-bottom:10px;
	  color:#000000;
  }
  .subhead2 {
	  margin-left:auto;
	  margin-right:auto;
	  width:90%;
	  font-size: 27px;
	  line-height: 24px;
	  letter-spacing: 1px;
	  font-family: 'montserratregular', Arial, sans-serif;
	  padding: 30px 0 0 0;
	  margin-bottom:10px;
	  color:#000000;
  }
  .body {
	    margin-left:auto;
	  margin-right:auto;
	  width:95%;
	font-size: 14px;
	line-height: 18px;
	padding: 0 10px 15px 10px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	color:#000000;
}
.body p{
	padding: 0 0 10px 0;
}
.wrap {
	margin:auto;
	text-align:center;
	padding-top:60px;
}
.buttonhome:focus {
    outline: 0;
    opacity: 0.6;
    background: #808285;
    color: #fff;
}
.buttonhome {
    margin: 5px 0 5px 0;
    padding: 15px 25px;
    vertical-align: middle;
    background: #808285;
    border: 0;
    font-family: "Courier New", Courier, monospace;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
display: inline-block;
}
.buttonhome a {
	color: #FFFFFF;
	text-decoration: none;
}
button.btn:hover { opacity: 0.6; color: #fff; }

button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.6; background: #808285; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #808285; color: #fff; }