html, body {
  background-color: #f4f4f4;
  color: #636b6f;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

a {
  color: #1E88E5;
}

a:hover {
  text-decoration: none;
}

.main-font {
  font-size: .8em;
}

.main-content {
  flex: 1 0 auto;
}

#footer {
  flex-shrink: 0;
}

.main-nav {
  background-color: #1565C0;
  padding: 20px;
  
	/*padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px; */ 
}

.main-banner {
  background-color: #1565C0;
}

.bg-primary {
  background-color: #0059b3!important;
}

.back-btn {
  cursor: pointer;
}

.full-height {
  height: 100vh;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.position-ref {
  position: relative;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}

.content {
  text-align: center;
}

.title {
  font-size: 84px;
}

.links > a {
  color: #f5f5f5;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.quick-browse a{
  color: #fff;
  font-weight: 600;
}
.quick-browse a{
font-size: 0.8em;
}
.quick-browse a:hover{
  text-decoration: none;
}
.quick-browse a > .text{
  background-color: #8a99a8;
  transition: all 0.5s ease;
}
.quick-browse a > .text{
  
  transition: all 0.5s ease;
}
.quick-browse a:hover > .text{
  background-color: #758493;
}
.quick-browse a:hover > .icon{
  background-color: #014891;
}


.current {
  background-color: #758493 !important;
  
}

/* Footer */
/* @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); */
section {
    padding: 20px 0;
    margin-top: 50px;
}

section .section-title {
    text-align: center;
    color: #37474F;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #37474F !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#eee;
}
#footer a {
    color: #eee;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
  color: #E0E0E0;
  margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	/* font-size:30px;
  margin-top:-10px; */
  color: #fff;
}
#footer ul.social li a,
#footer ul.social li a:hover{
	color:#fff;
}

.article-content {
	line-height: 1.6;
	font-size: 1em;
    padding-bottom: 0.75rem;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}