@import "detailbox.css";

@font-face {
  font-family: 'Avenir Next';
  src: url(../font/Avenir Next.ttc);
}

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
}

* {
	font-family: 'Avenir Next';
}

#header {
	/*border-bottom: 1px solid #bfbfbf;*/
	/*background-color: #f0f0f0;*/
	background-color: #21315a;
	/*min-height: 8vw;*/
}
.header {
	height: 100%;
}

.noscroll {
	overflow: hidden;
}

.pointer {
	cursor: pointer;
}

#logo {
	margin: auto;
}

#mainlogo {
	max-width: 200px;
}

#form {
	margin-top: 10px;
}

#companycontact {
	margin: auto;
	margin-top: 10px;
}

#companycontact img {
	height: 1em;
	text-align: right;
	margin-top: 10px;
}

#signuplink {
	text-align: right;
	margin: 5px;
}
#signuplink a {
	padding: 5px;
	background-color: #b6502d;
	color: white;
	text-decoration: none;
}

#filter {
	margin-top: 10px;
	margin-bottom: 10px;
}

.campaign {
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	margin-top: 40px;
	/*box-shadow: 0 5px 8px #888;*/
	background-color: white;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.campaign > .offer {
	/*text-align: center;*/
	font-weight: bold;
	font-size: 1em;
	/*margin-top: 10px;*/
	/*margin-bottom: 10px;*/
	border-bottom: 1px solid #bfbfbf;
}

.campaign > .image {
		width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    border-radius: 0 0 5px 5px;

}

.campaign:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.1);
	box-shadow: 0 5px 8px #888;
	border: 1px solid #cb2500;
}

.campaign:hover .offer {
	border-bottom: 1px solid #cb2500;
}

.offer-title {
	/*height: 2vw;*/
	/*padding-top: 0.5vw;*/
	text-align: center;
	color: #cb2500;
	padding-bottom: 5px;
	padding-top: 5px;
}

.offer-subtitle {
	width: 90%;
	margin: auto;
	font-size: 0.8em;
	/*padding-top: 0.8em;*/
	font-weight: normal;
	/*height: 2vw;*/
	padding-bottom: 5px;
}

.flag {
	/*max-width: 20px;*/
	margin-right: 10px;
	vertical-align: top;
  margin-top: 3px;
  max-height: 12px;
}

.blurred {
	filter: blur(5px);
	-webkit-filter: blur(5px);
}
.cover {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: transparent;
	z-index: 1;
	/*position: absolute;*/
	/*background-color: #484848de;*/
	transition: all 2s;
}

.coverbg {
	background-color: #484848de;
}

#footer {
	margin-top: 5em;
	/*border-top: 1px solid #bfbfbf;*/
	padding-top: 2em;
	background-color: #f0f0f0;
	padding-bottom: 2em;
}

#footer > .company {
	text-align: center;
	margin-top: 3em;
}

.footer-title {
	font-weight: bold;
}

.footer-body img {
	height: 1em;
}

#footer-bottom {
	background-color: #192649;
	color: #ffffff;
	  height: 4vw;
}

.footer-bottom {
	margin: auto;
	max-width: 400px;
	text-align: center;
	padding-top: 1.5vw;
}

#footerlogo {
	max-width: 100px;
}

.form-select:focus {
  border-color: #cb2500;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(203,37,0,.25);
}