@font-face {
    font-family: Beantown;
    src: url("../Fonts/Beantown.ttf");
}

@font-face {
    font-family: "Octin Prison rg";
    src: url("../Fonts/octin prison rg.ttf");
}

body,html {
    font-family: "Octin Prison rg", "Lucida Console", Monaco;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #262626;
}

header{
    height: 12rem;
    background-image: URL("../Photos/2019 SB Photos/AudienceSet+Tvs_darkened.JPG");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-item:hover{
    background-color:transparent;
}

h1 {
    margin: auto;
    color: #858585;
    font-family: Beantown, Impact, "Arial Black";
    font-size: 300%;
    text-align: center;
}

h3,h4,h5,p {
    font-family: "Octin Prison rg", "Lucida Console", Monaco;
}

.flex-child {
    flex:1;
}

.jumbotron {
    width: 50rem;
}

.menu {
    background-image: URL("../Photos/Other Photos/menubackground.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.customborder {
    border: 5px solid #343a40;
    border-width: 10px;
}