* {
padding: 0;
margin: 0;
box-sizing: border-box; 
}
html {
    scroll-behavior: smooth;
}
body{
    background: #28384a;
}
body {
opacity: 0;
filter: blur(20px);
transition: opacity 1.2s ease, filter 1.2s ease;
}
body.loaded {
opacity: 1;
filter: blur(0);

}
header {
    background-color: rgb(226, 237, 255);
    width: 100%;
    top: 0%;
    right: 0;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 100;
    box-shadow: 4px 4px 30px rgb(24, 24, 24);

}
.aisha{
    margin-top: 10px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
header a {
    text-decoration: none;
    color: #3D4E5C;
}
header a:hover {
    color: #2287DB;
    transition: 0.5s ease;
}
nav ul{
    list-style-type: none;
    padding: 5px;
}
nav ul li {
    display: inline-block;
    margin-right: 10px;
}
.img1 {
    display: flex;
    justify-content: center;
    width: 100%;
}
.banner{
    background-image: url("/img/©AishaOlokun\ 2025\ Niagara\ Falls\ Ontario📍.jpg");
    height: 100vh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.banner h1 {
    font-size: 80px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: 1px 1px 7px rgb(43, 43, 43);
}
.bar {
  position: absolute;
  top: 110px;
  left: 10px;
  z-index: 2000;
}
.bar div{
    width: 30px;
    height: 4px;
    background-color: rgb(255, 255, 255);
    margin: 5px 0;
    border-radius: 25px;
    box-shadow: 10 10 10;
    transition: 0.3s;

}
.bar:hover div {
    width: 50px;
}
.barlinks {
    list-style: none;;
    margin-top: 140px;
    height: 10%;
    width: 150px;
    position: fixed;
    position: absolute;
    background-color: pink;
    border-radius: 6px;
    font-size: 20px;
    display: none;
    transition: 0.5s ease;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.barcontainer:hover .barlinks {
    display: block;
    transition: 0.6s ease;
}
.barlinks a {
    color: black;
    text-decoration: none;
    transition: 0.5s ease;
}
.barlinks a:hover{
    color: blueviolet;
}
.semesters {
    color: beige;
    text-align: center;
    font-size: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.semesters li {
    display: inline-block;
}
.semesters li a {
    text-decoration: none;
    font-size: 30px;
    color: rgb(143, 198, 213);
    text-shadow: 1px 1px 2px black;
}
.semesters li a:hover {
    color: rgb(255, 0, 170);
    transition: 0.4s ease;
}
.hrl {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 20px;
}
.buttons li {
    height: 40px;
    width: 500px;
    background-color: rgb(95, 121, 161);
    border-radius: 10px;
    margin: 5px;;
    list-style: none;
}
.buttons a {
    text-decoration: none;
    color: rgb(173, 203, 199);
}
.buttons a:hover {
    color: #ff9eea;
    transition: 0.4s ease;
}
.buttons li:hover {
    background-color: #cf4646;
    transition: 0.4s ease;
}

.s1 {
    color: beige;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-shadow: 1px 1px 4px rgb(255, 255, 255);
    margin-top: 5px;

}
.comingsoon {
    color: beige;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
}
video {
    margin-top: 42px;
    width: 100%;
    right: 0;
    position: fixed;
    justify-content: center;
}
