/* 
    Customized Bootstrap CSS for Conxsys
    v1.0 - October 2015 (CDavis)
*/

/* General UI */
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * ((100vw - 400px) / (800 - 400)));
    text-decoration: none;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
	font-family: 'Monda', sans-serif;
    font-weight: 700;
    text-decoration: none;	
}

h1 {
    font-size: calc(22px + (22 - 10) * ((100vw - 400px) / (800 - 400)));
}

h2 {
    font-size: calc(24px + (36 - 24) * ((100vw - 400px) / (800 - 400)));
}

.img-responsive {
    overflow: hidden;
}

.pad-top-20 {
	padding-top: 20px;
}

/* Body wrapper */
#body-wrapper {
	min-height:100%;
	background-color: #FDA54E;
}

/* Title wrapper */
#title-wrapper {
	height: 100vh;
	width: 100vw;
	position: relative;
	color: #A64B0A;
	background: url(../images/la-sunset-orange.jpg) no-repeat center center;
	background-attachment: scroll;
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
}

.logo-wrapper {
	position: absolute;
	top: 35%;
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#title-wrapper h1 {
    text-align: center;
    padding: 20px 0px 10px 0px;	
}

#title-wrapper p {
    text-align: center;
}

#title-wrapper i {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	color: white;
}

/* Work wrapper */
#work-wrapper {
	background-color: #FFF3CA;
	width: auto;
}

#work-wrapper h2 {
	color: #A64B0A;
	text-align: center;
	padding: 100px 0px 50px 0px;
}

#work-wrapper h4 {
	padding: 20px 25% 20px 25%;
	text-align: center;
}

#work-wrapper p {
	padding: 0px 10% 20px 10%;
}

.work-link {
    color: #A64B0A;
    text-decoration: none;
}

.work-link:hover {
	color: #A64B0A;
    text-decoration: underline;
}

#work-wrapper i {
	padding: 20px 0px 20px 0px;
	color: #A64B0A;
}

#work-wrapper img {
	display: block;
    margin-left: auto;
    margin-right: auto
}

.btn-ghost {
	background: transparent;
	color: #A64B0A;
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
	border-color: #A64B0A;
	font-family: 'Monda', sans-serif;
    font-weight: 400;
    font-size: calc(16px + (20 - 16) * ((100vw - 400px) / (800 - 400)));
    text-decoration: none;
}

/* Featured wrapper */
#featured-wrapper {
	background-color: #E79443;
	color: #FFF3CA;
	padding: 0px 25px 50px 25px;
	text-align: center;
}

#featured-wrapper h2 {
	color: #FFF3CA;
	text-align: center;
	padding: 100px 0px 50px 0px;	
}

#featured-wrapper h4 {
	padding: 20px 25% 20px 25%;
	text-align: center;
}

#featured-wrapper p {
	padding-bottom: 50px; 
}

/* Customers wrapper */
#customers-wrapper {
	background-color: white;
	padding: 20px 0px 50px 0px;
}

#customers-wrapper h4 {
	padding: 20px 25% 20px 25%;
	text-align: center;
	color: #A64B0A;
}

#customers-wrapper img {
	display: block;
    margin-left: auto;
    margin-right: auto
}

/* Footer container */
#footer {
	width: 100%;
	padding: 40px 20px 50px 20px;
    background-color: #E46701;
    color: white;
}

#footer p {
    font-size: 12px;
    font-weight: 400;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: white;
}

#footer a:hover {
    text-decoration: underline;
}

#footer ul {
    padding: 0px 0px 0px 15px;
    margin: 0px;
    list-style-type: none;
}

#footer li {
    font-size: 11px;
    text-align: left;
    vertical-align: middle;
}

.about-us {
	padding: 20px;
}

#footer .about-us a:link, #footer .about-us a:visited, #footer .about-us a:active {
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: white;
    text-decoration: underline;
}

#footer .about-us a:hover {
    color: #FFF3CA;
}

.copyright {
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: white;
    bottom: 0px;
}

/* Contact modal */
.form-control {
	margin: 5px 0px;
}