@font-face {
	font-family: 'roboto';
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/Roboto.ttf');
}

@font-face {
	font-family: 'gotham';
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/Gotham-Medium.otf');
}

@font-face {
	font-family: 'gotham-bold';
	font-style: normal;
	font-weight: bold;
	src: url('./fonts/Gotham-Bold.otf');
}
body {
    background-image: url('./icons/splashbg.jpg');
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
    background-color: rgb(22, 5, 42);
    overflow-x: hidden;
    font-family: 'gotham-bold';
}
.background-image-container {
    background-image: url('./icons/splashbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
h2 {
    color: white;
    font-family: 'roboto';
    font-size: 24px;
}
h1 {
    color: white;
    font-family: 'roboto';
}
@media screen and (max-width: 540px) {
    body {
         background-image: none;
    }
}
.container-site-logo {
    max-height: 50vh;
    text-align: center;
}
.img-logo {
    height: 140px;
    margin-bottom: 20px;
}
.regulatory-logo {
    height: 44px;
    width: auto;
    margin: 0;
}
.regulatory-logo.pa {
    height: 35px;
}
.img-container {
    padding: 0;
    min-width: 30px;
}
.rg-logo-container {
    flex: 0 0 auto;
    width: auto;
    min-width: 30px;
}
.card {
    background-color: #23063C;
    border-color: #0099ff;
    width: 250px;
    line-height: 1.5;
    font-size: 14px;
    cursor: pointer;
}
.card-header {
    background-color: #0099ff;
    font-size: 22px;
    text-align: center;
}
.spacer-20 {
    margin-top: 20px;
}
.custom-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.left-padding-0 {
    flex-grow: 1;
}
.left-padding-1 {
    flex-grow: 1;
    min-width: 3px;
    max-width: 15px;
}
.right-padding-0 {
    flex-grow: 1;
    min-width: 3px;
    max-width: 15px;
}
.right-padding-1 {
    flex-grow: 1;
}
.card-parent {
    display: flex;
    flex-grow: 1;
    margin-top: 20px;
}
.logo-box {
    padding: 0;
    height: 100%;
}
@media screen and (max-width: 540px) {
    .card {
        width: 160px;
        height: 160px;
    }

    .card-header {
        font-size: 18px;
    }

    .logo-box {
        padding: 0 !important;
            .row {
                display: flex;
                flex-direction: column;
                padding: 8px 0 0 0;
                justify-content: center;
                align-items: center;

                .col {
                    flex-basis:auto;
                    .img-container{
                        display: block;
                    }
                }
            }     
    }

    .logo-box-single {
        padding: 2rem 0 2rem 0 !important;
    }
    
}
@media screen and (max-width: 340px) {
   
    .left-padding-1 {
        flex-grow: 1;
        max-width: none;
    }

    .right-padding-0 {
        flex-grow: 1;
        max-width: none;
    }
    .card-parent {
        margin-bottom: 8px;
    }

}
.splash-footer-text {
    bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
   
}
@media screen and (max-width: 499px) {
    .splash-footer-text {
        position: static;
    }

    footer {
        display: block !important;
    }
    
}
@media screen and (max-height: 620px) {
    .splash-footer-text {
        position: static;
    }
}
p {
    font-size: 10px;
    font-family: 'roboto';
    margin: 0 !important;
}

@media screen and (max-width: 800px) {
    .custom-row{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
}


