﻿html,
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif; 
    font-weight: 300;				
}

h1 {
    font-size: 48px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 0;
}
				
p {
    line-height:1.5;
}

#main-header {
	position: relative;
	z-index: 99999;
	top: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	font-weight: 500;
	line-height: 23px;
    height: 80px;
    padding: 0 30px;
}
#validation #main-header {
    background-color: #fff;
    font-weight: 500;
    line-height: 23px;
    height: 80px;
    display: block;
    width: auto;
}

#validation .logo_container {
    float: left;
}
#validation #logo {
    float: right;
    padding-top: 20px;
}
#logo {
    max-width:160px;
}

#home {
    font-family: 'Open Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
}

#validation #home {
    float: right;
    padding-top: 30px;
}

#home a,
#validation a {
    color: #2ea3f2 !important;
    text-decoration: none;
}

.main-content {
    max-width: 1080px;
    margin: 0 auto;
}

.header_background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(https://www.bidtellect.com/wp-content/uploads/2016/11/contactus-header2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
    top: 0;
    color:#FFF;
}

#validation .header_background {
    background-image: url(https://www.bidtellect.com/wp-content/uploads/2016/11/contactus-header2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 260px;
    position: relative;
}

.header_background p {
    font-weight: 300;
    font-size: 2.2em;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 15px;
    max-width: 900px;
    color: #8fd0f1;
}

#validation .header_background p {
    position: absolute;
}
.header-title {
    position: absolute;
    top: 0;
    left: 25px;
    opacity: .55;
    font-size: 1.3em;
}

.form-title {
    margin: 90px 0 20px 0;
    color:#44A2D2;
    line-height: 1.3;
}

.select-action {
    margin-bottom: 20px;
    width: 180px;
    padding: 0 10px;
}

.full-width {
    width: 100%;
}

.submit-button {
    margin-left: -8px; 
    margin-top:30px;
}

.gdpr-content {
    margin-top:380px;
}

@media only screen and (max-width: 599px) {
    .header_background{
        height:500px;
    }

    .gdpr-content {
    margin-top:580px;
    }
    .header_background p {
    font-size: 1.5em;
}
    .header-title{
    font-size: 1em;
}
}
