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

html {
			margin:0;
			background-color:#011909;
		}

	
	body {
		display:block;
    	max-width: 1500px;
		min-width: 250px;
    	margin: 0 auto;
    	background-color:#011909;
	}
		header {
		background-color:#011909;
		min-width: 250px;
    	width: 100%;
		margin: 0 auto;
	}
		
	#wrapper {
		width: 80%;
		background-color:transparent;
		margin: 0 auto;
	}
	
	a:link {
		color: #009;
		text-decoration: none; 
	}
		a:visited {
		color: #009;
		text-decoration: none;
	}
		a:hover, a:active, a:focus { /* keyboard navigator the same hover experience as using a mouse. */
		text-decoration: none;
    	color: #ef6e7a;
	}
		
	.content {
	width: 100%;
	max-width: 1800px;
	min-width: 250px;
    min-height: 800px;
	background-color:  ghostwhite;
	margin: 0 auto;
	padding-top: 1%;
	padding-right: -2%;
	padding-left: 2%;
	border-radius: 12px;
	
}

.container {
	
	background-color:ghostwhite;
}



	.friends {
		display: flex;
		width: 100%;
		flex-direction: row;
		justify-content: center;
		
	}

	.friends div {
		margin: 0 auto 0 3%; 
		
	}
    
	.about img {
	padding: 15px;
	text-align: center;
	}
	

	textarea {
    resize: vertical;
	}

.padleft {
	padding-left:20px;
}

nav {
	width: 100%;
	min-width: 310px;
    margin-top: 30;
	pdding-bottom: 1;
    margin-bottom: 1.3em;
	border-top: solid 2px #d8404f;
	border-bottom: solid 2px #d8404f;
    color: #ef6e7a;
    text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	-ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
}
    
ul.topnav {
	min-width: 250px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #011909;
	position: relative;
	z-index: 1000;
	color: #d8404f;
}

ul.topnav li {
    padding-right: 20px;
    float: left;
    list-style-type: none;
    }

ul.topnav li a {
  display: inline-block;
  color: #f9f5e2;
  margin-top: 2px;
  margin-left: 3px;
  padding-bottom: 4px;
  border-bottom: 1px solid #011909;
  line-height: 36px;
  font-family: verdana, ariel,sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .025em;
  text-decoration: none;
  transition: 0.3s;
}
    
ul.topnav li a:hover {color: #ef6e7a;}

ul.topnav li.icon {display: none;}


@media screen and (max-width:962px) {
nav {
    margin-bottom: 1.3em;
}
.subtitle {
        display: none;
}
  ul.topnav li:not(:first-child) {
      display: none;
    }
  ul.topnav li.icon {
    float: right;
    padding-right: 0;
    line-height: 36px;
    display: inline-block;
    position: relative;
  }
}

@media screen and (max-width:962px) {
  
  ul.topnav.responsive {
      position: relative;
    }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    font-size: 14px;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
    line-height: 25px;
    font-weight: 400;
  }
}

@media screen and (max-width:576px) {
	
	
}
ul.topnav li.icon {
    /*padding-right: 15%;*/
  }
