/*	Style sheet for Cathy Gurski: ICT4510 Section 1
Final Project, created 5/27/2019			*/

html, body {
	height: 100%;
	overflow-x: hidden;
	font-family: 'Roboto', Arial, sans-serif !important;
	color:#4C4C4C !important;
	margin:0;
	font-size:16px !important;
}

html, body, .container, section {
	background-color: #8EDDEB !important;
}
.container {
	width:100% !important;
	height: auto;
}

header, footer {
	color:#FFFFFF;
	background-color: #1EBBD7;
}

.footerContainer, header {font-size: 18px; display: block; clear:both; text-align: center; margin: 0; line-height: 0; padding-bottom:30px;}
.footerContainer>a, .footerContainer >a:hover, header > a, header > a:hover {color: #FFFFFF; padding:5px; font-size: 24px;}
.footerContainer>p {padding:10px;}

.footerContainer {padding-top:30px;}

footer hr {
	border-top: 1px solid #8EDDEB;
	margin: 5px 60px;
	padding-bottom: 5px;
}

.itemSeparator {
	border-top:1px dashed #85144B;
	margin:5px 0;
}
.jumbotron {
	background-color: #8EDDEB !important;
	background: url("../images/beverages-brunch-cocktail-5317.jpg") no-repeat;
	background-size: cover;
	color: #FFFFFF;
	margin-top:0;
	margin-bottom:0 !important;
	height: 200px;

}

.jumbotron img {
	height:200px;
}

/* Logo area and header nav */

.siteTitle {
	font-family:'Caveat', cursive;
	color: #FFFFFF !important;
	text-align: left;
	font-size: 60px;
	padding-top:20px;
}

#logoArea {
	width:100%;
	margin-left: 70px;
}

#logoArea a:hover {
	text-decoration: none;
}

.logo {
	border: 1px solid #4C4C4C;
	background-color: #E8F8FB;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	display: block;
	float: left;
	height: 100px;
	margin-right: 20px;
	width: auto;
	border-radius: 50px;
	padding:8px;
}
#linkBox {
	text-align: right;
	position: relative;
	right: 40px;
	margin-top:25px;
}

#linkBox a.active {
	text-decoration: underline;
	color:#FFFFFF !important;
}

#linkBox a.active {
	padding: 5px 8px;
}


#linkBox a.active:hover {
	text-decoration: underline;
	cursor: default;
	color: #8eddeb;
}

#linkBox a:link,
#linkBox a:visited {
	color: #FFFFFF;
}

#linkBox a:hover {
	color: #d2f1f7;
}

#linkBox ul {
	float: right;
	position: relative;
	right: -15px;
}

#linkBox li {
	list-style: none;
	display:inline;
	padding:10px;
}

.page-header {
	margin: 0 0 -20px !important;
	padding-top: 10px;
	border-bottom: none !important;
}

@media (max-width: 768px) {
	#logoArea {margin-top:0; margin-left:8px; padding-bottom:10px;}
	.logo {height:50px; padding-top:0;}
	.siteTitle {font-size:30px; padding-top: 10px;}
	#linkBox {width: 100%; font-size:12px;}
	#linkBox ul {float:left; padding-bottom: 10px;}
	#linkBox li {padding: 2px;}
	.jumbotron {height:100px;}
	.container {width: 100%;}
}

