.topTitle{
    background-color:(255,255,255,0.5);
    color: rgb(246, 245, 245);
    float: initial;
    border: 5px;
    outline: none;
    padding: 10px 18px;
    font-size: 30px;
    width: 90%;
    text-align: center;
    text-transform: uppercase;
    font-family: Duke-Fill !important;
}

.topnav{
   background-color: rgb(16, 16, 16);
   overflow: hidden; 
}

.topnav a {
    float:left;
    color: #ffffff;
    text-align: center;
    padding: 16px 80px;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    
}

.topnav a:hover {
    background-color: black;
    color: rgb(255, 166, 0);
}

.topnav a.active {
    background-color: rgb(67, 8, 8);
    color: #ffffff;
}

.background-image {
    background-image: url('img/Apex.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:100%;

}

.secTitle{
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-family: TT Lakes W05 Regular, sans-serif;
}

.column{
    float: left;
    width: 50%;
}

.row:after{
    content: "";
    display:table;
    clear: both;
}

.column{
    color: #ffffff;
    font-size: 22px;
    
}

.text{
    width: 600px;
    font-size:20px ;
    font-family: eurostile;
}

.column1 {
    float: left;
    width: 33.33%;
    color: #ffffff;
    text-align: center;
  }

.data-table {
    margin-bottom: 20px;
    display: grid;
    /*Code from w3schools*/
    grid-auto-rows: 1fr;
    gap: 10px;
    width: 90%;
    /*End of code from w3schools*/

} 

.data-card{
    background-color: rgb(16, 16, 16);
    /*code from w3schols*/
    border: 2px solid rgb(64, 2, 2);
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    /*end of code from w3schools*/
    
}

.data{
    font-size: 20px;
    font-weight: bold;
    text-shadow: rgb(67, 8, 8) ;
    font-family: eurostile, sans-serif;
    text-indent: -110px;
    
}

.team-img{
    float:left;
    text-indent: 60px;
}

*{box-sizing: border-box;}

.container{
    position: relative;
    width: 1072px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.mySlides{
    display: none;
    border: #170142;
    border-width: 3px;
}

.prev,
.next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -30px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.next{
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover{
    background-color: rgb(0,0,0,0.8);
}

.numbertext{
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 8px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 8px 8px;
    color: white;
    font-size: 12px;
}

.ptext{
    font-size:20px ;
    font-family: eurostile;
    text-align: center;
    color: #ffffff;
}

.link-web{
   display: block;
   height: 80vh;
   width: 90vw;
   border: none; 
}







