@charset "UTF-8";
@charset "UTF-8";
body {
    margin-left: 2.5%;
    margin-right: 2.5%;
    font-family: "Articulat CF Light", Geneva, Arial, sans-serif;
    text-align: center;
    list-style-type: none;
    font-weight: normal;
    line-height: 150%;
    color: #FFF;
    background-color: black;
}
header {
    text-align: center;
    font-size: xx-large;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
}
main {
	line-height: 150%
}
h1 {
    font-size: xx-large;
}
a:link {
    color: #FFF;
    text-decoration: none
}
a:visited {
    color: #FFF;
}
a:hover {
	text-decoration: none
}
a:active {
    color: #FFF
}
nav ul br {
    padding-top: 10px;
    padding-bottom: 10px;
}
ul {
	list-style-type: none;
}
body nav {
    margin-top: 10px;
    color: #FFF;
}

body main img {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
figure {
    display: block;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0px;
    align-content: center;
}
figcaption {
	line-height: 150%;
}
body main figure {
    text-align: center;
	margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0px;
}
main div img {
    align-content: center;
	margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0px;
}
body main {
    line-height: 70%;
}
footer {
    margin-left: 2.5%;
    margin-right: 2.5%;
    font-family: "Articulat CF Light", Geneva, Arial, sans-serif;
    text-align: center;
    list-style-type: none;
    font-weight: lighter;
    line-height: 150%;
    font-size: small;
    padding-bottom: 50px;
}
.text-center {
}
.img-fluid {
}