.parchmentBox {
	border: 1px solid #808fa5;
	background-color: #E8F8FB;
	border-radius: 8px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding: 10px 20px 30px 20px;
	margin-bottom:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.centeredText {
	text-align: center;
}

.mediumText {
	font-size: 20px;
}

.card {
	margin-top:20px;
	margin-bottom:20px;
	padding: 10px;
	background-color: #EAE8EB;
	border: 1px solid #9D939F;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card-body {
	padding-top:0;
}

.card-text {
	font-size:14px;
}
.card-title  {
	font-weight: bold;
	font-size:18px;
	letter-spacing: 2px;
	text-align: center;
}

.img-thumbnail {
	max-width: 90%;
	border: 1px solid #351F39;
	background-color: #D6D2D7;
	margin: auto;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

h1{font-size:46px;}
h2{font-size:40px;}
h3{font-size:36px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:16px;}

article h1 {
	font-family: 'Caveat', cursive;
	font-size: 40px;
	color:#107DAC !important;
	font-weight: normal;
	margin-top:0;
	margin-bottom:10px;
	text-align: center;
}

#welcome h1 {
	text-align: left;
}

article h2 {
	font-family: 'Caveat', cursive;
	color:#107DAC !important;
	font-weight: normal;
	margin-top:0;
	margin-bottom:10px;
	font-size:36px;
}

legend {
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 24px !important;
	color: #107DAC !important;
	text-align: center;
	border-bottom: 1px solid #E8F8FB !important;
}

/* List Styles */
.noBullet {
	list-style-type: none;
	padding-left:0;
}


.page-header > h1{
	font-family: 'Caveat', cursive;
	font-size: 42px;
	letter-spacing: 10px;
	margin-top:0;
	margin-left: 50px;
	color: #FFFFFF !important;
}

/* Map styles */

#myMap {
	border: 1px solid #4C4C4C;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	height: 400px; 
	margin:10px;
}

.mapTooltip {
	background-color: #1EBBD7  !important;
	font-family: 'Roboto', Helvetica, sans-serif !important;
	font-size: 14px;
	padding: 5px;
	color: #FFFFFF !important;
}

.leaflet-tooltip-left.mapTooltip::before {
	border-left-color: #d8d8d0;
}
.leaflet-tooltip-right.mapTooltip::before {
	border-right-color: #d8d8d0;
}

/* Form styles */
form,
#fullMenuTable {
	border: 1px solid #4C4C4C;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color: #D2F1F7;
	padding: 10px;
	width: 60%;
	margin:auto;
	margin: 20px auto 20px auto;
}

#fullMenuTable {
	width: 100%;
	margin-top:8px;
}

.btn-group {
	left: 40%;
}

.btn-group .button {
	background-color: #E8F8FB; !important;
	border: 2px solid #1EBBD7;
	border-radius: 15px;
	padding: 5px 10px;
	font-size:13px;
}

.btn-group .button:hover {
	background-color: #1EBBD7 !important;
	color: #E8F8FB !important;
}

div:target{
	background-color: #E8F8FB !important;
	/*color: #FFFFFF;*/
	border: 3px solid #1EBBD7;
}

div:target .button {
	color: #4C4C4C !important;
}

#topNav {
	float: right;
    margin-top: 30px;
}

#topNav li {
    color: #FFFFFF !important;
    display: inline;
    padding: 5px;
}

#topNav a {
	color: #FFFFFF;
}

#topNav a:hover,
#topNav a.active {
	color: #bbeaf3;
	text-decoration: underline;
}


/* Submit button */
input[type=submit],
input[type=button] {
	width: 100%;
	margin-top: 20px;
	position:relative;
	/*left: 40%;*/
	background-color: #1EBBD7;
	color:#FFFFFF !important;
	font-family: 'Roboto', Helvetica, sans-serif;
	padding: 5px;
	border-radius: 8px;
}

input[type=submit]:hover,
input[type=button]:hover {
	background-color: #8EDDEB;
	color: #107DAC !important;
}

#logoutButton input[type=button],
#logoutButton input[type=button]:hover {
	width: 20% !important;
	margin-top:5px;
	margin-bottom:10px;
	float:right;
}

input[type=text],
input[type=password],
textarea {
	padding: 5px;
	font-family: 'Roboto', Helvetica, sans-serif;
}

.modal-content {
	border: 1px solid #351F39;
	background-color: #EAE8EB;
	width:1000px;
}

.modal-header {
	padding-bottom: 0;
}

.modal-title {
	font-family: "Roboto", Helvetica, sans-serif;
	font-size:18px;
	color:#351F39;
	margin:auto;
}

.modal-body img {
	width:100%;
}

.modal-header .close {
	font-size:20px;
	color: #351F39;
	margin-left:0;
}

.modal-footer .close {
	font-size: 16px;
}