* {
  margin : 0;
  padding : 0;
  font-family : sans-serif;
  font-size : 1em;
}

html, body {
  background-color : #eeeeee;
}

a {
  font-size : 1em;
}

img {
  border-width : 0;
}

h1 {
  font-size : 1.6em;
}

h2 {
  font-size : 1em;
}

p {
  font-size : 0.875em;
}

h1 {
  margin-top : 25px;
  margin-left : 90px;
  margin-bottom : 10px;
}

h2.formhead {
  margin-top : 20px;
}

div.houder {
  width : 100%;
  margin : auto;
  margin-bottom : 20px;
  background-color : #ffffff;
  box-shadow : 0 0 24px #888 ;
//  border-radius : 10px;
}

div.header {
  clear : both;
  height : 100px;
  border-width : 0 0 3px;
  border-color : #58595b;
  border-style : solid;
  background-color : #42145f;
//  background-image : url('/img/headback.png');
}

div.headimg {
  float : left;
  height : 100px;
}

div.logout {
  float : right;
  margin-top : 10px;
  margin-right : 10px;
  text-decoration : none;
  color : #ffffff;
}

div.logout a {
  color : #ffffff;
}

div.menu {
  clear : right;
  float : right;
  margin-right : 10px;
  margin-top : 28px;
  border-width : 0;
  border-color : white #58595b white white;
  border-style : solid;
  overflow : visible;
}

div.menu li {
  list-style-type : none;
  line-height : 1.3em;
  display : inline;
  padding-left : 5px;
  padding-right : 3px;
  border-width : 0 0 0 2px;
  border-color : #58595b;
  border-style : solid;
}

div.menu a:link {
  text-decoration : none;
  color : #ffffff;
}

div.menu a:visited {
  text-decoration : none;
  color : #ffffff;
}

div.menu a:hover {
  text-decoration : underline;
  color : #d9dbe1;
}

