/*******************************
HEADER STYLES
*******************************/

header {
	background-image: url(../images/Keyland-Polymer-UV-Application-Technology-BG.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 8.615625rem;
	background-attachment: scroll;
}

.logo-container {
	background: #ffffff;
	padding: 1.75rem 1.5rem .5rem 1.5rem;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

/********************************
MAIN BODY STYLES
********************************/

body {
	font-family: 'Lato', sans-serif;
}

.main {
	padding-top: 4rem;
}

h1 {
	font-weight: 900;
	font-size: 1.6875rem;
	text-transform: uppercase;
	color: #796590;
	letter-spacing: 1px;
	margin-bottom: 2rem;
}

h2 {
	font-weight: 700;
	color: #f38a00;
	font-size: 1.25rem;
}

p {
	color: #626366;
	font-size: 1.125rem;
}

a:not(.button) {
	font-size: .8125rem;
	text-transform: uppercase;
	color: #796590;
	text-decoration: underline;
}

.button {
	font-size: 1.5625rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 2rem;
	margin-bottom: 2rem;
	letter-spacing: 3px;
	padding-left: 2.125rem;
	padding-right: 2.125rem;
	border-radius: 15px;
}

.keyland-divider {
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.link-item {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.link-item:not(:last-child) {
	border-bottom: 2px solid #BFBFBF;
}

.link-icon {
	margin-right: .5rem;
	margin-top: -.15rem;
}

.uvat, .uvr, .uvp {
	margin-top: 1.5rem;
}

.dvuv {
	margin-top: .75rem;
}

/*****************************
FOOTER STYLES
*****************************/

footer {
	background: #796590;
	padding: 2rem 0;
	margin-top: 3rem;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
	font-size: .75rem;
}

.copyright {
	font-weight: 700;
}

footer .row {
	padding: .25rem 0;
}

footer .contact-item {
	margin: 0 .75rem;
}

footer .contact-item-label {
	font-weight: 400;
	margin-right: .5rem;
}

footer a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: .75rem;
}


/**********************************
MEDIUM SCREEN STYLES (MOST TABLETS)
**********************************/

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	h1 {
		font-size: 1.45rem;
	}
	
	.button {
		font-size: 1.45rem;
	}
}


/**********************************
SMALL STYLES (PHONE)
**********************************/

@media screen and (max-width: 39.9375em) {
	
	header {
		padding-top: 4rem;
	}
	
	h1 {
		font-size: 1.25rem;
	}
	
	h2 {
		margin-top: 1rem;
		line-height: 110%;
	}
	
	.button {
		font-size: 1.25rem;
	}
	
	.keyland-divider {
		margin-bottom: 1rem;
		margin-top: 1rem;
	}
	
	.link-item:first-child {
		padding-top: 1rem;
	}
		
	
	footer .contact-item {
		display: block;
		margin-bottom: .5rem;
	}
	
	.address span {
		display: block;
	}
	
	.address {
		margin-bottom: .5rem;
	}
	
	.name {
		margin-bottom: .5rem;
	}
	
}

