@import url("html5reset-1.6.1.css");
body {
  font: 17px/1.5 Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
  color: #003366;
}

img {
  max-width: width: 100%;
}

/* Global */

.col-red {
  color: #cc0000;
}

.col-blue {
  color: #003366;
}

.col-grn {
  color: #336633;
}

.col-yel {
  color: #ffcc33;
}

p {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
}

note {
  font-weight: bold;
}

.container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.container85 {
  width: 85%;
  margin: auto;
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

.button_1 {
  height: 38px;
  background: #cc0000;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}

.first-par {
  font-size: larger;
}

.dark {
  padding: 15px;
  background: #003366;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grn {
  padding: 15px;
  /*  background:#003366;*/
  background-color: #336633;
  /* Green */
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* License*/

#license {
  text-align: center;
  font-size: small;
  font: arial;
  float: none;
  margin: 0 0;
  padding: 2px;
  font-weight: bold;

}

/* Header **/

header {
  /*  background:#35424a;*/
  background: #f4f4f4;
  color: #003366;
  padding-top: 10px;
  min-height: 70px;
  border-bottom: #cc0000 3px solid;
}

header a {
  color: #003366;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

/*
header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}
*/

/*
header #branding{
  float:left;
}

header #branding h1{
  margin:0;

}
*/

/* grid branding layout */

.wrapper {
  display: grid;
  grid-template-columns: 25% 75%;
}

.wrapper > div {
  padding: 2px 0;
}

.wrapper h1 {
  font-size: 3.5vw;

  text-align: center;
  margin: 3px auto;
}

.wrapper img {
  vertical-align: middle;
  width: 80%;
  margin: 0 1%;
  padding: 1% 3%;
}

.wrapper p {
  text-align: center;
  /*  font-size: small;*/
  font: arial;
  float: none;
  margin: 0 0;
  padding: 0px 0;
  font-weight: bold;
}

.wrapper .sleft {
  text-align: left;
  float: left;
  padding: 2px 2px 2px 7%;
}

.wrapper .sright {
  text-align: right;
  float: right;
  padding: 2px 7% 2px 2px;
}

.wrapper a[href^='mailto:'] {
  color: #cc0000;
  border: none;
  /*  background: url(../graphics/email.png) no-repeat 0 0;*/
  /*  background: url(../graphics/email.png) no-repeat left center;*/
  /*  padding-left: 20px;*/
  /*margin-left:10px;*/
  /*    font-size: small;*/
}

.wrapper a[href^='mailto:']:hover {
  color: f4f4f4;
}

/*
.wrapper a.tel {
  font-weight: bold;
    font-size: small;
}
*/

.wrapper a[href^="tel:"] {
  color: #cc0000;
  border: none;
  /*  background: url(../graphics/cell20.png) no-repeat left center;*/
  /*  padding-left: 20px;*/
  /*  font-size: small;*/
  /*margin-left:10px;*/
}

.wrapper a:link,
.wrapper a:visited {
  color: #cc0000;
}

.wrapper a:hover {
  color: #336633;
  ;
}

header nav {
  float: right;
  /*  margin-top:10px;*/
}

header .highlight,
header .current a {
  color: #d3212d;
  font-weight: bold;
}

header a:hover {
  color: #cccccc;
  font-weight: bold;
}

/* Responsive Menu Style */

/*
			body {
				margin: 0;
				font-family: Arial, Helvetica, sans-serif;
			}
*/

.topnav {
  overflow: hidden;
  background-color: #003366;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 7px 6px;
  /*				padding: 14px 16px;*/
  text-decoration: none;
  /*				font-size: 17px;*/
  font-size: 1.3vw;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #cc0000;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .topnav a {
/*    font-size: 1.4vw;*/
    font-size: 12px;
    padding: 4px 6px;
  }

  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    padding: 5px 15px;
  }
}

/* Responsive Menu Style */

/* Showcase */

#showcase {
  min-height: 400px;
  background: url('../img/showcase-sm.jpg') no-repeat 0 -400px;
  /*	opacity: .5;*/
  text-align: center;
  color: #fff;
  ;
}

#showcase h1 {
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
}

#showcase p {
  font-size: 20px;
}

/* Newsletter */

#newsletter {
  padding: 15px;
  color: #ffffff;
  background: #003366;
}

#newsletter h1 {
  float: left;
}

#newsletter form {
  float: right;
  margin-top: 15px;
}

#newsletter input[type="email"] {
  padding: 4px;
  height: 25px;
  width: 250px;
}

#desc {
  /*	padding: 15px ;*/
}

/* Contact Us */

.phoneus {
  padding: 1px;
  color: #ffffff;
  background: #003366;
}

/* Phone */

.phoneus h1 {
  text-align: center;
  font-size: 2.0vw;
}

.phoneus a {
  text-decoration: none;
}

