:root {
	--main: #181b91;
	--comp: #d74233;
}
* {
	box-sizing: border-box;
}
body {
	font-family: Geneva, sans-serif;
	margin: 0;
}
main {
	margin: 0 auto;
	width: 80%;
}
nav {
	background-color: var(--main);
	color: #fff;
	margin-bottom: 2em;
}
nav a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
nav a.active,
.documents a[href="login.php"] {
	color: #978f8f;
}
nav a:hover {
	opacity: .5;
}
nav ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav li {
	flex: 1;
	padding: 1em; 
	padding-right: 0;
	text-align: center;
	line-height: 1;
}
.abbr {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #333;
	margin-bottom: 5em;
}
td,
th {
	border-right: 1px solid #333;
	padding: .5em;
	text-align: left;
}
tr:nth-of-type(even) {
	background-color: #eee;
}
/*tr:last-of-type {
	background-color: #333;
	color: white;
	font-weight: bold;
}*/
thead {
	border-bottom: 1px solid #333;
}
[colspan] {
	text-align: center;
}
figure {
    border-bottom: 3px solid var(--main);
    margin-bottom: 4em;
}
figcaption {
    margin-bottom: 1em;
    margin-top: 1em;
}
img {
	max-width: 40vw;
}
table+p {
	text-align: center;
}
.price {
	display: none;
}
.circle {
	display: inline-block;
	background-color:  var(--main);
	border-radius: 50%;
	width: 1.2em;
	height: 1.2em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-right: 1em;
	padding: 2px;
	box-shadow: 1px 1px 1px 1px #7e7b7b;
}
#countdownHolder {
    text-align: center;
    color:  var(--main);
    font-weight: bold;
    font-size: 1.5em;
}
a img {
	width: 20%;
}
.stress {
	font-weight: bold;
}
.currency {
    background-color: #333;
    color: #fff;
    padding-top: 0.75em;
    padding-bottom: 0.5em;
    text-align: center;
    border-bottom: 1px solid white;
}
.currency button {
    background-color: var(--main);
    border: none;
    color: #fff;
	box-shadow: 4px 4px 2px 2px rgb(0 0 0 / 50%);
    font-size: 1em;
    margin-right: 1em;
    margin-left: 1em;
}
.times {
    display: flex;
    background-color: #333;
    color: #fff;
    text-align: center;
}
.times p {
    flex: 1;
}
.checklist table {
    table-layout: fixed;
}
.checklist td,
.checklist th {
    /*text-align: center;*/
    width: 5%;
}
.checklist thead {
    position: sticky;
    top: 0;
}
.checklist td input {
    /*display: none;*/
}
.checklist th:nth-of-type(1),
.checklist td:nth-of-type(1) {
    width: 40%;
    text-align: left;
}
.checklist th:nth-of-type(2),
.checklist td:nth-of-type(2) {
    width: 30% ;
    text-align: left;
}
.checklist td:nth-last-child(-n+5) {
    /*text-align: center;*/
}
.checklist td:nth-of-type(3) .Cath {
    display: block;
}
.checklist td:nth-of-type(4) .Ben {
    display: block;
}
.checklist td:nth-of-type(5) .Alex {
    display: block;
}
.checklist td:nth-of-type(6) .Emily {
    display: block;
}
.checklist td:nth-of-type(7) .Connor {
    display: block;
}
.checklist tr:last-of-type:not(thead tr) {
    background-color: initial;
    color: initial;
    font-weight: normal;
}
.checklist input[class=" "] {
    display: none;
}
input[type="submit"] {
    display: block;
    margin-bottom: 2em;
    background-color: var(--main);
    border: none;
    padding: .5em;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    box-shadow: 4px 4px 2px 2px rgb(0, 0, 0, .5);
    position: fixed;
    left: 2em;
    z-index: 1;
}
.checklist .nolink {
    color: initial;
    text-decoration: none;
    cursor: text;
}
.small {
	display: none;
}
.buttonSmall {
	display: none!important;
}
@media only screen and (max-width: 1750px) {
	main {
		width: 95%;
	}
	input[type="submit"] {
		top: .5em;
		left: .5em;
	}
	.times p {
	    border-right: 1px solid #fff;
	    margin: 0;
	    padding: 1em;
	}
}
@media only screen and (max-width: 1290px) {
	main {
		width: 100%;
	}
	.checklist td, 
	.checklist th {
		width: 7%;
	}
	.times b {
		display: block;
	}
	.dash {
		display: none;
	}
}
@media only screen and (max-width: 1120px) {
	.checklist td, 
	.checklist th {
		width: 10%;
	}
}

@media only screen and (max-width: 910px) {
	.currency button {
		display: block;
		margin-top: 1em;
	}
}
@media only screen and (max-width: 800px) {
	.large {
		display: none;
	}
	.buttonLarge {
		display: none!important;
	}
	.small {
		display: table;
	}
	.buttonSmall {
		display: block!important;
	}
	.small tr:nth-of-type(even) {
		background-color: initial;
	}
	.nextDestination {
		border-top: 1px solid #333;
	}
	.place {
		display: block;
		font-weight: bold;
	}
	.checklist th:nth-of-type(2), 
	.checklist td:nth-of-type(2) {
	    width: 10%;
	}
	.checklist span b {
		display: block;
		margin-bottom: 1.5em;
	}
	.checklist th:nth-of-type(2) {
		transform: rotate(-180deg);
		padding: 0;
		writing-mode: tb;
		text-align: center;
	}
}
@media only screen and (max-width: 720px) {
	.currency {
		text-align: left;
		display: table;
		width: 100%;
		padding-left: .5em;
	}
	.row {
		display: table-row;
	}
	label,
	.input-group-text,
	select,
	.currency input,
	.currency button {
		display: table-cell;
		margin-bottom: .5em;
		width: 35%;
	}
	label {
		padding-bottom: 1em;
	}
	button {
		border: 1px solid #333;
	}
	input[type="submit"] {
		left: 0;
	}
	.abbr {
		display: inline-block;
	}
	.full {
		display: none;
	}
	th {
	    transform: rotate(-180deg);
	    padding: 0;
	    writing-mode: tb;
	    text-align: center;
	}
	.luggage tr:nth-of-type(even) {
	    background-color: initial;
	}
	.lowest {
		width: max-content;
	}
	.luggage thead {
		display: none;
	}
	.luggage td,
	.luggage th {
		display: block;
	}
	.luggage th {
	    transform: none!important;
	    writing-mode: initial;
	}
	.maxweight::before {
		content: "Max Weight:  ";
	}
	.maxdimensions::before {
		content: "Max Dimensions:  ";
	}
	.carryonweight::before {
		content: "Carry-on Max Weight:  ";
	}
	.carryondimensions::before {
		content: "Carry-on Max Dimensions:  ";
	}
	.names {
		border-top: 1px solid #333;
	}
nav li {
	padding: .5em 0;
}
.checklist input[type="submit"] {
	margin: 0;
}
label, 
.input-group-text, 
select, 
.currency input, 
.currency button {
    width: 40%;
}
nav li {
	transform: rotate(-180deg);
	padding: 0;
	writing-mode: tb;
	padding: .5em 0;
}
.break {
	display: block;
}
}
@media only screen and (max-width: 565px) {
}
@media only screen and (max-width: 485px) {
	.times {
		display: block;
	}
}
