/*!
 * 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: 30px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

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

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}
a {
    color: #DA261C;
    text-decoration: underline;
}
 
 a:hover, a:focus{
	  	color: #a52a2a;
                text-decoration: underline;
	  }
	 a:focus-visible {
	  outline: 1px solid transparent;
	  box-shadow: 0 0 1px 1px #da291c;
	  border-radius: 3px;
	  transition: all .1s ease-in-out;
	}
footer {
    padding: 30px 0;
}

@media(min-width:768px) {
    body {
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}
#numbers li {
display: block;
width: 100%;
border-bottom: 1px solid #c9c9c9;
padding: 10px 0;}

#numbers ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;}

