#master-container {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
   	margin-right: auto;
}

#section-header {
	font-size: 32px;
	line-height: 40px;
	margin: 50px 20px 40px 20px;
}

#section-header2 {
	font-size: 32px;
	line-height: 40px;
	margin: 20px 20px 50px 20px;
}

#icon-header {
	font-size: 20px;
	margin: 20px 0px 15px 0px;
}

#icon-text {
	font-size: 14px;
	margin: 0px 50px 0px 50px;
}

#icon {
	text-align: center;
	margin-bottom: 20px;
}

#explanation-text {
	width: 85%;
	max-width: 400px;
	margin-bottom: 50px;
	font-size: 14px;
}

@media only screen and (max-width: 768px) {
#explanation-text {
	width: 85%;
	margin-bottom: 50px;
	font-size: 14px;
	max-width: 1000px;
}
}


#explanation-header {
	font-size: 32px;
	line-height: 30px;
	margin-bottom: 30px;
}

#header-subtext {
	font-size: 18px;
	margin: 0px 20px 40px 20px;
}

#body-text {
	font-size: 18px;
	margin: 20px 20px 30px 20px;
}

#image {
	max-height: 225px;
}

#home-image-container {
	width: 85%;	
	overflow:hidden;
}

@media only screen and (max-width: 768px) {
#home-image-container {
	width: 85%;
	max-width: 1000px;
}

#image {
	width: 100%;
	height: auto;
	max-height: 1000px;
}
}

#work-item {
	width: 90%;
	margin-bottom: 20px;
}

#work-title {
	font-size: 14px;
	margin: 0px 20px 0px 20px;
}

.master-container-work{
    margin-top: 100px;
}

.button-hero {
	text-align: center;
	text-decoration: none;
	color: #ffffff;
    background-color: red;
	padding: 16px 50px 16px 50px;
	font-size: 14px;
	border: solid 1px red;
    font-weight: 500;
}

.button-hero:hover,
.button-hero:active {
	text-decoration: none;
	color: red;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    background-color: #ffffff;
    font-weight: 500; 
}

#nav-text-markup {
    font-weight: 500;
}

#about-icon-header {
	font-size: 20px;
	margin: 20px 0px 15px 0px;
}

#about-icon-text {
	font-size: 14px;
	margin: 0px 40px -40px 40px;
}

#about-section {
	margin: 0px 40px 0px 40px;
}

@media only screen and (max-width: 768px) {
	#about-section {
	margin: 0px 0px 0px 0px;
	}
}

#about-subheader {
	font-size: 20px;
	margin: 0px 30px 15px 30px;
	text-align: left;
	color: red;
}

#about-information {
	font-size: 14px;
	text-align: left;
	margin: 0px 30px 0px 30px;
}

#about-statistics-header {
	font-size: 20px;
	margin: -20px 0px 15px 0px;
	color: #FFFFFF;
}

#about-statistics-text {
	font-size: 14px;
	margin: 15px 40px 0px 40px;
	color: #FFFFFF;
}

#about-image {

	margin-bottom: 30px;
	border-radius: 50%;
}

#about-subheader-jose {
	font-size: 20px;
	margin: 0px 0px 30px 0px;
	color: red;
}

@media only screen and (max-width: 768px) {
#about-subheader-jose {
	font-size: 20px;
	margin: 0px 0px 20px 0px;
	color: red;
	}
}

#about-info-jose {
	font-size: 14px;
	text-align: left;
	margin: 0px 30px 0px 30px;
}

@media only screen and (max-width: 768px) {
	#about-info-jose {
	margin: 0px 30px -5px 30px;
	}
}

#about-section2 {
	margin: 30px 0px 50px 0px;
	background-color: red;
	padding-top: 20px;
}

#section-header3 {
	font-size: 32px;
	line-height: 40px;
	margin: 30px 20px 50px 20px;
	color: #FFFFFF;
}

#statistics-number {
	font-size: 140px;
	margin: -15px 0px -30px 0px;
	color: #FFFFFF;
}

#body-text2 {
	font-size: 18px;
	margin: 30px 30px 30px 30px;
	max-width: 400px;
}

@media only screen and (max-width: 768px) {
#body-text2 {
	font-size: 18px;
	margin: 30px 30px 30px 30px;
}
}

#quote-container {
	margin: 0px 80px 0px 80px;
}

#client-quote {
	font-size: 22px;
	text-align: left;
	font-style: italic;
	margin-bottom: 10px;
}

#client-name1 {
	font-size: 20px;
	text-align: left;
	color: red;
	margin-bottom: 30px;
}

#client-name2 {
	font-size: 20px;
	text-align: left;
	color: red;
}

#client-container {
	margin: 0px 70px 0px 70px;
	padding-top: 20px;
}

@media only screen and (max-width: 768px) {

#quote-container {
	margin: 0px 30px 0px 30px;
}

#client-quote {
	font-size: 16px;
	text-align: left;
	font-style: italic;
	margin-bottom: 10px;
}

#client-name1 {
	font-size: 14px;
	text-align: left;
	color: red;
	margin-bottom: 30px;
}

#client-name2 {
	font-size: 14px;
	text-align: left;
	color: red;
}

#client-container {
	margin: 0px 20px 0px 20px;
}
}

#client-item {
	width: 90%;
	max-width: 200px;
	margin-bottom: 20px;
}

#image-container {
	width: 90%;	
	overflow:hidden;
}

#contact-image {
	max-height: 273px;
}

@media only screen and (max-width: 768px) {
#contact-image {
	max-height: 100%;
	width: 100%;
}
}

#contact-container {
	margin: 0px 50px 0px 50px;
}

@media only screen and (max-width: 768px) {

#contact-container {
	margin: 0px 5px 0px 5px;
}
}

#contact-name {
	font-size: 20px;
	color: red;
	margin-bottom: 10px;
	line-height: 14px;
}

#contact-information {
	width: 90%;
	font-size: 14px;
	margin-bottom: 5px;
}

#contact-link {
	color: #111111;

}

#contact-divider {
	font-size: 14px;
	color: red;
	margin: 0px 10px 0px 10px;
}

.formfield {
	width: 90%;
	height: 60px;
	border-style: solid;
	border-width: 1px;
	border-color: red;
	margin-bottom: -1px;
    outline: none;
}

.textarea {
	width: 90%;
	height: 219px;
	border-style: solid;
	border-width: 1px;
	border-color: red;
    outline: none;
}

.formbutton {
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-style: none;
	font-size: 14px;
	background-color: red;
	width: 90%;
	padding: 16px 0px 16px 0px;
    font-weight: 500;
}

input::-webkit-input-placeholder {
    color: #666;
	font-size: 14px;
	letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

input::-moz-placeholder {
    color: #666;
	font-size: 14px;
	letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

input:-moz-placeholder {
    color: #666;
	font-size: 14px;
	letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

input:-ms-input-placeholder { 
    color: #666;
    font-size: 14px;
	letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

input[type=text],
input[type=email]
{
	padding-left: 20px;
	font-size: 14px;
	letter-spacing: 1px;
    font-weight: 500;
    color: #111;
}

input[type=textarea]
{
    padding: 0px 0px 155px 20px;
	font-size: 14px;
	letter-spacing: 1px;
    font-weight: 500;
}

#iframe {
width: 93%;
height: 80px;
margin-top: 10px;
margin-bottom: -40px;
}