/* column container */
.colmask {
  position:relative;              /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear:both;
  float:left;
  width:100%;                     /* width of whole page */
  overflow:hidden;        /* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
  background:#d9dbe1;
}
.leftmenu .colright {
  float:left;
  width:200%;
  position:relative;
  left:220px;
  background:#fff;
}
.leftmenu .mainwrap {
  float:right;
  width:50%;
  position:relative;
  right:220px;
  padding-bottom:1em;
}
.leftmenu .main {
  margin:0 15px 0 235px;
  position:relative;
  right:100%;
  overflow:hidden;
  min-height:800px;
}
.leftmenu .scripts {
  float:left;
  width:190px;
  position:relative;
  right:205px;
  overflow:visible;
  min-height:800px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* 3 column settings */
.threecol {
    background:#eeeeee;    	/* Right column background colour */
}
.threecol .colmid {
  float:left;
  width:200%;
  margin-left:-350px; 	/* Width of right column */
  position:relative;
  right:100%;
  background:#fff;    	/* Centre column background colour */
}
.threecol .colleft {
  float:left;
  width:100%;
  margin-left:-50%;
  position:relative;
  left:570px;         	/* Left column width + right column width */
  background:#d9dbe1;    	/* Left column background colour */
}
.threecol .mainwrap {
  float:left;
  width:50%;
  position:relative;
  right:220px;        	/* Width of left column */
  padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.threecol .main {
  margin:10px 0 0 235px;     	/* Centre column side padding: Left padding = left column width + centre column left padding width Right padding = right column width + centre column right padding width */
  position:relative;
  left:200%;
  overflow:hidden;
  min-height:800px;
}
.threecol .scripts {
  float:left;
  float:right;			/* This overrides the float:left above */
  width:190px;        	/* Width of left column content (left column width minus left and right padding) */
  position:relative;
  right:15px;         	/* Width of the left-had side padding on the left column */
  min-height:800px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.threecol .pagethumb {
  float:left;
  float:right;			/* This overrides the float:left above */
  width:320px;        	/* Width of right column content (right column width minus left and right padding) */
  height:180px;
  margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
  margin-top:10px;  	/* Width of right column right-hand padding + left column left and right padding */
  position:relative;
  left:50%;
}
.threecol .fixed {
  position: fixed;
}

div.scripts li {
  width : 180px;
  list-style-type : none;
  line-height : 1.3em;
  font-weight : bold;
  font-size:0.9em;
}

div.scripts a:link {
  text-decoration : none;
  color : #000000;
}

div.scripts a:visited {
  text-decoration : none;
  color : #000000;
}

div.scripts a:hover {
  text-decoration : underline;
  color : #000000;
}

div.scripts h2 {
  color : #000000;
}

ul.pagelist li {
  margin-left : 10px;
  font-weight : normal;
}

div.main p {
  margin-top : 3px;
}

li.littlepage {
  list-style-type : none;
  float : left;
  width : 200px;
  height : 120px;
  margin-left : 0;
  margin-right : 8px;
  margin-top : 10px;
  margin-bottom : 0;
  border-width : 1px 1px 1px 3px;
  border-style : solid;
  background-color : #ffffff;
//  border-radius : 5px;
}

.lpold {
  border-color : #dddddd #dddddd #dddddd #cc0000;
}

.lpold:hover {
  border-color : #58595b #58595b #58595b #cc0000;
}

.lpnow {
  border-color : #dddddd #dddddd #dddddd #00cc00;
}

.lpnow:hover {
  border-color : #58595b #58595b #58595b #00cc00;
}

.lpnew {
  border-color : #dddddd #dddddd #dddddd #0000cc;
}

.lpnew:hover {
  border-color : #58595b #58595b #58595b #0000cc;
}

div.mainhead {
  float : left;
  width : 100%;
  height : 70px;
  margin-left : 0;
  margin-right : 8px;
  margin-top : 10px;
  margin-bottom : 0;
  border-width : 2px;
  border-color : #ffffff #ffffff #58595b #ffffff;
  border-style : solid;
  background-color : #ffffff;
//  border-radius : 5px;
}

div.mainhead img {
  float : left;
  margin-left : 10px;
}

div.bericht {
  float : left;
  width : 700px;
  height : 55px;
  margin-left : 0;
  margin-right : 8px;
  margin-top : 10px;
  margin-bottom : 0;
  border-width : 2px;
  border-color : #dddddd #dddddd #dddddd #dddddd;
  border-style : solid;
  background-color : #dddddd;
  background-image : url('/img/Basic_set_Png/info_48.png');
  background-repeat : no-repeat;
  background-position : 10px 2px;
//  border-radius : 5px;
}

div.bericht p {
  color : #000000;
  font-weight : bold;
  margin-top : 20px;
  margin-left : 90px;
  margin-bottom : 10px;
}

div.foutje {
  float : left;
  width : 700px;
  height : 55px;
  margin-left : 0;
  margin-right : 8px;
  margin-top : 10px;
  margin-bottom : 0;
  border-width : 2px;
  border-color : #ffdddd #ffdddd #ffdddd #ffdddd;
  border-style : solid;
  background-color : #dddddd;
  background-image : url('/img/Basic_set_Png/warning_48.png');
  background-repeat : no-repeat;
  background-position : 10px 2px;
//  border-radius : 5px;
}

div.foutje p {
  color : #ff4444;
  font-weight : bold;
  margin-top : 20px;
  margin-left : 90px;
  margin-bottom : 10px;
}

li.littlepage img {
  float : left;
  width : 160px;
  height : 90px;
  border-width : 1px;
  border-color : #eeeeee;
  border-style : solid;
}

div.lpitem {
  float : left;
  width : 30px;
  height : 23px;
  margin-left : 8px;
  margin-right : 0;
  margin-top : 0;
  margin-bottom : 0;
}

li.littlepage img.lpimage {
  float : left;
  width : 16px;
  height : 16px;
  border-width : 0;
  border-color : black;
  border-style : solid;
}

div.lptitle p {
  margin-left : 5px;
  margin-top : 95px;
  overflow:hidden; 
  white-space:nowrap; 
  text-overflow:ellipsis; 
}

.clearit {
  clear : both;
}

div.blok {
  float : left;
  width : 33%;
  margin-top : 0px;
  padding-top : 5px;
  border-width : 3px 0 0;
  border-color : #58595b;
  border-style : solid;
}

div.blok p img {
  border : 0;
}

div.nieuws {
  width : 960px;
}

div.nieuws p {
  margin-left : 10px;
  font-weight : normal;
  font-family : sans-serif;
/*  font-size : 1.1em; */
/*  color : #58595b; */
}

div.nieuwsitem img {
  margin-top: 10px;
  margin-left: 15px;
  width: 220px;
  border: 1px solid #58595b;
}

div.nieuwsitem {
  float: left;
  width : 230px;
}

div.nieuwsitem p {
  font-weight : normal;
  font-family : sans-serif;
  font-size : 0.75em;
  font-style : italic;
  text-align: right;
  width: 220px;
}

div.helpdesk {
  float: left;
  margin-left: 15px;
  margin-bottom: 10px;
  width : 200px;
}

div.helpdesk img {
  width: 170px;
}

div.footer {
  clear : both;
}

#pgform table {
  width: 75%;
}

div.files table {
  border : 0 solid black;
  width : 690px;
}

th {
  font-weight : bold;
  color : #000000;
  background : #d3dce3;
}

td a:link {
  text-decoration : none;
  color : #000001;
}

td a:visited {
  text-decoration : none;
  color : #000001;
}

td a:hover {
  text-decoration : none;
  color : #000000;
}

div.files tr:hover {
  background : #eeeeee;
}

table tr.odd th, .odd {
  background : #e5e5e5;
}

table tr.even th, .even {
  background : #d5d5d5;
}

.button {
  border : 1px;
  border-color : #bbbbbb;
  border-style : solid;
  background : #eeeeee;
//  border-radius : 4px;
  font-family : sans-serif;
  font-size : 1em;
  padding : 2px;
  margin-right : 5px;
}

.button:hover {
  background : #dddddd;
  border-color : #dddddd;
}

label {
  border : 1px;
  border-color : #222222;
  border-style : none;
  background : #ffffff;
  font-family : sans-serif;
  font-size : 0.875em;
  margin-right : 10px;
}

input.text, input.effect, select.text {
  border : 1px;
  border-color : #222222;
  border-style : none;
  background : #eeeeee;
  font-family : sans-serif;
  font-size : 1em;
  padding : 2px;
  width : 250px;
}

textarea {
  width: 250px;
}

input.text:hover, input.effect:hover, input.filename:hover {
  background : #dddddd;
}

input.breed {
  width : 500px;
}

input.textnum {
  width : 30px;
}

input.textdate {
  width : 120px;
}

input.color {
  border : 1px;
  border-color : #eeeeee;
  border-style : solid;
  font-family : sans-serif;
  font-size : 1em;
  padding : 2px;
  width : 84px;
}

input.filename {
  border : 1px;
  border-color : #eeeeee;
  border-style : none;
  background : #eeeeee;
  font-family : sans-serif;
  font-size : 1em;
  padding : 2px;
  width : 250px;
}

.msel {
  position : fixed;
  z-index : 3;
  clear : both;
  left : 100px;
  top : 40px;
  border : 5px solid;
  border-color : #dddddd;
  background : #ffffff;
  width : 800px;
  height : 620px;
  overflow : auto;
  padding : 5px;
}

.boom {
  position : static;
  float : left;
  width : 500px;
  height : 600px;
  overflow : auto;
}

.mselimg {
  position : static;
  width : 250px;
  border : 2px solid;
  border-color : #58595b;
}

.mimgdiv {
  position : static;
  float : left;
  width : 250px;
}

.mbutdiv {
  position : static;
  float : left;
  padding : 3px;
}

#wherh .ui-selecting {
  background : #11ee11;
}

#wherh .ui-selected {
  background : #00ff00;
  color : white;
}

