body{
	background-color: #ffffff;
	background-image: url('images/garnetrose.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center ;
 background-size: 100%;
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  color: #777;
  font-family: "Cutive Mono", Courier New;
	text-transform: uppercase;
}

.content{
	font-size: 9.5pt;
	letter-spacing: 1px;
	line-height: 200%;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 100px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 30px;
	background: rgba(255, 255, 255, 0.95);
	border: 3px solid #777;
}

.center {
	text-align: center;
}


a:link, a:visited{
	text-decoration: none;
	color: #f18592;
	font-family: "Dancing Script", Georgia;
	font-size: 13pt;
	letter-spacing: 3px;
	text-transform: none;
    }

a:hover{
    color: #95d0ba;
}

.linkout:link, .linkout:visited{
	text-decoration: none;
	color: #fff;
	font-size:10pt;
	font-family: "Cutive Mono", verdana;
	font-style: none;
	font-weight: none;
	letter-spacing: 2px;
	text-transform:uppercase;
	background-color: #555;
    }

.linkout:hover{
    background-color: #e9b0b6;
	}

	.aff:link, .aff:visited{
	text-decoration: none;
	color: #444;
	font-size:28pt;
	font-family: "Dancing Script", times new roman;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 100%;
    }

.aff:hover{
    color: #eba3a7;
    text-shadow: #ddd 1px 1px 4px;
	}

h1{
	font-family: "Poiret One", Helvetica;
	font-size: 28pt;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	color: #222;
	margin-top: 0;
}

h2{
	font-family: "Open Sans Condensed", Georgia;
	font-size: 16pt;
	letter-spacing: 12px;
	text-align: center;
	color: #444;
		text-align: center;
}

hr{
	margin-left: 15%;
	margin-right: 15%;
	height: 1px;
	color: #000;
	background: #000;
	border: 0;
}



.img-center{
	display: block;
    margin: 0 auto;
}


.footer{
	line-height: 170%;
	color: #aaa;
	font-size: 8.5pt;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-top: 20px;
}

.footer-margin{
	margin-bottom: 60px;
}

.col-md-4{
	padding: 10px;

}

.row{
		margin: 0 auto;
		padding: 0;
}

.thumb{
	border-radius: 50%;
	height: 150px;
	width: 150px;
  display: block;
	margin: 0 auto;
	border:4px solid #86dfb9;
}

.thumbcontainer {
  position: relative;
	margin: 0 auto;
}

.thumboverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	border-radius: 50%;
	height: 150px;
	width: 150px;
  opacity: 0;
  transition: .5s ease;
  background-color: #81c1a7;
	margin: 0 auto;
}

.thumbcontainer:hover .thumboverlay {
  opacity: .8;
}

.thumbtext {
  color: white;
  font-size: 16pt;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

	.websiteFrame {
     position: fixed;
     z-index: 990;
     background-color: rgba(255, 255, 255, 1);
 }

 #websiteFrameTop {
     top: 0;
     left: 0;
     width: 100%;
     height: 35px;
 }

 #websiteFrameRight {
     top: 0;
     bottom: 0;
     right: 0;
     width: 35px;
 }

 #websiteFrameBottom {
     bottom: 0;
     left: 0;
     width: 100%;
     height: 35px;
 }

 #websiteFrameLeft {
     top: 0;
     bottom: 0;
     left: 0;
     width: 35px;
 }



@media only screen and (max-width: 600px){

	body:before {
	  content: "";
	  display: block;
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  z-index: -10;
	  background: url(images/garnetrose.jpg) no-repeat;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}


	.content{
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-left: 5%;
	margin-right: 5%;
	color: #666;
	font-size: 11pt;
	line-height: 170%;
	}

	.linkout:link, .linkout:visited{
		letter-spacing: 1px;
		font-size: 10pt;
	    }

	#websiteFrameTop {
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
  }

  #websiteFrameRight {
      top: 0;
      bottom: 0;
      right: 0;
      width: 0;
  }

  #websiteFrameBottom {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
  }

  #websiteFrameLeft {
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
  }

}
