@font-face {
    font-family: n3tfont;
    src: url(/css/AGENCYB.woff);
}

body
{
    margin: 0;
    padding: 0;
    font-family: n3tfont;
}

.container
{
    position: relative;
}

.banner
{
    position: relative;
    width: 100%;
    height: calc(100vh - 50px);
    background-image: url(/img/story.jpg);
    justify-content: center;
    background-color: DarkSlateGray;
    background-size: cover;
}

header
{
    position: sticky;
    top: 0;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    background: #000;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo
{
    color: DarkGray;
    text-decoration: none;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
}

ul{
    display: flex;
    margin: 0;
    padding: 0;
    height: 50px;
}

ul li
{
    list-style: none;
    line-height: 50px;
}

ul li a{
    color: DarkGray;
    text-decoration: none;
    padding: 0 10px;
}

ul li.active,
ul li:hover
{
    background: SlateGray;
}

.content
{
    background:LightGray;
    width: 100%;
    padding: 100px;
    box-sizing: border-box;
}

.content h2
{
    margin: 0;
    padding: 0;
    font-size: 48px;
}
