@charset "UTF-8";
body {
    background-color: #F9F9FA;
    background-size: cover;
    background-attachment: fixed;
    color: #B21BC2;
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 200;
    font-size: 2em;
    padding-left: 5px;
}
.navbar {
    color: #AF2DB6;
}
body nav a {
    color: #B12EB9;
    text-decoration: none;
}
footer {
    text-align: center;
    text-decoration: none;
    clear: both;
    position: fixed;
    bottom: 0px;
    color: #A12DA8;
    width: 100%;
    font-family: astloch;
    font-style: normal;
    font-weight: 400;
    font-size: 0.55em;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 65.12%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 65.12%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 65.12%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 65.12%);
    padding-top: 10px;
}
.navlist {
    list-style-type: none;
    background-color: #FFFFFF;
    overflow-x: hidden;
    color: #C02EBF;
}
.navlistitem {
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.navbar-nav.mr-auto .nav-item .nav-link:hover{
    color: #A531B9;
}
.navbar.navbar-expand-lg.navbar-light.bg-light .nav-link:hover {
    color: #A630A8;
}
section {
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 200;
    font-size: 0.8em;
}
li {
}
figure {
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 200;
    color: #000000;
    font-size: 0.75em;
    padding-top: 0px;
    padding-right: 5px;
    float: left;
    text-align: center;
    background-color: #F9F9FA;
}
p {
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 300;
    font-size: 0.65em;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    text-decoration: none;
    color: #000000;
}
bottom nav {
    position: fixed;
    bottom: 0px;
    clear: both;
    width: 100%;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.pagination {
    text-align: center;
    width: 100%;
    clear: both;
}
h1 {
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 200;
    font-size: 0.65em;
    color: #000000;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 2px;
    padding-left: 20px;
}
h4 {
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 200;
    line-height: 0.2em;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
body figure {
    font-size: 0.75em;
    text-align: center;
}
body main p {
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
}
header section img {
    margin-left: 2px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
main section img {
    margin-left: 2px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.img-fluid {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-left: 2px;
}
