@font-face {
    font-family: StrongGlasgow;
    src: url('/font/StrongGlasgow.ttf');
}

html {
    min-height: 100%;
    position: relative;
}

body {
    background: #d0e9e6;
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}

.container-padding{
    padding-top: 20px;
}

.navbar-default{
	background-color:#333232;
}

/* .navbar-default .navbar-nav > .active > a {
	background-color:#d0e9e6;
} */
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color:#777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color:#d0e9e6;
    /* color: #fff; */
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	color: #fff;
}

@media (min-width: 768px){
	.container-padding {
	    padding-top: 70px;
	}

	.mobile-title	{
		display:none;
	}
}

.corp-font {
    font-family: "StrongGlasgow", Verdana, Geneva, sans-serif;
}

.footer {
    background-color: #333232;
    bottom: 0;
    /* Set the fixed height of the footer here */
    height: 20px;
    padding-right: 5px;
    position: absolute;
    text-align: right;
    width: 100%;
}

/*.container .text-muted {
  margin: 20px 0;
}*/

.no-margin {
    margin: 0;
}

#social{
    width:100%;
    height: 25px;
    text-align:center;
}
.social {
    width: 25px;
    height: 25px;
    vertical-align: top;
    display: inline-block;
    padding:5px;
}
.social > a > img 
{
    width:25px;
    height:25px;
}
#logo {
    padding: 0;
    margin-left:auto;
    margin-right:auto;
}