@media screen and (max-width:393px) {

	
nav {
	min-width: 380px;
}
ul.topnav li.icon {
    padding-right: 12%;
  }
}
@media screen and (max-width:320px) {
	
p {
   line-height: normal;
   letter-spacing: normal;
  }
}
		
	.center {	
    	text-align: center;
	}
	.left {
		text-align: left;
	}
	.right {
		text-align: right;
	}

	.floatright {
	float:right;
}
	.floatleft {
	float:left;
	padding-right: 10px;
	margin-top: 20px;
	margin-right: 30px;
	padding-bottom: 20px;
	margin-left: 0px;	
}

	
		
	.clearfloat {
		clear: both;
    	height:0;
    	font-size: 1px;
    	line-height: 0px;
	}

	p {
    	font-family: "Helvetica Neue", "DejaVu Sans", "Trebuchet", Verdana, Ariel, "sans-serif";
    	font-size: 20px;
    	font-weight: 400;
    	line-height: 1.4em;
    	letter-spacing: .025em;
		padding-left: 2%;
    	padding: 0 2.8em;
    	color: #000;
    	text-rendering: optimizeLegibility;
    	-webkit-text-size-adjust: 110%;
  		-moz-text-size-adjust: 110%;
 	 	-ms-text-size-adjust: 110%;
		text-size-adjust: 110%;
	  }
	.p-red {
		color: #C00;
		font-family: "Helvetica Neue", "DejaVu Sans", "Trebuchet", Verdana, Ariel, "sans-serif";
    	font-size: 1.9em;
    	font-weight: 600;
    	letter-spacing: .025em;
		text-align: left;
		padding-left: 2%;
    	padding: 0 1.7em;
		-webkit-text-size-adjust: 110%;
  		-moz-text-size-adjust: 110%;
 		-ms-text-size-adjust: 110%;
		text-size-adjust: 110%;
	}
		
	  img {
    	max-width: 100% !important;
    	border: none;
    	height: auto;
    	width: auto\9; /* ie8 */
		padding: 1%;
	  }

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		text-align: center;
	}

	.vspacer {
		margin-bottom: 30px;
	}
		
	h1 {
		
	color: #C00;
	/*h1 {color: #091601; background*/
    font-family:"Helvetica Neue", "DejaVu Sans", "Trebuchet", Verdana, Ariel, "sans-serif";
    font-size: 1.8em;
	padding: 0 10px 2px 10px;
	text-align: center;
	-webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	-ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
		}
		
	h2 {
	color:#011909; /*backgrond*/
    font-family:"Helvetica Neue", "DejaVu Sans", "Trebuchet", Verdana, Ariel, "sans-serif";
    font-size: 1.5em;
	text-align: center;
	-webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	-ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
		}
		
	h3 {color: #C00; /*med-red*/
    font-family:"Helvetica Neue", "DejaVu Sans", "Trebuchet", Verdana, Ariel, "sans-serif";
    font-size: 1.3em;
	font-weight: 600;
	text-align: center;
	-webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	-ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
		}
	h4 {
	color:#011909; /*backgrond*/
    font-family:"Helvetica Neue", "DejaVu Sans", "Trebuchet", Verdana, Ariel, "sans-serif";
    font-size: 1.3em;
	font-weight: 600;
	text-align: left;
	padding-left: 30px;
	-webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	-ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
	}
	.navrose {
	color: #ef6e7a;
	}
	.navrosemedium {
	color: #d8404f;
	}
	.red {
	color: #F00;
	}
	.red-med {
	color: #C00;
	}
	.bkgrnd {
	color: #011909;
	}
	.blue {
    color: #009;
	}
	.navy {
    color: #006;
	}
	.darkgreen {
	color: #022a2f;
	}
	.rust {
	color: #e58f53;
	}
	.cream {
    color: #f9f5e2;
	}
	.gray {
    color: #999;
	}
	.gray-light {
    color: #ddd;
	}
	.gray-med {
    color: #666;
	}
	.gray-dark {
    color: #333;
	}

footer {
	display: inline-block;
    margin:20px auto 20px auto;
    width: 100%;
	background-color: #011909;
}
footer p {
    font-family:"Helvetica Neue", "DejaVu Sans", "Trebuchet", Verdana, Ariel, "sans-serif";
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-overflow: wrap;
    text-align: center;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	-ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
}
footer a:link {
	color: #ef6e7a;
	text-decoration: none; 
}
footer a:visited {
	color: #ef6e7a;
	text-decoration: none;
}
footer a:hover, a:active, a:focus { /* keyboard navigator the same hover experience as using a mouse. */
	text-decoration: underline;
    color:lightskyblue;
}
	hr {
    	display: block;
    	width: auto;
		border-top: 2px solid #d8404f;
    	margin-right: 10%;
		margin-left: 8%;
	}
	
	@media screen and (min-width:980px){
	.about img {
		clear: both;
		align-items: justify;
		text-align: center;
	}	
		.container {
			min-width: 784px;
			margin: 0;
		}
}
		
	@media screen and (min-width: 750px) {
		.about img {
		clear: both;
		align-items: justify;
		text-align: center;
	}	
		.container {
			min-width: 576px;
			margin: 0;
		}
	}
		

	@media screen and (min-width: 566px) {
		
		.about img {
		clear: both;
		align-items: justify;
		text-align: center;
	}
		.container {
			min-width: 465px;
			margin: 0;
		}
}
		

@media only screen and (min-width: 464px){ 
		.about img {
		clear: both;
		align-items: justify;
		text-align: center;
	}
	
		.container {
			min-width: 393px;
			margin: 0;
		}
}

@media only screen and (min-width: 314px){ 
	
	.about img {
		clear: both;
		align-items: justify;
		text-align: center;
	}
	
		.container {
			min-width: 360px;
			margin: 0;
		}
}
		
