*,*:before,*:after{
	box-sizing:border-box;
}
html, body{
	font-family: 'Montserrat', sans-serif;
	line-height:150%;
	margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body{
	font-weight:300;
	background-image:url('../images/bg_land.jpg');
	background-size:cover;
}
.body-box{
	float:left;
	width:100%;
}
section{
	padding-left:80px;
	padding-right:80px;
}
.wrapper{
	width:100%;
	max-width:1600px;
	margin:0 auto;
}
a {
    color: #3bc1ff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin-top:2rem;
	margin-bottom:1rem;
}
.h1, h1{
	font-weight:300;
	font-size:48px;
}
.rx_landing .h1, .rx_landing h1{
	font-size:60px;
	text-transform:uppercase;
}
.h2, h2{
	font-weight:300;
	font-size:56px;
	line-height:100%;
	margin-top:2.75rem;
}
.blog .h2, .blog h2{
	font-size:36px;
}
.h2 big, h2 big{
	font-weight:500;
	font-size:100px;
	line-height:100%;
}
.h3, h3{
	font-size:24px;
}
.center{
	text-align:center;
}
@media screen and (max-width:1139px){
	section{
		padding-left:40px;
		padding-right:40px;
	}
}
@media screen and (max-width:699px){
	section{
		padding-left:20px;
		padding-right:20px;
	}
}
@media screen and (max-width:399px){
	section{
		padding-left:10px;
		padding-right:10px;
	}
}