* {
  margin:0px;
  padding:0px;
}

body {
  font-family: "Roboto", sans-serif;
  color:black;
  background-image:url('../images/body-bg2.jpg');
  background-size: 100% auto;
  background-position: left bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

p, h1, h2, h3 {
  margin-bottom: 20px;
}


@media (min-width: 1100px) {

  .container {
    width: 1100px;
    margin:0 auto;
    text-align: center;
  }


  .show-details {
    background: #2c2c2c;
    color: white;
    text-size:18pt;
    padding:40px;
    width:1000px;
    margin:40px auto;
    line-height: 2;
    font-size: 18pt;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .left {
    float:left;
    width:50%;
  }

  .right {
    float:right;
    width:510px;
    padding:40px 20px 0px;
    font-size: 18pt;
  }


  .locations {
    margin:40px auto;
    width:1000px;
  }

  .location {
    float: left;
    width:298px;
    margin:0 16.5px;
    border:solid 1px #c7203e;
    text-align: center;
    padding:40px 0px;
    background: #e9e9e9;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .spacer {
    float: left;
    width:298px;
    margin:0 16.5px;
  }

  .location-link {
    text-decoration:none;
    color:black;
  }

  .location-link:hover {
    color:white;
  }

  .state-farm {
    background-image:url('../images/state-farm.png');
    background-size: cover;
    background-position: top center;
  }

  .htss {
    background-image:url('../images/htss.png');
    background-size: cover;
    background-position: top center;
  }

  .maax-factory {
    background-image:url('../images/maax-factory.png');
    background-size: cover;
    background-position: top center;
  }




}

.phone-button {
    display: block;
    width:150px;
    background: #c7203e;
    color: white;
    padding:20px 40px;
    text-align: center;
    margin:20px auto;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }


/* Contact Form styling */
.contact-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-input input[type="text"], .form-input textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fff;
}

.message-input textarea {
    height: 150px;
    resize: vertical;
    font-family: inherit;
}

#submit {
    background-color: #C71F3D;
    color: white;
    padding: 14px 20px;
    margin-top: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

#submit:hover {
    background-color: #C71F3D;
}

input::placeholder, textarea::placeholder {
    color: #999;
    font-size: 14px;
}

.form-input {
    margin-bottom: 16px;
}
/* End Contact Form Styling */


@media screen and (max-width : 1099px){
  
  .container {
    width:100%;
    text-align: center;
  }

  .container img {
    width:90%;
    max-width:300px;
    margin:0 auto;
  } 

  .show-details {
    background: #2c2c2c;
    color: white;
    text-size:18pt;
    padding:40px;
    margin:40px auto;
    line-height: 2;
    font-size: 14pt;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .left {
     margin-bottom: 20px;
  }

  .right {
    margin-bottom: 20px;
    font-size: 14pt;
  }

  .locations {
    margin:40px auto;
  }

  .location {
    width:80%;
    margin:20px auto;
    border:solid 1px #c7203e;
    text-align: center;
    padding:20px 0px;
    background: #e9e9e9;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  }

  .location-link {
    text-decoration:none;
    color:black;
  }

  .location-link:hover {
    color:white;
  }


  .state-farm {
    background-image:url('../images/state-farm.png');
    background-size: cover;
    background-position: top center;
  }

  .htss {
    background-image:url('../images/htss.png');
    background-size: cover;
    background-position: top center;
  }

  .maax-factory {
    background-image:url('../images/maax-factory.png');
    background-size: cover;
    background-position: top center;
  }

  
}