@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');
html,body {
	min-height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	color: #2C2C2C;
	background: url(../images/bg.jpg) no-repeat 50% 50% / cover;
	background-attachment: fixed;
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1000px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
	position: relative;
}
a {
	color: #2C2C2C;
}

	#top {
		background: rgba(255,255,255,0.8);
		padding: 5px 0 10px 0;
	}
	#logo {
		display: inline-block;
		float: left;
		width: 222px;
		height: 100px;
		background: url(../images/logo.png) no-repeat;
	}
	
	#topRight {
		float: right;
		text-align: right;
		font-size: 28px;
		padding: 15px 0 0 0;
	}
	#topRight a {
		text-decoration: none;
	}
	
	.red {
          color: #DA251D;
     }
     .yellow {
          color: #FFF514;
     }

	
	#line-black {
		background: #FFF514;
		color: #DA251D;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	}	
	
	h1 {
		text-align: center;
		font-weight: 400;
		padding: 0;
		margin: 0;
		font-size: 25px;
	}
	
	#text {
		line-height: 140%;
		font-size: 16px;
		padding: 20px 0;
		text-align: center;
	}
	.images {
		font-size: 0;
	}
	.image {
		width: calc(100% / 4);
		display: inline-block;
	}
	.imageIn {
		margin: 20px;
		border: 5px solid rgba(255,255,255,0.8);
		width: calc(100% - 50px);
		height: 150px;
		-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow:    4px 4px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow:         4px 4px 5px 0px rgba(0, 0, 0, 0.75);
	}
	.button {
		color: black;/*color: #DA251D;*/
		font-size: 25px;
		display: inline-block;
		width: auto;
		padding: 20px;
		text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background: rgb(218, 37, 29);
		background: -moz-linear-gradient(90deg, rgb(250, 198, 0) 30%, rgb(255, 245, 0) 71%);
		background: -webkit-linear-gradient(90deg, rgb(250, 198, 0) 30%, rgb(255, 245, 20) 71%);
		background: -o-linear-gradient(90deg, rgb(250, 198, 0) 30%, rgb(255, 245, 20) 71%);
		background: -ms-linear-gradient(90deg, rgb(250, 198, 0) 30%, rgb(255, 245, 20) 71%);
		background: linear-gradient(0deg, rgb(250, 198, 0) 30%, rgb(255, 245, 20) 71%);
		-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
		text-decoration: none;
		margin: 20px 0;
	}
	#footer {
	    font-size: 13px;
         color: white;     
     }
     #footer a {
          color: white;
          text-decoration: none;
     }



@media screen and (max-width: 1000px) {
	h1 {
		font-size: 22px;
	}
}
@media screen and (max-width: 800px) {
	.image {
		width: 45%;
	}
}
@media screen and (max-width: 500px) {
	h1 {
		font-size: 18px;
	}
	#logo, #topRight {
		display: block;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
}
@media screen and (max-width: 400px) {
	.image {
		width: 90%;
	}
}