* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Raleway', sans-serif;
  color:white;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #58585a;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
}

input[type=checkbox]{
  display: none;
  -webkit-appearance: none;
}

p, h1, h2, h3 {
  margin-bottom: 20px;
}

.center-text {
  text-align: center;
}

a {
  color: #ff9d03;
}

a:hover {
  text-decoration: none;
}


@media (min-width: 1100px) {

  .container {
    width: 1100px;
    margin:0 auto;
  }

  /***HEADER DESKTOP STYLES***/

  a.icon {
    display: none;
  }

  /***MAIN BODY DESKTOP STYLES***/

  #slide {
    background-image: url('images/slide-bg.jpg');
    background-position: top center;
    background-size: cover;
    padding:40px 0px;
    height: 500px;
  }

  #sub-slide {
    background-image: url('images/slide-bg.jpg');
    background-position: top center;
    background-size: cover;
    padding:40px 0px;
    height: 40px;
    background-position-y: -300px;
  }

  #header {
    height: 80px;
    background: transparent;
  }

  #logo {
    float: left;
    width:150px;
    height: 50px;
  }

  #nav {
    float: right;
    width:800px;
    text-align: right;
  }

  #nav a {
    color: #ff0401;
    text-decoration: none;
    padding:10px 20px 0px;
    text-transform: uppercase;
    font-weight: bold;
  }

  #nav a:hover, #nav a.current {
    color: white;
  }

  #slide-callout {
    width:314px;
    margin:52px auto 0px auto;
    height: 255px;
  }


  .white-content {
    padding:100px 0px;
    background: white;
    color: #333333;

  }

  h1 {
    color: #333333;
    text-transform: uppercase;
    font-size: 19pt;
    margin-bottom: 10px;
  }

  h2 {
    font-family: 'Satisfy';
    color: #ff9d03;
    margin-bottom: 20px;
  }

  p {
    color: #666666;
    line-height: 1.5;
    font-size: 10pt;
  }

  #left {
    float: left;
    width:358px;
    margin-right: 20px;
  }

  #right {
    width:358px;
    float: left;
  }

  .small-container {
    width:736px;
    margin:0 auto;
  }

  #grid {
    width:1100px;
    margin:0 auto;
  }

  .grid-left {
    width:550px;
    height: 360px;
    float: left;
  }

  .grid-right {
    float: right;
    width:550px;
    height: 360px;
  }

  .orange-bg {
    background: #ff9d03;
  }
  
  .service-container {
    width:460px;
    margin:3px auto 0px;
  }

  .service {
    float: left;
    text-align: center;
    width:200px;
    padding:15px 15px 0px 15px;
    margin-bottom: -20px;
  }

  .service img {
    display: block;
    width: 38px;
    height: 43px;
    margin:0 auto 5px auto;
  }

  .service h3 {
    text-transform: uppercase;
    font-size: 12pt;
    color: #333333;
    margin-bottom: 10px;
  }

  .service p {
    color: #666666;
    line-height: 1.4;
    font-size: 8pt;
  }

  .red-bg {
    background: #ee383a;
    color: black !important;
    text-align: center;
  }

  .red-bg h2 {
    font-family: 'Satisfy';
    color: white !important;
    font-size: 24pt;
    margin-bottom: 20px;
    padding-top: 46px;
  }

  .grid-container {
    width:350px;
    margin: 0 auto;
  }

  #footer {
    background:#181818;
    padding:60px 0px 40px;
    text-align: center;
  }

  .footer-container {
    width:900px;
    margin:0 auto;
  }

  .footer-col {
    width:260px;
    padding:0px 20px;
    float: left;
  }

  .footer-logo {
    width:114px;
    height: 47px;
    margin: 0 auto 30px;
    display: block;
  }

  .footer-col h3 {
    color: white;
    font-size: 11pt;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  #footer a, #sub-footer a {
    color: #b2b2b2;
  }

  #footer a:hover, #sub-footer a:hover {
    color: white;
    text-decoration: none;
  }

  #sub-footer {
    background:#181818;
    color: #666666;
    border-top: solid 1px #292929;
    text-align: center;
    font-size: 9pt;
    padding:10px 0px;
  }

  .menu-half {
    width:510px;
    padding:20px;
    float: left;
  }

  .about-us {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width:500px;
    height: auto;
  }

  input[type="text"], input[type="email"], select {
    display: block;
    margin-bottom: 10px;
    padding:8px;
    font-size: 12pt;
    font-family: 'Raleway';
    color: #333333;
    border-radius: 2px;
    border: solid 1px #cdcdcd;
    width:240px;
  }

  input[type="submit"] {
    padding:10px 20px;
    text-align: center;
    background: #333333;
    color: white;
    border: none;
    font-size: 14pt;
    font-family: 'Raleway';
    cursor: pointer;
  }

  .float-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .location-container {
    width:1100px;
    margin:40px auto 0px;
  }

  .location {
    width:233px;
    float: left;
    margin:20px;
    text-align: center;
    color: white;
    font-size: 10pt;
  }

  .location img {
    display: block;
    margin-bottom: 20px;
    width:100%;
    height: auto;
  }

  .location-title {
    display: block;
    margin-bottom: 10px;
    font-size: 12pt;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
  }



}



