/* Import Font Awesome CSS */
@import url("font-awesome.css");

@font-face {
    font-family: 'breezthin';
    src: url('../fonts/breezthin-webfont.eot');
    src: url('../fonts/breezthin-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/breezthin-webfont.html') format('woff2'),
         url('../fonts/breezthin-webfont.woff') format('woff'),
         url('../fonts/breezthin-webfont.ttf') format('truetype'),
         url('../fonts/breezthin-webfont.svg#breezthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'breezregular';
    src: url('../fonts/breezregular-webfont.eot');
    src: url('../fonts/breezregular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/breezregular-webfont.html') format('woff2'),
         url('../fonts/breezregular-webfont.woff') format('woff'),
         url('../fonts/breezregular-webfont.ttf') format('truetype'),
         url('../fonts/breezregular-webfont.svg#breezregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'breezlight';
    src: url('../fonts/breezlight-webfont.eot');
    src: url('../fonts/breezlight-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/breezlight-webfont.html') format('woff2'),
         url('../fonts/breezlight-webfont.woff') format('woff'),
         url('../fonts/breezlight-webfont.ttf') format('truetype'),
         url('../fonts/breezlight-webfont.svg#breezlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
Colors
--------------
Grey:   #595754
Purple: #731473

*/


body {
    color:#595754;
    font-family: 'Breezlight',Verdana, Geneva, sans-serif;
    font-kerning: normal;
}
.container{
    padding-top: 20px;
    padding-left: 50px;
}
.page-header
{

  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: transparent;
}

#logo{
  margin-left: -25px;

}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}


h1, h2, h3, h4, h5
{
  color: #731473;
  font-weight: normal;
  font-family: "Breezregular";
}


h2
{
  color: #731473;
  font-weight: normal;
  font-size: 145%;
  margin-bottom: 0.5em;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

p
{
  margin-top: 0px;
  padding-top: 0px;
  font-size: 130%;
  line-height: 1.3em;
  width: 90%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 100%;
  font-size: 130%;
  line-height: 1.4em;
}

A
{
  text-decoration-line: none;
  text-decoration-style: solid;
  color: #707070;
  cursor: pointer;
}


A:link
{
}


A:hover
{
  text-decoration-line: underline;
  text-decoration-style: solid;
}

a:hover
{
  color: #ec75ab;
  text-decoration-line: underline;
  text-decoration-style: solid;
}


ul li a
{
  color: #731473;
  font-size: 110%;
  line-height: 1.25em;
}

.selectie li a{
    font-size: 147%;
      line-height: 1.25em;
}
.selectie li {
    color: #731473;
    margin-top: 1em;

}


/* -------------------------------------------------------------------------------------*/
@media only screen and (max-device-width: 480px){
.container{
    padding-top: 5px;
    padding-left: 30px;
}

#logo{
  margin-left: -25px;

}
}




