@charset "UTF-8";
/* CSS Document */

html {
	
	 scroll-behavior: smooth;

}

body {
	height: 100%;
	max-height: 1000px;
	padding:0px;
	margin:0px;
	overflow-x: hidden;
}
	

a {
	text-decoration: none;
	color:#aa1e2e;
}

a:hover {
	text-decoration: none;
	color:#F999A3;
}


#infotextsmall {
	position:absolute;
	width:210px;
	right:25%;
	top:12vh;
	text-align: center;
	display: none;
}

@media only screen and (max-width: 4000px) {

	#hero {
		width: 100%;
		height: 100vh;
		background-image: url("../img/CCR_CMcGimage_mainpage.jpg");
		background-size: cover;
		background-position: top center;
	}
	
	#logobug {
		
		position: absolute;
		width:23%;
		height: auto;
		margin:20px;

	}
	
	
	#champsign {
		
		position: absolute;
		width:45%;
		height: auto;
		margin-top:63vh;
		margin-left:20px;

		
	}
	
	#bigbottle {
		
		position: absolute;
		width:auto;
		height: 104vh;
		bottom:-70px;
		right:18px;
		z-index: 1000;
		
	}
	
	#conorvideocontainer {
		width:45%;
	}
	
	
	
	#conorvideo {
		width:100%;
		height:550px;

	}
	
	#videoarea {
		padding-top:140px;
		display:flex;
		justify-content: center;
		position: static;
		width: 100%;
		height: 660px;
		background-size: contain;
		background-position: center;
		background-image:url("../img/gradientback.png");
	}

	
#gradienttop {
	position:static;
	top:0;
	width: 100vw;
	height: 400px;
	background-image: url("../img/gradienttop.png");
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto;
	mix-blend-mode: multiply;
}

#gradientbottom {
	position:absolute;
	bottom:0px;
	width: 100vw;
	height: 400px;
	background-image: url("../img/gradientbottom.png");
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: auto;
	mix-blend-mode:multiply;
}
	
#gradienttop2 {
	position:absolute;
	top:100vh;
	width: 100vw;
	height: 400px;
	background-image: url("../img/gradienttop.png");
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto;
	mix-blend-mode: multiply;
}

#gradientbottom2 {
	position:relative;
	bottom:-40px;
	width: 100vw;
	height: 400px;
	background-image: url("../img/gradientbottom.png");
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: auto;
	mix-blend-mode:multiply;
}



#infotext {
	position:absolute;
	max-width:60%;
	right:24%;
	top:12vh;
}

#infotext2 {
	margin-top:25px;
	width:45%;
	text-align: center;
}



.subhead {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	text-align: center;
	line-height: 170%;
	color:#666;
	font-size: 20px;
	
}
	
.beautycopy {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	text-align: center;
	color:#666;
	font-size: 12px;
	line-height: 230%;
	
}
	
	.mainlinks {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	text-align: center;
	line-height: 170%;
	color:#666;
	font-size: 15px;
	
}
	
	
	#expressionimage {
		width:90%;
		
	}	

	#footer {
		width:100%;
		text-align: center;
		box-sizing:border-box;
		background-color: #fcdab3;
		padding-bottom:40px;
	}
	
	
	#social {
		display: flex;
		width:200px;
		margin:0 auto 0 auto;
		justify-content: space-between;
		box-sizing:border-box;
		
	}
	
	#legal {
		text-align: center;
		margin-top:30px;
	}

}

@media only screen and (max-width: 1300px) {

	
#infotext {
	position:absolute;
	max-width:60%;
	right:19%;
	top:12vh;
}

	#legal {
		margin-left:40px;
		margin-right:40px;

	}


#infotext2 {
	margin-top:-10px;
	width:50%;
	text-align: center;
	margin-left:-20px;
}
	
.beautycopy {
		font-size:11px;
		letter-spacing:3px;
	}


.mainlinks {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	text-align: center;
	line-height: 170%;
	color:#666;
	font-size: 14px;
}	
	
#videoarea {
		padding-top:140px;
		display:flex;
		justify-content: center;
		position: static;
		width: 100%;
		height: 480px;
		background-size: contain;
		background-position: center;
		background-image:url("../img/gradientback.png");
	}
	
	