#wherh {
  list-style-type : none;
  margin : 0;
  padding : 0;
}

#wherh li {
  background : #ff0000;
  margin-right : 2px;
  margin-bottom : 2px;
  height : 19px;
  width : 9px;
  float : left;
}

#dagen {
  list-style-type : none;
  margin : 0;
  padding : 0;
}

#dagen li {
  background : #eeeeee;
  margin-right : 2px;
  margin-bottom : 2px;
  margin-left : 10px;
  height : 19px;
  width : 24px;
}

#uren {
  list-style-type : none;
  margin : 0;
  padding : 0;
}

#uren li {
  background : #eeeeee;
  margin-right : 1px;
  margin-bottom : 2px;
  height : 19px;
  width : 21px;
  float : left;
  text-align : center;
}

.floatdiv {
  float : left;
}

.wherhtd {
  width: 570px;
}

ul.fontselector, ul.divselector {
  background: white;
  border: 1px solid #ccc;
  border-top: 0;
  font-size: 14px;
  float: left; 
  list-style: none;
  margin: 0;
  padding:0;
  line-height: 1.2;
  z-index:    10;
  position:   absolute;
}
ul.divselector {
  font-size: 16px;
}
ul.fontselector li, ul.divselector li {
  margin:   0;
  padding:  0;
  list-style: none;
}
ul.fontselector a, ul.divselector a {
  display:    block;
  padding:    3px;
  color:      black;
  text-decoration: none;
}
ul.fontselector a:hover, ul.divselector a:hover {
  background: #ddd;
  cursor:     pointer;
}

