@font-face {
    font-family: Blinker-Regular;
    src: url('/fonts/Blinker-Regular.ttf') format("truetype");
}

@font-face {
    font-family: Blinker-SemiBold;
    src: url('/fonts/Blinker-SemiBold.ttf') format("truetype");
}

@media screen and (max-width: 750px) {
    #index-container {
        display: block;
    }

    #index-item {
        width: 50vw;
    }
}

body {
    background-color:rgb(18, 72, 88);
    font-family: Blinker-Regular, Helvetica, Arial, sans-serif;
    color: rgb(219, 219,219);
}

a {            
    font-size: 20px;
    color: rgb(219, 219,219);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a:hover:active {
    color: rgb(219, 219,219);
}

a:visited {
    color: rgb(28, 125, 144);
}

.index-container {
    display: flex;
    flex:1;
    flex-direction: row;
    flex-wrap: wrap;
    height: 50vh;
}

.index-item {
    width: 30vw;
    margin: auto;
    overflow: visible;
}

.index-header {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    height: 10vh;
    text-align: center;
    font-family: Blinker-Regular, Helvetica, Arial, sans-serif;
}

.index-logo {
    text-align: left;
}

.index-icon {
    text-align: center;
}

.index-responsive-img {
    width: 50%;
    height: auto;
}

.index-content {
    font-size: 14px;
}
.shift-left {
    margin-left: -20px;
}
