@font-face {
    font-family: 'NewBaskervilleStd-Roman';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/NewBaskervilleStd-Roman.otf?v1');
}

* {
    font-family: 'Montserrat', sans-serif;
}

p {
    line-height: 1.75;
    font-size: 16px;
}

html,
body {
    font-size: 16px;
}

h3 {
    font-size: 18px;
    line-height: 1.67;
}

.m-show {
    display: none;
}

.bg-cover,
.bg-contain {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bg-cover {
    background-size: cover;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cl-primary {
    color: #8d847a;
}

.linkable {
    position: relative;
}

.linkable>a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

nav.sticky-nav {
    background-color: #000000;
    display: flex;
    padding: 12px 50px;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    border-bottom: 15px solid #999;
    display: none;
}

nav .logo {
    display: block;
    height: 50px;
    width: 273px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

nav .logo-link {
    flex-shrink: 0;
}

nav .menu {
    align-items: left;
}

.menu {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
	.menu {
		display: none !important;
	}
	
}
.menu li:first-child {
    margin-right: 45px;
}

.menu a {
    font-family: 'NewBaskervilleStd-Roman', sans-serif;
    color: #8d847a;
    font-size: 24px;
    white-space: nowrap;
}

.menu a.active {
    color: white;
}

.page-title {
    font-family: 'NewBaskervilleStd-Roman', sans-serif;
    font-weight: normal;
    color: #8d847a;
    margin-top: 0;
}

.cc-page {
    padding: 8vh 20vw;

}

@media screen and (min-width: 1440px) {
    .cc-page {
         padding: 8vh 20vw;
        text-align: left;
    }
}

/*Home*/
#HomePage {
    min-height: 100vh;
    background-color: #000000;
    text-align: left;
    padding: 8vh 20vw;
    border-top: 15px solid #999;
}

#HomePage .intro {
    color: #999;
		max-width:950px;
	width:100%;
text-align: left;
}

#HomePage .intro .menu {
    margin-top: 10%;
}

#HomePage .intro p {
    font-size: 16px;
    line-height: 1.75;
}

#HomePage .logo {
    width: 70vh;
	margin-bottom:110px;
	margin-top:60px;
}

/* Footer */
footer.footer {
    height: 100px;
    background: #999;
    display: flex;
    align-items: center;
}

footer .cpr {
    color: #fff;
    margin: 0;
    padding-left: 5vw;
    font-weight: normal;
	margin-left:150px;
}

.member-profiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.member-profiles li {
    	max-width:950px;
	width:100%;
    margin-bottom: 10vh;
	
}

.member-profiles .member-name {
    font-family: 'NewBaskervilleStd-Roman', sans-serif;
    color: #8d847a;
    font-weight: normal;
    font-size: 26px;
    position: relative;
}

.member-profiles .member-name:after {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 14px;
    border: 1px solid;
    display: block;
}

.member-profiles .member-role {
    color: #c6bfb6;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    font-family: 'NewBaskervilleStd-Roman', sans-serif;
}

.member-profiles .member-bio {
    line-height: 1.8;
    font-size: 16px;
}

#ContactPage {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-info {}

.contact-info a {
    color: #8d847a;
}

.contact-map {
	flex-shrink: 0;
  height: auto;
  display: block;
  vertical-align: top;
  align-self: center;
}