/* Main CSS for LV.Net */

html,body{
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Times New Roman", Times, serif;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  background-color: darkblue;
  color: white;
}

a:active {
  text-decoration: none;
}

img {
  border: 0px solid #e0e0eb; 
  padding-left: 5px;
  padding-right: 5px;
}

label {
  display: inline-block;
  width: 150px;
}

.nav {
	margin: 5px;
}

.mapouter {
	position:relative;
	text-align:right;
	height:500px;
	width:100%;
}

.gmap_canvas {
	overflow:hidden;
	background:none!important;
}

/* Dropdown Button */
  .dropbtn {
    background-color: #00f;
    color: white;
    padding: 16px 32px;
    font-size: 16px;
    text-align: center;
    border: none;
    margin: 4px 4px;
    border-radius: 6px;
  }
  .dropbtn2 {
    background-color: #f00;
    color: white;
    padding: 16px;
    font-size: 16px;
    text-align: center;
    border: none;
    margin: 4px 4px;
    border-radius: 6px;
  }
/* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }

/* The container <div> - needed to position the dropdown content */
  .dropdown2 {
    position: relative;
    display: block;
  }
/* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

/* Links inside the dropdown */
  .dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

/* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #00a;
  }

/* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

/* Hover Color of the Button */
  .dropdown:hover .dropbtn {
    background-color: darkblue;
  }


.light {
  background-color: Gainsboro;
}

