@charset "UTF-8";
/* CSS Document */

header {
	height: 18vh;
	min-height: 60px;
}


#logo {
	width: 250px;
	margin-top: 6vh;
	float: left;
}

#logo img {
	width: 250px;
	
}

nav {
	margin-top: 10vh;
	width: 50%;
	position: absolute;
	right: 20px;
}

.navtoggler {
	float: right;
	width: 25px;
	height: 25px;
	color: #C7C7C7;
	font-size: 1.5rem;
	z-index: 20;
} 

nav ul {
	width: 40%;
	background: #ffffff;
	position: relative;
	right: 20;
	z-index: 10;
	margin-top: 30px;
	display: none;
	
}

nav ul li {
	display: block;
	float: none;
	text-align: left;
	border-bottom: 1px #CECECE solid;
}

nav ul li a {
	width: 100%;
	display: inline-block;
	padding: 5px;
}

#slider {
	height: 82vh;
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.sliderimg {
	height: 70vh;
	overflow: hidden;
	text-align: center;
}

.sliderimg img {
	position: relative;
	top: -20%;
}

#slidertext {
	min-height: 80px;
	background: #fff;
	z-index: 50;
}

h1 {
	font-size: 3rem;
}

p.summary {
	font-size: 1.3rem;
}

#cookiedingsbums {
    position: fixed;
    bottom: 2%;
    background: #EEEEEE;
    z-index: 50;
    right: 2%;
    width: 50%;
    padding: 20px;
}
