@import "reset.css";
@import "360.css";
@import "768.css";

@media screen and (min-width: 1000px) {
  body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: white;
  }

  div.container {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    background: white;
  }

  div.wrapper {
    width: 1200px;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: left;
  }

  img.logo {
    float: left;
    margin: 50px 0px 0px 50px;
  }

  div.menu {
    float: right;
    margin: 125px 50px 0px 0px;
    text-align: left;
  }

  div.menu a {
    font-family: georgia, trebuchet ms, arial, sans-serif;
    color: black;
    font-size: 19pt;
    text-decoration: none;
    padding: 0px 10px;
    text-transform: uppercase;
  }

  div.menu a:hover,
  div.menu a.current {
    color: #9a1b38;
  }

  div.banner {
    width: 1200px;
    height: 300px;
    float: left;
    margin: 50px 0px 0px 0px;
  }

  div.banner img {
    float: left;
  }

  div.gray-section {
    width: 100%;
    float: left;
    text-align: center;
    background: #cccccc;
    height: 140px;
  }

  div.bottom-details {
    display: table-cell;
    width: 400px;
    height: 140px;
    text-align: center;
    vertical-align: middle;
    color: black;
    font-size: 14pt;
    color: black;
    font-family: georgia, trebuchet ms, arial, sans-serif;
    line-height: 25px;
  }

  div.bottom-details span {
    font-size: 11pt;
    font-style: italic;
  }

  div.bottom-details a {
    color: black;
    font-size: 14pt;
    color: black;
    font-family: georgia, trebuchet ms, arial, sans-serif;
  }

  div.bottom-details a:hover {
    color: #9a1b38;
  }

  div.text-field {
    background: #ebebeb;
    width: 1000px;
    padding: 50px;
    float: left;
    margin: 50px 0px 0px 50px;
  }

  div.text-field h1 {
    width: 100%;
    float: left;
    height: 35px;
    width: 100%;
    text-align: left;
    font-size: 19pt;
    font-family: georgia, trebuchet ms, arial, sans-serif;
    color: #9a1b38;
    line-height: 5px;
    text-transform: uppercase;
  }

  div.text-field p {
    width: 100%;
    float: left;
    font-size: 18pt;
    font-family: georgia, trebuchet ms, arial, sans-serif;
    color: black;
    text-align: justify;
    line-height: 36px;
  }

  div.text-field ul {
    margin-left: 20px;
    padding-left: 20px;
    list-style: disc;
    font-size: 18pt;
    font-family: georgia, trebuchet ms, arial, sans-serif;
    color: black;
    line-height: 36px;
    float: left;
  }

  .contact {
    text-align: center !important;
  }

  div.map {
    width: 100%;
    float: left;
    margin: 50px 0px 0px 0px;
    height: 350px;
  }
}

@media (min-height: 500px) {
    div.fixed-bottom-section {
        bottom: 0;
    }
}

.gray-section {
    border-top: 10px solid #9a1b38;
    margin-top: 40px;
}