/*
Theme Name: Chiron Aviation Consultants
Theme URI: http://chironaviationconsultants.com.au
Author: Techno Phobia
Author URI: http://techno.com.au
Description: Customized template for Chiron Aviation Consultants
Version: 1.0

*/

/* #### Generated By: http://www.cufonfonts.com #### */


body{
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
}


.container{
  margin: 0 auto;
  width: 940px;
  height: inherit;
  padding: 0;
}


#top{
      background: rgba(0,0,0,0.8);
  border-top: 3px solid #199ad0;
  height: 50px;
  width: 100%;
}



.logo{
  width: 50%;
  height: inherit;
  display:  inline-block;
  vertical-align: top;
}

.logo h1 a{
  color: #FFF;
  text-decoration: none;
}


.logo h1{
  font-family: 'Oswald', sans-serif;
  color: #FFF;
  padding: 0;
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  top: 5px;
}

.menu-container{
  width: 49%;
  height: inherit;
  display: inline-block;
  text-align: right;
}

.menu-container ul{
  padding: 0;
  position: relative;
  top: -4px;
}

.menu-container li{
  list-style: none;
  display: inline;
  padding: 15px;
}

.menu-container li a{
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px;
}

.menu-container li a:hover{
  background-color: #199ad0;
  padding: 15px;
}

.slider{
  background-image: url('images/2343088.jpg');
  height: 900px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.slider_text{
  top: 200px;
  position: relative;
}

.slider_text h1{
  margin: 0;
  font-size: 50px;
}

.footer{
  background-color: #222121;
  height: 70px;
  width: 100%;
  text-align: center;
}

.footer p{
  color: #FFF;
  margin: 0;
  position: relative;
  top: 15px;
  font-size: 14px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.banner{
  background-image: url('images/logo.png');
  height: 400px; 
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover; 
}


.page{
  background-image: url('images/body-bg.png');
  min-height: 500px;
  height: inherit;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}


h1{
  margin: 0;
}

.page ul{
  margin: 0;
}

.contact table{
  width: 100%;
}


.contact input[type="text"] {
    width: 100%;
    height: 30px;
}

.contact textarea {
    width: 100%;
    height: 130px;
}

.contact input[type="submit"] {
  height: 30px;
  width: 30%;
}

.contact-details{
  width: 49%;
  height: inherit;
  display: inline-block;
  vertical-align: top;
}

.contact-form{
  width: 50%;
  height: inherit;
  display: inline-block;
  vertical-align: top;
}