/* 
    Document   : Millcab
    Created on : June 13, 2025, 1:10:24 PM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/


ul#menu li a#AboutLink {
  color: #e5c915;
  }

#ICRATopPhoto {
  float: right;
  }
#ScaffoldTop {
  float: left;
  }

ul.BBul li {
  color: #158f98;
  margin: 0 0 .3125em 20px;
  list-style-type: disc;
  }
ul.BBul li span {
  color: #000;
  }

ul.ThreeCol {
  list-style-type: disc;
  margin: 10px 0 20px 20px;
  }
ul.ThreeCol li {
  float: left;
  width: 30%;
  margin: 0 3% 2px 0;
  }

.TopWide {
  clear: both;
  }
.TopWide p {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 10px 0;
  }

.WideImage {
  clear: both;
  background: #000;
  margin: 30px 0;
  position: relative;
  }
.WideImage img {
  display: block;
  margin: 0 auto;
  border: 0;
  }
.WideImage h1 {
  font-size: 3.5em;
  line-height: 1.25em;
  position: absolute;
  top: 40%;
  left: 5%;
  width: 90%;
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  letter-spacing: .1em;
  }

.ContentFirst {
  float: right;
  width: 72%; /* 780px / 1200px */
  }
.ContentFirst ul {
  list-style-type: disc;
  margin: 0 0 10px 0;
  }
.ContentFirst ul li {
  margin: 0 0 5px 20px;
  }

.PhotoSecond {
  float: left;
  width: 25%; /* 390px / 1200px */
  }
.PhotoSecond img {
  display: block;
  margin: 0 auto;
  border: 0;
  border-radius: 20px;
  }

.ContentSecond {
  float: right;
  width: 65%; /* 780px / 1200px */
  }

.PhotoFirst {
  float: left;
  width: 32.5%; /* 390px / 1200px */
  }
.PhotoFirst img {
  display: block;
  margin: 0 auto;
  border: 0;
  border-radius: 20px;
  }

.BigList {
  background: #158f98;
  padding: 1px 0;
  }
.BigList h2 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 50px 9% 10px 3%;
  }
.BigList ul {
  background: #158f98;
  margin: 20px 3% 50px 3%;
  }
.BigList ul li {
  float: left;
  background: #d2e8e7;
  width: 26%;
  font-size: 18px;
  color: #105878;
  font-weight: 400;
  margin: 0 1% 10px 0;
  padding: 5px 2%;
  border-radius: 10px;
  border-left: 5px solid #105878;
  border-right: 5px solid #105878;
  }
.BigList ul li:nth-child(3n+3) {
  margin: 0 0 10px 0;
  }

.BrochBottom {
  background: #000 url(../images/MCBack.jpg) no-repeat center top;
  clear: both;
  margin: 0;
  padding: 100px 20px 150px 20px;
  }
.BBimage {
  float: right;
  width: 36%; /* 465px / 1200px */
  border-radius: 20px;
  overflow: hidden;
  max-width: 465px;
  }
.BBimage img {
  display: block;
  border: 0;
  }
.BBtext {
  float: left;
  color: #fff;
  width: 50%;
  margin: 0;
  }
.BBtext ul {
  list-style-type: disc;
  margin: 10px 0 20px 20px;
  }
.BBtext li {
  margin: 0 0 5px 0;
  }
.BrochBottom p {
  margin: 20px 0;
  line-height: 28px;
  }

#CallOutR {
  background: #d2e8e7;
  margin: 0;
  padding: 25px 0;
  }
#CallOutR div {
  margin: 0 0 0 10%;
  float: left;
  width: 50%;
  }
#CallOutR p {
  margin: 10px 0;
  font-weight: 400;
  text-align: center;
  }
#CallOutR a {
  float: left;
  background: #ff4053;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin: 10px 10% 0 5%;
  padding: 10px 30px;
  border-radius: 10px;
  }
#CallOutR a:hover {
  background: #105878;
  }

@media screen and (max-width: 1320px) {
#MainPhoto h1 {
  bottom: 30px;
  left: 5%;
  }
}
@media screen and (max-width: 1260px) {
.BigList ul li {
  width: 43%;
  }
.BigList ul li:nth-child(3n+3) {
  margin: 0 1% 10px 0;
  }
.BigList ul li:nth-child(even) {
  margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 1120px) {
.BrochBottom {
  padding: 75px 20px 100px 20px;
  }
}
@media screen and (max-width: 950px) {
.BBtext {
  float: none;
  width: 95%;
  margin: 0 auto;
  }
.BBimage {
  float: none;
  width: 95%;
  margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
#MainPhoto h1 {
  font-size: 30px;
  line-height: 30px;
  }
.WideImage h1 {
  font-size: 36px;
  top: 40%;
  }
}
@media screen and (max-width: 800px) {
.ContentFirst {
  float: none;
  width: 100%;
  }
.PhotoSecond {
  float: none;
  width: 100%;
  }
.ContentSecond {
  float: none;
  width: 100%;
  }
.PhotoFirst {
  float: none;
  width: 100%;
  }
ul.ThreeCol li {
  width: 45%;
  margin: 0 5% 10px 0;
  }
}
@media screen and (max-width: 730px) {
.BigList ul li {
  float: none;
  width: 93%;
  margin: 0 0 10px 0;
  }
#CallOutR div {
  margin: 0 10%;
  float: none;
  width: 80%;
  }
#CallOutR a {
  float: none;
  display: block;
  margin: 10px 10%;
  }
}
@media screen and (max-width: 600px) {
.BrochBottom {
  padding: 20px 0;
  }
ul.ThreeCol li {
  float: none;
  width: 100%;
  margin: 0 0 10px 0;
  }
#ICRATopPhoto {
  float: none;
  width: 100%;
  }
#ScaffoldTop {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 505px) {
#MainPhoto h1 {
  font-size: 24px;  
  line-height: 26px;
  }
#MainPhoto h1 span {
  display: inline;
  }
}
