@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Quattrocento:wght@400;700&display=swap');
body,
html {
	font-family: "Quattrocento Sans",Verdana,Geneva,sans-serif;
    font-size: 20px; /* 1rem */
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Quattrocento",Georgia,serif;
    font-weight: 700;
}
h1,
.navbar-brand {
	color: #DC143C; /* crimson */
	font-size: 5em;
}
h2 {
	color: #FF0000; /* 7wattred */
	font-size: 1.375em;
	font-style: italic;
}
h3 {
	color: #CC0000;
	font-size: 1.75em;
}
h4 {
	font-size: 1.75em;
	font-style: italic;
}
h5 {
	color: #AA0000; /* 7wattbrown */
	font-size: 1.25em;
}
button.newbutt {
    background: #D3D3D3; /* lightgray */
    border: 1px solid #778899; /* lightslategray */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(169,169,169,0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(169,169,169,0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(169,169,169,0.5);
    color: #333;
    display: inline-block;
    font: 6pt Arial, Helvetica, sans-serif;
	margin: 15px 0 0 15px;
    padding: 4px;
	transition: color 2s ease-out, background 1s ease-in;
	-o-transition: color 2s ease-out, background 1s ease-in;
	-ms-transition: color 2s ease-out, background 1s ease-in;
	-moz-transition: color 2s ease-out, background 1s ease-in;
	-webkit-transition: color 2s ease-out, background 1s ease-in;
}
button.newbutt:hover,
button.newbutt:focus,
button.newbutt:active,
button.newbutt.active {
    background: #F5F5F5; /* whitesmoke */
	color: #FF0000; /* red */
}
footer {
    padding: 50px 0;
    background-color: #F8F8F8;
}
p.copyright {
    margin: 15px 0 0;
}
.address > p {
	margin: 0.25em 0 0.25em 1.5em;
}
.big-head {
	color: #696969; /* dimgray */
	font-weight: 700;
}
.btn-default {
	color: #333;
	background-color: #D3D3D3; /* lightgray */
	border-color: #778899; /* lightslategray */
	transition: background 1s ease-in;
	-o-transition: background 1s ease-in;
	-ms-transition: background 1s ease-in;
	-moz-transition: background 1s ease-in;
	-webkit-transition: background 1s ease-in;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
	background-color: #F5F5F5; /* whitesmoke */
	border-color: #ADADAD;
}
.btn-lg {
	width: 8.5em;
}
.btn-pad {
	padding-top: 0.625em;
}
.cert-box {
	float: right;
}
.cert-box img {
	border: 0;
}
@media(max-width:767px) {
	.cert-box {
		display: block;
		float: none;
	}
}
.coming-soon {
	color: red;
	font-size: 2em;
	text-align:center;
}
.content-section-b {
	color: #333;
	background-color: #D3D3D3; /* lightgray */
}
.embed-map,
.embed-twit,
.img-android,
.img-keyboard,
.img-dog,
.img-ipad,
.img-macbook,
.img-phones,
.img-postman {
	margin-top: 7em;
}
.embed-proj {
	margin-top: 2.5em;
}

/* Favs */
.favs {
}
.favs-img {
    margin-left: 3em;
}
.favs-img:hover {
    opacity: 0.8;
}
.favs-item {
    /* border: 4px solid #777;
    border-radius: 4px;
    box-shadow: none; */
    margin-bottom: 1em;
}
.favs-modal a:link {
	color: aqua;
}
.favs-modal a:visited {
	color: orchid
}
.favs-modal a:hover {
	color: tomato;
}
.favs-modal a:active {
	color: red;
}

.favs-modal .modal-content {
    background-color: gray;
    background-clip: border-box;
    -webkit-box-shadow: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
	color: aliceblue;
	font-size: 20px;
    height: 100%;
    padding: 80px 0;
    text-align: center;
}
.favs-modal .modal-content button {
    margin-top: 30px;
}
.favs-modal .modal-content img {
    margin-bottom: 30px;
}
.favs-modal .modal-content p,
.favs-modal .modal-content ul {
	list-style: disc;
    text-align: justify;
}
.favs-modal .modal-content .item-details {
    margin: 30px 0;
}
.favs-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.favs-modal .close-modal:hover {
    opacity: .5;
}
.favs-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #C0C0C0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.favs-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #C0C0C0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.favs-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.footnotes {
	font-size: smaller;
	list-style: none;
}
.footnotes p {
	margin: 0 0 0.25em;
}
.html5 {
	margin-top: 10px;
	padding-left: 25px;
}
.img-centered {
    margin: 0 auto;
}
.img-light-bg {
	background-color: aliceblue;
}
.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.intro-message {
    position: relative;
    padding-top: 15%;
    padding-bottom: 15%;
}
.intro-header {
    color: #F5F5F5; /* whitesmoke */
}
.lead {
    font-size: 1.125em;
    font-weight: 400;
}
.little-head {
	color: #808080; /* gray */
}
.misc>li>a,
.navbar-nav>li>a,
.show-hide>a {
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.navbar-brand img {
	margin-top: -10px;
}
.proj-name {
    color: #333;
	font-size: 0.875em;
	margin: 4px 0 0 0;
	text-align: center;
    text-decoration: none;
}
.red-font {
	color: #8B0000; /* darkred */
}
.show-hide {
	color: tomato;
	font-weight: 700;
}
.space-after {
    margin-bottom: 30px;
}
.section-heading + p {
}
.section-heading + p:first-line {
	color: #777;
    font-size: 1.0625em;
	font-weight: 700;
}
.section-heading + p:first-letter {
/*	border: solid #428bca 1px;
	border-radius: 5px;
	color: #428bca; */
	float: left; 
    font-size: 2.5em;
	line-height: 1.125em;
	margin: -0.125em 0 0 0;
	padding: 0 0.0625em 0.0625em;
}
.secure {
	margin-top: 2px;
	padding-left: 8px;
}
.thumbnail {
	background-color: #C1C2C6;
	margin-bottom: 12px;
	padding: 4px;
}
.vcss3 {
	margin-top: 18px;
}

#msg-box { /* toggled message */
	display: block; /* default if scripting is disabled */
}
#msg-butt { /* show/hide button */
	display: none; /* default if scripting is disabled */
}

@media(max-width:767px) {
	.container img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.intro-header {
		padding-top: 20px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
		padding-bottom: 20px;
	}	
    .intro-message {
		padding-top: 5%;
        padding-bottom: 5%;
    }
}
@media(min-width:768px) {
    ul.banner-social-buttons {
        float: right;
        margin-top: 15px;
    }
}
@media(max-width:991px) {
	.intro-header {
		padding-top: 80px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
		padding-bottom: 80px;
	}	
}
