html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


/* Social Media Buttons */
.social .social-btn {
    height: 40px; 
    width: 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    float: left;
    padding-top:8px;
}

.social .facebook {
    background-color: #3b5998;
}

.social .twitter {
    background-color: #55acee;
}

#logo{
	max-width:60px;
	margin-right:10px;
}

nav{
	background-color:#639bff!important
}

nav li a{
	color:white!important;
	font-weight:bold;
}

.navbar-brand{
	color:white!important;
	font-weight:bold;
}

@media (min-width:576px)
{
	ul.navbar-nav{
	flex-direction:row-reverse!important;
}
}

