@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Black.eot');
    src: url('Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('Avenir-Black.woff2') format('woff2'),
        url('Avenir-Black.woff') format('woff'),
        url('Avenir-Black.ttf') format('truetype'),
        url('Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Roman.eot');
    src: url('Avenir-Roman.eot?#iefix') format('embedded-opentype'),
        url('Avenir-Roman.woff2') format('woff2'),
        url('Avenir-Roman.woff') format('woff'),
        url('Avenir-Roman.ttf') format('truetype'),
        url('Avenir-Roman.svg#Avenir-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body {
	font-size:16px;
	font-size:62.5%;
}

body{
    font-family: 'Avenir', 'Verdana',Arial;
    font-size:1.2rem;
    background-color:#EDEDED;
    color:#333;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

h3{
    font-size:2rem;
}

h4{
    font-size:1.8rem;   
}

.btn{
     padding:0.5rem 4rem;
     font-size:1.6rem;
     border-radius: 10rem;
}

.btn-primary{
    background-color:#144E8B !important;
    border:0; 
}

input.input-tri{
    background-color: #F1F1F2;
    border: 2px solid #144E8B;
    border-radius: 10rem;
    text-align: center;
    padding: 1rem;
    font-size: 1.6rem;
}

/* ADMIN */
/* NAVBAR */
.bg-blue{
    background: #223872 !important;
    border-bottom: 1px solid #FFF;  
}

.navbar-light .navbar-nav .nav-link{
    color:#FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color:#DA251C;
    background-color: #FFF;
    border-radius: 10px;
}