/* CSS Document for Screens */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,700,700i');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #555;
	margin: 0;
	padding:0;
}
/* This prevents the font size to change when you change the orientation from portrait to landscape*/
html {
    -webkit-text-size-adjust: 100%;
}

header {
	max-width: 1024px;
	margin: 0 auto;
	
}
header aside#one {
	float: left;
}
header aside#two {
	float: left;
	padding-top: 30px;
	margin-left: 30px;
}

header aside#two h3 {
	color: #000;
}

header aside img.r2p_logo {
	padding-top: 5px;
	/*margin-left: 40px;*/
}


.responsive {
    width: 100%;
    height: auto;
}

nav ul {
	list-style: none; /*takes away the bullets on the list*/
	margin: 0;
	padding: 0px; /*remove default padding and margin on browsers*/
}
nav ul li {
	display: inline-block;
	margin-right: 15px;
}

nav ul li a {
	text-decoration: none;
	color: #9BC4FF;
	font-weight: 700;
}
nav ul li a:hover {
	color: #7C9DCC;
}


section#slider {
	position: relative;
}

section#slider .slider_tag_line {
	width: 28%;
	position: absolute;
	top: 23%;
	left: 10%;
	/*transform: translate(-50%, -25%);*/
	text-align: center;
	color: #000;
}

section#slider .slider_tag_line h3 {
	font-size: 1.85em;
	text-shadow: 0 0 2px #E7F1FF, 0 0 20px #E7F1FF;
}

section#slider .slider_tag_line .button {
    background-color: #9BC4FF; 
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 5px;
	transition: background-color .5s;
}

section#slider .slider_tag_line .button:hover,
section#bottom_section aside#features .button:hover,
section#bottom_section aside#the_form .button:hover{
	background-color: #000;
}


section#bottom_section aside#features .button {
    background-color: #5e95e3; 
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 5px;
	transition: background-color .5s;
}

section#bottom_section aside#features .button:hover{
	background-color: #000;
}



section#slider .slider_tag_line a:visited {
	text-decoration: none;
}

#page {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}


/*Text*/

h1{
	margin: 0 0 1em 0;
	font-size: 2.8em;
	font-weight: 700;
}

h2{
	margin: 0 0 .5em 0;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.1em;
}

h3{
	margin: 0 0 .5em 0;
	font-size: 1.3em;
	font-weight: 700;
}

h4{
	margin: 0 0 1.3em 0;
	font-size: 1em;
	font-weight: 700;
}

p {
	margin: 0 0 1em 0;
}

a {
	color:#007eff;
}
a:visited {
	color:#65b1ff;
}

/*a.btn {
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	padding: 4px 15px;
	transition: background-color .5s;
}

a.btn:hover {
	background-color: rgba(0,0,0,.3);
	background-color: #275543;
}*/

aside#image_row {
	padding-top: 20px;
	padding-left: 20px;
	
}
aside#image_row img {
	margin-left: 80px;
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
}

aside#explanation {
	padding-top: 25px;
}




/*Section - All*/
/*#page section {
	padding: 0 30px;
}*/
#page section::after {
	content: '';
	display: block;
	clear: both;
}


 /*Bottom Section*/

section#bottom_section {
	padding-top: 25px;
	display: table;
	width: 100%;
}


	
	
section#bottom_section aside {
	display: table-cell;
	width: 50%;
}

section#bottom_section aside#features {
	background-color:#E7F1FF;
	padding-top: 40px;
}

section#bottom_section aside#features h3 {
	margin: 0 50px 0 70px;
}



section#bottom_section aside#features section {
	margin: 30px 50px 50px 70px;
}

section#bottom_section aside#the_form {
	background-color: #9BC4FF;
	padding-top: 40px;
}

section#bottom_section aside#the_form h3 {
	margin: 0 50px 0 70px;
}

section#bottom_section aside#the_form .success p{
	margin: 20px 45px 0 70px;
}

section#bottom_section aside#the_form .success span {
	font-weight: bold;
}

section#without_limits_info {
	margin: 40px 0;
}



form {
	margin: 35px 0 0 80px;
	width: 50%;
}


form input[type="text"],
form input[type="button"],
form input[type="submit"]{
	-webkit-appearance: none;
}

form input[type=text]{
    padding: 15px 20px;
    margin: 8px 0 15px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	width: 140%;
	font-size: 16px;
}

form textarea {
	padding: 10px 20px;
    margin: 8px 0 15px 0;
	border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	width: 140%;
	font-size: 16px;
}

form .button {
	border : solid 0px #616E7F;
	border-radius : 4px;
	moz-border-radius : 4px;
	font-size : 15px;
	color : #ffffff;
	padding : 12px 25px;
	background-color : #616E7F;
	margin-top: 15px;
}

.error {
	color: #F20A0E;
}
.antispam{
	display:none;	
}


/*Footer*/

footer {
	font-size: .8em;
	margin: 40px 0;
	color: #999;
}

footer .content {
	display: inline;
}

footer a {
	margin-left: 30px;
	color: #777;
}

footer a:visited {
	color: #777;
}

footer a:hover {
	color: #000;
}




/*Media Queries*/


