/*
	Theme Name: Southwest Valley Constructors
	Theme URI: http://swvconstructors.com
	Description: Southwest Valley Constructors WordPress Theme
	Version: 1.0
	Author: Kiewit Corporate Communication Department
  	Author URI: http://www.kiewit.com/
	Tags: HTML5, CSS3
*/

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Base Styles */

html {
  font-size: 62.5%;
  box-sizing: border-box;
  overflow-x: hidden; }

body {
	font-family: 'Lato', sans-serif;
	font-size: 1.4rem;
	line-height: 1.6rem;
	overflow-x-hidden;
}

h1 {
  font-size: 6.0rem;
}

h2 {
	font-size: 3.6rem;
	line-height: 3.8rem;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6rem;
}

p {
	margin: 0;
    font-size: 1.5em;
    line-height: 1.5em;
	padding: 0 0 20px 0;
}

p a {
	color: #00324A;
}

ul {
	list-style: none;
	font-size: 1.4rem;
	line-height: 1.8rem;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

input {
	width: 100%;
	max-width: 100%!important;
}

input[type=text] {
	font-family: 'Lato', sans-serif;
	color: #000000!important;
	background-color: #EAEAEA!important;
	border: none!important;
}

input[type=email] {
	font-family: 'Lato', sans-serif;
	color: #000000!important;
	background-color: #EAEAEA!important;
	border: none!important;
}

textarea {
	font-family: 'Lato', sans-serif;
	color: #000000!important;
	background-color: #EAEAEA!important;
	border: none!important;
}

::placeholder {
	color: #000;
	text-transform: uppercase;
	font-size: 1.4rem;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
	text-transform: uppercase;
	font-size: 1.4rem;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
	text-transform: uppercase;
	font-size: 1.4rem;
}

/* Main Styles */

.splash {
	background: url("img/splash.jpeg") no-repeat;
	background-position: center;
	height: 550px;
}

.container {
	height: 550px;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main {
	padding: 75px 16.5%;
	text-align: center;
}

.text {
	margin: 30px 0 45px 0;
}

.button {
	display: inline;
	padding: 15px 30px;
	text-transform: uppercase;
	color: #fff;
}

.contact {
	padding: 50px 16.5%;
	text-align: center;
	background: url("img/splash.jpeg") no-repeat;
}

.form-container {
	width: 350px;
	margin: auto;
	padding: 20px 0 0 0;
}

.footer {
	background: #0C2B3F;
	color: #fff;
	padding: 30px 40px;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

/* WP Forms */

div.wpforms-container-full .wpforms-form button[type=submit] {
	background-color: #FC7753!important;
	color: #fff!important;
	font-size: 1.4rem!important;
	text-transform: uppercase;
	padding: 15px 40px!important;
	border: none!important;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background-color: #fc805d!important;
	text-decoration: underline;
}

/* Modifiers */

.logo-lg {
	max-width: 450px;
}

.logo-med {
	display: block;
	width: 300px;
}

.logo-sm {
	width: 125px;
	align-self: center;
}

.bg-gray {
	background: #CDD7D6;
}

.bg-orange {
	background: #FC7753;
}

.bg-navy {
	background: #00324A;
}

.text-white {
	color: #fff;
}

a .bg-navy:hover {
	background: #00405e;
	text-decoration: underline;
}

a .bg-orange:hover{
	background: #fc805d;
	text-decoration: underline;
}

.line {
	max-width: 100%;
    border-top: 5px solid #000;
    height: 0;
    text-align: center;
    margin: 20px 0 30px;;
	padding: 0;
}

/* Mobile Styles */

@media (max-width: 768px) {
	.splash {
		height: 400px;
	}
	
	.container {
		height: 400px;
	}
	
	.form-container {
		width: 300px!important;
	}
	
	.logo-sm {
	margin: 0 0 0 20px;
}
	h2 {
	font-size: 2.5rem;
	line-height: 3.5rem;
}
	.contact {
	padding: 50px 10px;
}
	
}