@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

#wrapper{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    min-width: 900px;
    max-width: 12800px;
}

.banner1{
    background-image: url(../Images/BC7430F2-55C8-4BC1-809F-714D2256C422_1_201_a.jpeg);
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 50px;
    margin: 0;
    align-content: center;
}

.banner2{
    background-image: url(../Images/pexels-ric-rodrigues-1278566.jpg);
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 50px;
    margin: 0;
    align-content: center;
}

.banner3{
    background-image: url(../Images/pexels-shelagh-murphy-1666816.jpg);
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 50px;
    margin: 0;
    align-content: center;
}

.banner4{
    background-image: url(../Images/5B41F0A5-4823-43BE-915F-A70CB71E295D_1_105_c.jpeg);
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 50px;
    margin: 0;
    align-content: center;
}

.banner5{
    background-image: url(../Images/9991DC1C-41CA-463F-89DB-6EDD224659DE_1_201_a.jpeg);
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 50px;
    margin: 0;
    align-content: center;
}

.banner6{
    background-image: url(../Images/58376D78-94CA-4D42-A79C-CFE8D2256521_1_105_c.jpeg);
    width: 100%;
    height: 75vh;
    background-size: 100%;
    background-position: center;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 50px;
    margin: 0;
    align-content: center;
}



nav{
    width: 90%;
    text-align: center;
    padding: 0;
    margin: auto;
}

nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    position: relative;
}

nav ul li{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;

}

nav ul li a{
    text-decoration: none;
    text-align: center;
    padding: 50px;
    display: block;
    transition: 0.3s;
    color: darkgray;
    font-weight: bold;
    font-size: 10px;
    font-family:'Bebas Neue', cursive;
}

.button{
    text-decoration: none;
    font-weight: bold;
    transition: 0.5s;
    color:black;
    text-align: center;
    display: block;
    width: 130px;
    font-size: 30px;
    padding: 20px;
}

.button2{
    text-decoration: none;
    font-weight: bold;
    transition: 0.5s;
    color:black;
    text-align: center;
    display: block;
    width: 200px;
    font-size: 25px;
    padding: 15px;
    border: 2px solid black;
    margin: auto;
    font-family: 'Abel', sans-serif;
    border-radius: 25px;
}

.button2:hover{
    color: lightgrey;
    border: 2px solid lightgrey;
}

nav a:hover{
    color:lightgrey;
}

.banner-text h1{
    text-align: center;
    color: white;
    font-family:'Bebas Neue', cursive;
    font-size: 175px;
    padding-top: 50px;
}

.banner-text p{
    color: white;
    text-align: center;
    font-family:'Bebas Neue', cursive;
    font-size: 60px;
}

.banner-text2 h1{
    text-align: center;
    color: white;
    font-family:'Bebas Neue', cursive;;
    font-weight: bold;
    font-size: 175px;
    padding-top: 75px;
}

.banner-text3 h1{
    text-align: center;
    color: white;
    font-family:'Bebas Neue', cursive;;
    font-weight: bold;
    font-size: 175px;
    padding-top: 75px;
}

.banner-text4 h1{
    text-align: center;
    color: white;
    font-family:'Bebas Neue', cursive;;
    font-weight: bold;
    font-size: 175px;
    padding-top: 75px;
}


.banner-text5 h1{
    text-align: center;
    color: white;
    font-family:'Bebas Neue', cursive;;
    font-weight: bold;
    font-size: 175px;
    padding-top: 75px;
}

.banner-text6 h1{
    text-align: center;
    color: white;
    font-family:'Bebas Neue', cursive;;
    font-weight: bold;
    font-size: 175px;
    padding-top: 75px;
}

h1{
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    font-size: 60px;
}

h2{
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    font-size: 50px;
} 

h3{
    font-family:'Bebas Neue', cursive;
    text-align: center;
    font-size: 40px;
}

p{
    font-family: 'Abel', sans-serif;
    text-align: center;
    font-size: 35px;
}

ul li{
    font-family: 'Abel', sans-serif;
    text-align: center;
    font-size: 35px;
    text-decoration: none;
    list-style-type: none;
}

footer{
    color:black;
    font-family: 'Abel', sans-serif;
    text-align: center;
}

.footertext{
    padding: 10px;
    margin: auto;
    text-align: center;
}

.footericons img{
    width: 50px;
    height: 50px;
    align-items: center;
}

.logo img{
    width: 50px;
    height: 50px;
    position: relative;
}

aside{
    float: left;
    width: 40%;
    padding-left: 50px;
}

aside img{
    width: 300px;
    height: 300px;
}

aside h5{
    font-family:'Bebas Neue', cursive;
    text-align: center;
    font-size: 35px;
}

aside p{
    font-family: 'Abel', sans-serif;
    text-align: center;
    font-size: 30px;
}

section{
    float: right;
    width: 40%;
    padding-right: 50px;
}

section img{
    width: 300px;
    height: 300px;
 } 

section h5{
    font-family:'Bebas Neue', cursive;
    text-align: center;
    font-size: 35px;
}

section p{
    font-family: 'Abel', sans-serif;
    text-align: center;
    font-size: 30px;
    margin: auto;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.clearfix{
    clear: both;
}

table{
    margin-left: auto;
    margin-right: auto;
    font-family: 'Abel', sans-serif;
    font-size: 30px;
}

form{
    width: 500px;
    background-color: white;
    align-items: center;
    padding: 1.5em;
    font-family: 'Abel', sans-serif;
    font-size: 30px;
}

input{
    width: 1000px;
    border-radius: 25px;
    outline: none;
    border: 2px solid black;
    padding: 10px 15px;
    font-size: 20px;
}

textarea{
    width: 1000px;
    height: 300px;
    border-radius: 25px;
    outline: none;
    border: 2px solid black;
    padding: 10px 15px;
    font-size: 20px;
}

input[type="Submit"]{
    color: black;
    background-color: white;
    text-decoration: none;
    font-weight: bold;
    transition: 0.5s;
    color:black;
    text-align: center;
    display: block;
    width: 200px;
    font-size: 25px;
    padding: 15px;
    border: 2px solid black;
    font-family: 'Abel', sans-serif;
    border-radius: 25px;
}

input[type="Submit"]:hover {
    color: lightgrey;
    border: 2px solid lightgrey;
}