/* Landscape - iPad Mini, iPad */
@media screen and (max-width: 1024px) {
	
	/*these rules will apply if the screen size is less than 1024 pixels*/
	
	header aside#one img.r2p_logo {
		margin-left: 20px;
	}
	
	#page section aside#explanation{
		margin: 0 20px;
	}
	
	#page section#without_limits_info{
		margin: 20px 20px 0 20px;
	}
	
	footer {
		margin-left: 20px;
	}
	
}

@media screen and (max-width: 1000px) {
/*these rules will apply if the screen size is less than 1000 pixels*/	
	
	
}

@media screen and (max-width: 825px) {
	/*these rules will apply if the screen size is less than 825 pixels*/	
	section#slider .slider_tag_line {
		width: 40%;
		top: 28%;
		left: 3%;
	}

	section#slider .slider_tag_line h3 {
		font-size: 1.60em;
	}

	section#slider .slider_tag_line .button {
		margin-top: 25px
	}
	
	aside#image_row {
	
		padding-left: 10px;
	}
	
	aside#image_row img {
		margin-left: 45px;
	}
	
	section#bottom_section aside#features h3 {
	margin: 0 50px 0 35px;
	}

	section#bottom_section aside#features section {
		margin: 30px 35px 50px 35px;
	}


	section#bottom_section aside#the_form h3 {
		margin: 0 50px 0 35px;
	}

	section#bottom_section aside#the_form .success p{
		margin: 20px 45px 0 35px;
	}

	form {
		margin: 35px 0 0 45px;
		width: 50%;
	}

		form input[type=text]{
		width: 160%;
	}

	form textarea {
		width: 160%;

	}


}

@media screen and (max-width: 812px) {
	
	
}

/* Portrait - iPad Mini, iPad */

@media screen and (max-width: 768px) {
	
	section#slider .slider_tag_line {
		width: 40%;
		top: 24%;
		left: 3%;
	}
	
	section#slider .slider_tag_line .button {
		margin-top: 5px
	}	
	
	aside#image_row img {
		margin-left: 30px;
	}
	
}

@media screen and (max-width: 760px) {
	/*these rules will apply if the screen size is less than 760 pixels*/	
	
	
	
	
}

/* Landscape - iPhone 6 Plus, iPhone 7 Plus, iPhone 8 Plus */

@media screen and (max-width: 736px) {
	/*these rules will apply if the screen size is less than 736 pixels*/	
	
	
	
}

/* Landscape - iPhone 6, iPhone 7, iPhone 8 */
@media screen and (max-width: 667px) {
	
	section#slider .slider_tag_line {
		top: 26%;
	}

	section#slider .slider_tag_line h3 {
		font-size: 1.40em;
	}

	section#slider .slider_tag_line .button {
		margin-top: 5px
	}
	
	
	
	aside#image_row {
	
		padding-left: 0;
	}
	
	aside#image_row img {
		margin-left: 10px;
	}
	
	section#bottom_section {
		padding-top: 25px;
		display: block;
		width: 100%;
	}
	
	section#bottom_section aside {
		display: block;
		width: 100%;
	}
	
	section#bottom_section aside#features {
		padding: 20px 0;
	}


	section#bottom_section aside#features section {
		margin: 30px 50px 50px 40px;
	}

	section#bottom_section aside#the_form {
		padding-top: 20px 0;
	}
	
	section#bottom_section aside#the_form .button {
		margin-bottom: 30px;
	}
	
	aside#the_form .success {
		padding-bottom: 40px;
		width: 90%;
	}
}
	
@media screen and (max-width: 625px) {
	/*these rules will apply if the screen size is less than 625 pixels*/	
	section#slider .slider_tag_line .button {
		margin-top: 0px
	}
	
	aside#the_form .success {
		width: 100%;
	}
	
	aside#image_row img {
		width: 30%;
		
	}
	
	aside#image_row img:first-child {
		margin-left: 17px;
		
	}
	
	
}

@media screen and (max-width: 568px) {
	section#slider .slider_tag_line {
		width: 90%;
		position: inherit;
		margin-top: 15px;
	}
}

/* Portrait - iPhone 6 Plus, 7 Plus, 8 Plus */

@media screen and (max-width: 414px) {
	/*these rules will apply if the screen size is less than 414 pixels*/

	section#slider .slider_tag_line {
		width: 90%;
		position: inherit;
		margin-top: 15px;
	}
	
	section#slider .slider_tag_line .button {
		margin-top: 20px
	}
	
	
	
	aside#image_row img {
		width: 45%;
		display: block;
		margin-right: auto;
		margin-bottom: 50px;
		margin-left: auto;
		
	}
	
	aside#image_row img:first-child {
		margin-left: auto;
		
	}
	
}

/* Portrait - iPhone 6, 7, 8, X */
@media screen and (max-width: 375px) {
	
	section#slider .slider_tag_line {
		width: 85%;
		position: inherit;
		margin-top: 15px;
		
	}
	
	section#slider .slider_tag_line h3 {
		font-size: 1.20em;
	}
	
	aside#image_row img {
		width: 50%;
		display: block;
		margin-right: auto;
		margin-bottom: 50px;
		margin-left: auto;
		
	}
	
	
}

@media screen and (max-width: 320px) {
	
}