#conorvideocontainer {
		width:45%;
	}
	
	
#conorvideo {
		width:100%;
		height:350px;
}	

#logobug {
		
		position: absolute;
		width:23%;
		height: auto;
		margin:20px;

	}
	
#champsign {
		
		position: absolute;
		width:45%;
		height: auto;
		margin-top:69vh;
		margin-left:10px;

		
	}	

#footer {
		width:100%;
		text-align: center;
		box-sizing:border-box;
		background-color: #fcdab3;
		padding-bottom:40px;
	}


.subhead {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	text-align: center;
	line-height: 170%;
	color:#666;
	font-size: 17px;
	
}
	
	
}

@media only screen and (max-width: 1200px) {
	
#infotext {
	position:absolute;
	width:210px;
	right:25%;
	top:12vh;
	text-align: center;
	display:none;
}
	
#infotextsmall {
	position:absolute;
	width:210px;
	right:28%;
	top:12vh;
	text-align: center;
	display: block;
}

#logobug {
		
		position: absolute;
		width:23%;
		height: auto;
		margin:20px;

	}


.subhead {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	text-align: center;
	line-height: 170%;
	color:#666;
	font-size: 15px;
	
}
	
	
#champsign {
		
		position: absolute;
		width:60%;
		height: auto;
		margin-top:67vh;
		margin-left:10px;

		
	}		

#infotext2 {
	margin-top:-10px;
	margin-right:20px;
	width:30%;
	text-align: center;
	margin-left:-60px;
}
	
.beautycopy {
		font-size:11px;
		letter-spacing:3px;
	}


.mainlinks {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	text-align: center;
	line-height: 170%;
	color:#666;
	font-size: 14px;
}	
	
#videoarea {
		padding-top:140px;
		display:flex;
		justify-content: center;
		position: static;
		width: 100%;
		height: 400px;
		background-size: contain;
		background-position: center;
		background-image:url("../img/gradientback.png");
	}
	
	
#conorvideocontainer {
		width:45%;
	}
	
	
#conorvideo {
		width:100%;
		height:300px;
}	


#expressionimage {
		width:100%;
		
	}	
	
}



@media only screen and (max-width: 630px){
	
	
	#hero {
		width: 100%;
		height: 86vh;
		background-image: url("../img/CCR_CMcGimage_mobile2.jpg");
		background-size: cover;
		background-position: top center;
	}
	
	
	#background {
		width: 100%;
		min-height: 100vh;
		background-image: url("../img/CCR_CMcGimage_mobile.jpg");
		background-size: cover;
		background-position: top center;
	}
	
	#logobug {
		
		width: 170px;
		position: absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;

	}
	
  #infotext {
	position:absolute;
	width:100%;
	top:9vh;
	  display: none;
}



.subhead {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	text-align: center;
	line-height: 170%;
	color:#666;
	font-size: 15px;
	width:300px;
	margin: auto;
	
}

#bigbottle {
		
		position: absolute;
		width:auto;
		height: 104vh;
		bottom:-70px;
		right:18px;
		z-index: 1000;
	display: none;
		
	}	
	
	#champsign {
		
		width: 300px;
		position: absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		bottom:100px;
		

		
	}
	
	#videoarea {
		
		text-align: center;
		padding-top:40px;
		display:flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction:column-reverse;
		position: static;
		width: 100%;
		height: 760px;
		background-size: contain;
		background-position: center;
	}
	
	#conorvideocontainer {
		margin-top:-100px;
		width:100%;
	}
	
	
#conorvideo {
	display: block;
		width:100%;
		height:350px;
}	
	
	
#infotext2 {
	
	margin-bottom:50px;
	width:100%;
	text-align: center;
	margin:30px 0 0 0;
	padding:0;

}

	.beautycopy {
		font-size: 8px;
	}
	
	
	#infotextsmall {
	position:absolute;
	width:100%;
	right:0;
	top:auto;
	bottom:0vh;
	text-align: center;
	display: block;
	background-color: black;
}
	
	.mainlinks {
		margin-top:3px;
		display: block;
		width:100%;
		padding-top:7px;
		padding-bottom:7px;
		font-size: 15px;
		line-height:200%;
		background-color: black;
		z-index: -10;

	}
	
	a {color:white;}
	
	
	}
	



