.flex {
	display: flex;
}

.space-between {
	justify-content: space-between;
}

.logo img {
    height: 50px;
}

nav a {
    letter-spacing: 2px;
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
    color: #192c3a;
    text-decoration: none;
    padding: 0px 0 0 12px;
    font-family: 'Montserrat';
	line-height: 50px;
}

nav a:before {
    content: '||';
    color: #ea5b0c;
    padding-right: 12px;
    letter-spacing: -1px;
}

nav a:last-child:after {
    content: '||';
    color: #ea5b0c;
    padding-left: 12px;
    letter-spacing: -1px;
}

nav a:last-child {
    padding-right: 12px;
}