    @font-face {
            font-family: 'RoundedBlack';
            src: url('VAG_Rounded_Black.ttf') format("truetype");
            font-style: normal;
            font-weight: lighter;
        }
		
	

    html, body, header {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
        height: 100%;
        width: 100%;
        font-family: 'RoundedBlack';
        color: #ffffff;
         
        }
    .header-image {
        padding-top: 50px;
        background-attachment: fixed;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
         background-size: 100% auto;
			
    }


    .content {
    	background: #4ac6f0;
		

    }

    .featurette-divider {
        opacity: 0;
    }
    .featurette {
        overflow: hidden;
        padding-top: 50px;
        padding-bottom: 50px;
    	
    }

    .featurette-image.pull-left {
        margin-right: 40px;
		
    }

    .featurette-image.pull-right {
        margin-left: 40px;
    }

   .featurette-heading {
    	font-size: 50px;
    }

    .gallery {
	
        background: #ffffff;
        padding-top: 50px;
        background-attachment: fixed;
        width: 100%;
        height: 100%;
        text-align: center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
		padding-bottom: 120px;
		
    }
    .carousel-inner > .item > img {
		margin: 0 auto;
	}
	.carousel-control.left, .carousel-control.right {
		background-image: none
	}

	.prev1, .next1 {
		color: #4ac6f0;
	}
	.prev2, .next2 {
		color: #ffffff;
	}
	.gallery2 {
        background: #4ac6f0;
        background-attachment: fixed;
        width: 100%;
        height: 100%;
        text-align: center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
		padding-bottom: 80px;
    }
	.image-controls {
		color: #4ac6f0;
		position: absolute;
		top: 100%;
		width: 100%;
	}
	.image-controls2 {
		position: absolute;
		top: 100%;
		width: 100%;
	}
	
	.carousel2 > .item > img {
		margin: 0 auto;
	}
	
	.why-drink {
		background: #ffffff;
        padding-top: 50px;
        background-attachment: fixed;
        width: 100%;
        height: 100%;
        text-align: center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
		
		color:  #4ac6f0;
	}
	.contact {
		background:  #4ac6f0;
        padding-top: 50px;
        background-attachment: fixed;
        width: 100%;
        height: 100%;
        text-align: center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
		
	}





section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}


section#contact .text-danger {
    color: #fff;
}



	
	
    footer {
        margin: 50px 0;
    }
	
