@charset "UTF-8";

.navbar-default {
    background: #000000;
}


@media (max-width:768px){
	
	.navbar-default .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
}
}

@media (max-width:480px){
	.resize {
	height:100%;
	width:100%;
	}
	
	.navbar-default .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em;
}
}

.back-to-top {
    background: #000000;
    color: #fff;
}
.back-to-top:focus {
    background: #000000;
    color: #fff;
}

.back-to-top:hover {
    background: #a9900d;
    color: #fff;
}

a, a:hover {
    color: #000000;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: white;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    outline: 0;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: white;
    background-color: transparent;
}

#parallax1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)),url(../img/parallax/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.box-team img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.center{
text-align:center !important;
}

.service .screenshot img {
    margin-right: auto;
    margin-left: auto;
    padding-left: 4px;
    width:auto;
	    border: solid 10px #fff2ce;
}

.benefitword{
	font-size: 18px;
}

footer {
    background: #000000;
    color: #fff;
    padding: 50px 0 30px;
}

#parallax2 {
    background-image: url(../img/about-img5.jpg);
}

.middleimg{
    /* width: -webkit-fill-available; */
	width: 100%;
}

.btn-theme {
    background: #000000;
}

.contact-widget i {
    color: black;
}