/* Remeasure styles  */

body{
	background: #fff;
}

p {
	font-style: normal;
}

hr {
	width: 95%;
	border-top: 1px solid white;
	border-bottom: 1px solid rgba(0,0,0,0.2); 
}

table {
	width: 100%;
}
td {
	font-size: 0.90rem
}
h4 {
	font-size: 1.875rem;
	font-weight: 300;
	padding: 1.5em 0 0;
}
h7 {
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

#mainNavBar {
	background-color: white;
	height: 60px;
}

#mainNavBar .nav-link {
	color: orangered;
}

#submit-btn {
	padding-top: 24px;
	margin-right: 3px;
}

a:link, a:visited {
	color: orangered;
	font-weight: normal;
}


a:hover, a:active {
	color: orangered;
	text-decoration: underline;
	font-weight: medium;
}

.left-indent {
	margin-left: 32px; 
}


/* Modified Bootstrap styles  */

.label {
	text-transform: uppercase;
	color: #9B9B9B;
}

.text-muted {
	font-weight: 300;
	font-style: italic;
}

.btn.btn-success {
	background-color:orangered;
}
/* @media (max-height:1200px) {
	#header {
		height: 300px;
		background:  url("assets/pro.jpg") center bottom / cover no-repeat; 
	}
} */

img.img-store {
	height: 40px;
}

#term.jumbotron {
	background-color: gray;
	color:white;
	text-align: center;
}

#post.jumbotron {
	background-color: orangered;
	color:white;
	text-align: center;
}