@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@400;800&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    min-width: 700px;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Commissioner', sans-serif;
    color: black;
    text-decoration: none;
}

a:hover {
    color: #cc9900;
}

.top_nav {
    width: 90%;
    margin: 5% auto 5% auto;
    
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top_nav li {
    display:inline-block;
    padding-right: 5%;
}

.top_nav_right{
    float:right;
    display:flex;
    margin-top: 30px;
}

.top_nav_right a{
    display:inline-block;
    text-align: right;
    width: 100px;
}

.logo {
    width: 300px;
}

.top_img {
    position: relative;
}

.top_img .overlay:hover{
    opacity: 100%;
    background-color: hsla(0, 0%, 0%, .3);
    transition: .5s;
}

.top_img img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.top_img .overlay {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 98%;
    opacity: 0%;
}

.top_img .overlay h3{
    color: white; 
    padding-top: 10%;
}

.top_img .overlay button{
    background-color: transparent;
    border: 2px solid white; 
    border-radius: 100px; 
    padding: 0.5% 1% 0.5% 1%;
    margin-top: 1%;
    color: white;
}

.top_img .overlay button:hover{
    background-color: white;
    color: black;
}

.left_nav {
    position: sticky;
    top: 2%;
    width: 200px;
    margin: 2% 0 0 3%;
}

.top {
    position: sticky;
    bottom: 2%;
    right: 2%;
    float: right;
}

.content {
    width: 40%;
    max-width: 400px;
    margin:auto;
    min-width: 300px;
}

p {
    line-height: 1.4;
    margin-bottom: 1em;
}

i {
    line-height: 1.4;
    margin-bottom: 1em;
    font-size: 0.97em;
}

h2 {
    font-size: 1.4em;
    margin: 1.5em 0 0.5em 0;
}

h3 {
    font-size: 1em;
}

.one_pic {
    margin: 2% 0 5% 0;
    width: 98%;
}

.two_pics {
    margin: 6% 0 6% 0;
}

.two_pics img {
    width: 46%;
    display: inline;
    padding-right: 2%;
}

figcaption {
    font-size: .9em;
    line-height: 1.4;
    margin-bottom: 1em;
}

.one_pic_portrait {
	margin: 3% 20% 5% 20%;
    width: 60%;
}

.boxes {
    margin: auto;
    max-width: 1200px;
}

.infobox {
    width: 33%;
    padding:2%;
    box-sizing:border-box;
    display: inline-table;
}

.top_row{
    text-align: center;
}

.rows {
    margin: auto;
    width: 60%;
}

.row {
    margin:auto;
    display: inline-table;
    padding:2%;
    width: 45%
}

footer{
    background-color: #E6E6E6;
    margin-top: 5%;
    padding: 2%;
}

footer figcaption {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-bottom: 1em;
}

footer figcaption a {
    text-decoration: underline;
}

.logos {
    margin:auto;
    width: 341px;
}

.logos img {
    height: 50px;
    padding: 0 10px 10px 10px;
}