@font-face {
    font-family: 'Aventa';
    src: local('Aventa Bold'), local('Aventa-Bold'),
        url('../fonts/Aventa-Bold.woff2') format('woff2'),
        url('../fonts/Aventa-Bold.woff') format('woff'),
        url('../fonts/Aventa-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

@font-face {
    font-family: 'Aventa';
    src: local('Aventa SemiBold'), local('Aventa-SemiBold'),
        url('../fonts/Aventa-SemiBold.woff2') format('woff2'),
        url('../fonts/Aventa-SemiBold.woff') format('woff'),
        url('../fonts/Aventa-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }
@font-face {
    font-family: 'Aventa';
    src: local('Aventa'), local('Aventa'),
        url('../fonts/Aventa-LightPERSONALUSEONLY.otf') format('otf'),        
    font-weight: 300;
    font-style: normal;
  }

body 
{
	/*font-family: Aventa;*/
}
body * {
	transition: all 350ms ease;
}
.cynteree-home {	
	background-image: url('../images/background.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: repeat;

}
.cynteree-home-content {
	padding-top: 70px;
	padding-left: 80px;
}
.logo {
	margin-bottom: 15vh;
}
.cynteree-home-content p {
	margin-bottom: 0;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1;
	font-family: Aventa;
}
.cynteree-home-content h1 {
	font-size: 105px;
	line-height: 1;
}
.cynteree-home-content h2 {
	margin-top: 10vh;
	font-size: 50px;
	font-weight: 300;
}
.cynteree-home-content h2 strong {
	display: block;
	font-weight: 700;
}
.cynteree-home-content h6 {
	margin-top: 5vh;
}

/* Responsive Css */
@media only screen and (max-width: 1440px) {
	.cynteree-home-content h1 {
		font-size: 76px;
	}
	.cynteree-home-content p {
		font-size: 18px;
	}
	.cynteree-home-content h2 {
		font-size: 36px;
	}
	.icon-logo {
		max-width: 80%;
	}
}
@media only screen and (max-width: 1440px) {
	.icon-logo {
		max-width: 100%;
	}
}
@media only screen and (max-width: 991px) {

	.cynteree-home-content {
		padding-top: 45px;
		padding-left: 40px;
	}
	.cynteree-home-content h1 {
		font-size: 56px;
	}
	.cynteree-home-content p {
		font-size: 15px;
	}
	.cynteree-home-content h2 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 768px) {

	.cynteree-home-content {
		padding-top: 20px;
		padding-left: 15px;
		
	}
	.cynteree-home {
		background-image: url(../images/background-1.png);
		background-repeat: repeat;
		background-size: auto;	
	}
	.logo {
		margin-bottom: 8vw;
	}
	.cynteree-home-content h1 {
		font-size: 12vw;
	}
	.cynteree-home-content p {
		font-size: 4vw;
	}
	.cynteree-home-content h2 {
		margin-top: 10vw;
		font-size: 6vw;

	}
	.cynteree-home-content h6 {
		margin-bottom: 20px;
	}
}
