body {
  background-color: rgb(114, 7, 7);
  padding-top: 100px;
  padding-bottom: 250px;
}
@font-face {
    font-family: 'AlbertusExtraBold';
    src:url( 'fonts/ALBR85X.ttf');
    font-weight: 800;
    font-style: normal;
}
.albertus-header {
    font-family: 'AlbertusExtraBold';
    font-weight: 800;
}
.title{ 
    font-family: "Times New Roman", serif";
}
.header {
    background-color: lightgrey;
    height: 75px;
    border-bottom: 5px solid rgb(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-indent: 15px;
    width: 100%;
}   
.home {
    font-family: arial;
    font-size: 25px;
    margin-left: 0px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
    color:rgb(0, 0, 0);
}
.shows {
    font-family: arial;
    font-size: 25px;
    margin-left: 0px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
    color:rgb(0, 0, 0);
}
.videos {
    font-family: arial;
    font-size: 25px;
    margin-left: 0px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
    color:rgb(0, 0, 0);
}
.contact {
    font-family: arial;
    font-size: 25px;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
    display: inline-block;
    color:rgb(0, 0, 0);
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px;
    text-align: center;

}
.shows-box {
    border-color: black;
    border-width: 5px;
    border-style: solid;
    border-radius: 15px;
    padding: 25px;
    margin: 15px;
    display: inline-block;
    font-size: 23px;
    background-color: lightgrey;
}
.hptitle {
    position: flex;
    border-radius: 15px;
    border-width: 5px;
    border-style: solid;
    border-color: black;
    max-height: 75px;
    max-width: 275px;
    padding:10px;
    background:rgba(54, 248, 6, 1);
    background: radial-gradient(circle, rgb(29, 16, 208) 50%, rgb(26, 25, 25)100%);
    font-weight: 800px;
    font-size:20px;

}
.bio-box {
    display: flex;
    margin-top: 15px;
    align-items:flex-start;
    gap: 40px;
    padding: 10px;
    border-radius: 25px
}
.bio-left {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.bio-title {
    font-family: 'AlbertusExtraBold';
    font-size: 30px;
    width: 300px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    text-align: left;
    padding: 5px;
    display: block;
    color: black;
}
.bio {
    font-family: arial;
    font-size: 18px;
    width: 300px;
    padding: 20px;
    margin-top: 45px;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: lightgrey;
    border-color: rgb(0, 0, 0);
    border-width: 5px;
    border-style: ridge;
    text-indent: 15px;
    line-height: 25px;
    vertical-align:top;
}
.ethanpic {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 140px;
    border-radius: 175px;
    display: inline-block;
    max-width: 400px;
    vertical-align: top;
    border-radius: 25px;
    border-style: inset;
    border-width: 5px;
    border-color: rgb(0, 0, 0);
}
.bottomframe {
    background-color: lightgrey;
    height: 100px;
    border-top: 5px solid rgb(0, 0, 0);
    position: fixed;
    bottom: 0;
    left: 0px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-indent: 15px;
    width: 100%;
}
.tapthatlabel {
    font-size: 12px;
    font-family: arial;
    max-height:300px;
    background-color: rgb(35, 29, 29);
    color: white;
    width: 150px;
    border: 5px;
    Border-radius: 15px;
    border-color:white;
    border-width: 5px;
    border-style: ridge;
    padding: 7px;
    line-height: 25px;
    word-spacing: 0px;
    display: inline-block;
    text-align: right;
}
.tapthat {
    background-color: rgb(35, 29, 29);
    color: rgb(255, 255, 255);
    border-width: 8px;
    border-style:inset;
    border-color: rgb(35, 29, 29);
    font-size: medium;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
    align-items: bottom;
    width: 175px;
    text-align: center;
}

.tapthat:hover {
    cursor: pointer;
    opacity: 0.7;
}
.tapthat:active {
      border-style: outset;
}
.Vanity {
    position: fixed;
    bottom: 120px;
    right: 20px;
    background-color: rgb(35, 29, 29);
    color: white;
    padding-right: 10px;
    border-radius: 15px;
    border-color: rgb(255, 255, 255);
    border-width: 5px;
    border-style: ridge;
    font-family: arial;
}
.Stitle {
    font-family: 'AlbertusExtraBold';
    font-weight: 800;
    border-bottom: 5px solid black;
    font-size:large;
    margin-bottom: 15px;
    color: rgb(0, 0, 0);
}
.Event1 {
    background:rgb(43, 55, 226);
    color: white;
    border-color: black;
    border-width: 5px;
    border-style: solid;
    border-radius: 15px;
    padding:15px;
}
.Event2 {
    background:rgba(54, 248, 6, 1);
    color: rgb(0, 0, 0);    
    border-color: black;
    border-width: 5px;
    border-style: solid;
    border-radius: 15px;
    padding: 15px;
}
.Event3 {
    background:rgb(43, 55, 226);
    color: white;
    border-color: black;
    border-width: 5px;
    border-style: solid;
    border-radius: 15px;
}
.Event4 {
    background:rgba(54, 248, 6, 1);
    color: rgb(0, 0, 0);
    border-color: black;
    border-width: 5px;
    border-style: solid;
    border-radius: 15px;
}
.Event5 {
    background:rgb(43, 55, 226);
    color: white;
    border-color: black;
    border-width: 5px;
    border-style: solid;
    border-radius: 15px;
}
.Event6 {
    background:rgba(54, 248, 6, 1);
    color: rgb(0, 0, 0);
    border-color: black;
    border-width: 5px;
    border-style: solid;
    border-radius: 15px;
}
.Ctitle {
    text-align: center;
    font-family: 'AlbertusExtraBold';
    font-weight: 800;
    border-bottom: 5px solid black;
    font-size:35px;
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    display: block;
}
.contact-page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
}
.contact-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;

}
.CEDOG{
    display:flex;
    max-width: 400px;
    margin-left: 100px;
    border-radius: 175px;
    border-width: 15px;
    border-color: rgb(0, 0, 0);
    border-style:groove
}
.contact-info {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 10px;
    color: white;
    font:arial;
    font-size: 20px;
    text-align: center;
}
.socials {
    max-height: 185px;
    font-family: arial;
    font-size: 18px;
    width: 300px;
    padding: 20px;
    margin-top: 100px;

    border-radius: 15px;
    background-color: lightgrey;
    border-color: rgb(0, 0, 0);
    border-width: 5px;
    border-style: ridge;
    text-indent: 15px;
    line-height: 25px;
    vertical-align: center;
    text-align: center;
}
