/* Universal Style
All elements set to alternative box model*/
  * {
    box-sizing: border-box;
  }

  *, *::before, *::after {
    box-sizing: inherit;
  }

/* Body Style */
  body {
    font-size: medium;
    background-size: 100%;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
  }

  #wrapper {
    min-width: 900px;
    max-width: 1980px;
    background-image: url(images/BlckAndWhte3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    
  }

  header {
    width: 100%;
    min-width: 900px;
    max-width: 1980px;
  }

  .header{
    background-color: white;
    height: 130px;
    padding-top: .25%; 
    width: 100%;
    min-width: 900px;
    max-width: 1980px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
  }

  .boxheader {
    min-width: 600px;
    max-width: 1680px;
    width: 100%;
    float: left;
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }

  .boxheader .logo {
    width: 50%;
    float: left;
    clear: both;
  }

  .logo img {
    height: 90px;
    padding-left: 30%;
    padding-top: 2.75%;
    float: left;
    clear: both;
  }

  #king{
    color: black;
    font-size: 30px;
    text-align: center;
    padding-right: 10%;
  }

  #king::first-line {
    color: gold;
    font-size: 45px;
    -webkit-text-stroke: 1px black;
  }

  .nav {
    padding-top: 2%;
  }

  nav a {
    background-color: white;
    color: black;
    border: black;
    border-style: solid;
    border-radius: 15px;
    text-decoration: none;
    font-size: 20px;
    padding-left: 1%;
    padding-right: 1%;
    }

  nav a:link {
    color: black;
    }

  nav a:visited {
    background-color: white;
  }

  nav a:focus {
    background-color: rgb(255, 174, 0);
  }

  nav a:hover {
    background-color: yellow;
    }

  nav a:active {
    background-color: goldenrod;
    }

  main {
    color: gold;
    width: 100%;
    display: block;
  }

  main h2 {
    color: gold;
    font-size: 55px;
    font-weight: 900;
    text-align: center;
    text-shadow: 5px 5px black;
  }

  .banner {
    padding-top: 15%;
  }

  #banner {
      background-image: url(images/banner.jpg);
      background-repeat: no-repeat;
      background-size: 55%;
      background-position: center;
      padding-top: 25%;
  }

  .banner h2 {
    padding-bottom: 50px;
  }

  #space {
    height: 20px;
    clear: both;
  }

  .stripyellow {
    position: relative;
    top: 55px;
    height: 20px;
    background-color: rgb(238, 212, 84);
  }

  .whitebox {
    height: 500px;
    background-color: white;
    padding-top: 100px;
  }

  /* header class style */
  .yellowstripe {
    height: 125px;
    text-align: center;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 23px;
    background-color: rgb(238, 212, 84);
    padding-left: 25px;
    padding-right: 25px;
  }

  .yellowstripe span:nth-child(1) {
    float: left;
    width: 33%;
    padding-top: 20px;
    clear: both;
  }

  .yellowstripe span:nth-child(2) {
    float: left;
    width: 33%;
    padding-top: 20px;
  }

  .yellowstripe span:nth-child(2)::first-letter {
    color: white;
  }

  .yellowstripe span:nth-child(3) {
    float: left;
    width: 33%;
    padding-top: 20px;
  }

  .yellowstripe span:nth-child(3)::first-letter {
    color: white;
  }


  .boxyellow {
    min-width: 600px;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  h2 {
    text-align: left;
    font-size: large;
  }

  .whitecenter {
    width: relative;
    height: 500px;
    background-color: white;
    padding-top: 30px;
  }

  /* Selling Quality Brands*/
  .whitecenter h3 {
    color: black;
    font-size: 35px;
    font-weight: 100;
    text-align: center;
    text-shadow: none;
    padding-top: 175px;
    
  }

  /* header class style */
  .yellowstripebttm {
    height: 125px;
    text-align: center;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    background-color: rgb(238, 212, 84);
  }

  .yellowstripebttm span:nth-child(1) {
    float: left;
    width: 33%;
    padding-top: 20px;
  }

  .yellowstripebttm span:nth-child(2) {
    float: left;
    width: 33%;
    padding-top: 20px;
  }

  .yellowstripebttm span:nth-child(3) {
    float: left;
    width: 33%;
    padding-top: 20px;
  }

  .yellowstripebttm span::first-line {
    color: red;
    float: left;
    width: 33%;
    padding-top: 20px;
  }

  /* Selling Quality Brands*/

  .comevisit {
    width: 100%;
  }

  .comevisit h2 {
    color: black;
    font-weight: 600;
    text-align: center;
    text-shadow: none;
  }

  .comevisit h3 {
    color: black;
    background-color: rgb(238, 212, 84);
    height: 50px;
    font-size: 23px;
    font-weight: 100;
    text-align: center;
    text-shadow: none; 
    padding-top: 10px;
  }

  .comevisit p {
    color: black;
    font-weight: 100;
    text-align: left;
    text-shadow: none; 
  }

  .comevisit img {
    height: 175px;
  }

  .comevisit span #comein {
    text-align: left;
  }

  #servicing {
    color: black;
    font-size: 40px;
    font-weight: normal;
    text-shadow: none;
  }

  #ourservices {
    padding-top: 50px;
  }

  #ourservices img {
    width: 250px;
  }

  #services {
    color: black;
    font-size: 20px;
    text-align: center;
  }

  #aboutourservices img {
    width: 250px;
  }

  .tel li{
    color: black;
    font-size: 25px;
    text-align: left;
    list-style: none;
  }

  .tel li::first-line{
    color: red;
    text-align: left;
    list-style: none;
  }

  .numbr {
    text-decoration: none;
  }

  .cntrwhitebox {
    width: 100%;
    height: 1000px;
    background-color: white;
    padding-top: 100px;
  }

  .servs {
    text-align: center;
    color: black;
    font-size: 21px;
    width: 100%;
    padding-left: 20%x;
    padding-right: 20%;
  }

  .servs span:nth-child(1) {
    float: left;
    width: 33%;
    padding-top: 20px;
  }

  .servs span:nth-child(2) {
    float: left;
    width: 33%;
    padding-top: 20px;
  }

  .servs span:nth-child(3) {
    float: left;
    width: 33%;
    padding-top: 20px;
  }

  .whitebox span:nth-child(1) {
    float: left;
    width: 50%;
    padding-left: 150px;
    padding-top: 20px;
  }

  .whitebox span:nth-child(2) {
    float: left;
    padding-top: 20px;
  }

  .whitebox span:nth-child(3) {
    float: left;
    width: 50%;
    padding-top: 20px;
  }

  .graystrip {
    background-color: rgb(237, 237, 225);
    height: 700px;
  }

  .offering h2 {
    color: black;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    text-shadow: none; 
    padding-top: 10px;
  }

  .offering p {
    color: black;
    font-size: x-small;
    font-weight: 100;
    text-align: center;
    text-shadow: none; 
    padding-top: 50px;
  }

  .offeringmap h2 {
    color: black;
    font-size: 23px;
    font-weight: 300;
    text-align: center;
    text-shadow: none; 
    padding-top: 7%;
  }

  .offeringmap p {
    color: black;
    font-size: 20px;
    font-weight: 100;
    text-align: center; 
  }

  iframe {
    padding-left: 17.5%;
  }

  .grayspan {
    color: black;
    display: inline-block;
    font-size: x-small;
    text-align: center;
    width: 100%;
    padding-top: 150px;
  }


  .graystrip span:nth-child(1) {
    float: left;
    width: 33%;
    
  }

  .graystrip span:nth-child(2) {
    float: left;
    width: 33%;
  }

  .graystrip span:nth-child(3) {
    float: right;
    width: 33%;
    
  }

  .blackstrip {
    color: white;
    background-color: rgb(41, 41, 41);
    height: 900px;
    font-size: 20px;
    font-weight: 100;
    padding-left: 15%;
    padding-right: 10%;
  }

  .blackstrip span:nth-child(1) {
    padding-top: 75px;
    float: left;
    width: 33%;
    
  }

  .blackstrip span:nth-child(2) {
    padding-top: 75px;
    float: left;
    width: 33%;
  }

  .blackstrip span:nth-child(3) {
    padding-top: 75px;
    float: right;
    width: 33%;  
  }

  .offering p {
    font-size: 30px;
  }

    /* Footer style */
  footer {
    text-align: center;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    background-color: rgb(1, 5, 15);
    height: 25px;
    padding-top: 1px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
    clear: both;    
  }

  footer a {
    color: white;
    text-decoration: none;
  }

  footer span:nth-child(1){
    float: left;
    padding-left: 35%;
  }

  footer span:nth-child(2){
    float: right;
    padding-right: 35%;
  }

  footer span:nth-child(2) a {
    float: right;
    padding-right: 35%;
  }

  /* Style phone number */
  #mobile {
    display: none;
  }

  #desktop {
    display: inline;
  }



