@charset "utf-8";
@import url("../../webfonts/Pacifico_Regular/stylesheet.css");
@import url("../../webfonts/Lobster_Regular/stylesheet.css");
@import url("../../webfonts/SedgwickAve_Regular/stylesheet.css");
@import url("file:///C|/Users/User/webfonts/Oswald_VariableFont_wght/stylesheet.css");
body {
    font-family: "Oswald VariableFont wght";
    font-style: normal;
    font-weight: 600;
    color: #698EAC;
    margin: 0px;
    background-color: #071928;
    font-size: large;
} 
.clearfix::after{
    content: "";
    clear: none;
    display: table;
    font-family: "Oswald VariableFont wght";
}
.clearfix{
	overflow: auto;
}
.page-wrapper{
    max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
} 
.top-banner {
    background-image: url("../images/1196394.jpg");
    background-attachment: scroll;
    background-position: center 40%;
    background-size: cover;
    height: 500px;
    padding-top: 70px;
}
.top-banner img{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
	
}
#logo{
    width: 50%;
    float: left;
    margin-left: 20px;
    max-width: 200px;
    color: #030A57;
    font-weight: 700;
    font-size: xx-large;
}
.top-banner h1 {
    font-size: 90px;
    text-align: center;
    color: #FFFD00;
    font-family: "Oswald VariableFont wght";
    font-style: normal;
    font-weight: 800;
    padding-left: 60px;
}
nav ul {
    text-align: center;
    list-style-type: none;
    padding-left: 0px;
    padding-bottom: 50px;
}
nav a {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    background-color: #FF0000;
    padding-top: 10px;
    font-family: "Oswald VariableFont wght";
    font-style: normal;
    font-weight: 500;
    font-size: x-large;
    margin-top: 5px;
    padding-bottom: 10px;
}
nav a:hover {
    color: #14289B;
    background-color: #E8FF00;
}
h2, h3 {
    color: #FF0000;
}
.container-featured{
	margin: 2%;
}
.featured-images{
	display: block;
	width: 100%;
}
#pic1{
	background-image: url("../images/fastest motorcycles2.jpg");
}
#pic2{
	background-image: url("../images/motorcycle-repair-garage-800x800.jpg")
}
#pic3{
	background-image: url("../images/best-sport-cruiser-motorcycle.jpg")
}
#pic4{
	background-image: url("../images/RR.jpg")
}.featured-img {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    border: thick solid #FFFFFF;
    background-position: center;
}
.featured-images {
    text-align: center;
}
.featured {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    float: left;
}

#topic-one-img {
    width: 100%;
    background-image: url("../../images/1196394.jpg");
    background-size: cover;
    height: 700px;
}
#topic-two-img {
    width: 100%;
    background-image: url("../../images/RR.jpg");
    background-size: cover;
    height: 300px;
}
.footer {
    width: 100%;
    padding: 20px;
    background-color: #701313;
    border-sizing: border-box;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.page-wrapper .footer h3 {
    font-size: 30px;
}


@media screen and (min-width:768px){
	nav a{
		width: 20%;
		float: left;
	}
	#topic-two-img {
    width: 100%;
    background-image: url("../../images/RR.jpg");
    background-size: cover;
    height: 300px;	
}
}
