body {
    background-color: #616161;
    background-image: url("../images/desert_road.jpg");
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 1.0);
    
    margin: 0;
}

iframe {
    width: 8.75cm;
    height: 7.5cm;
    border: none;
}

address {
    margin-left: 0.25cm;
}

h4 {
    text-decoration: underline;
    margin-left: 0.25cm;
}

.store_num {
    margin-left: 0.15cm;
}

.text {
    color: rgba(0, 255, 255, 1.0);
}

.header {
    padding: 15px;
}

.map_but {
    width: 3.5cm;
    height: 0.85cm;
    font-size: 0.9em;
    background-color: Transparent;
    background-repeat:no-repeat;
    overflow: hidden;
    border: 1px solid #9E9E9E;
    cursor: pointer;
    color: #FAFAFA;
    margin-left: 0.15cm;
}

.map_but:hover {
    color: #80DEEA;
    border: 1px solid #B2EBF2;
}

* {
  box-sizing: border-box;
}
.menu {
  float: left;
  width: 16%;
  background-color: #333;
  opacity: 0.6;
  border-radius: 0px 5px 5px 0px;
}
.menuitem {
  padding: 8px;
  margin-top: 7px;
  border-bottom: 1px solid #f1f1f1;
  color: rgba(255, 255, 255, 1);
}

.main {
    width: 50%;
    height: 70%;
    margin-top: 5px;
    background-color: #333;
    opacity: 0.9;
    border-radius: 0px 8px 8px 0px;
}

.main-contact {
    width: 100%;
    max-height: 100%;
    margin-top: 5px;
    background-color: #333;
    opacity: 0.9;
    border-radius: 0px 8px 8px 0px;
}

.mainTwo {
    width: 55vh;
    height: 90vh;
    margin-top: 5px;
    background-color: #333;
    opacity: 0.9;
    border-radius: 0px 8px 8px 0px;
}

@media only screen and (max-width:800px) {
  /* For tablets: */
  .main {
    width: 80%;
    padding: 0;
  }
  .right {
    width: 100%;
  }
}
@media only screen and (max-width:500px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}

.div-footer-bar {
    background-color: #333;
    float: left;
    width: 100vw;
    height: .51cm;
    position: fixed;
    z-index: 2;
    bottom: 0;
    opacity: 0.9;
}

.ul-footer {
    margin:0;
    padding:0;
    overflow:hidden;
}

.footer {
    list-style-type:none;
    text-align: center;
    color: white;
}

/* Hyperlink Design */

a:link {
    text-decoration: none;
    color: #ECEFF1;
}

a:visited {
    text-decoration: none;
    color: #ECEFF1;
}

a:hover {
    text-decoration: none;
    color: #FFEB3B;
}

/* New Driver Information */
.shadow {
    border: solid 1px black;
    height: auto;
    width: 80%;
    margin: auto;
    background: rgba(207,210,225,0.8);
    color: black;
}

.content {
    margin: 0;
}

.do_not_bold {
    display: block;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    color: rgba(242,255,0,0.8);
    -webkit-text-stroke: 2px black;
}

.macro_title {
    text-align: center;
    font-size: 2.5em;
    color: rgba(245,62,25,0.45);
    -webkit-text-stroke: 1px black;
}

.macro_content {
    display: block;
    margin: auto 2em;
    font-size: 1.25em;
    
}

hr {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.DC3_Overhead_View_img {
    text-align: center;
}

.hook_rollers_text {
    text-align: center;
    font-size: 1.3em;
}

img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90%;
    margin: 20px auto;
}