/* media query for diffrent screen sizes */

@media only screen and (max-width: 1182px) {
  .header {
    height: 125px;
    position: relative;
    padding-top: 0;
    padding-bottom: 15px;
  }
  
  .logo img {
    height: 75px;
    padding-top: 6%;
    padding-left: 30%;
  }

  #king{
    text-align: center;
    font-size: 35px;
    padding-right: 5%;
    padding-top: 0;
  }

  #king::first-line {
    font-size: 50px;
    -webkit-text-stroke: 2px black;
  }

  .banner {
    padding-top: 5%;
  }

  #banner {
    background-size: 55%;
    padding-bottom: 20%;
  }

  .banner h2 {
    padding-bottom: 10px;
  }

  .stripyellow {
    top: 15px;
  }
}

@media only screen and (max-width: 1141px) {
  .logo img {
    height: 75px;
    padding-top: 6%;
    padding-left: 20%;
  }

  #king{
    text-align: center;
    font-size: 35px;
    padding-right: 5%;
    padding-top: 0;
  }

  #king::first-line {
    font-size: 50px;
    -webkit-text-stroke: 2px black;
  }
}

@media only screen and (max-width: 1024px) {

  header {
    padding-top: 0;
  }

  .header {
    height: 125px;
    position: relative;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .logo img {
    height: 75px;
    padding-top: 7%;
    padding-left: 10%;
  }

  #king{
    text-align: center;
    font-size: 35px;
    padding-right: 5%;
    padding-top: 0;
  }

  #king::first-line {
    font-size: 50px;
    -webkit-text-stroke: 2px black;
  }

  nav {
    padding-top: 1%;
    padding-right: 2%;
  }

  .banner {
    padding-top: 5%;
  }

  #banner {
    background-size: 65%;
    padding-bottom: 20%;
  }

  .banner h2 {
    padding-bottom: 75px;
  }

  .stripyellow {
    top: 15px;
  }

  .whitebox {
    height: 1300px;
  }

  #visit {
    width: 75%;
    float: left;
    clear: both;
    padding-left: 13%;
  }

  #visit h2 {
    font-size: 45px;
  }

  #visit p {
    font-size: 23px;
    padding-left: 5%;
    padding-bottom: 10%;
  }

  .comevisit {
    width: 100%;
  }

  .comevisit #comein {
    width: 100%;
    padding-left: 15%;

  }

  .comevisit h3 {
    height: 100px;
    font-size: 55px;
  }

  #ourservices {
    padding-left: 20.5%;    
  }

  #ourservices img {
    height: 275px;
    width: auto;
  }

  #aboutourservices {
    padding-left: 20.5%;
    padding-right: 30%;
  }

  #aboutourservices img {
    height: 275px;
    width: 100%;
  }

  iframe {
    padding-left: 5%;
  }

  .blackstrip {
    padding-left: 15%;
  }
}


