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}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

body {
	margin-top: 84px;
	font-family: 'Inter', sans-serif;
	background-color: #fff;
	transition: background-color 1s ease;
	overflow-x: hidden;
}

h1 {
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
}

h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
}

h2 p {
	margin-bottom: 20px;
}

h3 {
	font-size: 12px;
	font-weight: 700;
	left: 8%;
	position: absolute;
}

.values {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
}

.logo {
	width: 8%;
	height: auto;
	left:3%;
	position: fixed;
	mix-blend-mode: difference;
}

.head {
	left: 16%;
    position: relative;
    width: 52%;
    margin-bottom: 450px;
}

.intro {
	margin-bottom: 40px;
}

.links button {
	border: 1px solid #d9d9d9;
	background: none;
	padding: 5px 13px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 15px;
	text-transform: uppercase;
	transition: border 1s ease, padding 0.3s ease; 
}

.links button:hover {
	border: 1px solid #000;
	padding: 5px 17px;
}

.roster {
	margin-bottom: 160px;
	display: inline-block;
	scroll-margin-top: 200px;
}

.rostercontent {
	position: relative;
	left: 16%;
}

.rosteritem {
	width: 25%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}

.rosterimage {
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 20px;
}

.rosterimage img {
	width: 100%;
	height: 270px;
	overflow: hidden;
	object-fit: cover;
	scale:102%;
	transition: scale 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.rosterimage img:hover {
	scale:110%;
}

.name {
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.rosterlinks {
	float: right;
	display: flex;
}

.rosterlinks a {
	width: 23px;
}

.rosterlinks img {
	width: 75%;
	float: right;
}

.panel {
	min-height: 100vh;
}

.lower {
	position: relative;
	color: #fff;
    padding-top: 180px;
    min-height: 100vh;
}

.color-white {
  background-color: #fff;
}

.color-black {
  background-color: #000;
}

.about {
	position: relative;
	margin-bottom: 100px;
	scroll-margin-top: 200px;
	mix-blend-mode: difference;
}

.aboutcontent {
	margin-left: 16%;
    position: inherit;
    top: -6px;
    width: 79%;
}

.aboutcontent h2 {
	width: 66%;
}

.aboutcontent li {
	position: relative;
	margin-top: 100px;
	display: inline-block;
	width: 100%;
}

.aboutcontent ul {
    width: 31%;
    float: left;
    margin-right: 2.3%;
}

.team {
	margin-bottom: 200px;
}

.teamcontent {
	margin-left: 16%;
    position: inherit;
    top: -6px;
    width: 79%;
}

.teamimg {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	padding-bottom: 31%;
	background: url("/assets/team.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.team li {
    position: relative;
    margin-top: 60px;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.team ul {
	width: 160px;
    float: left;
    margin-right: 4%;
}

.teamrole {
	font-size: 14px;
}

.teamrole img {
	top: 2px;
    position: relative;
    opacity: .5;
    height: auto;
    width: 15px;
    margin-left: 6px;
}

.contact {
	margin-bottom: 100px;
}

.contact button {
	border: 1px solid #666;
	background: none;
	padding: 5px 13px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 15px;
	text-transform: uppercase;
	color:#ffffff;
	transition: border 1s ease, padding 0.3s ease;
}

.contact button:hover {
	border: 1px solid #fff;
	padding: 5px 17px;
}

.contactcontent {
	margin-left: 16%;
    position: inherit;
    top: -6px;
    width: 79%;
}

.contactcontent li {
	list-style: none;
	display: grid;
}

.contactcontent ul {
	margin-bottom: 20px;
}

.icon {
	float: left;
	margin-right: 2%;
	scale: 50%;
    top: -10px;
    position: relative;
}

.detail {
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
	display: inline-block;
	margin-right: 10px;
}

#footer {
	height: 100px;
	font-size: 14px;
	margin: 0 5%;
}

.footercontent {
	margin: 0 auto;
    width: fit-content;
}

.footlogo {
	width: 25px;
	height: auto;
	float: left;
	margin-right: 10px;
}

.foottag {
	width: fit-content;
    float: left;
    margin-right: 20px;
}

.copyright {
	width: fit-content;
    float: right;
}



@media (max-width: 480px) {

body {
	margin-top: 30px;
}

h2 {
	font-size: 24px;
    line-height: 29px;
}

h3 {
	left: 5%;
}

.logo {
	left: 5%;
	position: absolute;
}

.head {
    left: 5%;
    width: 90%;
    top: 45px;
    margin-bottom: 40vh;
}

.roster {
scroll-margin-top: 40px;
}

.rostercontent {
	left: 5%;
	top: 40px;
}

.rosteritem {
    width: 95%;
}

.rosterimage img {
    height: 250px;
}

.lower {
	padding-top: 0px;
}

.about {
	scroll-margin-top: 40px;
}

.aboutcontent {
    margin-left: 5%;
    top: 40px;
    width: 100%;
}

.aboutcontent h2 {
    width: 95%;
}

.aboutcontent li {
    margin-top: 40px;
    width: 95%;
}

.values {
	font-size: 15px;
    line-height: 19px;
}

.team {
	margin-bottom: 100px;
}

.teamcontent {
    margin-left: 5%;
    position: relative;
    top: 40px;
    width: 95%;
}

.team li {
	display: flow-root;
    text-align: left;
    margin-top: 40px;
}

.team ul {	
    margin-bottom: 20px;
}

.contactcontent {
	margin-left: 3%;
    position: relative;
    top: 40px;
    width: 100%;
}

.contactcontent ul {
    margin-bottom: 20px;
}

.contactcontent li {
    display: inline-grid;
    width: inherit;
}

.detail {
	font-size: 20px;
    line-height: 33px;
    width: 80%;
    margin-top: 2px;
    margin-left: 20px;
}

.icon {
    float: left;
    margin-right: 2%;
    scale: 50%;
    position: relative;
    width: 24px;
    height: 24px;
    top: 0px;
}

.contact {
	margin-bottom: 140px;
}

.copyright {
    float: left;
    margin-top: 10px;
}


}