@font-face {
    font-family: 'font-bold';
    src: url('../fonts/font-bold.woff2') format('woff2'),
         url('../fonts/font-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'font-light';
    src: url('../fonts/font-light.woff2') format('woff2'),
         url('../fonts/font-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

h1, h2, h3, h4, h5, h6{
    font-family: 'Spectral';
    margin: 0px 0px 5px 0px;
    display: block;
    padding: 0px;}

h2, h3, h4, h5, h6{}

h1{
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 2.3em;}

h2{
    font-weight: 700;
    font-size: 1.7em;
    text-transform:none;
    letter-spacing: 0em;}

h3{
    font-weight: 700;
    font-size: 1.65em;}

h4{
    font-weight: 700;
    margin-top: 10px; 
    margin-bottom: 5px;
    font-size: 1.45em;}

h5{
    font-weight: 700;
    font-size: 1.25em;}

h6{
    font-weight: 700;
    font-size: 1em;}

a{
    color: #58c3b4;
}

a:hover{
    color: #df591a;
    text-decoration: underline;}

a:active, a:focus{
    color: #FFF;
    text-decoration: none;}

p{
    font-family: 'font-light';
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.70em;
    margin-bottom: 20px;}

 P + ul{
    margin-bottom: 35px;}

ul{
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 15px 0px}

ul li{
    font-weight: 300;
    font-size: 1.1em;
}

.oranje{color:#ED4F20;}
.turquoise{color:#58C3B4;}
.margin-bottom-0{margin-bottom:0px;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-15{margin-bottom:15px;}
.bold{font-weight: 700;}
.italic{font-style: italic;}