@media only screen and (max-width: 768px) {

  .banner h2 {
    font-size: 10%;
  }
}

@media only screen and (max-width: 767px) {
  .banner h2 {
    font-size: 40px;
  }
}


@media only screen and (max-width: 428px) {

  #wrapper {
    background-image: none;
  }

  header {
    padding-bottom: 195px;
  }

  .header {
    height: 225px;
  }

  .boxheader .logo {
    width: 100%;
  }

  .logo img {
    height: 150px;
    padding-top: 5%;
    padding-left: 7%;
  }

  #king{
    text-align: center;
    font-size: 50px;
    padding-right: 5%;
  }

  #king::first-line {
    font-size: 100px;
    -webkit-text-stroke: 2px black;
  }

  .nav {
    padding-left: 10%;
    padding-top: 40%;
  }

  nav a {
    float: left;
    font-size: 35px;
  }

  .banner {
    padding-top: 15%;
  }

  #banner {
    background-size: 95%;
    background-position: center;
    padding-top: 35%;
  }

  .banner h2 {
    font-size: 50px;
    padding-bottom: 200px;
  }

  .stripyellow {
    top: 195px;
  }

  .yellowstripe {
    text-align: left;
    font-size: 35px; 
    padding-left: 10%;
  }

  .whitebox {
    height: 1150px;
  }

  #visit {
    width: 75%;
    float: left;
    clear: both;
    padding-left: 12.5%;
  }

  #visit h2 {
    font-size: 55px;
  }

  #visit p {
    font-size: 33px;
    padding-left: 5%;
    padding-bottom: 10%;
  }

  .comevisit {
    width: 100%;
  }

  .comevisit #comein {
    width: 100%;
    padding-left: 15%;

  }

  .comevisit h3 {
    height: 100px;
    font-size: 55px;
  }

  #ourservices {
    padding-left: 30%;    
  }

  #ourservices img {
    height: 275px;
    width: auto;
  }

  #aboutourservices {
    padding-left: 20.5%;
    padding-right: 30%;
  }

  #aboutourservices h3{
    width: 100%;
  }

  #aboutourservices img {
    height: 275px;
    width: 100%;
  }

  .graystrip {
    
    height: 1100px;
  }

  .offering h2 {
    font-size: 55px;
    padding-top: 5%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .offering p {
    font-size: 45px;
    padding-left: 15%;
    padding-right: 15%;
  }

  iframe {
    padding-left: 5%;
  }

  .grayspan {
    font-size: 27.5px;
  }

  .grayspan :nth-child(3) {
    padding-right: 1%;
  }

  .whitecenter h3 {
    font-size: 45px;
  }

  .yellowstripebttm {
    height: 325px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    padding-top: 5%;
  }

  .yellowstripebttm span:nth-child(1) {
    float: left;
    width: 50%;
    padding-top: 20px;
  }

  .yellowstripebttm span:nth-child(2) {
    float: left;
    width: 50%;
    padding-top: 20px;
  }

  .yellowstripebttm span:nth-child(3) {
    padding-top: 70px;
    width: 100%;
  }

  .blackstrip {
    height: 1200px;
    font-size: 27.5px;
    font-weight: 100;
    padding-left: 5%;
    padding-right: 5%;
  }

  .blackstrip span:nth-child(1) {
    padding-top: 75px;
    padding-left: 1%;
    float: left;
    width: 29%;
    
  }

  .blackstrip span:nth-child(2) {
    padding-top: 75px;
    padding-left: 2%;
    float: left;
    width: 39%;
  }

  .blackstrip span:nth-child(3) {
    padding-top: 75px;
    float: right;
    width: 29%;  
  }

  footer {
    font-size: 30px;
  }

}


