@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i|Shadows+Into+Light');

@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');

@font-face {
	font-family: Rockabilly;
	src: url('../fonts/rockabilly-regular.woff2') format('woff2'),
		 url('../fonts/rockabilly-regular.woff') format('woff');
}

:root {
	--red: #C01D21;
	--blue: #003366;
	--brightblue: #2462A2;
	--purpleblue: #403079;
	--aquablue: #A6DEEF;
	--darktealblue: #043d51;
	--tealblue: #0b6a8c;
	--blackish: #363636;
	--black: #000;
	--darkgray: #7f8083;
	--gray: #adadae;
	--lightgray: #d2d4da;   
	--white: #fff;
	--base-font-size: 1.0em;
	--smaller-font-size: 0.88em;
	--columns: 200px 200px;
	--base-margin: 20px;
}

html, body {
	background-color: var(--white);
	color: var(--blackish);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: var(--base-font-size);
	line-height: 1.5em;
}
p {
  	margin-top: 0em;
  	margin-bottom: .8em;
	font-size: 1em;
	line-height: 1.2em
}
legend {
	border-bottom: 2px solid var(--gray);
	font-size: var(--base-font-size);
	color: var(--blackish);
	font-weight: bold;
	font-size: var(--base-font-size);	
}
h1 {
	color: var(--black);
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	color: var(--tealblue);
	font-family: 'League Gothic';
	font-size: 3.1em;
	font-weight: 400;
	margin: 0em;
	text-transform: uppercase;
	letter-spacing: .03em;
}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: var(--blackish);
}

h4 {
	font-family: 'Source Sans Pro', sans-serif;
	color: var(--purpleblue);
	font-size: 1.6em;
	font-weight: bold;
}

h5 {
	font-family: 'Source Sans Pro', sans-serif;
	color: var(--blackish);
	font-size: 1em;
}

h6 {
	font-family: 'Source Sans Pro', sans-serif;
	color: var(--tealblue);
	font-size: 1em;
	font-weight: bold;
}

a, a:visited {
	text-decoration: none;
	color: var(--tealblue);
	font-weight: bold;
}

#logo-link {
	height: 0px;
	width: 0px;
}

#logindisplay {
	font-weight: 400;
	margin-right: 33px;
	margin-top: 15px;
	border: 0;
	padding-bottom: 15px;
}

#headerspace
{
    height: 2em;    
}

.navbar-brand {
	font-size: var(--base-font-size);
}
#main-header {
    background: #fff;
    border-bottom: solid 20px var(--white);
}
.rez-progress-bar { /* Progress bar above rez-content and below masterheader and sitename*/
	background: white;
	border: none;
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 13px 0px;
}
.rez-progress-bar li {
	color: var(--blackish);
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin: 2px;
	padding: 10px;
	background: var(--gray);
}
.rez-progress-bar li.rez-progress-active {
	background: var(--purpleblue);
	color: var(--white) !important;
	font-weight: bold;
}
.rez-progress-bar li::before,
.rez-progress-bar li::after,
.rez-progress-bar li:last-child::before,
.rez-progress-bar li:last-child::after
{
	display: none;
}
.rez-summary {
    border: none;
}
#rez-summary {
    background: var(--white);
}
#rez-summary-list {
    padding: 5px;
}
#rez-summary-list li img {
    width: 100%;
    padding: 10px;
}
a.btn, button {
	background: var(--purpleblue);
	border: solid var(--purpleblue);
	border-radius: 3px;
	color: var(--lightgray);
}
a.btn:hover, button:hover {
	background: var(--purpleblue);
	border: solid var(--purpleblue);
	border-radius: 3px;
	color: var(--white);
}
li#tripname {
    color: var(--black);
    border-top: solid 1px var(--black);
	font-size: 100%;
}
li#tripvenue {
    color: var(--black);
    border-top: solid 1px var(--black);
	font-size: 100%;
}
li#tripdates {
	color: var(--black);
	border-bottom: solid 1px var(--black);
	font-size: 100%;
}
#rezmagic-contact {
  display: none;
}
@media (min-width: 0px) {
  .container {
    width: 100%;
  }
}