@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NovecentoWideBold';
    url('../fonts/BebasNeue-webfont.woff'): normal;
    font-style: normal;
}

/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

input {
    border: 1px solid #b0b0b0;
    padding: 3px 5px 4px;
    color: #979797;
    width: 190px;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'BebasNeueRegular';
    color: #ba0337 !important;
    font-weight: 500;
    line-height: 0.9em;
    text-transform: uppercase;
}

h1 {
    font-size: 6em;
    margin-bottom: 1em;
}

h2 {
    font-size: 3.8em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 2.7em;
}

h4 {
    font-size: 1.8em;
}

h5,
h6 {
    font-size: 1.5em;
}

h5 {
    font-weight: 600;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

/* General Demo Style */
body {
    background: #fff;
    font-weight: 400;
    font-size: 1em;
    color: #111;
    overflow-y: scroll;
    overflow-x: hidden;
}

p {
    font-family: 'Andada', serif;
    font-size: 1.4em;
    margin-bottom: 1em;
}

.ie7 body {
    overflow: hidden;
}

a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
}

.intro {
    text-align: left;
    margin: 0px;
    padding: 0px;
    max-width: 100% !important;
}

.clr {
    clear: both;
}

.intro > header {
    padding: 0;
    margin: 0px;
    position: relative;
    text-align: right;
    z-index: 100;
}

.intro > header h1 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 5em;
    line-height: 6em;
    position: relative;
    font-weight: 400;
    color: #eef;
    padding: 0px 0px 5px 0px;
}

.intro > header h2,
 {
    font-size: 16px;
    font-style: italic;
    color: #f8f8f8;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.intro  p {
    font-family: 'Andada';
    font-size: 1.2em ;
    color: #333;
}

footer a:link {
    font-size: 0.7em;
    color: #aaa !important;
}

footer a:hover {
    font-size: 0.7em;
    color: #fea !important;
}

/* Media Queries */
@media screen and (max-width: 767px) {
    .intro > header {
        text-align: center;
    }

    .navbar img {
        max-width: 220px;
    }
}

.navbar-nav {
    font-family: 'NovecentoWideBold',sans-serif;
    text-align: center;
    margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
    .navbar-nav {
        border-color: white;
        text-align: center;
    }
}

/* Dropdown menu background color*/
.navbar-nav > li > .dropdown-menu {
    background-color: rgba(0,0,0,0.4);
}

/* Dropdown menu font color*/
.navbar-nav > li > .dropdown-menu a {
    color: #eee;
}

/* Dropdown menu font color*/
.navbar-nav > li > .dropdown-menu a:hover {
    color: #eee;
    background-color: #ba0337;
}

.form-container {
    margin-top: 100px;
}

.hidden {
    display: none;
    margin-bottom: 200px;
}