.phoneus a[href^="tel:"] {
  color: #cc0000;
  border: none;
  /*  background: url(../graphics/cell20.png) no-repeat left center;*/
  /*  padding-left: 20px;*/
  /*  font-size: small;*/
  /*margin-left:10px;*/
}


.phoneus a[href^='mailto:'] {
  color: #cc0000;
  border: none;
  /*  background: url(../graphics/email.png) no-repeat 0 0;*/
  /*  background: url(../graphics/email.png) no-repeat left center;*/
  /*  padding-left: 20px;*/
  /*margin-left:10px;*/
  /*    font-size: small;*/
}

.phoneus a:link,
.phoneus a:visited {
  color: #cc0000;
}

.phoneus a:hover {
  color: #336633;
  ;
}


@media screen and (max-width: 768px) {
  .phoneus h1 {
    font-size: 12px;
  }
}

/* top part company*/

#co-main {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0%;
  padding-right: 0%;

}

#co-main h2 {
  text-align: center;
}

#co-main .co-img {
  margin: 4% auto;
  width: 100%;
}

.co-addr {
  text-align: left;
}

#co-main p {
  /* may need adjusting  */
  /*	margin: 0 0 0 30%;*/
  padding: 0;
  text-align: center;
  /* was left making it center */
}

/* Qualifications*/

.qual-main {
  /*
	width: 33%;
	margin-left: 33%;
	margin-right: 33%;
*/
}

.qual-main h1 {
  font-size: 35px;
  text-align: center;
  color: fff;
  background-color: #ffcc33;
  /* Yellow */
  padding: 20px;
}

/* About Sidebar */

#qual ul {
  /*
	margin: 0 0 0 10px;
	padding: 0 0 0 25px;
*/
  list-style: none;
  text-align: center;
}

#qual ul li {
  /*  list-style: none;*/
  /*	margin: 0 0 0 29px;;*/
  /*  padding:0 20px;*/
  /*  border: #cccccc solid 1px;*/
  /*  margin-bottom:5px;*/
  /*  background:#e6e6e6;*/
}

#qual-call h1 {
  font-size: 35px;
}

#qual-call h1,
#qual-call h2,
#qual-call p {
  text-align: center;
  padding: 0 5%;
}

#qual-main {
  margin: 0 0 0 30%;
  padding: 0;
}


/* Reviews */

#reviews {
  /*	padding:15px;*/
}

#reviews h1 {
  /*  font-size: 35px;*/
  font-size: 3.3vw;
  text-align: left;
  color: white;
  background-color: #336633;
  /* Green */
  padding: 0 10%;
  margin: 2% 0;
}

#reviews .review {
  /*  float: right;*/
  text-align: right;
  padding: 3% 15px 0 0;

}

#reviews ul {
  list-style: none;


}

#reviews li {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: justify;
  padding: 0 15px;
}

#reviews li .reviewer {
  font-weight: bold;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: right;
}

#reviews li .reviewco {
  margin: 0;
  padding: 0 15px 0 0;
  text-align: right;
  font-style: italic;
}

/* Boxe1 */

#boxe1 {
  margin-top: 2%;
}

#boxe1 .box {
  /*  float:left;*/
  text-align: center;
  width: 70%;
  margin: 3% 15%;
  padding: 1%;
}

#boxe1 .box img {
  width: 99%;
}

/* Boxes */

#boxes {
  margin-top: 2%;
}

#boxes .box {
  float: left;
  text-align: center;
  width: 31%;
  padding: 1%;
}

#boxes .box img {
  width: 99%;
}

/* Sidebar */

aside#sidebar {
  float: right;
  width: 29%;
  margin-top: 10px;
  margin-right: 1%;
}

aside#sidebar .quote input,
aside#sidebar .quote textarea {
  width: 90%;
  padding: 5px;
}

/* Main-col */

article#main-col {
  float: left;
  width: 65%;
}

/* Services */

#main-col h1 {
  font-size: 30px;
}

ul#services-list {
  margin: 0 5%;
}

ul#services-list li {
  list-style: none;
  padding: 5px 0 0 0;
  /*  border: #cccccc solid 1px;*/
  /*  margin-bottom:5px;*/
  /*  background:#e6e6e6;*/
}

/* About */

/*
.about {
	width: 33%;
	margin-left: 33%;
	margin-right: 33%;
}
*/

#about h1 {
  font-size: 35px;
  text-align: center;
  color: fff;
  background-color: #336633;
  /* Green */
  padding: 20px;
}

#about aside {}

#about ul {
  list-style: none;
}

/* About Sidebar */

ul.about-list {

  /* Too center the list NWG
	margin: 0 0 0 10px;
	padding: 0 0 0 25px;
*/
}

ul.about-list li {
  /*  list-style: none;*/
  padding: 0 20px;
  /*  border: #cccccc solid 1px;*/
  /*  margin-bottom:5px;*/
  /*  background:#e6e6e6;*/
}

/* Residential */
#residential {}

