
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
line-height: 1.40;
text-align:justify;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
line-height: 1.1;
}

h1,
h2,
h3 {
margin-top:24px;
margin-bottom:12px;
}

h4,
h5,
h6 {
margin-top:12px;
margin-bottom:12px;
}

h1,
.h1 {
font-size:42px;
font-weight: 800;
}

h2,
.h2 {
font-size:34px;
}

h3,
.h3 {
font-size:28px;
}

h4,
.h4 {
font-size:24px;
}

h5,
.h5 {
font-size:17px;
}

h6,
.h6 {
font-size:15px;
}

.container {
max-width: 98%;
}

.navbar a {
font-size: 18px;
font-weight: 600;
text-transform: none !important;
}

.dropdown-menu > li > a {
font-size: 15px;
font-weight: 500;
}

?>