
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    color: white;
    background-image: url('imgs/bg_gradient_main.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

a:link, a:visited, a:active {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #ff4eff;
}

.main-info-splash {
    font-size: 30px;
    font-weight: 100;
}

h1 {
    font-size: 20px;
    font-weight: 400;
}

.col-pink {
    color: #ff4eff;
}

.btn-large {
    border-radius: 50px;
    background-color: #240581;
    display: inline-block;
    padding: 7px 60px 7px 60px;
}

.btn-large-pink {
    border-radius: 50px;
    background-color: #ff4eff;
    display: inline-block;
    padding: 7px 5px 7px 5px;
}

a:hover .btn-large-pink {
    background-color: #9467f0;
    color: white;
}

.btn-txt-small {
    font-size: 12px;
    font-weight: 100;
}

.btn-txt-footer {
    font-size: 12px;
    font-weight: 100;
}

.footer-copyright {
    font-size: 12px;
    font-weight: 100;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li + li:before {
    content: " | ";
    padding-left: 5px;
    padding-right: 5px;
}

.main-nav {
    font-size: 17px;
    font-weight: 400;
}

.main-nav li {
    display: inline-block;
}

.main-nav li + li:before {
    content: " | ";
    padding-left: 5px;
    padding-right: 5px;
}

.resource-nav li {
    display: inline-block;
}

.resource-nav li + li:before {
    content: " | ";
    padding-left: 5px;
    padding-right: 5px;
}


.panel {
    background-image: url('imgs/card_bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    border-radius: 10px;
    font-size: 16px;
}

h2 {
    color: #ff4eff;
    font-size: 20px;
    font-weight: 400;
}

h3 {
    color: #ff4eff;
    font-size: 16px;
    font-weight: 400;
}







@media (max-width: 900px) {
    .btn-txt-large {
      font-size: 15px;
    }

}

@media (max-width: 768px) {
    .btn-txt-large {
      font-size: 20px;
    }
 }
