/***CSS RULES

** FONT
font-family: 'Oswald', sans-serif;
font-family: 'Petrona', serif;

**/

body{
	background-color: #e4dfd5;
}

h1{
	
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	font-style:normal;
	font-size: 4em;
}

h1 span{
	font-weight:200;
}

h2{
	
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	font-style:normal;
	font-size: 1.5em;
}

h5{
	
	font-family: 'Petrona', serif;
	font-weight: 600;
	font-style:italic;
	font-size: 2.3em;
}

h5.text-red {
    margin-top: 30px;
}

.up{
	text-transform: uppercase;
}

p.main{
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-style:normal;
	font-size: 1.2em;
    /**position: absolute;
	bottom: 49%;
	left: 37%;**/
}

p.main span{
	font-size: 1.2em;
}

p.main span.sp-red{
	color:#8b2644;
}

.col-4.since {
    /*position: relative;*/
}

.text-red{
	color:#8b2644;
}

.text-grey{
	color:#4e4945;
}

p.sub-main {
    margin-top: 30px;
    font-family: 'Petrona', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 1.5em;
    color: #4e4945;
}

p.sub-main span.sp-red{
	color:#8b2644;
}

p.sub-main span.sp-light{
	font-weight: 100;
	font-size: 0.8em;
}

img.ais {
    width: 40%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

img.img-fluid.glass {
    width: 80%;
}

img.img-fluid.bottle {
    width: 300px;
	position: absolute;
    left: 70px;
    top: 56px;
}

.service-list{
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-style:normal;
	font-size: 1.5em;
	text-align: left;
	z-index: 100;
	position: absolute;
	left: 270px;
    top: 250px;

}

.content {
  height: 400px;
  width: 100%;
  position: relative;
}

li {
    margin-bottom: 20px;
}

.row.justify-content-center {
    height: 500px;
}

.form-group {
    margin-top: 20px;
}

.h4{
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-style:normal;
	font-size: 1.5em;
}

.btn-submit {
    color: #fff;
    background-color: #8b2644;
    border-color: #8b2644;
    margin: 10px 0px;
}

.bi-arrow-up {
    color: #8b2644;
}

.hidden{
	display: none!important;
}

form #intralweb{ display:none; }

/**

	RESPONSIVE

    left: 144px;
    top: 50px;
**/

@media screen and (max-width: 770px) {
	.service-list{
		left: 143px;
		top: 154px;
	}

	img.img-fluid.bottle{
		left: 0px;
		top: 56px;
	}
	p.main{
		bottom: 37%;
		left: 15%;
	}

	img.ais {
 	   width: 70%;
	}
}



