/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

#z_header{
  position: fixed;
  z-index: 999 !important;
  top: 20px;
  background: transparent;
}
#menu{
  position: fixed;
  z-index: 999 !important;
  top: 20px;
  background: transparent;
}
h1 {
  display: block;
  text-transform: none !important;
  font-size: 75px;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
}
h2 {
  display: block;
  text-transform: none !important;
  font-size: 50px;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
}

.avia-heading-row{
  display: none;
}
.menu_item{
  margin-right:25px;
}


#logo_home_holder{
  position:fixed;
  z-index: 999 !important;
  top: 150px;
  background-color: transparent;
}

#logo_home_holder_m{
  position:fixed;
  z-index: 999 !important;
  top: 150px;
  background-color: transparent;
}

#section_title {
  font-size:70px;
  
}

#section_title p{
  margin:0px !important;
  line-height: 1.2;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  h1 {
    display: block;
    text-transform: none !important;
    font-size: 50px;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-left: 0;
    margin-right: 0;
    font-weight: normal;
  }
  h2 {
    display: block;
    text-transform: none !important;
    font-size: 30px;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-left: 0;
    margin-right: 0;
    font-weight: normal;
  }
}