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

	body {
    background-image:url(../images/bloodbg12.jpg);
    background-position:center;
    background-repeat:repeat;
    }

	h1 {
	font-size: 150%;
	color: #19923f;
	padding-bottom: 10px;
	}

	h2 {
	font-size: 200%;
	padding-bottom: 10px;
	}
	
	h3 {
	font-size: 250%;
	padding-bottom: 10px;
	}
		
	.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 100%;
	margin: 0 auto;
	}

	.red {
	color: #ff0000;
	}

    footer a:link { color: #838080; }
    footer a:visited {color: #838080; }
    footer a:active { color: #ff0000; }
    footer a:hover { color: #ff0000; }    
	
	form #website{ display:none; }
    
	nav {
	width: 100%;
	background-color: #181818;
	margin: 0;
	padding: 0;
	}
	
	input[type="text"], textarea {

  background-color : #ff0000; 
}

/* navigation attributes - colors, rollovers etc */

	nav ul {
	background: ;
	overflow: hidden;
	color: white;
	padding: 0;
	text-align: center;
	margin: 0;
	
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
	}
	
	nav ul li {
	display: inline-block;
	padding: 75px 5% 75px 5%;
	}

	nav ul li:hover {
	color: #ffffff;
	background-image:url(../images/grnbg.png);
	}
	
	nav a { text-decoration: none; color: inherit; }
	nav a:link { color: white; }
	nav a:visited { color: white; }
	nav a:active { color: white; }
	nav a:hover { color: white; }

	.handle {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	background: #181818;
	padding: 25px;
	cursor: pointer;
	color: white;
	display: none;
	}
	
	header {
	background-repeat: no-repeat;
    background-position: center;
	padding: 15px 20% 0 20%;
	color: white;
	margin: 0;
	}
	
	section p {
	color: #575656;
	font-size: 1.2em;
	line-height: 1.65em;
	padding-bottom: 1.65em;
	}

	section {
	padding: 0 20% 30px 20%;
	min-height:500px;
	}
	
	section a:link { color: #fe0000}
	section a:visited { color: #fe0000}
	section a:active { color: #fe0000}
	section a:hover { color: #fe0000}

	footer {
	clear:both;
	text-align: center;
	background: #000000;
	color: #838080;
	line-height: 1.5em;
	font-size: 100%;
	padding: 40px 20px;
	margin: 0 auto;
	}

	p {
	color: #838080;
	line-height: 1.65em;
	}
	
	input, select, textarea {
	background-image: url(grnbg.png);
	color: #ffffff;
	padding: 10px;
	font-family: 'Karla', sans-serif;
	font-size: 115%;
	border: solid 1px #ffffff; 
    outline: 0; 
	}
	
	.submit input { 
    width: auto; 
    margin: 0;
	padding: 9px 15px; 
    background-image: url(../images/grybg.png); 
    border: 0; 
    font-size: 100%; 
    color: #ffffff;
    }

	.formlabel {
	margin:0;
	padding:0 0 8px 0;
	color: #575656;
	}
	
	.left1 {
	clear:both;
	width:15em;
	float:left;
	padding: 0 50px 10px 0;
	}
	
	.left2 {
	width:15em;
	float:left;
	padding: 0 0 10px 0;
	}
	
	.left3 {	
	clear:both;
	width:5em;
	float:left;
	padding:0px;
	padding-bottom: 10px;	
	}
	
	.spc {
	height:20px;
	}

	form {
	width: 600px;
	display: block;
	margin: 0 auto;
	}

	.theform_desktop {
	display: block;
	}
	
	.theform_tablet {
	display: none;
	}
	
	.theform_mobile {
	display: none;
	}		

/* animation */

	#animated-button {
	position: fixed;
	top: 180px;
	right: 9px;
	width: 100px;
    text-align: center;
    padding: 0;
	}

	.animated { 
 	-webkit-animation-name: bounceIn;
 	-webkit-animation-duration: 4s;
 	-webkit-animation-iteration-count: 5;
 	-webkit-animation-timing-function: ease-out;
 	-webkit-animation-fill-mode: forwards;
	
 	animation-name: bounceIn;
 	animation-duration: 4s;
 	animation-iteration-count: 10;
 	animation-timing-function: ease-out;
 	animation-fill-mode: forwards;
	} 

/* animation for webkit */

@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 
  
@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 
  
/* Adding the animation to element */

	.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
	}

/* end animation */

	.video-mob {
	display:none;	
	}
	
	.video-reg {
	display:block;	
	}

@media only screen and (min-width: 581px) and (max-width: 852px) {

    body {
    background-image:url(../images/bloodbg9.jpg);
    background-position:center;
    background-repeat:repeat;
    }

	form {
	width: 400px;
	display: block;
	margin: 0 auto;
	}	
	
	.theform_desktop {
	display: none;
	}
	
	.theform_tablet {
	display: block;
	}
	
	.theform_mobile {
	display: none;
	}			
}

@media only screen and (min-width: 283px) and (max-width: 580px) {
	
    body {
    background-image:url(../images/bloodbg10.jpg);
    background-position:center;
    background-repeat:repeat;
    }
    
	header {
	background-repeat: no-repeat;
    background-position: center;
	padding: 20px 20px 0 20px;
	color: white;
	}
	
	nav ul {
	max-height: 0;	
	}
	
	.showing {
	max-height: 20em;	
	}

	nav ul li {	
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	text-align: left;
	}
	
	section img {
	padding: 0;
	}

	.handle {
	 display:block;
	 color: white;
	}

	section {
	padding: 0 15% 30px 15%;
	}

	form {
	width: 240px;
	display: block;
	margin: 0 auto;
	}

	.theform_desktop {
	display: none;
	}
	
	.theform_tablet {
	display: none;
	}
	
	.theform_mobile {
	display: block;
	}		

	.left1 {
	clear:both;
	width:15em;
	float:left;
	padding: 0 0 10px 0;
	}
	
	.left2 {
	width:15em;
	float:left;
	padding: 0 0 10px 0;
	}
	
	.left3 {	
	clear:both;
	width:5em;
	float:left;
	padding:0px;
	padding-bottom: 10px;	
	}
	
	.video-reg {
	display:none;	
	}
	
	.video-mob {
	display: block;
	}
	
	#animated-button {
	position: fixed;
	top: 80px;
	right: 10px;
	width: 60px;
    text-align: center;
    padding: 0;
	}

    footer img {
    max-width: 100%;
    height: fixed;
    }
}
