html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family: "Playfair Display", serif;
	overflow-x:hidden;
}

header{
	height:125px;
}

header{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:22px;
}

header section{
	text-align:center;
	padding-bottom:10px;
}

header section a{
	text-decoration:none;
	color:black;
	transition:.3s ease;
}

#hs1{
	font-weight:900;
}

#hs2 a{
	margin:0px 25px;
	text-decoration:none;
	display:inline-block;
	position:relative;
	padding-bottom:4px;
}

#hs2 a:after{
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: black;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

#hs2 a:hover:after{
	transform: scaleX(1);
	transform-origin: bottom left;
}

#hs2 a:hover{
	color:rgb(0, 0, 0);
	transition:0.25s;
}

#hs3 button{
	font-family: "Playfair Display", serif;
	border:solid black 1px;
	padding:15px 30px;
	background-color:white;
	font-size:22px;
	cursor:pointer;
	transition:.3s ease;
}

#hs3 button:hover{
	background-color:rgb(20, 73, 20);
	color:white;
}

#sec1{
	position:relative;
}

#sec1::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(images/skiinghero.jpeg);
	height:475px;
	background-repeat: no-repeat;
	background-position-y: center;
	filter:opacity(.8);
	background-position-x:center;
	background-size:cover;
}

#sec1-inside{
	position:relative;
	text-align:center;
	color:white;
	height:345px;
	padding-top:130px;
	width:100%;
}

.hbutton{
	font-family: "Playfair Display", serif;
	border:none;
	font-weight:bold;
	margin-top:25px;
	cursor:pointer;
	transition:.3s;
	color:black;
	background-color:white;
}

#hbutton1:hover{
	background-color:black;
	color:white;
}

#hbutton2{
	background-color:black;
	color:white;
}

#hbutton2:hover{
	background-color:white;
	color:black;
}

#sec2 h2{
	text-align:center;
	margin-top:50px;
	margin-bottom:30px;
	font-weight:bold;
}

#sec2 hr{
	background-color:black;
	height:3px;
	border:none;
	width:50%;
	margin-bottom:30px;
}

#gpt{
	text-align:center;
	font-size:22px;
	line-height:150%;
	font-style:italic;
	font-weight:500;
}

#quote{
	text-align:center;
	margin-top:20px;
	font-size:25px;
	font-style:italic;
	font-weight:bold;

}

#quotegpt{
	margin:auto;
}

.quotations{
	font-size:30px;
	font-weight:bold;
	color:rgb(20, 73, 20);
}

footer{
	display:flex;
	justify-content: center;
	align-items:center;
	margin-top:50px;
	height:75px;
	background-color:rgb(216, 216, 216);
	color:black;
	font-weight:bold;
	text-align:center;
	width:100%;
	font-size:20px;
	font-style:italic;
}

@media screen and (min-width:541px) {
	.hbutton{
		padding:20px 40px;
		margin:0px 20px;
		font-size:22px;
	}

	#sec1-inside{
		font-size:55px;
	}
}

@media screen and (max-width:540px) {
	.hbutton{
		padding:12px 20px;
		margin:0px 10px;
		font-size:18px;
	}

	#sec1-inside{
		font-size:35px;
	}
}

@media screen and (max-width:373px) {
	#hbutton2{
		margin-top:30px;
	}
}

@media screen and (max-width:910px) {
	#hs3{
		display:none;
	}

	header{
		flex-direction:column;
	}
	
	#hs1{
		width:100%;
		font-size:30px;
		margin-bottom:10px;
	}

	#hs2{
		width:100%;
	}

	#hideThis{
		display:none;
	}

	#quotegpt{
		width:90%;
	}
	
	#sec2 h2{
		font-size:40px;
	}
}

@media screen and (min-width:911px) {
	#hs1{
		width:30%;
	}

	#hs2{
		width:40%;
	}

	#hs3{
		width:30%;
	}

	#quotegpt{
		width:75%;
	}

	#sec2 h2{
		font-size:60px;
	}
}

/* Contact Page Starts Here */

#contactUs{
	height:200px;
	background-color:black;
	color:white;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:bold;
	margin-bottom:25px;
}

#contactform{
	width:50%;
	margin:auto;
}

#contactform input{
	width:100%;
	font-family: "Playfair Display", serif;
	margin-bottom:20px;
	margin-top:6px;
	padding:10px 0px 10px 10px;
}

#contactform label{
	font-size:25px;
	font-weight:bold;
}

#comments{
	width:100%;
	font-family: "Playfair Display", serif;
	margin-bottom:20px;
	margin-top:6px;
	padding:10px 2px 100px 10px;
	resize:none;
}

#emailsubmit{
	margin:auto;
	display:flex;
	justify-content: center;
	cursor:pointer;
	transition:.3s;
	color:black;
	background-color:white;
	border:solid black 1px;
	padding-right:10px !important;
}

#emailsubmit:hover{
	background-color:rgb(0, 0, 0);
	color:white;
}

@media screen and (max-width:1000px) {
	#contactform{
		width:80%;
	}

	#contactform input{
		font-size:15px;
	}

	#comments{
		font-size:15px;
	}

	#contactform label{
		font-size:18px;
	}

	#contactUs{
		font-size:50px;
	}

	#emailsubmit{
		font-size:14px !important;
		width:60% !important;
	}
}

@media screen and (min-width:1001px) {
	#contactform{
		width:50%;
	}

	#contactform input{
		font-size:22px;
	}

	#contactform label{
		font-size:25px;
	}

	#comments{
		font-size:22px;
	}

	#contactUs{
		font-size:65px;
	}

	#emailsubmit{
		width:30% !important;
	}
}

/* Users Page Starts Here */

#h1profiles{
	text-align:center;
	font-size:60px;
	color:black;
	font-weight:bold;
}

#divider{
	color:black;
	font-size:40px;
	text-align:center;
	margin-top:50px;
	font-weight:bold;
}

#dividerhr{
	border:none;
	background-color:black;
	height:3px;
	width:20%;
	margin-bottom:50px;
	margin-top:
}

#hoverProfiles{
	text-align:center;
	margin-top:15px;
	font-size:20px;
}

#userhr{
	border:none;
	background-color:black;
	height:3px;
	width:35%;
	margin-top:20px;
	margin-bottom:20px;
}

.profile{
	height:150px;
	background-color:rgb(241, 241, 241);
	border:solid 2px rgb(194, 194, 194);
	width:75%;
	margin:auto;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:30px;
	cursor:pointer;
	transition:.3s;
}

.profile:hover{
	background-color:rgb(219, 219, 219);
}

.userName{
	font-size:50px;
	font-weight:bold;
}

#videos{
	width:100%;
	text-align:center;
	display:flex;
	justify-content:center;
	flex-direction:column;
}

.skiVid{
  	aspect-ratio: 16 / 9;
	margin:auto;
}

@media screen and (max-width:899px) {
	.skiVid{
		width:80%;
		margin-bottom:10px;
	}
}

@media screen and (min-width:900px) {
	.skiVid{
		width:35%;
		margin-bottom:10px;
		margin-left:5px;
		margin-right:5px;
	}

	#videos{
		display:flex;
		justify-content:center;
		flex-direction:column;
	}
}