/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  font-size:1.1rem;
  color: #5a5a5a;
}

h1 {font-size: 1.8rem; }
h1::after {
    background-color: #007bff; 
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
	top:10px;
    position: relative;
    
    width: 150px;
}
#top { }
.navbar {padding: 0 0 0.3rem 0;}
.bg-dark { background-image: url(../img/bg-nav.png); background-repeat: repeat-x; background-color: transparent!important;}
.main { background: url(../img/bg.jpg); padding:20px 0px; }
.nav-link { font-size: 1.15rem; color: rgba(255,255,255,.7)!important; }
.nav-link:hover {  color: rgba(255,255,255,1)!important;}
.content {-webkit-box-shadow: 0px 0px 3px 3px rgba(170,170,170,0.5); -moz-box-shadow: 0px 0px 3px 3px rgba(170,170,170,0.5);
box-shadow: 0px 0px 3px 3px rgba(170,170,170,0.5); min-height:50vh; background-color:#ffffff; padding:20px 40px;}

footer { background: url(../img/bg-footer.jpg); color: rgba(255,255,255,.7);}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 767px) {
  header .px-3 {padding-left:0!important; padding-right:0!important;}
  footer {background: #2f6aae; }
  .footer-txt {padding-right:50px;}
  .nav-link {color:#2f6aae!important; margin-left: 20px;}
  .content {padding:20px 20px;}
  .content .w-50 { width:100%!important;}
}

@media (min-width: 62em) {
  
}
