/*!
 * Start Bootstrap - Small Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 0; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    font-size: 16px;
    line-height: 150%;
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

footer {
    padding: 30px 0;
}

@media(min-width:768px) {
    body {
        padding-top: 0; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid #77d8ce;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

select {
    width: 90%;
    padding: 10px;
    border: 1px solid #444;
}

footer {
    text-align: center;
    font-size: 12px;
    color: #888;
}


.columns
{   
    -moz-column-width: 20em; /* Firefox */
    -webkit-column-width: 20em; /* webkit, Safari, Chrome */
    column-width: 20em;
    font-size: 14px;
    line-height: 200%;
    
}
/*remove standard list and bullet formatting from ul*/
.columns ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.columns ul li:first-child
{
    margin-top: 0;
    
}

a.header-links, a.header-links:visited {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 0 solid #fff;
}

a.header-links:hover {
    text-decoration: none;
}

.navbar-fixed-top .nav {
    float: right;
}

a.logo-link, a.logo-link:visited, a.logo-link:hover {
    text-decoration: none;
    border-bottom: 0 solid #006666;
}

.center-text {
    text-align: center;
    margin: 0 auto;
}