body{
	font-size:100%;
}

h1{
	font-style:italic;
	font-size:1.75em;
	margin:0;
	padding:0;
}

h2{
	font-size:1.5em;
}

p{
	font-size:1.25em;
}

h1,a,a:hover{
	color:#d72d36;
}

body,a>h2{
	color:#606060;
}
a:hover{
	text-decoration:none;
	color:#696969;
}

.logos div{
	margin-bottom:1em;
}

.btn{
	max-width:100%;
}
header{
	padding-top:2em;
}

.first h2{

}
@media (max-width: 768px){
	#wrap{
		background:#FFFFFF;
	}

	.container{
		max-width: 420px;
	}
}
@media (min-width: 768px){
	h1{
		font-size:3em;
		padding-bottom:10px;
	}
	.logo{
		margin-right: 10px;
	}
	h2{
		font-size:1.5em;
	}

	.huge{
		font-size:1.3em;
	}

	body{
		background:#f1f1f1;
	}

	#wrap{
		background:#FFFFFF;
		margin-top:5%;
		-o-border-radius:1em;
		-ms-border-radius:1em;
		-webkit-border-radius:1em;
		-moz-border-radius:1em;
		border-radius:1em;
		-webkit-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1); /* WebKit */
		-moz-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1); /* Firefox */
		box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1); /* Standard */
	}

	.container{
		max-width:840px;
	}

	.first{
		padding-top:1em;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px){
	h1{
		font-size:4em;
	}
	h2{
		font-size:1.7em;
	}

	.huge{
		font-size:1.75em;
	}

	.logo{
		margin-right: 10px;
		margin-top:5px;
	}
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Very L´large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
	body {
  	background: url("/templates/img/background.png") no-repeat fixed;
	  background-size: 100% 100% !important;
	}
}

body {
  background: url("/templates/img/background.png") no-repeat center center fixed;
	background-size: cover;
}
.container {
	padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 40px;
  padding-top: 20px;
}

.container img {
	max-width: 100%;
}