/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

.about-pic {
	max-width: 85%;
	margin: 0 auto;
	border-radius: 10px;
	
}

a:hover {
	text-decoration: none;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}

.second-footer-content img{
	width: 80%;
	border-radius: 30px;
	
}

.footer-content {
	text-align: right;
	padding: 0px 25px;
	
}

.full-portfolio {
	margin-top: 7%;
	
}

#home-services {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	
}

.media-heading {
	font-weight: 600;
	
}

.bbb-logo-big {
	max-width: 100px;
	
}

.home-services {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}

.testimonial .media-heading {
	font-size: 25px;
}

.testimonial blockquote p {
	font-size:22px;
	
}

.bbb-logo {
	max-width:15px;
	float: right;
	display:inline;
	margin-top: -3px;
	
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.fixed-header-on .header {
    background-color: rgba(10,30,90,.95);
    padding: 5px 0;
    border-bottom: solid 3px #000050;
}

@media (max-width: 767px) {
	
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: rgba(5,5,30,.95);
    text-align: center;
}

.header-left {
	max-width:250px;
	
}


.full-portfolio {
	margin-top: 35%;
	
}

.footer-content {
	text-align: center;
	padding: 0px 5px;
}

.social-links li {
	margin: 10px 0;
	display: inline-block;
	font-size: 25px;
}

.second-footer-content img{
	width: 100%;
	border-radius: 30px;
	
}

.banner-caption h1 {
    font-size: 50px;
}

.main-navigation .navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.navbar-nav {
    margin: 20px auto;
}
	
}

@media (min-width: 1100px) {
	
	#home-services {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0px 5%;
}
	.home-services {
	padding-right: 10px;
		
	}

	.border-1 {
	border-right: solid 1px #fff;
		
	}
	
}

@media (min-width: 980px) and (max-width: 1200px) {
	
	.banner .btn {
    background: transparent;
    color: #fff;
    margin: 0 auto;
    border: solid 2px #f2f2f2;
    text-align: center;
    display: block;
    max-width: 250px;
    margin-top: 50px;
	
}

}

@media (min-width: 992px) {

.container {
    width: 97%;
}

.levelup-parallax {
	
	padding: 100px 0px 50px 0px;
	
}

#home-services {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0px 5%;
	margin-left: 3%;
}

}

@media (max-width: 980px) {
	
	.full-portfolio {
	margin-top: 35%;
	
}
	
}

@media (min-width: 450px) {
.navbar-default .navbar-toggle {
    border-color: #ddd;
    top: -60px;
}
}
