@font-face {
    font-family: 'Verdana';
    src: url('index/Verdana.ttf') format('truetype')
}
html {
	margin: 0px;
	padding: 0px;
	background-color: #FFF0F1;
}
body {
    margin: 0px;
	padding: 0px;
}
*{
	transition:all 0.3s ease-in-out;
}

/* Buttons */
.outerbut {
    display: table;
    position: fixed;
    height: 60px;
    width: 100%;
    margin: 0px;
    padding: 0px;
	z-index: 1000;
}
.middlebut {
    display: table-cell;
    vertical-align: top;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
}
.innerbut {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0px;
}
a.btn {
	color: #700000;
	outline: none;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 1.5%;
	padding-left: 1.5%;
	padding-bottom: 5px;
	white-space: nowrap;
	background-color: rgba(255,255,255,0.70);
	border-radius: 5px;
}
a.btn:hover {
	padding-right: 4%;
	padding-left: 4%;
	letter-spacing: 5px;
	font-weight: bold;
	background-color: rgba(255,255,255,1.00);
}
a.btn_actueel_1 {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 1.5%;
	padding-left: 1.5%;
	padding-bottom: 5px;
	white-space: nowrap;
	background-color: #490000;
	border-radius: 5px;
}
a.btn_actueel_1:hover {
	background-color: #FF0000;
}
h3 {
    font-family: 'Verdana';
    text-align: center;
    line-height: 250%;
    margin-top: -10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    width: 100%;
    font-weight: normal;
}
@media screen and (max-width: 500px) {
h3 {
    font-size: 16px;
}
}

/* Title Buttons */
#contentbkn {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    text-align: center;
    clear: both;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
a.bkn {
    color: #3953FF;
    outline: none;
    text-decoration: none;
    padding-top: 0px;
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 0px;
    word-spacing: -4px;
    white-space: nowrap;
}
a.bkn:hover {
    color: #000CFF;
    text-decoration: underline;
}
#art2, #art3, #art4, #art5 {
    padding-top: 10%;
    outline: 0;
	border: none;
	-moz-outline-style: none;
}
#topbtn {
	font-family: 'Verdana';
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	text-align: center;
	line-height: 100%;
}
h1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: inline;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    line-height: 100%;
    font-family: 'Verdana';
    font-size: 50px;
    color: #D40000;
    letter-spacing: 1px;
    font-weight: lighter;
    text-transform: uppercase;
}
h2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: inline;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    line-height: 150%;
    font-family: 'Verdana';
    font-size: 20px;
    font-weight: normal;
}
@media screen and (max-width: 750px) {
h1 {
    font-size: 40px;
}
}
@media screen and (max-width: 500px) {
h1 {
    font-size: 35px;
	letter-spacing: 0px;
}
}
@media screen and (max-width: 375px) {
h1 {
    font-size: 30px;
}
#contentbkn {
    padding-bottom: 0px;
    padding-left: 0px;
}
}
@media screen and (max-width: 315px) {
h2 {
    font-size: 15px;
}
}

/* Content */
#contentwrap {
    width: 98%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 100px;
	max-width: 800px;
}
h4 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 14px;
    padding-bottom: 10px;
    line-height: 120%;
    font-family: 'Verdana';
    font-size: 25px;
    color: #000964;
    font-weight: bold;
    text-align: left;
}
h5 {
    font-family: 'Verdana';
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 14px;
    padding-bottom: 10px;
    color: #000964;
    font-size: 15px;
    text-align: center;
    line-height: 150%;
    font-weight: normal;
    word-spacing: -1px;
}
p {
    font-family: 'Verdana';
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 14px;
    padding-bottom: 0px;
    color: #000964;
    font-size: 15px;
    text-align: left;
    line-height: 150%;
    font-weight: normal;
}
#contenttitle {
    display: block;
    width: 100%;
    padding-top: 70px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    clear: both;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#content {
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-radius: 20px;
}
#contentvideo {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: auto;
	clear: both;
	float: none;
}
video {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	outline: 0px;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	border-radius: 20px;
}
img, fieldset {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	height: auto;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#contentimg {
    display: block;
    width: 100%;
    padding: 0px;
    text-align: center;
    clear: both;
    margin: 0px;
}
#contentimg p {
    font-family: 'Verdana';
    margin-top: -2px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 3%;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #3E3E3E;
    font-size: 10px;
    text-align: right;
    line-height: 100%;
    font-weight: normal;
}
@media screen and (max-width: 500px) {
h4 {
    font-size: 20px;
}
}
@media screen and (max-width: 350px) {
h4 {
    font-size: 17px;
}
p {
    font-size: 14px;
}
}	

/* FadeIn */
.box {
    width: 100%;
    margin: 0px;
	padding: 0px;
}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;  
}
.fade-in.one {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.fade-in.two {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.fade-in.three {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.fade-in.four {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.fade-in.five {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.fade-in.six {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  animation-delay: 1.0s;
}
