@charset "utf-8";
@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;
}
body {
    background-color: #6601C9;
}


.header {
    background-image: url(../images/201808_SportGlide_03_lr.jpg);
    height: 800px;
    margin-top: 0px;
    background-size: cover;
    background-position: center 40%;
}
.header .titel {
    font-family: "Oswald VariableFont wght";
    font-size: 200px;
    color: #FBF900;
    text-align: right;
    text-shadow: 0px 10px 10px #FF0004;
}
.header p {
    font-family: "Oswald VariableFont wght";
    font-size: 100px;
    padding-top: 150px;
    color: #F8FF00;
    text-shadow: 7px 7px #FF0004;
}

.members {
	text-align: center;
	padding: 50px 30px;
}
body h2 {
    font-size: 60px;
}

.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 #FF0004;
    box-shadow: 20px 20px 40px #FF0004;
    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);
	transition: all 1s;
}
#member-pic :hover{
	
transform: translateY(50px)	;
	
	
}
.member-item nav li a {
    color: #FF0000;
    font-weight: 500;
    text-decoration: none;
    font-family: "Lobster Regular";
    font-size: 50px;
}
footer {
    height: 150px;
    background-color: #4D4949;
    text-align: center;
    padding-top: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    -webkit-box-shadow: 0px 0px 100px #FF0004;
    box-shadow: 0px 0px 100px #FF0004;
}

body footer p {
    font-family: "Oswald VariableFont wght";
    font-size: 30px;
}
body footer p :hover  {
    font-family: "Oswald VariableFont wght";
    font-size: 30px;
    color: #F0FF00;
}
