*{
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	
	position: relative;
}

body{
	font-family: 'Lato', sans-serif;
	background-attachment: initial;
	background: url(images/background.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	 background-attachment: fixed;
    	min-height: 100vh; 
 	width: 100%; 
}


* {box-sizing: border-box}
/* Full-width input fields */
input[type=text], input[type=password] {
    width: 70%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #ffffff;
}

/* Set a style for main button */


.formbox__input_mainsubmit{
	background: #ad0000;
	background-image: -webkit-linear-gradient(top, #ff0000, #b70000);
	background-image: -moz-linear-gradient(top, #ff0000, #b70000);
	background-image: -ms-linear-gradient(top, #ff0000, #b70000);
	background-image: -o-linear-gradient(top,#ff0000, #b70000);
	background-image: linear-gradient(to bottom,#ff0000, #b70000);
	margin-top: 50px;
	outline: none;
	color: #ffffff;
	width: 80%;
	font-size: 20px;
	border-radius: 5px;
	padding: 14px 15px;
	cursor: pointer;
	text-shadow: #820217 0pt 0pt 5px, #820217 0pt 0pt 10px, #820217 0pt 0pt 15px,  #820217 0pt 0pt 20px;
		}

.formbox__input_mainsubmit:hover {
	background-image: -webkit-linear-gradient(top, #ff0000, #660606);
	background-image: -moz-linear-gradient(top, #ff0000, #660606);
	background-image: -ms-linear-gradient(top, #ff0000, #660606);
	background-image: -o-linear-gradient(top, #ff0000, #660606);
	background-image: linear-gradient(to bottom, #ff0000, #660606);
	color: #ffffff;
	text-shadow: #000000 0pt 0pt 5px, #ffffff 0pt 0pt 10px, #ffffff 0pt 0pt 15px,  #ffffff 0pt 0pt 20px;
	}


.LatoLight{
	font-weight: 300;
}
.LatoRegular{
	font-weight: 400;
}
.LatoBold{
	font-weight: bold;
}

#here {
color:#ffffff;
text-shadow: 1px 1px 2px #a1a1a1;

}


#here:hover {
color:#ffffff;
text-shadow: 1px 1px 2px #070370;
}



#privacy {

color:#bc0000;
	
font-family: LatoLight; 
font-size: 16px;	
font-weight: normal;
text-shadow: #ffffff 1px 1px 2px;
text-decoration: underline;
}


#privacy:hover {
	
color:#ffffff;
text-shadow: 1px 1px 2px black, 0 0 10px black, 0 0 5px black;
}




.attention{
	font-style: italic;
    text-align: center;
    color: #666;
    margin: 15px 0;
}


.attention p{
	font-size: 16px;
}


.attention p span{
	font-weight: bold;
}


.questionTitle{
	color: #000;
	text-align: center;
	margin: 15px 0; 
}


.questionTitle h1{
	font-weight: 700;
}


.hugeFont{
	font-size: 13px;
}


.middleFont{
	font-size: 14px;
}


.bold{
	font-weight: bold;
}


.onlyComponent{
	border:3px dashed #E74C3C;
	background-color: #ffffff;
	padding: 15px;
	position: relative;
}


.processImage img{
	margin: 10px auto;
	 width: 100%;
   	 height: auto;
	margin-left: auto;
	margin-right: auto;
  	
}



.components{
	padding: 0 15px;
}


.oneBook{
 	float: left;
	width: 35%;	}

.oneBook img {
	max-width:300px;
    		width: 100%;
		height: auto;
		left: 0;
		margin-top: 7%;
		
}


.oneDecription{
	width: 62%;
 float: right; margin-right: 3%;
}


.descFooter{
	text-align: center;
}


.big-width{
	display: block;
}
	
.small-width{
	display: none;
}





/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: ; /* Enable scroll if needed */
    background-color: #474e5d;
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
   	 background-color: #fefefe;
    margin: 1% auto 15% auto; /* 1% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
	
}


 
 /* Close button */
.close {
        position: absolute;
   	 right: -15px;
   	 top: -15px;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


.inlineBlock{
	display: inline-block;
	vertical-align: middle;
	width: 33%;
}



.responsive{
	max-width: 80%;
	height: auto;
}
.contentsbox{
	margin: 5% auto 70px;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	border-radius: 5px;
	width: 1024;
	max-width: 100%;
	color: #fff;
	
	
}


.headerbox {

    	color: #fff; 
	text-shadow: 0 1px 1px #bbb,
			   0 2px 0 #999, 
			   0 3px 0 #888, 
			   0 4px 0 #777, 
			   0 5px 0 #666, 
			   0 6px 0 #555, 
			   0 7px 0 #444, 
			   0 8px 0 #333, 
			   0 9px 7px #302314; 
}

.subheader {
	font-family: Times, Times New Roman, serif;
	font-size: 36px;
	font: 36px/1 'Erica One';
}

.top{

text-shadow: 0 1px 1px #bbb, 
0 2px 0 #999, 
0 3px 0 #888, 0 4px 0 #777, 
0 5px 0 #666, 0 6px 0 #555, 
0 7px 0 #444, 0 8px 0 #333, 
0 9px 7px #302314; 

}
.contentbox{
	margin: 5% 0 5%;
	
}
.contentbox-disc{
	width: 44%;
	
}

.contentbox-arrow{
	width: 15%;

}

.contentbox-arrow-img {
	padding-left: 100px;
}

.contentbox-form{
	width: 40%;

}
.formbox{
	padding: 0 0 0 23%;
}
.formbox__input{
	border-color: rgb(74, 137, 32);
	border-width: 3px;
	background-repeat: no-repeat;
	background-position: 96%;
	border-radius: 5px;
	border: 3px solid rgba(0,0,0,0.2);
	width: 100%;
	padding: 10px 15px;
	font-size: 15px;
	outline: none;
	margin-top: 15px;
}
.formbox__input::-webkit-input-placeholder {
	color: #000;
}
.formbox__input::-moz-placeholder {
	color: #000;
}
.formbox__input:-moz-placeholder {
	color: #000;
}
.formbox__input:-ms-placeholder {
	color: #000;
}
.formbox__input:focus {
	border-color: #009900;
}
.formbox__input_name{
	background-position: 95%;
}
.formbox__input_submit{
	background: #ea4e7f;
	background-image: -webkit-linear-gradient(top, #ff0000, #a30606);
	background-image: -moz-linear-gradient(top, #ff0000, #a30606);
	background-image: -ms-linear-gradient(top, #ff0000, #a30606);
	background-image: -o-linear-gradient(top, #ff0000, #a30606);
	background-image: linear-gradient(to bottom, #ff0000, #a30606);
	margin-top: 25px;
	outline: none;
	color: #ffffff;
	width: 100%;
	font-size: 20px;
	border-radius: 5px;
	padding: 14px 15px;
	cursor: pointer;
}

.formbox__input_submit:hover {
	background-image: -webkit-linear-gradient(top, #ff0000, #660606);
	background-image: -moz-linear-gradient(top, #ff0000, #660606);
	background-image: -ms-linear-gradient(top, #ff0000, #660606);
	background-image: -o-linear-gradient(top, #ff0000, #660606);
	background-image: linear-gradient(to bottom, #ff0000, #660606);
	color: #ffffff;
}
.contentbox-form-secure{
	padding: 10px 0;
	font-size: 8px;
}
.contentbox-form-secure span{
	padding-left: 3px;
	text-shadow: 1px 1px 1px #000;
}
.footer {
	text-align: center;
	color: #00000;
	width: 100%;
	font-size: 16px;
	font-family: LatoLight;
	text-shadow: 1px 1px 2px #fffff;
}



@media (max-width: 1280px) {
	.formbox__input_submit {
		font-size: 18px;
	}
}
@media (max-width: 940px) {
	.formbox__input_submit {
		font-size: 16px;
	}
}
@media (max-width: 860px) {

		body {
		overflow: scroll;
		}

	.inlineBlock {
		width: 100%;
		text-align: center;
	}

	.container{
		
		position: absolute;
		width: 100%;
		top: 0; left: 0; bottom: 0; right: 0;
		padding-top: 50px;
		overflow: scroll;
	
	}


	.subheader {

		font-size: 27px;
		font: 27px/1 'Erica One';
		line-height: 1.5;
	}
	
	.top{
		text-shadow: black 1px 1px 2px, 
		black 0pt 0pt 10px, 
		black 0pt 0pt 5px; 
	}

	.modal {
   
  	  overflow: scroll; /* Enable scroll if needed */
 
		}
	
	.close {
     	   	position: absolute;
   		 left:0;
   		 top: 0;
		}



	.modal-content {
		width: 100%;
		margin: auto;
	}

	.processImage img {
			margin: auto;
			width: 100%;
			height:auto;
			}
		
	.oneBook{
 	margin: auto;
}



	.oneDecription{
	clear:both; width: 100%;

}



	.big-width{
	display: block;
}
	
	.small-width{
	display: block;
}


	
	
	.contentbox-disc img {
		height: auto !important;
    		max-width: 100%;
		margin-left: auto;
   		margin-right: auto;
		
	}

	.contentbox-arrow img{
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		width: 50%;
	}


}
@media (max-width: 680px) {
	

	.container{
		
		position: absolute;
		width: 100%;
		top: 0; left: 0; bottom: 0; right: 0;
		padding-top: 50px;
		overflow: scroll;
	
	}

	.subheader {

		font-size: 27px;
		font: 27px/1 'Erica One';
		line-height: 1.5;
	}
	.top{
		text-shadow: black 1px 1px 2px, 
		black 0pt 0pt 10px, 
		black 0pt 0pt 5px; 
	}
	.formbox {
		padding: 0;
	}
}
@media (max-width: 520px) {
	.container{
		
		position: absolute;
		width: 100%;
		top: 0; left: 0; bottom: 0; right: 0;
		padding-top: 50px;
		overflow: scroll;
	
	}

	.headerbox-title {
		font-size: 20px;
	}

	.subheader {

		font-size: 27px;
		font: 27px/1 'Erica One';
		line-height: 1.5;
	}


	.top{
		text-shadow: black 1px 1px 2px, 
		black 0pt 0pt 10px, 
		black 0pt 0pt 5px; 
	}
	.contentbox-arrow-img {
		max-width: 25%;

	}
	.footer{
		font-size: 14px;
	}

    	.contentbox-arrow-img {
		padding-left: 0px;
 		   }

  	.contentbox-disc img {
		height: auto !important;
    		max-width: 100%;
		margin-left: auto;
   		margin-right: auto;
		
	}
}		