

#mainNav .navbar-brand {
    font-size: 24px;
    text-decoration: none;
    opacity: 1;
    color: #fff;
}    
  
a {
    color: #1598d5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
} 

a:hover, a:focus {
    color: #777;
    text-decoration: none;
} 
    
.my-5 {
    margin-top: 0rem!important;
    margin-bottom: 3rem!important;
}

h3 {
    text-transform: none;
}

.btn-primary {
    border: 1px solid #1598d5;
    background-color: #1598d5;
    margin-bottom: 100px
}

.btn-primary:hover, .btn-primary:focus {
    color: #0A8FD5;
    border-color: #f7ec16;
    background-color: #f7ec16;
}

.text-primary {
    color: #f7ec16 !important;
}

section.page-section {
    padding: 100px 0 0 0;
}


.call-to-action span.quote {
    font-size: 22px;
    line-height: 30px;
}

.social-list {
margin-top: 30px;
}

.list-inline-item:not(:last-child) {
    margin-right: 20px;
}

.fa-email:before {
  content:url('../img/icons/48/email.png'); 
  position:relative; 
  z-index:1; 
  left:0px;
  top:4px;
}
.fa-goodreads:before {
  content:url('../img/icons/48/goodreads.png'); 
  position:relative; 
  z-index:1; 
  left:0px;
  top:4px;
}
.fa-facebook:before {
  content:url('../img/icons/48/facebook.png'); 
  position:relative; 
  z-index:1; 
  left:0px;
  top:4px;
}
.fa-twitter:before {
  content:url('../img/icons/48/twitter.png'); 
  position:relative; 
  z-index:1; 
  left:0px;
  top:4px;
}
.fa-linkedin:before {
  content:url('../img/icons/48/linkedin.png'); 
  position:relative; 
  z-index:1; 
  left:0px;
  top:4px;
}


