@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto/Roboto-Regular.ttf);
	font-weight: normal;
}

@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto/Roboto-Thin.ttf);
	font-weight: 100;
}

@font-face {
	font-family: RobotoItalic;
	src: url(fonts/Roboto/Roboto-LightItalic.ttf);
	font-weight: italic;
}

@font-face {
	font-family: RobotoLight;
	src: url(fonts/Roboto/Roboto-Light.ttf);
	font-weight: 300;
}

@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto/Roboto-Bold.ttf);
	font-weight: bold;
}

body {
	font-family: RobotoLight;
	font-weight: 300;
}

h1 {
	color: white;
	font-size: 3.1875rem;
	line-height: 5.6rem;
	margin-top: 6rem;
	margin-bottom: 5rem;
}

h2 {
	color: #555555;
	font-family: RobotoLight;
	font-weight: 100;
	font-size: 0.875rem;
	line-height: 1.0625rem;
	margin-top: 0.5rem;
}

h3 {
	margin-top: 2rem;
	color: #fff;
	font-weight: bold;
	font-size: 0.75rem;
}

h1 > span {
	font-family: Roboto;
	font-weight: bold;
	display: block;
}

.text-wrapper > img {
	width: 334px;
	max-width: 100%;
}


.navbar {
	box-shadow: 0px 3px 6px #00000029;
}

.jumbotron {
	background-image: url(img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0;
	min-height: 10vh;
	font-weight: 300;
}

.btn {
	color: #fff;
	font-size: 1.25rem;
	background: #007B9B;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 3px;
	border: 0;
	padding: 0.375rem 1.625rem 0.375rem 1.625rem;
	margin-bottom: 8rem;
}

.euro {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 3px;
	margin: 2rem 0 2rem 0;
	width: 100%;
	min-height: 160px;
	position: relative;
}

.euro > div {
	padding: 0.625rem;
}

.euro .wrapper {
	position: absolute;
	width: 100%;
	bottom: 0;
	/*	padding: 0  0.625rem;*/
}

.see {
	border-top: 0.5px solid #007B9B;
	color: #007B9B;
	font-family: RobotoItalic;
	font-weight: italic;
	font-size: 0.75rem;
	width: 100%;
	display: inline-block;
	text-align: right;
}

footer {
	font-size: 0.75rem;
	color: white;
	background-color: #2E2E2E;
	border-bottom: 0.75rem solid #007B9B;
}

footer p {
	line-height: 1.25rem;
	margin-bottom: 2.0625rem;
}

.container-fluid {
	height: 10px;
	background-color: #007B9B;
}

#whiteLogo {
	right: 0px;
	bottom: 2.0625rem;
	margin-bottom: 2.0625rem;
}

a:link {
	color: #007B9B;
}

p > a:link {
	color: #fff;
	font-weight: bold;
}

a:hover {
	color: #00bbe3;
	text-decoration: none;
}

p > a:hover {
	color: #00bbe3;
	text-decoration: none;
}

.btn-primary:hover {
	background-color: #00bbe3;
	color: #fff;
}

.btn-primary:link {
	color: #fff;
}

@media only screen and (max-width: 768px) {

	h1 {
		font-size: 2rem;
		line-height: 3rem;
		margin-top: 1rem;
		margin-bottom: 3rem;
	}

	.euro {
		min-height: auto;

	}

	.euro .wrapper {
		position: static;
	}

	.navbar > img {
		padding-left: -15px;
		width: 50%;
	}

	div.euro {
		margin: 1rem 0 1rem 0;
	}

	nav > .container {
		padding-left: 0px;
	}

}


@media only screen and (max-width: 576px) {

	footer p {
		text-align: center;
	}

	h3 {
		text-align: center;
	}

	#whiteLogo {
		margin: auto;
		margin-bottom: 2.0625rem;
	}

	.btn {
		width: 100%;
		padding: auto;
	}

}
