body {
    background: black;
    line-height: 1.0em;
    color: white;
    font-family:  roboto, Tahoma, Geneva, sans-serif;
    margin: auto;
    line-height: 1.3;
    padding: 10px;
    font-size: 17px;
    }

.navigate_text {
    font-family:  Courier, serif;
    font-size: 20px;
    line-height: 1.0em;

}

.navigatepage_text {
    font-family:  Courier, serif;
    font-size: 18px;
    line-height: 1.0em;
}

a {
  color: #66BC70;
  text-decoration: none;
}

a:visited {
    color: #66BC70;
}

a:hover {
    color: #FFD700;
}


    
@media (min-width: 640px) {
    body {
        width: 60%;
    }
}
    
@media (max-width: 640px) {
    body {
        width: 90%;
        }
}
div {

    color: white;
}

input[type=text]:disabled {
  background: #B2B2B2;
}

input[type=text_sm]:disabled{
    background: #B2B2B2;
}

input[type=text_md]:disabled{
    background: #B2B2B2;
}
    
input[type=text], select {
    width: 99%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

input[type=text_sm], select {
    width: 30%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

input[type=text_md], select {
    width: 68%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

input[type=text_address], select {
    width: 99%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

input[type=file], select {
    width: 99%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

input[type=submit] {
    width: 99%;
    background-color: #fff;
    color: black;
    padding: 14px 20px;
    margin: 8px 0;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    font-family:  Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: 200;
}

input[type=submit_geo] {
    width: 30%;
    background-color: #fff;
    color: black;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    font-family:  Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: 200;
}

label { 
    display: table-cell;
    font-size: 16px;
    width: 99%; 
}
select {
    width: 99%; 
}

.select_font_boost {
    font-size:16px;
}
    
input[type=submit]:hover {
    background-color: #006600;
}
    
.img_div { 
    width:auto; 
    text-align:center; 
    padding:2px; 
    }  

.img_photo { 
    width:100%; 
    padding-bottom:2px;
    max-width:100%; 
    height:auto;
    }

.image_list { 
    width: 46%;  
    line-height: 18pt;
    display: inline-block;
    margin: 5px;
    min-height: 200px;
    vertical-align: top;
    border: 1px solid black; 
    }  

.image_list img:hover { 
    outline: 2px solid #66BC70; 
    }

.image_resize {
    width: 98%;
    object-fit: contain;
    border-radius: 5px;
    }

.image_list_trick { 
    width: 100%;  
    line-height: 18pt;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    }  
.image_resize_trick {
    width:100%; 
    display: inline-block;
    vertical-align: top;
    object-fit: contain;
    border-radius: 5px;
    }

.paypal_bullshit {
    font-size:11pt;
    }

#map {
  height: 100%;
}

#floating-panel {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: 'Roboto','sans-serif';
  line-height: 30px;
  padding-left: 10px;
}


hr {
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #000;
}
/* Gradient transparent - color - transparent */

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0.5));
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}