body {
    margin: 0px;
    display: flex;
    flex-direction: column;
  
    justify-content: center;

    min-height: 675px;
    color: #0b3b5c;
    font-family: "Do Hyeon", Sans-serif;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

p {
    width: 100%;
    left: 0px;
    font-size: 16px;

    font-weight: 400;
    letter-spacing: 0px;
    ;
    vertical-align: top;
    max-width: 550px;
    color: #727586;
    margin: 0px;
}

h1 {
    font-weight: 900 !important;
  
    font-family: "Do Hyeon", Sans-serif;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 1px;
}

h3 {
    font-weight: 900;
}

.position {
    background-color: #ffbf00;
    color: #0b3b5c;
    margin-bottom: 1vh;
}

.header {

    background-color: #0b3b5c;
    font-size: 20px;
    line-height: 60px;
    color: white;
    padding: 10px;
    padding-left: 20px;
    font-weight: bold;
}



.tagline {

    background-color: #ffbf00;
  
  
    color: black;
  
    padding-left: 20px;
    font-weight: bold;
}


.roster {
    background: white;
    color: #0b3b5c;
    text-align: center;
    
    font-weight: 700;
}

.col.roster {

    color: #ffbf00;
    font-weight: 700;

}

.col.roster .inner {
    background-color: #0b3b5c;
    padding: 2vh;
}

a:hover {
    cursor: pointer;
    color: #673DE6;
    text-decoration: underline;
}

.btn-primary {
    background-color: #0b3b5c;

}
h1 {

    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    ;
    margin: 8px;
}
.content {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.ic-launch  {
    margin-left: 10.5px;
    width: 21px !important;
    height: 20px !important;
}
.link-container {
    margin-top: 32px;
    margin-bottom: 32px;
}
.link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #673DE6;
    margin-top: 8px;
    text-decoration: none;
}
.main-image {
    width: 100%;
    max-width: 650px;
    max-height: 406px;
    height: auto;
}
.navigation {
    width: 100%;
    height: 72px;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #36344D;
}

.card-transparent {
    background-color: transparent;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

@media screen and (max-width: 580px) and (min-width: 0px) {
    h1, p, .link-container {
        width: 80%;
    }
}
@media screen and (min-width: 650px) and (min-height: 0px) and (max-height: 750px) {
    .link-container {
        margin-top: 12px;
    }
    h1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

img {
    max-width: 100%;
}

a {
    color: white;
    font-weight: bold;
}

a:visited {
    color: white;
    font-weight: bold;
}

.news-box {
    border-bottom: 1px solid #673DE6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.gameday {
background-color: white;
overflow: hidden;
padding: 10px;
 !important;
}



.center {
     !important;
}

h1 {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 2em;
}