@media (min-width:320px) and (max-width:575px) {
#services .text-muted p {
    font-size: 20 px;
    line-height: 1.75;
	color: red;
}
#services  .col-xs-6 {
    width: 50%;
    height: 400px;
    padding: 10px;
}
section {
    padding-top: 80px;
    padding-bottom: 0;
}
ul.social-buttons {
    margin-bottom: 0;
    float: none;
}
.navbar-default .navbar-brand {
	height:15px;
	/* padding-top: 15px; */
}
.navbar-default .navbar-brand img{
	margin-top:8px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 7px 10px;
    margin-top: 0px;
}
.navbar-collapse{
	padding-top: 50px;
	padding-bottom: 30px;
}
.navbar{
	background-color:transparent;
}
.navbar.solid {
	background-color: black;
}

ul#myNavbar {
    background: black;
    border-color: transparent;
	overflow: hidden!important;
	position:inherit;
	margin-top:auto;
}    
 .whitenavbar {
        background: black;
    }
.btn-xl {
	padding: 10px 20px;
}
}
@media (min-width:576px) and (max-width:770px) {
}

@media (min-width:300px) and (max-width:991px) {

}

@media (max-width:1026px) {
}

@media (min-width:500px) and (max-width:770px) {
}

@media (max-width:768px) and (min-width:426px) {
}