/*********************** GENERALS *************************/


body, .font-weight-medium, input, select, textarea {
    font-family: "Open Sans";
}

.text-center {text-align:center;}

.underline, .declarations a, a.more, li a, a.back {text-decoration:underline;}

.uppercase, .btn {text-transform:uppercase;}

b, .bold, .btn, h2, .line.head {
    font-weight:bold;
}

.txt-center {text-align:center;}
.txt-right  {text-align:right;}


/*********************** FONT-SIZE CLASSES *************************/

html  {
    font-size:4.875vw;
}

* {line-height:1.15em;}

.font-normal {
    font-size:1rem;
}

h2, .font-title {
	font-size: 1.6rem;
}

.small, li a {
    font-size:0.8em;
}



@media screen and (min-width:768px), screen and (min-width:550px) and (orientation: landscape) {
    html  {
        font-size:2vw;
    }

}

@media screen and (min-width:940px){
    html  {
        font-size:14px;
    }
}

