@charset "UTF-8";
.hero {
    background-image: url(images/antipasbackground.jpg);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center 0%;
    max-height: 174px;
}
body {
    color: #3D3D3D;
    font-family: open-sans;
    font-style: normal;
    font-weight: 300;
    font-size: 11pt;
    text-align: justify;
    text-decoration: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
header {
    padding-left: 20px;
    padding-top: 15px;
}
nav {
    background-color: #75996c;
}
nav ul li {
    text-decoration: none;
    display: inline-block;
    background-color: #75996c;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: none;
}
nav ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: playfair-display;
    font-style: normal;
    font-weight: 400;
    font-size: 11pt;
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
}
nav ul li a:hover {
    background-color: #93ae7f;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-top: 0px;
}
nav ul ul {
    display: none;
    position: absolute;
    margin-left: -49px;
}
nav ul li:hover > ul {
    position: absolute;
    margin-top: 10px;
    display: block;
    margin-left: 0px;
}
nav ul ul li {
    display: block;
    margin-left: -51px;
}
.quote {
    font-family: playfair-display;
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    color: #e5c38e;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 18pt;
}
main {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
}
.titles {
    color: #e5c38e;
    font-family: open-sans-condensed;
    font-style: normal;
    font-weight: 700;
    font-size: 20pt;
    text-decoration: none;
}
footer {
    font-family: open-sans-condensed;
    font-style: italic;
    font-weight: 700;
    font-size: 9pt;
    text-align: center;
    padding-top: 40px;
    clear: both;
}
.librarynav {
    text-decoration: none;
    list-style-type: none;
    width: 163px;
    margin-top: 0px;
}
.librarynav li a {
    text-decoration: none;
    color: #3D3D3D;
    font-family: playfair-display;
    font-style: normal;
    font-weight: 400;
    font-size: 11pt;
    line-height: 20pt;
    margin-top: 0px;
}
.librarynav li a:hover {
    color: #75996c;
}
.respons-img {
    width: 85%;
    text-align: center;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    height: auto;
}
.btn-dl {
    color: #75996c;
    text-decoration: none;
    font-family: playfair-display;
    font-style: normal;
    font-weight: 400;
    font-size: 9pt;
    text-align: center;
    left: auto;
    right: auto;
    width: 100%;
}
.btn-dl:hover {
    color: #93ae7f;
}
.floatleft {
    float: left;
    width: 19%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    font-family: open-sans;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.floatright {
    float: right;
    width: 19%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}
.floatimg {
    width: 100
$;
    height: auto;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-repeat: no-repeat;
}
