/* site2.css - modified for use in my cool practice website. */

/*-----Page-----*/

header {
  position: fixed;
  white-space: nowrap;
  max-width: 1371px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  font-family: Times, Arial, sans-serif;
  font-size: 18px;
  height: 125px; 
}

body {
  font-family: Times, Arial, serif;
  font-size: 16px;
  background-color: #333;
}

html, body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #058B0E;
  font-weight: bold;
}
.titlebar {
  position: relative;

}
.titlebar a {
  color: white;
  text-shadow: 2px 2px black;
}

.container {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  background-image: url("../pics/salvageYard.png");
  
  }

/*-----Banner-----*/

.titlebar {
  background-color: #B10A06;
  background: linear-gradient(to right, #05393B, #B10A06, #B10A06, #B10A06, #B10A06); /* Standard syntax (must be last) */
  border-bottom: ridge 3px #05393B;
  text-align: left;
  color: white;
  margin-top: 0;
  padding-top: 2px;
  padding-bottom: 15px;
  white-space: nowrap;
  text-overflow: clip;
  box-shadow: 0px 4px 5px black;
  z-index: 1;
}

.titlebar h1 {
  font-size: 20px;
}

.titleLg {
  font-size: 40px;
  font-weight: bold;
  margin-left: 80px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  letter-spacing: 3px;
}

.titlebar img {
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 200px;
  margin-top: 10px;
  margin-left: 10px;
  z-index: 20;
}

.titlebar h1 {
  margin-top: 0;
  margin-bottom: 2px;
  display: inline-block;
}

/*-----Navigation Bar------*/

#mainNavBar {
  float: right;
  box-shadow: 5px 4px 5px black;
  z-index: 2;
}

#mainNavBar ul {
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    background-color: #05393B;
    height: 25px;
    border-radius: 7px 0 0 7px;
}

#mainNavBar li {
  float: right;
  display: inline-block;
  font-size: 16px;
  height: 25px;
  padding-right: 10px;
}

#mainNavBar li a {
    color: white;
    text-align: center;
    padding: 3px 16px;
    text-decoration: none;
}


li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #058B0E;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 2px;
    padding: 5px;
    background-color: #05393B;
    text-align: right;
    min-width: 106px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
    box-shadow: 5px 4px 5px black;
}


/*Wrapper*/

#wrapper {
  width: 97%;
  max-width: 1370px;
  margin-top: 80px;
  white-space: nowrap;
}


/*Left Display*/

#left {
  display: inline-block;
  border: ridge 3px darkgray;
  border-radius: 5px;
  margin: 5px 5px 5px 5px;
  padding: 5px;
  width: 20%;
  height: 100%;
  min-height: 700px;
  background: rgba(255,255,255,0.5);
  white-space: normal;
}

.bordered-image {
  border: solid 1px #05393B;
  border-radius: 2px;
  display: inline-block;
}

.default {
  color: gray;
  font-style: italic;
}

.simple-form {
  padding: 7px;
  width: 93%;
  display: inline-block;
  vertical-align: top;
  background: rgba(110,165,6,0.5);
  position: static;
  margin-bottom: 3px;
  margin-top: 50px;
}

.simple-form label {
  font-weight: bold;
}

.simple-form input[type=text] {
  width: 165px;
}

.simple-form input[type=submit] {
  width: 80% !important;
  margin-left: 10% !important;
}

.sectionBox {
  border: solid 1px darkgray;
  border-radius: 5px;
  background-color: #05393B;
  color: white;
  text-align: center;
  padding: 2px 0;
  cursor: pointer; cursor: hand;
}

.optionBox {
  background: rgba(255,255,255,0.5);
  display: none;
}

.imgBG, .vidBG {
  background: rgba(110,165,6,0.5);
  border: solid 5px #05393B;
  margin-top: 50px;
  width: 90%;
  margin-left: 2.5%
}

.vidBG {
  margin-top: 25px;
  min-height: 500px;
}

.imgBG img {
  width: 50%;
  margin-left: 25%;
  padding: 25px 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 50px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 10px;
  left: 10%;
  width: 80%;
  height: 80%;
  border: solid 1px white;
}

.vidBG h1 {
  text-align: center;
  color: white;
  text-shadow: 2px 2px black
}

.vidBG h4 {
  text-align: center;
  padding: 0 15px;
  color: white;
  text-shadow: 1px 1px black
}

/*-----Center Dispaly-----*/

#center {
  display: inline-block;
  border: ridge 3px darkgray;
  vertical-align: top;
  width: 80%;
  min-height: 800px;
  padding: 5px;
  background: rgba(255,255,255,0.7);
}

#section {
  width: 95%;
  margin: 20px;
  border: solid 1px white;
  background: rgba(110,165,6,0.5);
  border-radius: 5px;
}

#section h1 a {
  color: white;
  text-shadow: 2px 2px black;
}

#center div h1 {
  margin: 10px;
  text-align: center;
  color: white;
  text-shadow: 2px 2px black;
}

#content {
  background-color: white;
  width: 97%;
  margin: auto;
  margin-bottom: 10px;
  white-space: normal;
  padding: 5px;
  font-size: 16px;
  background-color: rgba(255,255,255,0.7);
}

#content span {
  font-weight: bold;
  font-size: 20px;
}

#ltextCol {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}

#content img {
  display: inline-block;
  width: 30%;
  min-width: 100px;
  margin: 5px;
}

#contentL {
  display: inline-block;
  background-color: white;
  width: 45%;
  margin-left: 2%;
  margin-bottom: 5px;
  white-space: normal;
  padding: 2px;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  border-radius: 5px;  
  background-color: rgba(255,255,255,0.7);
}

#contentR {
  display: inline-block;
  background-color: white;
  width: 45%;
  margin-left: 2%;
  margin-bottom: 5px;
  white-space: normal;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.7);
}

#cautionContent {
  display: inline-block;
  background-color: rgba(255,255,0,0.5);
  border: solid 1px white;
  width: 45%;
  margin-left: 2%;
  margin-bottom: 5px;
  white-space: normal;
  padding: 5px;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  border-radius: 5px;
}


#warningContent {
  display: inline-block;
  background-color: rgba(255,0,0,0.5);  
  border: solid 1px white;
  width: 45%;
  margin-left: 2%;
  margin-bottom: 5px;
  white-space: normal;
  padding: 5px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
}

#rowMap {
  width: 70% !important;
  margin-left: 15% !important;
}

#contact_form, #order-form {
  margin: 10px;
  border-radius: 5px;
}
.contact-form {
  padding: 7px;
  width: 93%;
  display: inline-block;
  vertical-align: top;
  background: rgba(110,165,6,0.5);
  position: static;
  text-align: left;
  font-weight: bold;
  margin: 0 5px;
}

.contact-form .input {
  width: 98%;  
  background-color: rgba(255,255,255,0.8);
}

#submit-button {
  margin: auto;
  margin-top: 10px;
  width: 50%;
  padding: 5px 0;
  background-color: #05393B;
  color: white;
}

#submit-button:hover {
  background-color: #058B0E;
}

.infoBox {
  display: none;
  padding: 0 10px;
}

.examplePic { 
  width: 60% !important;
  border: inset 3px white;
}

/*Footer*/
footer {
  position: fixed;
  white-space: nowrap;
  max-width: 1371px;
  left: 0;
  right: 0;
  bottom: 0;
  padding:5px;
  margin: auto;
  background-color: #05393B;
  color: white;
}
