
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        /*position: fixed; */
        /*top: 0; */
        /*width: 100%;*/
        font-family: 'Trebuchet MS';
        font-size: 0.95em;
    }
    
    body {
        margin: 0;
        padding: 0;
    }

    .leftnav a {
        color: black;
    }
    
    .leftnav li {
        display: inline;
        padding-right: 6px;
        padding-left: 6px;
        color: white;
      }
    
     .leftnav #home {
        padding-left: 40px;
        background-image: url('media/page_crest.png');
        background-repeat: no-repeat;
        background-size: contain;
    } 

    .leftnav #horse {
        padding-left: 0px;
        padding-top: 10px;
        background-image: url('media/page_crest.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    li {
        float: left;
    }
    
    li a, .dropbtn {
        display: inline-block;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    
    li a:hover, .dropdown:hover .dropbtn {
        background-color: #6ebefc;
    }

    li .clear_hover:hover {
        background-color: #00000000;
    }
        
    /* TODO color current page  */
    .leftnav .active {
        background-color: rgb(50, 127, 235);
    }

    /* Dropdown customization */
    li.dropdown {
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #529dff;
        min-width: 160px;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }
    
    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        color:white;
        font-size: 0.8em;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
    }
    
    .dropdown-content a:hover {background-color: #0084ff}
    
    .dropdown:hover .dropdown-content { display: block;}

    .box {
        background-size: auto;
        padding-left: 10px;
        justify-content: space-around;
    }

    .human {
        width: 180px;
        height: 180px;
        background-origin: 20px;
        border-radius: 5%;
        background-repeat: no-repeat;
    }
    
    h1 {
        font-family: 'Trebuchet MS', Verdana, Helvetica;
        font-size: 2.5em;
        text-align: center;
    }

    h2 {
        font-family: 'Trebuchet MS', Verdana, Helvetica;
        font-size: 1.3em;
        text-align: center;
    }

    h3 {
        font-family: 'Trebuchet MS', Verdana, Helvetica;
        font-size: 1.05em;
        text-align: center;
    }

    p {
        font-family: 'Trebuchet MS', Verdana, Helvetica;
        font-size: 11;
 		font-family: Helvetica;
		text-align: center;
	}

    .details{
        font-style: italic;
        color: gray;
    }

.bigbox {
    /*min-height: 100%;*/
    border-bottom: gray solid 1px;
    background-position:center;
    
}

#feature {
	width: 50%;
	width: auto;
	height: 400px;
    background-color: #ff0000;
    
}

#main-feature {
	height: auto;
	max-height: 400px;
    align: center;
    object-fit: cover;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

#hero {
    width: 100%;
    height: auto;
}

#hero img {
    display: none;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#hero .active {
    display: block;
    opacity: 0.3;
}

.hero-overlay {
    height: 0;
    overflow: visible;
    position: relative;
    z-index: 2;
    margin: 0;
}

.hero-background {
    background-color: black;
}

.hero-overlay h1 {
    margin: 0;
    padding: 0;
    font-size: calc(7vw + 12px);
    font-family: 'Cinzel', serif;
    color: white;
    padding-top: calc(50vh - 10vw);
    text-align: center;
}

.hero-overlay {
    color: white;

}

.hero-overlay a {
    color: white;
    font-size: 1em;
}

.hero-overlay h2 {
    margin: 0;
    padding: 0;
    font-size: 2vw;
    color: white;
    text-align: center;
}

section {
    border-bottom: 1px solid #BCBCBC;
    margin: 0 auto;
    padding: 12px;
    max-width: 1000px;
    text-align: center;
}