* {
  margin: 0;
  padding: 0;
  color: #363636;
  font-family: 'Roboto', sans-serif;
}

body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.clear { clear: both; }

header {
  background-color: #ffffff;
  padding: 8px 0;
}

header a#prettysuite {
  float: left;
  width: 150px;
  height: 100px;
  background-image: url(../images/prettysuite.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header nav {
  float: right;
  text-align: right;
  margin-top: 40px;
}

header nav a {
  margin-left: 40px;
  color: #363636;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

header nav a:hover, header nav a.active {
  color: #ffffff;
  background-color: rgba(100, 23, 43, 0.9);
}

section#banner {
  text-align: center;
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
}

section#banner.homeBanner {
  background-image: url(../images/prettySuite.jpg);
  height: 450px;
  background-size: 60%;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}

section#banner.serviceBanner {
  background-image: url(../images/service-banner.jpg);
  background-size: 98%;
  height: 550px;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}

section#banner.portfolioBanner { background-image: url(../images/portfolio-banner.jpg); }

section#banner.contactBanner { background-image: url(../images/contact-banner.jpg); }

section#banner img {
  width: 800px;
  max-width: 90%;
}

section.container {
  padding: 80px 0;
}

section.container h3 {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
}

section.container aside.imgSec {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
}

section.container aside.imgSec img { width: 100%; }

section.container article {
  display: inline-block;
  vertical-align: middle;
  width: 700px;
  margin-left: 30px;
}

h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 35px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 25px;
}

p {
  text-align: justify;
  margin: 15px 0;
}

section.container.center { text-align: center; }

section.container img.leftSideImg { float: left; width: 300px; padding: 10px; }

section.container img.rightSideImg { float: right; width: 300px; padding: 10px; }

section#ourTeam {
  text-align: center;
  padding: 30px 0;
}

section#ourTeam aside {
  display: inline-block;
  vertical-align: top;
  width: 600px;
  margin: 20px;
}

section#ourTeam aside div.teamImg {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

section#ourTeam aside h4 {
  font-size: 16px;
  margin-bottom: 3px;
}

section#ourTeam aside h3 {
  font-size: 22px;
  font-weight: normal;
  font-family: 'Raleway', sans-serif;
}

aside.galleryImg {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 250px;
  margin: 10px 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 2px 5px 0 #969696;
  box-shadow: 0 2px 5px 0 #969696;
}

aside.contactSec, address.contactSec, aside#contactForm {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  min-width: 280px;
  margin: 20px;
}

input[type=text], input[type=email], input[type=tel], textarea {
  width: 95%;
  padding: 5px 8px;
  font-size: 15px;
  margin: 6px 0;
  border: #898989 solid thin;
}

button {
  float: right;
  border: none;
  background-color: #732D3F;
  color: #ffffff;
  padding: 5px 15px;
  margin-top: 8px;
  font-size: 16px;
  cursor: pointer;
}

footer {
  margin-top: 20px;
  padding: 20px 0;
  font-size: 12px;
  color: #797979;
}

footer a {
  float: right;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 8px;
}

footer a#facebook { background-image: url(../images/facebook.svg); }
footer a#twitter { background-image: url(../images/twitter.svg); }
