html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.achtergrondrood {
    background-color: #DC0000;
}

.titel {
    color: white;
    font-size: larger;
    font-family: Calibri;
}

.achtergrondvlam {
    background-image: url("flame.png");
    background-repeat: no-repeat;
}

.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: auto;
    
}


.vlamklein {
    margin-left: 0px;
    margin-right: 10px;
    width: 2%;
    height: auto;
    vertical-align: central;
}

.sponsorimgMain {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    height: auto;
}

.sponsorimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    height: auto;
}

.normaleText{
    color: white;
    font-size: 18px;
    text-align: center;
    font-family: Calibri;
}

.normaleTextLink {
    color: white;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    font-family: Calibri;
}

.normaleTextLocatie {
    color: white;
    font-size: 14px;
    text-align: center;
    font-family: Calibri;
}

.normaleTextZwart {
    color: black;
    font-size: 18px;
    text-align: left;
    font-family: Calibri;
}
.textcenter {
    text-align: center;
}

.tablespacin {
    border-spacing: 30px;
}

.tablecellpadding {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 40px;
}

.tablecellpaddingArea {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 40px;
    vertical-align: top;
}

.prakInfoTitel {
    font-size: 18px;
    text-decoration: underline;
    font-weight: normal;
    text-transform: uppercase;
}

.titelpagina {
    
    font-size: 24px;
    font-weight: bold;
    font-family: Calibri;
    text-transform: uppercase;
}


.areawidth {
    width: 400px;
    height: 200px;
}