html{
	overflow: auto;
}
body{
	font-size: 14pt;
}
header{
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 99;
}
p{
	text-shadow: 0px 2px 1px #000;
}
.copy-right{
	width: 100%;
	overflow: hidden;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 5px 0px;
}

.container{
	width: 90%;
}

.bdi-landing-block{
	min-height: 100vh;
	background-image: url('../img/background-services.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 160px;
	position: relative;
}

.bdi-landing-block h1{
	font-size: 2.5em;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0px 3px 5px #000;
}

.bdi-landing-block h3.main-sub-title{
	font-style: italic;
	font-size: 2rem;
    text-shadow: 0px 0px 5px #0fb300;
}

.bdi-landing-block h4{
	font-size: 1.6em;
}

.half-size {
    width: 50%;
}
.full-inside-size{
	width: 100%;
}

.main-title-container{
	width: 70%;
}

.foot-content{
	position: absolute;
	width: 100%;
	bottom: 0;
}


.overlay-mask{
	background-image: linear-gradient(45deg, #fff 15%, transparent 90%);
	padding: 5px 20px;
	margin-bottom: 20px;
}

.full-green-stripe{
	background-color: #0fb300;
	padding: 20px 0px;
	text-align: left;
}

.full-green-stripe h3{
	margin: 0px;
	font-size: 1.8em;
}

.logo-container img{
	max-width: 500px;
	width: 100%;
}

ul.bdi-items-table>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.overlap-item{
	position: absolute;
	width: 50%;
    right: 0;
    height: 80%;
    top: 5%;
    z-index: 99;
}

.bdi-img-container>div{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.bdi-img-container>div:nth-child(1){
	background-image: url('../img/bottle.png');
	width: 300px;
	height: 100%;
	max-height: 500px;
}
.bdi-img-container>div:nth-child(2){
	background-image: url('../img/medal.png');
	width: 180px;
	height: 180px;
	position: absolute;
	bottom: 0px;
	transform: rotate(15deg) translate(90px, 30px);
}

.bdi-img-container{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.full-green-stripe h3 a {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 630px){

	body{
		font-size: 11pt;
	}
	.half-size,.main-title-container{
		width: 100%;
	}

	.overlap-item{
		position: relative;
	    height: 400px;
	    margin: auto;
	}

	.full-green-stripe {
	    padding: 30px 5% 20px 5%;
	    text-align: center;
	}

	.bdi-landing-block{
		padding-bottom: 160px;
	}

	.overlay-mask{
		text-align: center;
		background-color: #fff;
	}

	.bdi-img-container>div:nth-child(2){
		width: 150px;
		height: 150px;		
		bottom: 50px;
	}

	.full-green-stripe h3 {
	    font-size: 1.4em;
	}
}