a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

@font-face {
    font-family: title;
    src: url(/font/excluded.ttf);
}

body {
    background-color: rgb(44, 44, 44);
    font-family: "Roboto", sans-serif;
    background-image: url("/img/backgroundf.webp");
    background-repeat: no-repeat;
    background-size: cover;
}


.top-text{
    padding-top: 50px;
}

p {
    text-shadow: 2px 2px 0px rgb(33, 37, 41);
    font-size: 18px;
    color: rgb(256, 256, 256);
    text-align: center;
    margin: auto;
    max-width: 900px;
    width:auto;
    padding: 10px;
}

h1 {
    color: rgb(255, 114, 000);
    font-size: 32pt;
    text-shadow: 4px 4px 0px #383838;
    font-weight: bold;
    text-align: center;
    font-family: title;
}

h2 {
    color: rgb(204, 204, 204);
    text-shadow: 4px 4px 0px #383838;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
}

h3 {
    margin-top: 30px;
    color: rgb(255, 255, 255);
    text-shadow: 4px 4px 0px #383838;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}


/*Table*/
table {
    border-spacing: 0px;
    table-layout: fixed;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
    background-color: transparent;
}

th {
    text-align: center;
    color: rgb(192, 192, 192);
    font-size: 22px;
    border: 3px solid rgb(33, 37, 41);
}
td {
    text-align: center;
    color: rgb(256, 256, 256);
    font-size: 20px;
    border: 3px solid rgb(33, 37, 41);
}


footer {
    background-color: rgb(33, 37, 41);
    text-align: center;
    width: 100%;
    bottom: 0;
}

#icons {
    font-size: 25px;
    color: #ffda20;
}

#footer-links {
    margin-top: 2px;
    color: rgb(256, 256, 256);
    font-size: 18px;
}

.social-icons {
    margin: 0 auto;
    text-align: center;
}
.social-icons li {
    display: inline-block;
    list-style-type: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.social-icons li a {
    border-bottom: none;
}
.social-icons li img {
    width: 40px;
    height: 40px;
    margin-right: 2px;
    margin-left: 2px;
}

/*Icon Fix*/
ul {
    padding-inline-start: 0px;
}

/*Banner*/
.banner {
    
    background-image: url("/img/background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: black;
    border-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(33, 37, 41);
    position: relative;

}

.banner h1 {
    padding-top: 150px;
    line-height:50%;
    font-size: 60px;
    color: #ff7200;
}

.banner p {
   color: #ff0000;
   font-size: 30px;
   text-shadow: 4px 4px 0px #383838;
   font-weight: bold;
   text-align: center;
   padding-bottom: 150px;
   font-family: title;
   line-height:90%;
}

/* YouTube Embed */
.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.video-container iframe,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.video-wrap {
    width: 100%;
    max-width: 850px;
    margin: auto;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100pt;
    width: 100pt;
    margin: 35px auto 20px;
    border-radius: 50%;
}

.ca {
    text-shadow: 2px 2px 0px #383838;
    font-size: 10px;
    color: #ffda20;
    text-align: center;
}

#page-container {
    position: relative;
    min-height: 1vh;
}

#content-wrap {
    padding-bottom: 2.5rem; /* Footer height */
}

/*navbar*/
.navbar-logo{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
/*Centers YouTube subscriber count*/
.g-ytsubscribe{
    margin: auto;
    width: 50%;
}

.spacer5 {
    margin-top: 5px;
}

.spacer15 {
    margin-bottom: 50px;
}

.what-email {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

main{
    min-height: 100vh;
    padding-bottom:70px;
  }