/* Fonts
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);*/

@import url(http://fonts.googleapis.com/css?family=Tangerine:400,700);
@import url(https://fonts.googleapis.com/css?family=Poiret+One);

@font-face {
    font-family: BlairMedium;
    src: url(../fonts/blaimim.ttf),
    url(../fonts/blaimim.otf),
    url(../fonts/blaimim.eot),
    url(../fonts/blaimim.svg);
}

@font-face {
    font-family: BlairLight;
    src: url(../fonts/blaiil_.ttf),
    url(../fonts/blaiil_.otf),
    url(../fonts/blaiil_.eot),
    url(../fonts/blaiil_.svg);
}

@font-face {
    font-family: BlairBold;
    src: url(../fonts/blaiib_.ttf),
    url(../fonts/blaiib_.otf),
    url(../fonts/blaiib_.eot),
    url(../fonts/blaiib_.svg);
}


html {
     background-color: #122937;
    height: 100%;
    /*background: url(../assets/images/bg.png) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    /*font-family: 'Lato', Calibri, Arial, sans-serif;*/
    /*font-family: BlairLight,'Segoe UI', Arial, sans-serif;*/
    background-color: #122937;
    font-family: 'Poiret One', 'Helvetica Neue', 'Helvetica';
    font-weight: 500;
    font-size: 18px;
    color: #EBCD85;
    /*background: url(../assets/images/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.imgLogo{
    padding-left:1px;
    cursor: pointer !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .imgLogo { max-width: 120px; }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .imgLogo { max-width: 200px; }
}



.navbar-default{
    background-color:transparent;
    border-color: transparent;
}

.navbar-header{
    margin-left: 20px !important;
}

.nav-pills>li>a {
    background-color:transparent !important;
}

.nav > li > a {
    position: relative;
    display: block;
    color:#EBCD85;
    font-size: 16px;
    font-weight: bold;
}

.navbar-nav>li>a:hover {
    background-color:transparent !important;
    text-decoration:underline;
}

.navbar-nav>li{
    background-color:transparent !important;
}

.nav > li > a {
    font-size: 24px;
}

.navbar-nav>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #EBCD85;
    text-decoration:underline;
    background-color:transparent !important;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.jumbotron p {
    font-size: 30px;
    text-align: justify;
}

.form-control {
    font-size: 20px;
}

.btn{
    font-size: 20px;
    font-weight: 600;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #EBCD85 !important;
}