.navbar {
    background: rgb(196, 192, 192);
    height: 100px;
}

.nav-item::after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background: #fec400;
    transition: 0.4s
}

.nav-item:hover::after {
    width: 100%
}

footer{
    text-align: center;
    padding: 3px;
    color: white;
    font-size: large;
    font-family: MetalLord !important;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fec400
}

.nav-link {
    padding: 25px 25px 25px !important;
    transition: 0.2s;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: black;
    text-decoration: none;
    white-space: nowrap !important;
}

.navbar-nav {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
}

.navbar-nav .nav-link {
    flex: 1 !important;
    text-align: center !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

body{
    height: 100%;
    background-color: #090909 !important;
    font-family: Arial, Helvetica, sans-serif !important; /* This will have to move to only reference the links themselves once text information is put on the pages!! */
}

.main_img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.DJ{
    max-width: 90% !important;
    width: 90% !important;
    height: auto;
}

.contact{
    max-width: 50%;
    max-height: 50%;
}

.center{ /* applies to the dimension sheet on the custom bmx */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.linkfont{
    font-family: Arial, Helvetica, sans-serif !important;
}

/* @font-face {
    font-family: MetalLord;
    src: url("/fonts/METALORD.TTF") format("truetype");
} */

.bttn-ds{
    background-color: aqua;
    position: relative;
}

.btn-block{
    background-color: rgb(196, 192, 192);
    position: relative;
    width: 100% !important; 
    height: 50px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: x-large;
}

.help-text{ /* Maybe change font to be more readable? */
    color: azure;
    text-align: center;
}

.email-bttn{
    text-decoration: none;
    color: azure;
    font-size: xx-large;

}

.clr_bttn{
    text-decoration: none;
    color: azure;
    font-size: xx-large;
}


.logo-text{
    text-decoration: none;
    color: azure;
    font-size: x-large;
    text-align: center;
}

.container{
    position: absolute;
    text-align: center;
    color: azure;
}

.bottom-center{
    position: relative;
    bottom: 130px;
    right: auto;
    font-size: 2.1vw;
}

.top-center{
    position:absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.fa {
    padding: 50px;
    width: 100px;
    height: 100px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }
  
  /* Opacity on hover for the instagram logo on media page */
.fa:hover {
    opacity: 0.7;
  }

/* This is the background gradient for the instagram logo */
.fa-instagram {
    width:100px;
    height:100px;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }


.insta-div {
    margin: auto;
    width: 10%;
    padding: 10px;
}

.white-text {
    position: relative;
    text-align: center;
    width: 100% !important; 
    height: 50px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: x-large;
    color: aliceblue;
}

.column1 {
    float: left;
    width: 33.33%;
    padding: 5px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

