﻿@media screen and (max-width: 767px) {
	.navbar-offcanvas {
	    background-color: rgba(1, 56, 103, 0.9);
	}
}

.or-header {
	background-image: url('/puc/style%20library/header-background.jpg');
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position-y: bottom;
}


.oregon-board-of-maritime-pilots .or-header {
	background-image: url('/puc/style%20library/different-header.jpg');
}

.or-header .or-header-overlay {
	background: #000;
    opacity: .5;
}

.or-header-logo {
	background: url('/puc/style%20library/puc-logo.svg');
	background-position:center left;
	background-repeat:no-repeat;
	background-size: contain;
	width: 280px;
}

.oregon-board-of-maritime-pilots .or-header-logo {
	background: url('/puc/style%20library/different-logo.svg');
	width: 280px;
}


.or-small-header .or-header-logo {
	width: 170px;
}

@media (max-width: 767px) {
	.or-small-header .or-header-logo {
	    width: 130px;
	}
}

.or-navbar {
	background: #fff;
}

.or-navbar-brand img {
	display:none;
}

.or-navbar-brand {
    background: url('https://cdn.oregon.gov/images/logos/oregon/oregon-gov-logo-black.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}

@media (max-width: 767px) {
	.or-navbar-toggle-button {
	    background: #01569b;
	}
	.or-navbar-toggle-button:hover {
	    background: #01437a;
	}
}

@media (min-width: 768px) {
	.or-navigation-list>li>a {
	    color: #222;
	}
}

@media (min-width: 768px) {
	.or-navigation-list>li>a:hover, .or-navigation-list li.open>a {
	    background: #efefef;
	}
}

.or-navbar-search-submit-button, .or-navbar-search-wrapper {
	    background: #01569b;
}

.root-web .or-header-site-title {
	display:none;
}