.contact_labels{
  float: right;
  font-weight: 700;
}

#googleMapsIframe{
  width: 100%;
  height: 250px;
}

#about_text{
  text-align: center;
}

.about_image{
  /*filter: grayscale(100%);*/
}

#main-carousel{
  width:100%;
  margin: 0 auto;
  margin-top: 2%;
  max-height: 650px;
  overflow: hidden;
  height: 300px;
}

.item img{
  /*max-height: 650px;*/
  width: auto;
}

.carousel-control.left, .carousel-control.right{
  background-image: none;
}

.about_image:hover{
  filter: grayscale(0%);
}

footer{
  width: 100%;
}

footer p{
  text-align: center;
  font-weight: bold;
}

.Remove_Padding{
  padding: 0px;
}

.Error{
  color: red;
}

.Border{
  border-style: solid;
  border-color: lightblue;
  border-radius: 25px;
  border-width: 2px;
}

#Index_Page{
  margin-top: 2%;
}

#Index_Image{
  width:20%;
}

.navbar-default{
  background-color: #c4e0f9;
  border-color: #c4e0f9;
}

.navbar-toggle:hover{
  background-color: white;
}

.navbar-toggle{
  background-color: white;
  padding: 20px;
  border-radius: 15px;
}

#Cookie_Policy_Div{
  bottom: 0;
  background-color: #ffeea2;
  text-align: center;
  width: 100%;
}

#Cookie_Policy_Okay{
  width: 100px;
}


.Message_Day {
    width: 100%;
    font-size: 1.5em;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    animation: Message_Day 30s linear infinite;
}

.Message_Day:hover {
    animation-play-state: paused
}

#RentalTCs_Document{
  text-align: center;
}

#Login_Div h1{
  margin-top: 0;
}

#Login_Div, #Change_Password_Div{
 width: 20%;
 padding: 2%;
 padding-top: 3%;
 padding-bottom: 3%;
 margin-top: 10%;
 border-radius: 25px;
}

.Login_Input, #User_Login_Button{
  width: 100%;
}

#Change_Password_Div{
  width: 30%;
}

#Footer_By_Text{
  text-align: right;
}

@keyframes Message_Day {
    0%   { text-indent: 100% }
    100% { text-indent: -1800px }
}

@media (max-width:1700px){
  #Login_Div{
    width: 25%;
  }
}


@media (max-width:1300px){
  #nav{
    width:100%;
  }
  #Login_Div{
    width: 30%;
  }
}

@media (max-width:1200px){
  #navItem a, .dropdown{
    font-size: 1.5em;
  }

  .dropdown a:link {
    font-size: 1.1em;
  }
}

@media (max-width:1100px){
  #Login_Div{
    width: 35%;
  }
}

@media (max-width:1000px){
  #Login_Div{
    width: 40%;
  }
}

@media (max-width:990px){

  .ham_menu ul li{
  }

  #logo_image{
    display:none;
  }

  #nav{
    padding-left: 0;
    width: 100%;
    display:block;
    text-align: center;
    /*text-align: center;*/
  }

  #navItem{
    margin-left: 1%;
  }

  .container{
    width: 100%;
  }

  #main-carousel{
    width: 100%;
  }

  #Footer, #Footer_By_Text {
    text-align: center;
  }

  #main-carousel{
    display: none;
  }

  #Index_Image{
    width: 10%;
  }

  #Index_Page_Docs{
    text-align: center;
  }

  #Login_Div{
    width: 40%;
  }

}

@media (max-width:840px){
  /* #Cookie_Policy_Div{
    height: 100px;
  } */
}

@media (min-width:768px){
  .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0; // remove the gap so it doesn't close
   }

   #Ham_Nav{
     display: none;
   }
}

@media (max-width:767px){
  .contact_form_labels, .contact_labels{
      float: none;
      text-align: center;
  }
  .contact_form_input{
    margin: 0 auto;
  }
  .contact_text_holder p{
    text-align: center;
    /*text-align: right;*/
  }

  .Main_Header{
    display: none !important;
  }
}

@media (max-width:700px){

  .Message_Day {
      animation: Message_Day 20s linear infinite;
  }

  #header_items{
    width: 100%;
  }

  #Header_Title{
    font-size: 3em;
  }

  #Header_Caption{
    font-size: 1.7em;
  }

  #Login_Div{
    width: 50%;
  }
}

@media (max-width:590px){
  #Header_Title{
    font-size: 2.5em;
  }

  #Header_Caption{
    font-size: 1.3em;
  }
}

@media (max-width:500px){
  #Header_Title{
    font-size: 2.1em;
  }

  .Message_Day {
      animation: Message_Day 15s linear infinite;
  }

  #Login_Div{
    width: 80%;
  }
}

@media (max-width:430px){
  #Header_Title{
    font-size: 1.8em;
  }
}

@media (max-width:370px){
  #Header_Title{
    font-size: 1.5em;
  }
}

@media (max-width:330px){
  .contact_form_input, input, select, textarea{
      width: 200px;
  }

  .Message_Day {
      animation: Message_Day 10s linear infinite;
  }
}

@media (max-width:310px){
  #Header_Title{
    font-size: 1.3em;
  }

  #Header_Caption{
    font-size: 1em;
  }

  /* #Cookie_Policy_Div{
    height: 120px;
  } */
}
