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

/*** The Essential Code ***/




    * { 
    	margin: 0; 
    	padding: 0; 
    } 

a { 
color: white;
}



html, body {
  overflow: visible;
}

body {
			
			position: relative;
			margin:0;
			padding:0;         /* 2 x LC width + RC width */
			background-color: #CBCBCB;
			background-position: center;
			background-size: cover;
			text-align: left;
			font-size: 24px;
		}
		
		#container {
	padding-left: 0;      /* LC width */
	padding-right: 0;     /* RC width */
	max-width:100%;
	margin:0 auto;
	color: #006;
		}
		
		#container .column {
			position:relative;
			float: left;
			padding: 10px 10px;
		}
		
/*one column body*/


#onebody {
			width: calc(100%);
			background-color: #1F1E1E;
			border: 0px solid black;
			border-radius: 0px;
			padding: 100px;
		}




	.maincolumn {
	position:relative;
	top:-100px;	
	margin-bottom:-100px;
  	background-color: #FFF;
  	z-index: 5;
	}

	.maincolumn2 {
	position:relative;
	top:100px;	
	margin-bottom:-100px;
  	background-color: #FFF;
  	z-index: 2;
	}
	


	@media screen and (min-width: 1000px) {
	.maincolumn {
	position:relative;
  	left: 50%;
  	margin-left: -500px;
  	width: 1000px;
	}}

	@media screen and (min-width: 1000px) {
	.maincolumn2 {
	position:relative;
  	left: 50%;
  	margin-left: -500px;
  	width: 1000px;
	}}
		
		
		
		#footer {
			background-color: #FF0004;
		}
		
		/*** IE6 Fix ***/
		* html #left { 
		left: 150px;
		}



		/*** Just for Looks ***/

	#header {
	/*text-align: center;*/
	padding-bottom: 80px;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: 50;
	background: #FFFFFF;
	border-bottom: 2px solid #c7142a;
	-webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
  	-moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
  	box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);	
	font-size: 16px;		
	}


	
	#footer {
	font-size: large;
	text-align: center;
	background-color: #FFFFFF;
		padding:  0; 
	}

	#container .column {
	padding-top: 1em;
	text-align: center;
	color: #000;
	
	}





/* Navbar container */
.navbar {
  overflow: hidden;
  font-family: Arial;
}

	
/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 18px;
  color: black;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .navbar a {
	  display: none;
}
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  border-radius: 10px;
}



.alignleft {
position: relative;
float: left;
top: -10px;
left: 0px;
border: none;
padding: 14px 20px;
}

.alignright {
position: absolute;
float: right;
font-weight: bold;
font-size: 20px;
top: 0px;
right: 3%;
border: none;
border-radius: 15px;
background-color: #CB323B;
color: #FFF;
padding: 10px 20px;
}

@media screen and (max-width: 800px) {
  .alignright {
	  display: none;
}
}



.menubox {
position: relative;
float: right;
top: 15px;	
right: 3%;
}

@media screen and (min-width: 800px) {
  .menubox {
	  display: none;
}
}

 .name {
	position: relative;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Univers', "sans-serif";
	top: 20px;
	z-index: 8;
	padding-left: 10px;
}


.button{
font-weight: bold;
font-size: 20px;
border: none;
border-radius: 15px;
background-color: #CB323B;
color: #FFF;
padding: 10px 20px;
}


#lpbg {
	background-image: url("rooster.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:center top;
	background-attachment:fixed;
}
	
@media screen and  (max-width: 1500px) {
  #lpbg {
	  
   background-size: 1500px auto;  
}
}

.btn2 {
    border: none;
    background-color: #B651C4;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

.move {
	position: relative;
	top: 0px;

}


	/*absolute align*/	
	.title {
	position: absolute;
	color: #c7142a;
	left: 10%;
	top:420px;
	z-index:20;
	}
	.title2 {
	position: absolute;
	color: #c7142a;
	left: 10%;
	top:420px;
	z-index:20;
	}
	.title3 {
	position: absolute;
	color: #c7142a;
	right: 15%;
	top:420px;
	z-index:20;
	}
	.title4 {
	position: absolute;
	color: #c7142a;
	left: 10%;
	top:420px;
	z-index:20;
	}

	.quote {
	position: absolute;
	font-size: 14pt;
	right: 8%;
	width:30%;
	top:1650px;
	z-index:10;
	}

	@media screen and (max-width: 800px) {
  	.quote {
	  display: none;
	}
	}

	.quote3 {
	position: absolute;
	color: #c7142a;
	left: 8%;
	width:40%;
	top:1700px;
	z-index:10;
	}
	
	.image3 {
	position: absolute;
	color: #c7142a;	
	left: 10%;
	top:1500px;
	z-index:10;
	}

/*Align text */
	.bodycolumn {
  	float: left;
  	/*color: #E8E8E8;*/
  	font-size: 12pt;
 	width: 35%;
	}	
	
	.centercolumn {
  	float: left;
  	/*color: #E8E8E8;*/
  	font-size: 12pt;
	text-align: center;
 	width: 80%;
	}	

  	.sidecolumn {
  	float: left;
  	width: 10%;
	padding: 1%;
	}

	.v{
	position: relative;
	z-index: 5;
	color: #FFF;	
	}

	.values {
	position:relative;
	
	width:80%;
	left:50%;
	margin-left: -400px;
	font-size: 12pt;
	z-index: 5;
	}

	@media screen and (max-width: 1000px) {
  	.values {
	left: 10%;
	margin-left: 0px;
 	}
	}


/*Align Image */	
	.1pic4{
	position: relative;
	left: 50%;
	}


	/* Clear floats after the columns */
  	.row:after {
  	content: "";
  	display: table;
  	clear: both;
	}

	/* Responsive layout - makes the three columns stack on top of each other instead of next to each other on smaller screens (700px wide or less) */
	@media screen and (max-width: 800px) {
  	.bodycolumn {
    width: 100%;
	padding: 0%;
	padding-left: 3%;
	padding-right: 3%;
 	}
	}


/*About*/
.commentcolumn2 {
	position:absolute;
	overflow-x:hidden;
	margin-bottom:-900px;
	width: 400%;
	top: 620px;
  	background-color: #c7142a;
	z-index: 4;
	}


	@media screen and (min-width: 1000px) {
	.commentcolumn2 {
	left:-200%;
  	width: 400%;
	}}


	.whitebox1 {
	position:absolute;
	margin-bottom:-900px;
	top:-1700px;
	width: 100%;
	left: -50%;
	}

/*contact form*/
.contactme {
  position:relative;
  top:-400px;	
  text-align: left;
  text-size: 8px;
}

	.commentcolumn {
	position:relative;
	margin-bottom:-100px;
  	background-color: #c7142a;
	z-index: 4;
	}


	@media screen and (min-width: 1000px) {
	.commentcolumn {
	position:relative;
  	left: 50%;
  	margin-left: -600px;
  	width: 1200px;
	}}

	.commenttext {
	position:relative;
	color: #FFF;	
	z-index:2;
	}


	@media screen and (min-width: 1000px) {
	.commenttext {
	left: 50%;		
	margin-left: -400px;
  	width: 800px;		
	}}



/* The dropdown container */
.dropdown {
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 12px; 
  border: none;
  outline: none;
  padding: 12px 8px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

@media screen and (min-width: 400px) {
  .dropdown .dropbtn {
	  font-size: 16px;
}
}


/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  top:69px;
  right: 5px;
  background-color: #c7142a;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 12;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #FFFFFF;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  color: black;
}


