
::selection {
	background-color: #15cfff;
	color: #ffffff;
	text-shadow: none;
}

h4{
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 8px;
    font-family: Open Sans,sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6rem;
}

h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Open Sans,sans-serif;
    font-size: 1rem;
    line-height: 1rem;
}

h6 {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Open Sans,sans-serif;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1rem;
}

.employee-name-wrapper-2
{
	margin-top:10px;
}
.team-content-2
{
	margin-top:10px;
}
	
.testimonial-logo-img {
	height: 100px;
	overflow: hidden;
}

.portfolio--text {
	height:210px;
	margin:10px 10px 10px 0px;
}

.bg-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
	
.back-video {
    position: absolute;
    right: 0;
    bottom: 0;
	z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
    .back-video {
        width:100%;
        height:auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .back-video {
        width:auto;
        height:100%;
    }
}