*
{
    padding: 0%;
    margin: 0%;
}
#nav a {
    color: white;
}
#nav a:hover {
    background-color: white;
    color: black;
    border-radius: 5px 5px 5px 5px;
}
#nav a:active{
    color: gray;
}
#nav a:focus {
    color: blue;
}
.navbar-nav li {
    padding-left: 50px;
    padding-right: 30px;
}
.navbar-brand {
    margin-left: 20px;
    margin-top: -8px;
}
@media screen and (max-width: 600px) {
    .navbar-nav a {
      margin-right: auto;
      margin-left: auto;
      text-align: center;
    }
}
.navbar
{
    border-bottom: 1px solid silver;
}
.logo{
    flex: 1 1 auto;
    margin-left: 10%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 35px}
.nav a{
        margin: 15px;
        color: #000;
        text-decoration: none;
        text-transform: uppercase
    
        };
.nav a:hover{
        color: #000;
    }
img
{
width: 100%;
}
.a
{
    text-align: center;
    width: auto;
    padding-top: 40px;
}
.a h3
{
  
    color: black;
    font-size: 2.2rem;
}
.a h1
{
    color: rgb(54, 54, 54);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 5rem;
}
.b
{
    width: auto;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 50px;
}
.b p
{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(146, 146, 146);
    font-size: 2rem;
}
.c
{
    width: auto;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 70px;

}
.c h1
{
    font-size: 3.7rem;
    color: rgb(146, 146, 146);
}
.c h2
{
    font-size: 3.5rem;
    color: black;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.d
{
 text-align: center;
 background-color: rgb(240, 240, 240);

}
.d h3
{
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.d p
{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 1.8;
    color: rgb(54, 54, 54);
}
.e
{
   
    background-color: black;
    height: 860px;
    text-align: center;
}
.e video
{
    width: 100%;
    
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.e h2
{
 padding-top: 40px;
 font-size: 4rem;
color: silver;
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 font-weight: bold;
 text-align: center;
}
.e a{
    text-decoration: none;
    font-size: 43px;
  
}
.top
{
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: rgb(54, 54, 54);
    bottom: 50px;
    right: 20px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 22px;
}
footer {
    background-color: rgb(52, 58, 64);
    padding-bottom: 20px;
    padding-top: 20px;
    color: white;
}
footer ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#link a {
    
    color: white;
}
#link li {
    list-style-type: none;
}
html{
    scroll-behavior: smooth;
}



