/* body and logo */

body {
	/*	background: -webkit-linear-gradient(top left, #0099cc 50%, tomato 50%);*/
	/*	background: -o-linear-gradient(top left, #0099cc 50%, tomato 50%);*/
	/*	background: linear-gradient(to bottom right, #0099cc 50%, tomato 50%);*/
	background: linear-gradient(128deg, #0099cc 70%, tomato 30%);
	font-family: "Arial", sans-serif;
	background-attachment: fixed;
	/*	background-size: auto 1380px;*/
	/*		background-size: auto 710px;*/
}

@media (min-width: 1200px) {
	.container {
		max-width: 1100px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	body {
		background: linear-gradient(128deg, #0099cc 50%, tomato 50%);
		background-size: auto 1380px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
		background: linear-gradient(120deg, #0099cc 50%, tomato 50%);
		background-size: auto 1380px;
	}
}

.logobox {
	font-family: 'IM Fell French Canon SC', serif;
	text-decoration: none;
	margin-bottom: 10px;
}

.logobox a:hover {
	text-decoration: none;
}

.logobox h1 {
	color: white;
	font-size: 42px;
	margin-bottom: 2px;
}

.logobox h2 {
	color: #e6e6ff;
	font-family: 'Lato', serif;
	font-weight: 600;
	font-size: 20px;
	margin-top: 0px;
	padding-left: 6px;
	margin-bottom: 3px;
}


/* header and navbar */

header {
	margin-bottom: 3em;
	margin-top: 2em;
}

ul.nav {
	margin-top: 24px;
	font-weight: 600;
}

.navbar-default {
	background-color: inherit;
	border-color: transparent;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: none;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: white;
}

.navbar-default .navbar-nav>li>a {
	color: white;
	padding: 10px;
	margin-left: 5px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	background-color: inherit;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	/*	color:  #e6e6ff;*/
	color: white;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: white;
	background-color: inherit;
	border-style: solid;
	border-color: white;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: white;
	background-color: inherit;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: inherit;
	border-bottom-color: inherit;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
	border-top-color: inherit;
	border-bottom-color: inherit;
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
	border-top-color: inherit;
	border-bottom-color: inherit;
}

.navbar-default .navbar-toggle {
	border-color: inherit;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #DDD;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #CCC;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: white;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: white;
	}
}

.navbar-default .navbar-toggle {
	border-color: white;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: inherit
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white
}


/* WhiteBox container */

.whitebox {
	background-color: white;
	color: black;
	padding-top: 1em;
	padding-bottom: 1.5em;
	margin-bottom: 0.7em;
	font-size: 15px;
	/*	font-size: 1.07em;*/
}

.whitebox h1 {
	font-family: 'Lato', serif;
	font-size: 27px;
	/*	font-size: 1.em;*/
	font-weight: 700;
	margin-bottom: 17px;
}

.whitebox h2 {
	font-family: 'Lato', serif;
	font-size: 20px;
	/*	font-size: 1.1em;*/
	font-weight: 700;
}

.whitebox h3 {
	font-family: 'Lato', serif;
	font-size: 18px;
	/*	font-size: 1.1em;*/
}

.whitebox p {
	/*	text-align: justify;*/
	color: #1a1a1a;
	padding-right: 10px;
}

.whitenbox ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.whitebox li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.morebox p {
	/*	text-align: justify;*/
}

.navbox {
	border-left-style: solid;
	border-left-width: medium;
	border-left-color: #ff3c1a;
	padding-left: 14px;
	margin-left: 20px;
	margin-top: 20px;
	list-style: none;
	display: block;
}

.navbox>li {
	padding-bottom: 23px;
}

.navbox>li>a {
	color: black;
	font-weight: 700;
	font-size: 14px;
}

.color1 {
	color: darkgoldenrod;
}

.color2 {
	color: navy;
}


/* Home Carousel container */

.carhead p {
	/*	padding-left: 30px;*/
}

.carousel h2 {
	padding-top: 0px;
	padding-bottom: 10px;
}

.carousel {
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	/*
	border-right-style: solid;
	border-right-color: #0099cc;
	border-left-style: solid;
	border-left-color: #0099cc;
	border-width: medium;
*/
	position: relative;
}

.carousel::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 45%;
	width: 5%;
	/* or 100px */
	border-top: medium solid #0099cc;
	border-left: medium solid #0099cc;
}

.carousel::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 45%;
	width: 5%;
	/* or 100px */
	border-right: medium solid #0099cc;
	border-bottom: medium solid #0099cc;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none
}

.fancy {
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 10px;
	margin: 0;
	min-height: 280px;
}

@media(min-width:350px) {
	.fancy {
		min-height: 260px;
	}
}

@media(min-width:400px) {
	.fancy {
		min-height: 230px;
	}
}

/*
@media(min-width:450px) {
	.fancy {
		min-height: 230px;
	}
}
*/

@media(min-width:500px) {
	.fancy {
		min-height: 190px;
	}
}

@media(min-width:600px) {
	.fancy {
		min-height: 170px;
	}
}

@media(min-width:768px) {
	.fancy {
		min-height: 160px;
	}
}

@media(min-width:992px) {
	.fancy {
		min-height: 150px;
	}
}

@media(min-width:1100px) {
	.fancy {
		min-height: 130px;
	}
}

.fancy strong {
	color: navy;
}

.carousel {
	padding-bottom: 10px
}

.carousel h2 {
	font-weight: 700;
}


/* mobile responsive */

@media (max-width: 767px) {
	body {
		background: #0099cc;
		background-color: #0099cc;
	}
	header {
		margin-bottom: 1em;
		margin-top: 2em;
	}
	.logobox h1 {
		color: white;
		/*		font-size: 42px;*/
		font-size: 32px;
		margin-bottom: 2px;
	}
	.logobox h2 {
		color: #e6e6ff;
		font-family: 'Lato', serif;
		font-weight: 600;
		/*		font-size: 20px;*/
		font-size: 13px;
		margin-top: 0px;
		padding-left: 6px;
		margin-bottom: 3px;
	}
	.whitebox {
		background-color: white;
		color: black;
		padding-top: 1em;
		padding-bottom: 1.5em;
		margin-bottom: 0.7em;
		font-size: 15px;
		text-align: left;
		/*	font-size: 1.07em;*/
	}
	.morebox {
		text-align: left;
	}
	.whitebox h1 {
		font-family: 'Lato', serif;
		font-size: 22px;
		/*	font-size: 1.em;*/
		font-weight: 700;
		margin-bottom: 17px;
	}
	.whitebox h2 {
		font-family: 'Lato', serif;
		font-size: 18px;
		/*	font-size: 1.1em;*/
		font-weight: 700;
	}
	.whitebox h3 {
		font-family: 'Lato', serif;
		font-size: 16px;
		/*	font-size: 1.1em;*/
	}
	.carousel::after {
		height: 45%;
		width: 30%;
	}
	.carousel::before {
		height: 45%;
		width: 30%;
	}
}


/* CONTACT */

/*
.imagebox {
	margin-top: 20px;
	margin-bottom: 17px;
	border-style: solid;
	border-color: black;
}
*/

.addressbox {
	margin-bottom: 50px;
}


/* KEYCARDS */

.keydeck {
	padding-top: 20px;
/*	padding-bottom: -10px;*/
}

.keycard a:hover {
	/*	text-decoration: none;*/
	/*	background-color: gray;*/
}

.keycard {
	/*    border-radius: 5px;*/
	display: block;
	border: 1px solid #595959;
	padding: 20px;
	width: 200px;
	height: 180px;
	margin-bottom: 35px;
	font-size: 12px;
}

.keycard h2 {
	margin-top: 4px;
}

.keycard p {
	text-align: left;
}


/* POWER LIST */

.powerlist {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
}

.powerlist h3 {
	font-weight: 700;
	border-left-color: #0099cc;
	border-left-style: solid;
	border-left-width: 7px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 9px;
}

.powerlist p {
	font-style: italic;
	color: #404040;
}

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

.row.is-flex>[class*='col-'] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}


/* FOOOTER DEFINITION */

.site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.site-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

footer {
	margin-top: 2em;
	background-color: lightslategray;
	color: lightgray;
}


/*
footer p {
	text-align: justify;
}
*/

a.quiet {
	color: navy;
	text-decoration: none;
}

.footrow {
	padding: 2em 1em;
}


/*
.footnav {
	margin-left: 2em;
}
*/

.footnav h2 {
	margin-top: 0px;
	font-size: 18px;
}

.footnav li a {
	color: lightgray;
	text-decoration: none;
}

.contact {
	color: white;
}

.contact h2 {
	margin-top: 0px;
	font-size: 16px;
	font-weight: 700;
}
