@media only screen and (min-width: 768px) {
    body {
        font-size: 3vw;
    }
	img {
		width: 28.5%}
    .nav {
        ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
            background-color: black}
        li {
            float: left}
        li a {
            display: block;
            color: white;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none}
        li a:hover {
            background-color: white;
            color: black}
        .active {
            background-color: white;
            color: black}
        .right {
            float: right}
    }
    .hst {
		text-align: center;
		padding: 10px 15px;
		margin: 0.4% 30%;
		font-family: Montserrat, sans-serif}
}