* {
    box-sizing: border-box;
}

a {
    font-weight: normal;
    font-size: 100%;
    text-decoration: none;
    color: #e5d7a8;
}
@font-face {
    font-family: 'sinzanoregular';
    src: url('webfonts/sinzano-webfont.woff2') format('woff2'),
         url('webfonts/sinzano-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    background-image: url("Bilder/Background/rootz_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    font-family: Lucida Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif" 
	/*font-family: Calibri, Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';*/
}

.header {
    font-size: 56px;
    vertical-align: middle;
    margin: 0px;
}

div.navigationBar {
    width: 100%;
    font-size: 2.0vw;
    background-color: black;
    text-align: center;
    margin-bottom: 0.5%;
}

a.link {
    color: #fbf1d3;
    text-decoration: none;
}

a.link:visited {
    color: #fbf1d3;
    text-decoration: none;
}
h1 {
	font-family: 'sinzanoregular'
}

div.mainComponent {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(120, 120, 120, 0.2);
    overflow: auto;
    padding: 1%;
    border-radius: 5px;
    color: #fbf1d3;
    margin-bottom: 15px;
}

div.quickLinks {
    width: 25%;
    height: 100%;
    float: left;
}

div.nextEvents {
    width: 75%;
    float: left;
    height: 100%;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

div.upcomingEvents {
    width: 45%;
    float: left;
    margin-right: 15px;
}

div.mainComponentBox {
    width: 100%;
    padding: 5%;
    background-color: rgba(120, 120, 120, 0.5);
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
}

img.center,
img.thumbnail {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
}

div.thumbnailContainer {
    width: 135px;
    height: 250px;
    padding: 1%;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 1%;
    margin-right: 1%;
    float: left;
    background-color: rgba(120, 120, 120, 0.7);
}
