@charset "utf-8";
@import url("../../webfonts/DancingScript_VariableFont_wght/stylesheet.css");
@import url("../../webfonts/Lobster_Regular/stylesheet.css");
@import url("../../webfonts/Anton_Regular/stylesheet.css");
@import url("../../webfonts/SedgwickAve_Regular/stylesheet.css");
@import url("../../webfonts/Pacifico_Regular/stylesheet.css");
@import url("../../webfonts/Oswald_VariableFont_wght/stylesheet.css");


* {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	box-sizing: border-box;
}

@font-face{
    font-family: french-canon;
    font-style: normal;
    font-weight: 400;	
}
body{
    font-family: french-canon;
    font-style: normal;
    font-weight: 400;
    background-color: #1BCF9F;
}

.header{
    height: 600px;
    background-image: url(../images/35679.jpg);
    background-size: cover;
    background-position: center 90%;
    color: #43008E;
    padding-top: 50px;
    text-align: center;
    -webkit-box-shadow: 50px 50px 200px #FFDD00;
    box-shadow: 50px 50px 200px #FFDD00;
}


.header h1 {
    font-size: 120px;
    margin-top: 160px;
    text-shadow: 0px 0px 40px #0E008B;
}
.header h1 span {
    color: #FF5F00;
    text-shadow: 0px 0px 20px #FF5700;
}



.header p {
    color: #D0FF00;
    font-size: 60px;
    padding-left: 20px;
    margin-top: 110px;
    padding-bottom: 50px;
    text-align: right; 
    height: 65px;
	line-height: 65px;
}
.members {
	text-align: center;
	padding: 50px 30px;
}
.member-list {
    list-style-type: none;
    margin-top: 25px;
    font-family: "Lobster Regular";
}
.member-item {
    width: 350px;
    display: inline-block;
    margin: 30px;
    -webkit-box-shadow: 20px 20px 40px #032B9A;
    box-shadow: 20px 20px 40px #032B9A;
    font-size: 20px;
    font-family: "Anton Regular";
    color: #FFFFFF;
    background-color: #000000;
}
.member-pic {
    width: 100%;
    background-image: url(../images/thumb2-4k-kawasaki-ninja-zx-10r-night-2019-bikes-superbikes.jpg);
}
.member-item nav li a {
    color: #FF0000;
    font-weight: 500;
    text-decoration: none;
    font-family: "Lobster Regular";
    font-size: 50px;
}
nav li a:hover {
    color: #FFFD00;
}
.about {
    height: 700px;
    background-image: url(../images/wp4788702.jpg);
    background-size: cover;
    padding-top: 50px;
    background-color: #677267;
    background-blend-mode: multiply;
    font-size: 24px;
    color: white;
    font-family: "Oswald VariableFont wght";
}
.circle {
    width: 600px;
    border-radius: 50%;
    height: 600px;
    background-color: rgba(41,29,29,0.50);
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-left: 120px;
    padding-bottom: 120px;
    padding-right: 100px;
	
}
