/* 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 */

@font-face {
  font-family: 'Cubano';
  src: url('../fonts/Cubano-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cubano';
  src:  url('../fonts/Cubano-Regular.woff') format('woff'), url('../fonts/Cubano-Regular.ttf')  format('truetype'), url('../fonts/Cubano-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Helvetica Neue Light',Helvetica,Arial,sans-serif;
    font-size: 16px;
}

.main_color {
    background-size: cover;
}

h1, h2, h3 {
    font-family: 'Brothers', Impact, sans-serif;
    color: #991e20;
}

.logo {
    padding: 5px;
}

#header_main {
    height: 105px;
}

.main_menu {
    font-family: 'Cubano', Impact, sans-serif;
    width: 95vw;
}

.social_bookmarks {
    position: fixed !important;
    top: 50px !important;
    right: 50px !important;
}

#avia {
    position: fixed;
    right: 200px;
}

.avia-menu-text {
    font-size: 18px;
    padding: 5px;
    text-shadow: 0px 0px 10px #000;
}

body div .avia-button {
    font-family: 'Brothers', Impact, sans-serif;
    font-size: 16px !important;
    text-transform: uppercase;
    border-radius: 25px !important;
    padding: 15px 40px;
}

#footer {
    font-size: 13px;
    line-height: 16px;
}


/*
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 */

}