
#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

}

.body {
font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #ffffff;
	line-height: 30px;
}

.small {
font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #ffffff;
}

a {
    color: #0095da;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
  .body {
font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px; 
  }
}

#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

}

.leftcol {
	text-align: left;
	margin-right: 15px;
	width: auto;
	float: left;
}

.rightcol {
	text-align: left;
	width: 85%;
	float: right;
	font-family: 'BMWTypeNextLatinTT-Light';
	font-size: 28px;
}

@media (max-width:700px) {
  .rightcol {
	text-align: left;
	width: 70%;
	float: right;
	font-family: 'BMWTypeNextLatinTT-Light';
	font-size: 30px;
}
}

.rightcol2 {
	text-align: left;
	width: 85%;
	float: right;
	font-family: 'BMWTypeNextLatinTT-Light';
	font-size: 20px;
	padding-top: 10px;
}

@media (max-width:700px) {
  .rightcol2 {
	text-align: left;
	width: 70%;
	float: right;
	font-family: 'BMWTypeNextLatinTT-Light';
	font-size: 15px;
}
}

.text {
	text-align: left;
	width: 90%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.desc {
	font-family: 'BMWTypeNextLatinTT-Regular';
	color: #fff;
	font-size: 16px;
}

@media (min-width: 1000px) {
  body {
	background-image: url("../hairbg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
  }
}
@media (max-width:700px) {
  body {
	background-image: url("../hairbgmob.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #000;  
  }
}
.subsection {
	height: 5%;
	padding: 50px;
	background-color: black;
}

.content {
	width: 750px;
	height: 100%;
	color: white;
	padding-left: 50px;
	position: absolute;
	left: 30px;
	z-index: 99;
}

@media (max-width:700px) {
  .content {
  	box-sizing: border-box;
	width: 100%;
	height: 100%;
	color: white;
	font-size: large;
	position: absolute;
	top: 10px;
	padding-left: 10px;
	z-index: 99;
  }
}

.col-25 {
  float: left;
  width: 25%;
padding-bottom: 15px;
}

.col-75 {
  float: left;
  width: 75%;
padding-bottom: 15px;
	color:#000;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width:1099px) {
  .col-25 {
    width: 100%;
    padding-bottom: 0px; 
  }
  .col-75 {
    width: 100%;
  }
}
