@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


body {
	margin: 0;
}


header {
	background: black;
	color: white;
	padding: 8px 0px 6px 40px;
	height: 70;
	
}

header h1 {
	display:inline;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 32px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;	
}

nav ul li {
	display: inline-block;
	list-style-type: none;
	color: black;
	float:left;
	margin-right: 14px;
	
}

nav ul li a {
	color: white;
	text-decoration:none;
}
nav ul{
	display: inline;
	padding: 0px;
	float: right;
}

#nav {
	font-family: 'Montserrat', sans-serif;
}

.homered {
	background-color: yellow;
	color:black;
	padding: 14px 10px 14px 10px;
}

.divider {
	background-color:yellow;
	height: 5px;
}

.divider-footer{
	background-color:blue;
	height: 5px;
}

.homeblack:hover {
	background-color: blue;
	padding: 14px 10px 14px 10px;
}

.fwimage {
	background-image: url(/images/slide.jpg);
	width: 100%;
	height: 78%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
}

.homesub {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	padding: 9% 5% 0% 55%;
	font-size: 26px;
	color: yellow;
}

.homesubcontact {
	font-family:system-ui;
	margin: 0;
	padding: 9% 5% 0% 55%;
	font-size: 26px;
	color: yellow;
}

.homebrand {
	font-family: 'Lato', sans-serif;
	margin: 0.5% 0% 0% 55%;
	font-size: 20px;
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
	display:inline-block;
	
	
}

.homecontact {
	font-family: 'Lato', sans-serif;
	margin: 0.5% 0% 0% 55%;
	font-size: 20px;
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
	display:inline-block;
	
	a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
	
}

.buttonhome {
	margin: 0% 0% 0% 55%;
	background: yellow;
	color:black;
	border:none;
	height: 50px;
	font-size: 1.4em;
	padding: 0 1em;
	cursor:pointer;
	outline:none;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}

.buttonhome:hover {
	margin: 0% 0% 0% 55%;
	background: yellow;
	color:white;
	border:none;
	height: 50px;
	font-size: 1.4em;
	padding: 0 1em;
	cursor:pointer;
	outline:none;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}

.buttonnewsite {
	margin: 0% 0% 0% 55%;
	background: rgb(255, 255, 255);
	color:black;
	border:none;
	height: 50px;
	font-size: 1.4em;
	padding: 0 1em;
	cursor:pointer;
	outline:none;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	.blink {
		animation: blinker 1.5s linear infinite;
		color: red;
		font-family: sans-serif;
	}
	@keyframes blinker {
		50% {
			opacity: 0;
		}
	}
}

.buttonnewsite:hover {
	margin: 0% 0% 0% 55%;
	background: yellow;
	color:white;
	border:none;
	height: 50px;
	font-size: 1.4em;
	padding: 0 1em;
	cursor:pointer;
	outline:none;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}



marquee {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: white;
	background-color: rgba(0, 0, 0, 0.8);
	display:inline-block;
}

.footer-main {
	background: black;
	color: white;
	padding: 10px 0px 6px 40px;
	height: 24px;
}

footer {
	display:inline;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 10px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	padding: 10px 0px 6px 40px;
}

