@font-face { 
    font-family: 'Dineot';
    src: url("./fonts/DINWeb.eot"); 
}
@font-face { 
    font-family: 'Dinmediumeot';
    src: url("./fonts/DINWeb-Medium.eot"); 
}
@font-face { 
    font-family: 'Dinboldeot';
    src: url("./fonts/DINWeb-Bold.eot"); 
}


/*  Fonts Mozilla, Chrome, Opera, Safari */
@font-face {
    font-family: Dinwoff;
    src:  url("./fonts/DINWeb.woff");
}
@font-face {
    font-family: Dinmediumwoff;
    src:  url("./fonts/DINWeb-Medium.woff");
}
@font-face {
    font-family: Dinboldwoff;
    src:  url("./fonts/DINWeb-Bold.woff");
}


/* TYPOGRAPHY
-------------------------------------------------- */

h1 {

}

h2 {
    color: #3C4757;
    font-size: 37px;
    font-family: Dinwoff, Dineot;
}

h3 {
    color: #3C4757;
    font-size: 28px;
    font-family: Dinwoff, Dineot;
}

h4 {

}

p {
    font-family: Dinwoff, Dineot;
  font-size: 16px;
}

.pcutext {
    font-family: Dinwoff, Dineot;
    font-size: 16px;
}




label {
    font-family: Dinwoff, Dineot;
    font-size: 12px;
}


/* INPUT
-------------------------------------------------- */

input[type=text], input[type=password] { 
    height: 40px;	
    width: 225px;	
    border: 1px solid #3C4757;	
    opacity: 0.5;	
    border-radius: 5px;

}

input[type=text]:focus, input[type=password]:focus {

    height: 40px;	
    width: 225px;	
    border: 1px solid #000000;	
    opacity:0.5;	
    border-radius: 5px;
} 

input[type=text]:hover, input[type=password]:hover {

    height: 40px;	
    width: 225px;	
    border: 1px solid #000000;	
    opacity: 0.5;	
    border-radius: 5px;
} 




/* BUTTONS
-------------------------------------------------- */

.btn {
    font-family: Dinmediumwoff, Dinmediumeot;
    padding: 12px 20px 10px 20px;
    border: none;
}

.btn-dark {
    font-family: Dinmediumwoff, Dinmediumeot;
    background-color: #3C4757;
}

.btn-dark:hover {
    font-family: Dinmediumwoff, Dinmediumeot;
    background-color: #3A4452;
    border: 0;
}

.btn-red {
    font-family: Dinmediumwoff, Dinmediumeot;
    background-color: #A42B2F;
}

.btn-red:hover {
    font-family: Dinmediumwoff, Dinmediumeot;
    background-color: #763032;
    border: 0;
}




/* NAVIGATION
-------------------------------------------------- */

#navigation {
    height: 100px;
    position: relative;
    z-index: 2;
}

.logo {
    width: 145px;
    height: 145px;
    float: left;
}

.slogan {
    margin-top: 40px;
    padding-left: 170px;
}

.slogan-red {
    color: #A42B2F;
    font-family: Dinmediumwoff, Dinmediumeot;
}

.btn-nav {
    margin-left: 20px;
    margin-top: 30px;
}


.subhead {
    font-family: Dinwoff, Dineot;
    color: #3C4757;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}


