*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    float: left;
    background: #b70752;
    font-family: 'DM Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
header{
    padding:0 20%;
    width: 100%;
    position: absolute;
    top:50%;
    z-index: 10;
    transform: translateY(-50%)
}
header h1{
    width: 100%;
    text-align: left;
    padding:0; 
    float: left;
    color: #fff;
    font-weight: 300;
    margin:0;
    font-family: 'Tinos', serif;
    font-size: 110px;
}
header h3{
    width: 100%;
    text-align: left;
    padding:0; 
    float: left;
    color: #fff;
    font-weight: 300;
    margin:0;
    font-size:40px;
}
header p{
    width: 100%;
    float: left;
    color: #fff !important;
    font-weight: 300;
    margin:20px 0 0 0 !important;
    font-size: 16px;
}
.fadelogo {
    width: 100%;
    height: auto;
    margin:0;
    padding: 20px 10%;
    display: none;
    position: fixed;
    top:0;
    background:#b70752;
    left: 0;
    z-index: 1000000
}
.fadelogo h2{
    width: auto;
    height: auto;
    float: left;
    font-family: 'Tinos', serif;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin: 0
}
.fadelogo a{
    width: 30px;
    height:30px;
    float: right;
    margin: 0
}
.fadelogo a img{
    width:100%;
    height: auto;
    float: left;
    margin: 0
}
section {
	width: 100%;
	float: left;
	margin: 0
}
section p{
    width: 100%;
    float: left;
    color: #1b1d26;
    font-weight: 300;
    margin:0 0 20px;
    font-size: 16px;
}
section p i{
    font-family: 'Tinos', serif;
    font-size: 24px;
}
section.fullimage {
	background:#b70752 url('../img/rosone.jpg') no-repeat;
	background-position:70% 50%;
	background-size:auto 75%; 
	height: 100vh;
	position: relative;
}
section.infotext {
	background: #fff;
	padding:5% 10%
}
section.infotext h2{
	width: 100%;
	float: left;
	margin: 0 0 30px;
	font-size: 50px;
	font-weight: normal;
	font-family: 'Tinos', serif;
}
.infotext-left {
	width: 50%;
	float: left;
	margin: 0;
	padding:0
}
.infotext-right {
	width: 50%;
	float: left;
	margin: 0;
	padding:0;
	text-align: center;
}
section.gridgallery {
	padding: 5% 10%
}
section.gridgallery h2{
	width: 100%;
	float: left;
	margin:0 0 50px;
	font-size: 50px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	font-family: 'Tinos', serif;
}
main{
    width: 100%;
    padding:0;
    box-sizing: border-box;
    margin: 0;
    float: left;
}
section.contact {
	padding: 5% 10% ;
	background: #fff;
}
section.contact h2{
	width: 100%;
	float: left;
	margin:0 0 50px;
	font-size: 50px;
	font-weight: normal;
	color: #1b1d26;
	text-align: center;
	font-family: 'Tinos', serif;
}
section.contact h3{
	width: 100%;
	float: left;
	margin:0 0 20px;
	font-size: 25px;
	font-weight: normal;
	color: #1b1d26;
	text-align: left;
}
section.contact p{
	margin:0 0 10px;
}
section.contact p a{
	color: #1b1d26
}
section.contact .half-left{
	width: 50%;
	float: left;
	margin: 0
}
section.contact .half-left:last-child h3{
	width: auto;
	float: right;
}
section.contact .half-left:last-child a{
	width:40px;
	height: 40px;
	float: right;
	margin: 0;
	clear: both;
}
section.contact .half-left:last-child a img{
	width:100%;
	height: auto;
	float: left;
	margin: 0;
}
section.copy {
	margin:0;
	padding: 2% 10%;
	font-size: 14px;
	text-align: center;
	color: #fff
}
.btn {
    display: inline-block;
    background-color: firebrick;
    padding: 6px 12px;
    color: #fff;
    border-radius: 18px;
    text-decoration: none;
    transition: 0.3s;
}
.btn:hover{
    filter: brightness(1.1)
}
.hes-gallery{
    padding:0px;
    float: left;
    width: 100%
}
.hes-gallery img {
    object-fit: cover;
    transition: 0.3s;
    cursor: pointer;
    height: 270px;
    margin: 0;
    padding: 10px;
    width: calc(100% / 4);
    float: left;
}
.hes-gallery img:hover{
    transform: scale(1.02);
}


@media (max-width: 767px) {
header {
    padding: 0 20px;
}
header h1 {
    font-size: 40px;
}
header h3 {
    font-size: 25px;
}
.fadelogo {
    padding: 20px ;
}
.fadelogo h2{
    font-size: 25px
}
section.fullimage {
    background: #b70752 url(../img/rosone.jpg) no-repeat;
    background-position: 50%;
    background-size: auto 65%;
    height: 100vh;
}
section.infotext, section.gridgallery, section.contact {
    padding:30px 20px;
}
.infotext-left {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.infotext-right {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.infotext-right img{
    width: 100%;
    float: left;
    margin:20px 0 30px;
    padding: 0;
}
section.infotext h2, section.gridgallery h2, section.contact h2 {
    margin: 0 0 20px;
    font-size: 30px;
}
.hes-gallery img {
    height: 150px;
    width: 50%
}
section.contact .half-left {
    width: 100%;
    float: left;
    margin: 0;
}
section.contact h3 {
    font-size: 20px;
}
section.contact .half-left:last-child {
    width:100%;
    float: left;
    margin: 20px 0 0
}
section.contact .half-left:last-child h3 {
    width:100%;
    float: left;
}
section.contact .half-left:last-child a{
    float: left;
}
section.copy {
    margin: 0;
    padding:20px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
main{
    width: 100%;
}
header img{
    width: 80%;
    object-fit: contain;
}
}

@media (min-width: 767px) and (max-width:1280px) {
header {
    padding: 0 10%;
}
section.fullimage {
    background-position: 50% 50%;
    background-size: auto 70%
}
.infotext-right img{
    width: 90%;
    float: right;
}
.hes-gallery img {
    height: 150px;
}
}

