﻿/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
.container {
	padding: 100px 80px;
}
.navbar .container {
	padding: 0!important;
}

@media (max-width:768px) {
.container {
    padding: 50px 20px 60px 20px
    }
}
.navbar-brand {
	padding: 0px;
}
.navbar-brand>img {
	width: auto;
	padding-bottom: 15px;
	 max-height: 80px;

}
.person {
	border: 10px solid transparent;
	margin-bottom: 25px;
	width: 90%;
	height: 90%;
	opacity: 0.7;
}
.person:hover {
	border-color: #f1f1f1;
}
.carousel-inner img {
	width: 100%; /* Set width to 100% */;
	margin: auto;
	margin-top: 100px;

}
.carousel-caption h3 {
	color: #fff !important;
}
@media (max-width: 600px) {
.carousel-caption {
	display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
}
}
/* Home Page Carousel */

header.carousel {
    height: 50%;

}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
    max-height: 600px
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.carousel-caption h2 {
	font-size: 36px;
	font-weight: bold;
}
.carousel-caption h5 {
	font-size: 20px;
	font-weight: bold;
}

body {
    overflow-x: hidden;
}

p {
    font-size: 16px;
}
ul {
    font-size: 16px;
}
.cognito {
	font-size: 16px!important;
}
p.small {
    font-size: 14px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}
.well {
	color: #2c3e50;
}
.well p, .well ul {
	font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;

}

header .container {
    padding-top: 80px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    .navbar-fixed-top.navbar-shrink .navbar-brand>img {

    max-height: 60px;

}

}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
	margin-bottom: 0;
	background-color: #666666;
	border: 0;
	opacity: 0.9;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.9);/* Add a shadow under navbar */;
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.9);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.9);

}
/* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand {
	color: #d5d5d5 !important;
}
/* On hover, the links will turn white */
.navbar-nav li a:hover {
	color: #fff !important;
}
/* The active link */
.navbar-nav li.active a {
	color: #fff !important;
	background-color: #29292c !important;
}
/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
	border-color: transparent;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

#map {
	width: 100%; /* Span the entire width of the screen */;
	height: 400px; /* Set the height to 400 pixels */;
}
.icon {
	-webkit-filter: invert(100%) !important;
}
footer .container {
	padding: 0px 120px;
}

footer .col-sm-8 {
	display: flex;
	justify-content: flex-end;
}
footer ul {
	list-style: none;
}
footer li img {
	width: 28px;
	height: 28px;
}
/* Add a dark background color to the footer */
footer {
	background-color: #666666;
	color: #ccc;
	padding: 32px;
}
footer a {
	color: #f5f5f5;
}
footer a:hover {
	color: #777;
	text-decoration: none;
}
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.bg-1 {
	background: #666666;
	color: #bdbdbd;
}
.bg-1 h3 {
	color: #fff;
}

#reviews {
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #FFFFFF;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f7+0,4e6899+24,2c539e+51,4f6a9b+76,f6f7ef+100 */
background: #f2f5f7; /* Old browsers */
background: -moz-linear-gradient(left,  #f2f5f7 0%, #4e6899 24%, #2c539e 51%, #4f6a9b 76%, #f6f7ef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f2f5f7 0%,#4e6899 24%,#2c539e 51%,#4f6a9b 76%,#f6f7ef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f2f5f7 0%,#4e6899 24%,#2c539e 51%,#4f6a9b 76%,#f6f7ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f7', endColorstr='#f6f7ef',GradientType=1 ); /* IE6-9 */
}
#commercial a {
	color: #f5f5f5;
}
#commercial a:hover {
	color: #777;
	text-decoration: none;
}
/* Remove rounded borders from list */
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* Remove border and add padding to thumbnails */
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail p {
    margin-top: 15px;
    color: #555;
}

/* Black buttons with extra padding and without rounded borders */
.btn {
    padding: 10px 20px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
}

/* On hover, the color of .btn will transition to white with black text */
.btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
}
