/* Site Theme
-------------------------------------------------- */

body {
  padding: 0;
  /*background-image: url("../img/body-gradient.jpg");*/
  /*background-repeat: repeat-x;*/
  background-color: rgba(213, 228, 255, 1);
  /*overflow-y: scroll;*/
}

p {
	overflow: hidden;
}

a {
	color: #0b5394;
	font-weight: 700;
}

a:hover {
	color: #72c562;
	text-decoration: none;
}
h1 {
	color: #0b5394;
	font-family: 'Playfair Display', serif;
	margin: 2rem 0 0 0;
}
h2 {
	margin: 1rem 0 1rem 0;
}
h3 {
	margin: 1rem 0 1rem 0;
}
h4 {
	
}
.g-playfair {
	color: #0b5394;
	font-family: 'Playfair Display', serif;
}
.header-col {
	padding-right: 0;
    padding-left: 0;
}
.header-img {
	margin-bottom: 0;
	margin-top: 62px;
}
.caption {
	line-height: 1.2;
	font-size: .7rem;
}
.bg-light {
	background-color: #a2c4ff!important;
}
.mainwhite {
	background-color: #ffffff;
}
.maingrey {
	background-color: #f3f3f3;
}
.divider {
  height: 2px;
  width: 100%;
  display:block; /* for use on default inline elements like span */
  overflow: hidden;
  padding: 0;
  background-color: none;
  border-top: 4px solid rgba(114,197,98,.5);
}

.list-group-item.active {
	background-color: #999;
    border-color: #999;
}
.list-group-item {
	/*font-size: 0.8rem;*/
}

img {
	width: 100%;
	margin: 1rem 0 1rem 0;
}
.imgbanner {
	margin-bottom: 0rem;
}
.firstitem {
	margin-top: 2rem;	
}

.btn {
	margin-top: 1rem;
	margin-bottom: 1rem;
	background-color: #0b5394;
	border-color: #0b5394;
	border-color: #0b5394;
}

.btn-primary:hover {
	background-color: #72c562;
	border-color: #72c562;
}
.btn-primary:focus {
	box-shadow: 0 0 0 0px rgba(74,104,150,.5);
}
.btn-default {
	color: #ffffff;
}
.btn-default:hover {
	background-color: #C9C9C9;
	border-color: #C9C9C9;
}
.btn-group.focus, .btn-group:focus {
	box-shadow: 0 0 0 3px rgba(74,104,150,.5);
}
.navbar-brand {
	font-family: 'Playfair Display', serif;
	font-size: 1.5rem;
}
.tab-display {
	flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.tab-menu {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.evanskey {
	margin-top: 4rem;
}
.jaykc {
	font-family: 'Satisfy', cursive;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}
.footer-img {
	margin-bottom: 0;
	margin-right: 0;
}
.footer-col {
	padding-right: 0;
    padding-left: 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 0px;
  padding-left: 0px;
}

code {
  font-size: 80%;
}
/*end footer css*/
@media (min-width: 576px){
	.modal-dialog {
	max-width: 66.666667%;
	}
}

@media screen and (max-width: 520px){	
	.h1mobileshrink {
		font-size: 1.75rem;
	}
	.breadcrumb {
		margin-bottom: 0;
	}
	.list-group-item {
		font-size: 0.7rem;
		padding-left: .6rem;
	}
	.tab-display {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.modal-dialog {
		margin:14px;	
	}
	.footer {
		line-height: 1.2;
	}
	.footer-row {
		margin-right: 0;
	}
}