/*---General----*/
.container {
	margin: 2em auto 0;
}

* {
	font-family: serif;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

img {
	pointer-events: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

h1, h2, h3, h4, h5 {
	text-align: center;
	font-weight: bold;
}

p, a, label {
	font-size: 1.125em;
}

.highlighted-text {
	color: royalblue;
	font-weight: bold;
	font-size:1.7rem;
}

.fas, .fab {
	font-size: 1.75em;
	padding: 0 .25em;
}

a.button {
	color: white !important;
	background: royalblue;
	border-radius: 5px;
	padding: .75em;
	max-width: 7em;
	display: block;
	margin: 0 auto;
	line-height: 100%;
}

button.button {
	margin-bottom: 1em;
	border: 0;
	color: white !important;
	background: royalblue;
	border-radius: 5px;
	padding: .75em;
}

table {
	margin: 0 auto;
}

table td {
	border: 0;
	padding: 0 .25em;
}

tr td:first-child {
	text-align: right;
}

tr td:last-child {
	text-align: left;
}

input,
textarea {
	border: 1px solid royalblue !important;
	border-radius: 5px !important;
}

label {
	font-weight: bold;
	margin-bottom: 0 !important;
}

.required {
	color: red;
}

/*----Header----*/
.logo,
.logo img {
	width: 40%;
	max-width: 35em;
	height: auto;
	margin: 0 auto;
	padding: .125em 0;
}

.navbar {
	background: royalblue;
	max-height: 56px;
}

.navbar-toggler {
	border: 1px solid silver !important;
	border-radius: 5px;
	color: silver !important;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-item {
	border-radius: 5px;
}

.nav-item:hover {
	background: silver;
}

.nav-link,
.nav-link:hover,
.navbar-expand-sm .navbar-nav .nav-link {
	color: white;
	padding: .25em .4em;
}

.nav-link:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 575px) {
	.navbar-collapse,
	.nav-item:hover,
	.dropdown-item,
	.dropdown-item:hover {
		background: white;
	}
	
	.nav-item {
		padding-left: 1em;
	}
	
	.nav-link,
	.nav-link:hover,
	.dropdown-item,
	.dropdown-item:hover {
		color: black !important;
	}
	
	.nav-link:hover,
	.dropdown-item:hover  {
		text-decoration: underline;
	}
	
	.dropdown-menu {
		border: none;
	}
}

/*----Footer----*/
@media only screen and (max-width: 768px) {
	.footer-widgets div {
		padding-bottom: 2em;
	}
}

.footer {
	background: royalblue;
}

.footer a,
.footer {
	color: white !important;
	line-height: 110%;
}

.footer-widgets {
	padding: 2em 0 !important;
}

.footer-widgets h3 {
	padding-bottom: .75em;
	color: white;
}

.footer-widgets h3 span:first-child {
	background: silver;
	display: block;
	height: 1px;
	margin: 5px auto 0;
	position: relative;
	width: 12.5%;
}

.footer-widgets h3 span:last-child {
	background: silver;
	display: block;
	height: 1px;
	margin: 3px auto 0;
	position: relative;
	width: 25%;
}

.paypal {
	height: 2.5em;
	border: 0 !important;
}

.copyright {
	border-top: 1px solid silver;
	padding: .75em;
}

/*----Home Page----*/
.seal {
	width: 100%;
	max-width: 20em;
	height: auto;
	padding: 2.75em 0;
}

.home-header {
	font-weight: bold;
	text-shadow: -2px -3px 0px rgba(192, 192, 192,0.69);
	font-style: italic;
}

/*----About Us----*/
.card {
	border: 1px solid silver;
	border-radius: 5px;
	margin-bottom: .25em;
}
.card-header {
	background: royalblue !important;
}

.card-link {
	color: white !important;
	font-weight: bold;
	width: 100% !important;
	display: block;
}

.card .show {
	border-top: 1px solid silver;
}

/*----Back to School----*/
.school-supplies {
	height: auto;
	width: 10em;
	padding: 0 1em 1em 0;
}

/*----Photo Gallery----*/
.pop {
	cursor: pointer;
}

.gallery {
	margin: 0 auto;
	padding: 0 10px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	padding: 4px;
}

.column {
	flex: 25%;
	max-width: 25%;
	padding: 4px;
}

.column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}

.column img:hover {
/*	transform: scale(1.5);*/
}

.column img :hover .overlay {
	opacity: 1;
}

.tooltip-inner{
    background:#fff;
    opacity:1;
    color:#000;
    box-shadow:0 0 15px #444;
    text-align:left;
    font-size:16px;
    border-radius:10px;
}

.bs-tooltip-right .arrow::before{
    border-right-color:#555 !important;
   
}
.content p a, .content li a, .content p span, li .highlighted-text {
    font-size: 18px;
    color: royalblue;
}
.tooltip {
    opacity: 1 !important;
}
@media screen and (max-width: 800px) {
	.column {
		flex: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.column {
		flex: 100%;
		max-width: 100%;
	}
}