.right {
  text-align : right;
}

.center {
  text-align : center;
}

.phover {
  border : 2px;
  border-color : #58595b;
  border-style : solid;
}

#imgsel {
  height: 360px;
}

#theimage {
  height: 100%;
}

.crop { 
  overflow:hidden; 
  white-space:nowrap; 
  text-overflow:ellipsis; 
  width:150px;
  float:left;
}

.crop2 {
  float: left;
}

.mik {
//  width: 170px;
  clear: both;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: sans-serif;
}
#cssmenu > ul > li {
  float: left;
  border-width : 0px 0px 0px 2px;
  border-color : #000000;
  border-style : solid;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 7px;
  font-size: 14px;
//  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
//  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #58595b;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  background: #ffffff;
  border-width : 1px 3px 0px 3px;
  border-color : #58595b;
  border-style : solid;
}
 #cssmenu ul ul li:first-child > a,
 #cssmenu ul ul li.first-item > a {
  border-width : 3px 3px 0px 3px;
  border-color : #58595b;
  border-style : solid;
 }
 #cssmenu ul ul li:last-child > a,
 #cssmenu ul ul li.last-item > a {
  border-width : 1px 3px 3px 3px;
  border-color : #58595b;
  border-style : solid;
 }
 #cssmenu ul ul li:only-child > a,
 #cssmenu ul ul li.only-item > a {
  border-width : 3px 3px 3px 3px;
  border-color : #58595b;
  border-style : solid;
 }
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #58595b;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

@font-face {
    font-family: Qhytsdakx;
    src: url('/css/Qhytsdakx.woff') format('woff'),
         url('/css/qhyts___.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Spinnaker;
    src: url('/css/Spinnaker.woff') format('woff'),
         url('/css/Spinnaker-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Bog Standard";
    src: url('/css/BogStandard.woff') format('woff'),
         url('/css/BOGSTAND.TTF') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Baroque Script';
    src: url('/css/BaroqueScript.woff') format('woff'),
         url('/css/BaroqueScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Accidental Presidency";
    src: url('/css/AccidentalPresidency.woff') format('woff'),
         url('/css/AccidentalPresidency.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('/css/SourceSansPro-Regular.woff') format('woff'),
         url('/css/SourceSansPro-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('/css/Montserrat-Light.woff') format('woff'),
         url('/css/Montserrat-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