@media screen and (max-width : 1099px){
  
  .container {
    width:90%;
    padding-left: 5%;
  }

  /*h1, h2, h3 {
    width:90%;
    margin-left: 5%;
  }
*/
  hr {
    margin:20px 0px;
  }

  /***HEADER MOBILE STYLES***/

  /***HEADER MOBILE STYLES***/

  #navContainer{
    width: 100%;
    /*border-bottom: 1px solid #ee383a;*/
    background: #181818 !important;
    padding: 10px 0;
  }

  #navContainer img{
    width: 150px;
    height: auto;
    margin: 10px 0 0 30px;
  }

  #header .container{
    width: 100%;
    padding: 0;
  }

  /* Links inside the navbar */
  .topnav a { 
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  /* Add a background color to navbar links on hover */
  .topnav a:hover{
    background-color: #ee383a;
    color:#fff;
  }

  /* When the screen is less than 1099 pixels wide, hide all links. 
  Show the link that should open and close the topnav (.icon) */
  .topnav a{
    display:none;
  }

  .topnav a.icon {
    display: block;
    position: absolute;
    font-size: 34px;
    top: 11px;
    right: 10px;
    float: right;
    margin-bottom: 10px;
    color: #fff;
    transition: unset;
  }

  .topnav a.icon:hover{
    background-color:transparent;
    color: #fff;
  }

   /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. 
  This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {
    position: relative; 
    clear:both;
    margin-top: 10px;
    /*padding: 0 10px;*/
    background: #181818;
  }
    .topnav.responsive a.icon {
      position: absolute;
      right: 10px;
      top: -85px;
      border-bottom:none;
      transition: unset;
    }

    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      border-bottom:1px solid #ee383a;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }

    /* DROPDOWN MENU */

    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      text-align: left;
    }

    .topnav.responsive,
    .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

  /***MAIN BODY MOBILE STYLES***/

  #slide {
    background-image: url('images/slide-bg.jpg');
    background-position: top center;
    background-size: cover;
    padding-bottom: 20px;
    height: 500px;
  }

  #sub-slide {
    background-image: url('images/slide-bg.jpg');
    background-position: top center;
    background-size: cover;
    padding-bottom: 40px;
    height: 280px;
  }

  /*#header {
    height: 80px;
    background: transparent;
  }

  #logo {
    text-align: center;
    height: 50px;
    margin-bottom: 20px;
  }

  #nav {
    width:90%;
    margin-left: 5%;
    text-align: center;
    line-height: 2;
  }

  #nav a {
    color: #ff9d03;
    text-decoration: none;
    padding:10px 20px 0px;
    text-transform: uppercase;
    font-weight: bold;
  }

  #nav a:hover, #nav a.current {
    color: white;
  }*/

  #slide-callout {
    width:314px;
    margin:72px auto 0px auto;
    height: 255px;
  }


  .white-content {
    padding:100px 0px;
    background: white;
    color: #333333;

  }

  h1 {
    color: #333333;
    text-transform: uppercase;
    font-size: 19pt;
    margin-bottom: 10px;
  }

  h2 {
    font-family: 'Satisfy';
    color: #ff9d03;
    margin-bottom: 20px;
  }

  p {
    color: #666666;
    line-height: 1.5;
    font-size: 10pt;
  }

  #left {
    margin-bottom: 20px;
  }

  #left img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
  }

  #right {
    width:90%;
    margin:0px 0px 20px 5%;
  }

  #right h1, #right h2 {
    text-align: center;
  }

  .sparks-right p{
    text-align: center;
  }

  #grid {
    width:100%;
    text-align: center;
  }

  .grid-left {
    /*height: 360px;*/
  }

  .grid-left img, .grid-right img {
    display: block;
    margin:0 auto;
    width:100%;
    max-width: 550px;
    height: auto;
  }

  .grid-right {
    /*height: 360px;*/
  }

  .orange-bg {
    background: #ff9d03;
  }
  
  .service-container {
    width:90%;
    max-width: 380px;
    margin: 0 auto;
  }

  .service {
    float: left;
    text-align: center;
    width:43%;
    max-width: 150px;
    padding:15px 15px 0px 15px;
  }

  .service img {
    display: block;
    width: 38px;
    height: 43px;
    margin:0 auto 5px auto;
  }

  .service h3 {
    text-transform: uppercase;
    font-size: 12pt;
    color: #333333;
    margin-bottom: 10px;
  }

  .service p {
    color: #666666;
    line-height: 1.4;
    font-size: 8pt;
  }

  .red-bg {
    background: #ee383a;
    color: black !important;
    text-align: center;
  }

  .red-bg h2 {
    font-family: 'Satisfy';
    color: white !important;
    font-size: 24pt;
    margin-bottom: 20px;
    padding-top: 46px;
  }

  .grid-container {
    width:70%;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  #footer {
    background:#181818;
    padding:60px 0px 40px;
    text-align: center;
  }

  .footer-container {
    width:90%;
    margin:0 auto;
  }

  .footer-col {
    width:60%;
    margin:0px auto 20px;
  }

  .footer-logo {
    width:114px;
    height: 47px;
    margin: 0 auto 30px;
    display: block;
  }

  .footer-col h3 {
    color: white;
    font-size: 11pt;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  #footer a, #sub-footer a {
    color: #b2b2b2;
  }

  #footer a:hover, #sub-footer a:hover {
    color: white;
    text-decoration: none;
  }

  #sub-footer {
    background:#181818;
    color: #666666;
    border-top: solid 1px #292929;
    text-align: center;
    font-size: 9pt;
    padding:10px 0px;
  }

  .menu-half h2 {
    margin-top: 20px;
    margin-left: 0px !important;
  }

  .about-us {
    margin: 0px auto 20px;
    width:90%;
    max-width: 500px;
    height: auto;
  }


  input[type="text"], input[type="email"], select {
    display: block;
    margin-bottom: 10px;
    padding:8px;
    font-size: 12pt;
    font-family: 'Raleway';
    color: #333333;
    border-radius: 2px;
    border: solid 1px #cdcdcd;
    width:240px;
  }

  input[type="submit"] {
    padding:10px 20px;
    text-align: center;
    background: #333333;
    color: white;
    border: none;
    font-size: 14pt;
    font-family: 'Raleway';
    cursor: pointer;
  }


  .location-container {
    margin:40px auto 0px;
    width:90%;
    padding-bottom:20px;
  }

  .location {
    width:233px;
    margin:20px auto;
    text-align: center;
    color: white;
    font-size: 10pt;
  }

  .location img {
    display: block;
    margin-bottom: 20px;
    width:100%;
    height: auto;
  }

  .location-title {
    display: block;
    margin-bottom: 10px;
    font-size: 12pt;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
  }

  
}