h1, h2{
  text-align: center;
}

#Header_Title{
  font-size: 2.5em;
  font-family: 'Lobster', cursive;
  color: white;
}

#Header_Caption, #pages_list h2{
  font-size: 2em;
  font-family: 'Pacifico', cursive;
  color: white;
}


*{
  font-family: 'Montserrat', sans-serif;
}

.Text_Center{
  text-align: center;
}

.container{
  margin-top: 2%;
}

html{
    min-height:100%;
    position:relative;
}


body{
  background: white;
}

input, select, textarea {
    background: white;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    color: #666;
    outline: none;
    height:25px;
    margin-bottom: 5px;
}

.contact_form_input, input, select, textarea{
  width: 300px;
}

textarea{
  height:150px;
}

.navbar-default{
  background-color: #121682;
  border-color: #121682;
}

#Header_Title{
  float: right;
}

#Footer, #Header, #pages_list, #group_list{
  background-color: #121682;
}

#Footer, #Header, .container{
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#Footer{
  padding: 1%;
  margin-top: 0%;
}

#Footer p{
  color: white;
}

#Footer a{
  color: #c9c7c7;
}

/*#header_background_div*/
#Header {
  padding-top: 1%;
  margin-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

#header_background_div{
  position: fixed;
  left: 0;
  right: 0;
  z-index: -10;
  overflow: hidden;
  max-width: 2200px;
  margin: 0 auto;
}

#header_background_image {
  margin-top: -70px;
  filter: grayscale(70%);
  max-width: 2200px;
}

#header_item_holder{
  margin-top: 1%;
  background-color: white;
  width:100%;
}

#header_items{
  width:65%;
  margin: 0 auto;
}

#logo_image{
  width:100%;
  display:inline-block;
}

#nav{
  margin-top: 1%;
  padding-left: 0;
  width: 100%;
  text-align: center;
  display:inline-block;
  /*text-align: center;*/
}

#nav #navItem, #nav .dropdown{
  display: inline;
}

#navItem, .dropdown{
  /*margin-right: 1%;*/
}

#navItem a:link, .dropdown a:link {
    text-decoration: none;
    text-align: center;
}

#navItem a:visited, .dropdown a:visited {
    text-decoration: none;
}

#navItem a:hover, .dropdown a:hover {
    text-decoration: none;
    color: #428bca;
}

#navItem a:active, .dropdown a:active {
    text-decoration: none;
}

#navItem a, .dropdown-toggle{
  font-size: 1.9em;
  color: white;
  font-family: 'Inder', sans-serif;
}

/*.dropdown a{
  color: black;
}*/

#navItem, .dropdown{
  margin-left: 3%;
}

.container{
  background-color: white;
  margin: 0 auto;
}

.row{
  width: 100%;
  margin: 0 auto;
}

.MainContent{
  width: 100%;
  padding-bottom: 1%;
}

.Small_Buttons{
 margin: 0 auto;
 width: 150px;
}

.Document_Image{
  width: 5%;
}

.Document_Image_SharedDocs{
  width: 50%;
}

.Document_Image_Text{
  font-size: 2em;
}

#Document_Image_Text_Index{
  font-size: 1.3em;
}

.Main_Pages_List{
  color: white;
}

.Message_Day{
  color: white;
}

#GarageServicesIFrame{
  margin: 0 auto;
  width: 480px;
}

#VehicleRentalIFrame{
  margin: 0 auto;
  width: 545px;
}

@media (max-width:530px){
  #GarageServicesIFrame, .frame-area{
    width: 100%;
  }
}

@media (max-width:380px){
  .frame-area{
    height: 350px;
  }
}

@media (max-width:330px){
    #Footer_By_Text p{
      font-size: 12px;
    }

}

@media (max-width:320px){
  #Header_Title {
    font-size: 1.9em;
    float: none;
  }

  .frame-area{
    height: 400px;
  }

}

@media (max-width:300px){
    #Footer_By_Text p{
      font-size: 11px;
    }

}
