@font-face {
	 font-family: "Avenir Next Regular";
     src: url("../../fonts/avenir_next_pro/AvenirNextLTPro-Regular.otf");
 }
    body {
        font-family: "Avenir Next Regular";
        margin: 0;
    }
	.site-title {
	}
#avante_mini_port {
    width: 75px;
    height: 75px;
}
.post-meta {
	position: absolute;
	left: -150px;
	top: 10px;
	text-align: right;
	width: 105px;
}
.post-list li {
	position: relative;
	margin-top: 5px;
}
.post-list li h2 {
	margin-bottom: 7px;
}
a.read-more {
	font-size: 12px;
}
ul.contact_links li a img {
	height: 25px;	
}
ul.contact_links li {
	margin-left: 12px;	
	display: inline-block;
}
ul.contact_links {
	position: absolute;
	right: 10px;
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	margin-top: 30px;
	list-style-type: none;
}
    #obj1 {
        fill: none;
        stroke: black;
        stroke-width: 1.5;
    }
    .avante_lines {
        stroke: black;
        stroke-width: 1.5;
    }
	#top_nav {
		background-color: rgba(255,255,255,0.9);
		position: fixed;
		top: 0;
		width: 100vw;
		z-index: 9999;
}
body {
	padding-top: 80px;
}
ul.nav_links {
    -webkit-padding-start: 0;
    padding-top: 5px;
    margin-left: 0px;
}
.nav_links li a {
    font-size: 16px;
}
.standalone-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#top_nav a {
        text-decoration: none;
    }
    #avante_mini_port {
        display: inline-block;
    }
    .nav_links {
        list-style-type: none;
        display: inline-block;
        width: 590px;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: top;
        padding-top: 20px;
    }
    .nav_links li {
        display: inline-block;
        width: 19%;
        text-align: center;
    }
    .nav_links li a {
        line-height: 75px;
        text-decoration: none;
        transition: all 1s ease;
        border-bottom: 2px solid transparent;
        color: black;
        font-size: 16px;
        font-weight: normal;
        font-family: "Avenir Next Regular";
    }
    .nav_links li a:hover {
        border-color: black;
    }

	.site-header {
		border-top: 0px solid #fff;
		padding-top: 50px;
	}
	.nav_links li a.active {
		border-color: black;
	}
.mob-only {
	display: none;
}
@media only screen and (max-width: 800px) {
	.nav_links {
		width: 100%;
		height: 0;
		position: absolute;
		top: 65px;
		left: 0px;
		background: rgba(255,255,255,0.95);
		display: block;
		overflow: hidden;
		transition: height 1.5s ease;
		padding-left: 0;
	}
	div#top_nav {
		z-index: 3;
	}
	ul.nav_links {
		padding-top: 0px;
	}
	ul.nav_links {
		margin-left: 0;
	}
	.nav_links li:first-child {
		margin-top: 50px;
	}
	.nav_links li {
		display: block;
		text-align: center;
		width: 100%;
	}
	.nav_links li a {
		z-index: 2;
	}
	.menu-trigger {
		color: black;
		text-decoration: none;
	}	
	.menu-trigger img {
		width: 35px;
	}
	.mob-only{
		position: absolute;
		display: block;
		top: 20px;
		right: 5px;
		z-index: 9;
	}
	.site-nav {
		display: none;
	}
	.post-meta {
		left: auto;
		right: 0;
		top: -20px;
	}
	.post-list li {
		margin-bottom: 20vh;
	}
	ul.contact_links {
		right: 25px;
		margin-top: 22px;
	}
	ul.contact_links li a img {
		height: 30px;
	}

}