#residential h1 {
  /*  font-size: 35px;*/
  font-size: 3.3vw;
  text-align: center;
  color: white;
  background-color: #336633;
  /* Green */
  padding: 0 10%;
  margin: 2% 0;
}

#residential h2 {
  font-size: large;
}

#residential h3 {
  font-size: large;
}

#residential section {
  margin: 2% 5%;
  padding: 1% 0;
}

/*
#residential h1 {
  text-align: center;
  font-size: 3vw;
}
*/

#residential p {
  text-align: left;
}

#residential note {
  color: #cc0000;
}

#residential .res-services {
  margin: 2%;
  clear: both;
}
/*

#residential .res-services ul {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin: 0;
}
*/

#residential .res-services li {
  margin: 0 3%;
/*  padding-left: 16px;*/
}
/*

#residential .res-services li:before {
  content: "•";
  padding-right: 8px;
  color: #336633;
}
*/

#residential figure {
  padding: 2% 2%;
  float: right;
  width: 40%;
}

#residential figure img {
  border-radius: 6px;
  width: 100%;
  margin: 10% 0 0 4%;
  padding: 0 0 0;

}

#residential figcaption {
  font-weight: bold;
  text-align: center;
}

#residential .brian-quote {
  border: 2px solid red;
  padding: 2%;
  border-radius: 7px;
}

/* Commercial */
#commercial { }

#commercial h1 {
  /*  font-size: 35px;*/
  font-size: 3.3vw;
  text-align: center;
  color: white;
  background-color: #336633;
  /* Green */
  padding: 0 10%;
  margin: 2% 0;
}

#commercial h2 {
  font-size: 2.7vw;
  font-weight: bold;
  margin: 1.5% 0;
}

#commercial h3 {
  font-size: large;
  margin: 1% 0;
}

#commercial section {
  margin: 2% 5%;
  padding: 1% 0;
}

/*
#residential h1 {
  text-align: center;
  font-size: 3vw;
}
*/

#commercial p {
  text-align: left;
}

#commercial note {
  color: #cc0000;
}

#commercial .res-services {
  margin: 2%;
  clear: both;
}


#commercial .res-services li {
  margin: 0 3%;
/*  padding-left: 16px;*/
}

#commercial figure {
  padding: 2% 2%;
  float: right;
  width: 40%;
}

#commercial figure img {
  border-radius: 6px;
  width: 100%;
  margin: 10% 0 0 4%;
  padding: 0 0 0;

}

#commercial figcaption {
  font-weight: bold;
  text-align: center;
}


/* Property Mgmt */
#propertymgmt { }


#propertymgmt h1 {
  /*  font-size: 35px;*/
  font-size: 3.3vw;
  text-align: center;
  color: white;
  background-color: #336633;
  /* Green */
  padding: 0 10%;
  margin: 2% 0;
}


#propertymgmt h2 {
  font-size: 2.7vw;
  font-weight: bold;
  margin: 1.5% 0;
}

#propertymgmt h3 {
  font-size: large;
  margin: 1% 0;
}

#propertymgmt section {
  margin: 2% 5%;
  padding: 1% 0;
}

/*
#residential h1 {
  text-align: center;
  font-size: 3vw;
}
*/

#propertymgmt p {
  text-align: left;
}

#propertymgmt note {
  color: #cc0000;
}

#propertymgmt .res-services {
  margin: 2%;
  clear: both;
}


#propertymgmt .res-services li {
  margin: 0 3%;
/*  padding-left: 16px;*/
}

#propertymgmt figure {
  padding: 2% 2%;
  float: right;
  width: 40%;
}

#propertymgmt figure img {
  border-radius: 6px;
  width: 100%;
  margin: 10% 0 0 4%;
  padding: 0 0 0;

}

#propertymgmt figcaption {
  font-weight: bold;
  text-align: center;
}


/* Footer */

footer {
  padding: 1px 20px;
  margin-top: 0;
  color: #ffffff;
  background-color: #d3212d;
  text-align: center;
}

footer p {
  margin: 0;
  padding: 0;
}

#sunor {
  font-size: small;
}

#copyrite {
  margin: 1px;
  padding: 0;
  font-size: small;
}

#sunor img {
  vertical-align: middle;
  width: 24px;
}

/* Formating styles */

.txtbd {
  font-weight: bold;
}

.txtit {
  font-style: italic;
}

.txtctr {
  text-align: center;
}

/* Media Queries */

@media(max-width: 768px) {
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article #main-col,
  aside #sidebar {
    float: none;
    text-align: center;
    width: 100%;
  }

  header {
    /*    padding-bottom:20px;*/
  }

  #showcase h1 {
    margin-top: 40px;
  }

  #newsletter button,
  .quote button {
    display: block;
    width: 100%;
  }

  #newsletter form input[type="email"],
  .quote input,
  .quote textarea {
    width: 100%;
    margin-bottom: 5px;
  }
}
