
body{
	font-family: 'Roboto Condensed', sans-serif;
}
.discount-overlay{
  background-color: rgba(76, 76, 76, 0.5);
}
.discount{
	background-image: url(../images/hp-portal-2.jpg);
	background-size: cover;
	background-position: right top;


}

.call-to-action h2{
  font-size: 60px;
  /*text-transform: uppercase;*/
}

.call-to-action h2{
  font-size: 60px;
  /*text-transform: uppercase;*/
}
.call-to-action h5{
  /*text-transform: uppercase;*/
  padding: 10px 0 15px;
  font-size: 24px;
}
.call-to-action{
  padding: 16em 0;
  color: #fff;
}


.call-to-action .appointment{
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  padding: 10px 25px;
  text-transform: capitalize;
  border-radius: 30px;
}


.intro p {
  margin-bottom: 15px;
}
.intro img {
    margin: 0px 0;
    position: relative;
    width: 100%;
}

.top-mid .context {
    background-color: #e0ad06;
    color: #fff;
    padding: 20px;
}

.top-mid .context p {
  background-color: #e0ad06;
  color: #fff;
} 
.intro .small-child {
  background-color: #fff;
}
.top-mid img, .bottom-mid img {
    height: auto;
	width: 100%;
}
.intro .big-child {
  background-color: #fff;
}
.bottom-mid .big-child {
  background-color: #f2f2f2;
}

p {
   font-size: 16px;
   color: #666;
}


.context {
  text-align: justify;
  padding: 20px;
}

.call-to-action img {
    width: 160px;
height: auto;
}

.bottom {
  text-align: center;
  margin: 0px;
  color: #ffffff;
}
.bottom p {
  margin: 0px;
  padding: 10px;
  font-weight: lighter;
}
ul {
 padding: 0px;
 margin-top: 50px;
}
ul li {
  display: inline-block;
  padding: 10px;
}
.studio {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffc207;
    text-align: left;
}

.headline {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
    text-align: left;
}

a {
   color:#e0ad06 !important;
} 

@media only screen and (min-width: 980px) {
	.context {
	    text-align: justify;
	    padding: 110px;
   	}

	.call-to-action img {
	    width: 350px;
	    height: auto;
	}

	.top-mid .context {
	    background-color: #e0ad06;
	    color: #fff;
	    height: 377px;
	    padding: 50px 100px 20px 70px;
	}

	.top-mid img, .bottom-mid img {
	    position: relative;
	    height: 377px;
	    width: auto;
	}

}

#footer {
    background-color: rgb(82, 82, 82);
    color: rgba(255, 255, 255, 0.74902);
    text-align: center;
    padding: 6em 0px;
    background-position: left top, center center, center center;
}
