/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/
html, body {
  background: #6b747f;
  font: Baskerville,georgia, times new roman, serif;
}


.row {
  margin-bottom: 12px;
  /*text-align: center;*/
}

h1, h2 {
  font:  100px Baskerville, georgia, times new roman, serif;
  font-weight:thin;
  color: #fffefe;
  letter-spacing: -.01em;
  -webkit-transition-duration: 1s;
}

h2  {
  font-size: 23px;
  font-weight: normal;
 
}

p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fffefe;
}



.head, .head:hover {
  box-shadow: none;
  margin-top: 30px;
}

.head-2 {
	margin-top:100px;
}

.head span {
  font-weight: bold;
  color: #fffefe;
}

.head span span {
  font-size: 32px;
  font-weight: bold !important;
}

a {
  color: #fff;
text-decoration:underline;
}

a:hover {
  text-decoration:underline;
	color:fff;
}

.special, .special:hover {
  background: transparent;
      border: none;
	text-align:left;

}

.copy-right{text-align:right}
.main-copy{margin-top:50px;}
@media only screen and (max-width: 767px) {

  h1 {
    font: 100 60px Baskerville,georgia, times new roman, serif;
    -webkit-transition-duration: .5s;
  }

}