.dark {
  background-color: LightGray;
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.heada{
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  background: linear-gradient(to bottom, #0AA3E1 0%, #0677A4 100%);
  color: white;
  display: block;
  text-decoration: none;
  border-radius: 7px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.headb{
  margin: 0;
  text-align: left;
  padding: 5px 15px 5px 15px;
  background-color: rgba(0,0,0,0.7);
  color: white;
  text-decoration: none;
  border-radius: 0px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}

.headc{
  margin: 0;
  text-align: center;
  padding: 5px 15px 5px 15px;
  background: linear-gradient(to bottom, #ff0000 0%, #660000 100%);
  color: white;
  display: block;
  text-decoration: none;
  border-radius: 7px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

headc:hover {
  background: linear-gradient(to bottom, #660033 0%, #ff0000 100%);
}

.mainMenu>li{
  display: inline-block;
  margin-left: 0px;
}

li:hover>a{
  color: white;
  cursor: pointer;
}

.subMenu{
  position: absolute;
  display: none;
}

.subMenu li{
  border-top: 1px solid #575F6A;
  border-bottom: 1px solid #6B727C;
  position: relative;
}

.mainMenu>li:hover .subMenu{
  display: block;
}

.SuperSubMenu{
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translate(100%,0);
  -webkit-transform: translate(100%,0);
  transform:translate(100%,0);
  display: none;
}

.subMenu li:hover>.SuperSubMenu{
  display: block;
}

.button {
  border-radius: 6px;
  background-color: rgba(f,f,f,1.0);
}

.page-button {
  float:right; 
  width: 300px; 
  font-size: 125%; 
  font-family: Arial, Helvetica, sans-serif; 
  color: white; 
  border-radius: 7px; padding: 0 10px 0 10px; 
  background: linear-gradient(to bottom, #0AA3E1 0%, #0677A4 100%);
}

.lg-button {
  font-size: 175%; 
  font-family: Arial, Helvetica, sans-serif; 
  color: white;
  font-weight: bold;
  border-radius: 7px;
  padding: 10px 25px;
  background: linear-gradient(to bottom, #0AA3E1 0%, #0677A4 100%);
  align-self: center;
}


.red-button {
  font-size: 125%; 
  font-family: Arial, Helvetica, sans-serif; 
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 25px; 
  background: linear-gradient(to bottom, #ff0000 0%, #660000 100%);
}

.clean {
  background: white;
  color: black;
  text-align: center;
}

.row {
  overflow: hidden;
}

.row [class*="col-"]{
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.icon {
  border: 1px;
  width: 100px;
  position: left;
  float: left;
  padding: 5px;
  margin: 3px;
}

/* Figure classes*/
figcaption {  
  text-align: center;
}

.fig-link { 
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
  background-color: transparent;
}

.fig-link:hover {
  background-color: white;
  cursor: pointer;
}

.d-link { 
  display: flex;
  justify-content: flex-end;
}

.fig-button { 
  display: inline-flex;
  font-weight: bold;
  background-color: #fbb417;
  border-radius: 10px;
  text-align: center;
}

.frame {  
  background-color: #d7d7d7;
  margin: auto;
  padding: 3px 10px 3ps 5px;
  border: 1px solid black;
}

.figcap {
  text-align: center; 
  font-family: Arial, Helvetica, sans-serif; 
  color: white; 
  background-color: #0AA3E1; 
  width: 300px; 
  line-height: 2em; 
  padding: 10px;
}

/* Dropdown Button */
.dropbtn {
  background-color: #00f;
  color: white;
  padding: 16px 32px;
  font-size: 16px;
  text-align: center;
  border: none;
  margin: 4px 4px;
  border-radius: 6px;
}

.dropbtn2 {
  background-color: #f00;
  color: white;
  padding: 16px;
  font-size: 16px;
  text-align: center;
  border: none;
  margin: 4px 4px;
  border-radius: 6px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
  position: relative;
  display: block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #00a;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Hover Color of th Button */
.dropdown:hover .dropbtn {background-color: #000}
  body {
  height: 2000px;
  margin: 0;
}

.header {
  color: #F0F0FF;
  background-color: rgba(255,255,255,1);
  position: fixed;
  height: 210px;
  width: 100%;
  text-align: center;
  z-index: 1000;
}

/* Carousel Control */
.carousel-item {
  height: 300px;
}
.carousel-item img {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 300px;
  z-index: -1;
}

/* Video Control */
.wrapper {
  margin: 0;
  width: 100;
}
video {
  width: 100%;
  height: auto;
}


/* PC-Tab control*/

.pc-tab > input,
.pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block;
}

*, *:after, *:before {
  box-sizing: border-box;
}

.pc-tab {
  width: 100%;
  margin: 0 auto;
}

.pc-tab ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pc-tab ul li label {
  float: left;
  padding: 15px 25px;
  border: 1px solid #ddd;
  border-width: 100%;
}

.pc-tab ul li label:hover {
  background-color: #ccc;
}

.pc-tab ul li label:active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.pc-tab ul li: not(:last-child) label {
  border-right-width: 0;
}

.pc-tab section {
  clear: both;
}

.pc-tab section div {
  /* padding: 20px; */
  width: 100%;
  background-color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  color: #444;
}

.pc-tab section div h2 {
  margin: 0;
  letter-spacing: 1px;
  color: #34495e;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label {
  background-color: #fff;
  color: #111;
  position: relative;
}

#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #ff;
  left: 0;
  bottom: -1px;
}

/* Accordian Container */

.acc-container {
  width: 80%;
  max-width: 600px;
  background-color: #ddd;
  margin: 50px auto;
}

button.accordion {
  width: 100%;
  background-color: #ddd;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button.accordion:after {
  content: '\f055';
  font-family: "fontawesome";
  font-size: 14px;
  float: right;
}

button.accordion.is-open:after {
  content: '\f056';
}

button.accordion:hover, button.accordion.is-open {
  background-color: #ddd;
}

.accordion-content {
  background-color: #ddd;
  padding: 0 50px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

/* Submit Cancel Buttons */

.submit-button {
  width: 12em;
  background-color: #e2f1f8;
  border-radius: 3px;
}

.cancel-button {
  width: 12em;
  background-color: #e2f1f8;
}

/* piscture stacking */

#img-container { overflow: hidden; }
#floated-imgs { float: right; padding-bottom: 3px; }
#floated-imgs img {display: block; padding: 5px; border: 1px solid #e0e0eb;}
.short-br {
    display: block;
    margin-bottom: 7px;
    font-size:7px;
    line-height: 7px;
}

/* Body Containers */

.b1-container {  
  display: grid;
  grid-template-columns: 10% 80% 10%;
  grid-template-rows: auto;
  grid-gap: 3px;
  padding: 10px;
}

.b1-container > div {  
  padding: 20px 0;
}

.b2-container {  
  display: grid;
  grid-template-columns: 10% 40% 40% 10%;
  grid-template-rows: auto;
  grid-gap: 3px;
}

.b2-container > div {  
}

.b22-container {  
  display: grid;
  grid-template-columns: 20% 60%;
  grid-template-rows: auto;
  grid-gap: 1px;
}

.b22-container > div {
  font-size: 85%;
}

.b3-container {  
  display: grid;
  grid-template-columns: 10% 50% 30% 10%;
  grid-template-rows: auto;
  grid-gap: 3px;
  padding: 10px;
}

.b3-container > div {  
  padding: 20px 0;
}

.b32-container {  
  display: grid;
  grid-template-columns: 10% 25% 50% 10%;
  grid-template-rows: auto;
  grid-gap: 3px;
  padding: 10px;
}

.b32-container > div {  
  background-color: rgba(255, 255, 255, 0.8);
}

.b32-head {
  grid-column: 2 / span 2;
}

.b32-foot {
  grid-column-start: span 4; 
}

.b3-button {  
  display: grid;
  grid-template-columns: repeat(3 auto);
  grid-template-rows: auto;
  grid-gap: 3px;
  padding: 10px;
}

.b3-button > div {  
  padding: 20px 0;
}

.b33-container {  
  display: grid;
  grid-template-columns: 10% 40% 30% 10%;
  grid-template-rows: auto;
  grid-gap: 3px;
  padding: 10px;
}

.b33-container > div {  
  padding: 20px 0;
}

.b4-container {
  display: inline-grid;
  grid-template-columns: 10% 45% 5% 30% 10%;
  grid-template-rows: auto;
  grid-gap: 10px;
  padding: 10px;
}

.b4-container > div {
  text-align: left;
}

.b5-container { 
  display: grid;
  grid-template-columns: 10% repeat(5, 15%) 10%;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
  padding: 10px;
}

.b5-container > div { 
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
}

/* Form Container */
.form-container {
  display: grid;
  grid-template-columns: 30% 5% auto;
}
.form-item {
  padding: 1px;
}