@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v27-latin/roboto-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v27-latin/roboto-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body {
	color: #253840;
	height: 100vh;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14pt;
	font-weight: 400;
	background-color: #F2F3F8;
}

header {
	background-color: #f90
}

main {
	padding-top: 1em
}

main>* {
	padding-left: 5em;
	box-sizing: border-box;
	padding-right: 5em;
	max-width: 55em;
}

a {
	color: #f90;
	text-decoration: underline;
}

a:hover {
	color: #f90;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-bottom: .5em;
	margin-top: 1em;
	line-height: 1em;
	font-weight: 500;
}


h1 {
	font-size: 7 vmax;
	align-self: center;
	color: #4A6572;
}

.modal-title {
	color: #4A6572;
}

.detailtext {
	font-family: Calibri, sans-serif;
	font-size: 12pt;
}

.tag-thumbnails {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color: #333;
	background-position: center;
	box-sizing: border-box;
	margin-bottom: 1em;
	min-height: 50vh
}

.tag-thumbnails h2 {
	font-size: 7vmax;
	font-weight: 700;
	text-transform: uppercase;
	padding: .5em;
	box-sizing: border-box;
	line-height: .5;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.3)
}

.tag-thumbnails .giveaways {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-shrink: 0
}

.tag-thumbnails .giveaways .giveaway {
	margin: .5em;
	width: 300px;
	height: 170px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	justify-content: flex-end;
	padding: 0;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	overflow: hidden;
	position: relative
}

@media screen and (min-width: 768px) {
	.tag-thumbnails .giveaways .giveaway {
		width: 300px;
		height: 166px;
	}
}

@media screen and (min-width: 1099px) {
	.tag-thumbnails .giveaways .giveaway {
		width: 350px;
		height: 195px;
	}
}

.tag-thumbnails .giveaways .giveaway .badge {
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 400
}

.tag-thumbnails .giveaways .giveaway i {
	font-size: 0;
	color: greenyellow;
	opacity: .8;
	transition: font-size .1s ease-in-out;
	transition-delay: .35s
}

.tag-thumbnails .giveaways .giveaway .info {
	background: rgba(0,0,0,0.3);
    color: #FFF;
	width: 100%
}

.tag-thumbnails .giveaways .giveaway .buttons {
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease-in-out;
	background-color: rgba(255, 255, 255, 0.8)
}

.tag-thumbnails .giveaways .giveaway .buttons .button {
	margin: .2em;
	font-size: 15pt;
	font-weight: 700;
	padding: 1em;
	border: 1px solid #333;
	text-transform: uppercase
}

.tag-thumbnails .giveaways .giveaway.picked {
	border-color: greenyellow !important
}

.tag-thumbnails .giveaways .giveaway.picked i {
	font-size: 140px
}

.tag-thumbnails .giveaways .giveaway.picked h4 {
	display: none
}

.tag-thumbnails .giveaways .giveaway.choose .info {
	display: none
}

.tag-thumbnails .giveaways .giveaway.choose .buttons {
	max-height: 100%
}

.tag-thumbnails .giveaways .giveaway h3 {
	font-size: 16px;
	line-height: 18px;
	padding: 20px 20px 0;
	margin: 0;
	
}

.tag-thumbnails .giveaways .giveaway h4 {
	font-size: 14px;
	font-weight: 400;
	padding: 0 20px 20px;
	margin: 0
}


.modal-body {
	line-height: 1em;
}

.main-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow-x: hidden
}



.backbutton {
	margin: 10px;
	background-color: #ffffffdb;
	border-radius: 30px;
	z-index: 500;	
}
.backbutton.backbutton-carousel{
	margin-left: 20px;
}

.btn-check:focus+.btn-primary, .btn-primary:focus,
.btn-primary, .btn-primary:hover {
	background-color: #f90;
	border-color: #f90;
	border-radius: 15px;
}
.badge{
	background-color: #FFF;
	color: #f90;
}

.parallax {
  /* Set a specific height */
  min-height: 350px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

footer{
	background-color: rgba(0, 0, 0);
}
footer > div {
	font-size: 11pt;
	padding: 0.5em;
}

@media screen and (max-width: 768px) {
	footer > div {
		font-size: 8pt;
		padding: 0;
	}
}
#hamburgermenu{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 153, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

