@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

body {
	font-family: 'Roboto', sans-serif !important;
	line-height: 2em;
}
.html {
	font-family: 'Roboto', sans-serif;
}

.uk-navbar-item {
	font-family: 'Roboto', sans-serif;
}

.mail-container {
	border: 10px solid black;
	max-width: 750px;
	padding: 40px 40px 60px 30px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: rgba(0,0,0,1);
}

.mailchimp-input {
	border: 2px solid black;
	padding: 16px 14px;
}

.header-title {
	font-size: 120px;
	line-height: 130px;
}

.blue-river-text {
	width:100%;
	text-align: center;
}

.footer-box {
	background-color: black;
	padding:80px 0 120px 0;
	color: #ffffff;
	width: 100%;
	text-align:center;
}

.header-text {
	font-size: 24px;
	line-height: 30px;
}

.header-text a {
	margin-left: 20px;
	margin-top:-6px;
}

.rd-bottle {
	max-width: 600px;
	max-height: 600px;
}

.white-link {
	color:#ffffff;
}
.white-link:hover {
	color:#ffffff;
}

ul.uk-list-bullet {
	font-size: 17px;
	line-height:19px;
}

.rd-icon-container {
	max-width:800px;
	margin: auto;
}
.rd-icon {
	text-align: center;
	padding: 6px 20px;
}

.spacer {

	width: 100%;
	height: 70px;
}

.nav-logo {
	height:52px;
	padding-left:30px;
}

.uk-height-large {
    height: 600px;
}

h1 {
	font-size: 44px;
	line-height: 50px;
}

.uk-button-secondary {
	padding-left: 40px;
	margin-top: 0px;
	width: 220px;
}

.uk-button-default {
	padding-left: 40px;
	margin-top: 14px;
	width: 220px;
	border:2px solid #000000;
}

.uk-inline
.uk-button-default {
	padding-left: 30px;
	width: 120px;
}


p {
	font-size: 20px;
}

.support-text {
	font-size: 16px;
	line-height: 28px;
	padding: 0 20px;
}

.uk-card {
	border: none;
	box-shadow: none;
}

.uk-card-body h1 {
	margin-top: 0px;
	font-size: 40px;
}

.uk-card-body h3 {
	margin-bottom: 0px;
	letter-spacing: 2px;
	font-size: 22px;
}

@media only screen and (min-width: 600px) {


	.video-size {
		display: block;				
	}
	.video-size-tall {
		display: none;				
	}

}

@media only screen and (max-width: 600px) {

	.uk-overlay {
		display: none;		
	}

	.nav-logo {
		height:40px;
		padding-left:16px;
	}
	.hide-nav {
		display: none;
	}
	.uk-container {
		padding:20px;
	}	
	.video-size {
		display: none;				
	}
	.video-size-tall {
		display: block;				
	}

}