
@font-face {
    font-family: pixica;
    src: url(../fonts/Pixica-Regular.ttf);
}

@font-face {
    font-family: pixica-bold;
    src: url(../fonts/Pixica-Bold.ttf);
}

body {
    font-family: pixica;
    font-size: 32px;
    color: white;
    background-color: #1b3659;
}

img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}
/* First image (Logo. Full height) */
.bgimg-1 {
    background-image: url('poster_lowres.png');
    height: 100%;
}
.bgimg-2 {
    background-image: url('../art/snake.png');
    width: 99.99999%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 800px) {
.bgimg-1 {
    background-attachment: scroll;
    min-height: 400px;
}
}

@media (min-width:1301px){
    .counter {
        font-size: 96px;
    }
}
@media (max-width:1300px){
    .counter {
        font-size: 96px;
    }
}
@media (max-width:800px) {
.counter {
    font-size: 64px;
}
}
@media (max-width: 600px){
    .counter {
        font-size: 48px;
    }
}
.counter {
    font-family: pixica-bold; 
    margin-top: 200px; 
    margin-bottom: 30px; 
    text-shadow:8px 0px black,
    0px 8px black,
    -8px 0px black,
    0px -8px black;
    color:white;
}

@media (max-width:800px) {
.main-content {
    width: 80%;
}
}
@media (min-width:801px){
.main-content {
    width: 60%;
}
}
.spacer {
    margin: 10px 0px 10px 0px;
    height: 20px;
}
.root-contaier {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
h2, h1 {
    font-family: pixica-bold;
    margin-bottom: 3px;
    margin-top: 5px;
}
.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 0px 40px 0px;
}
.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px 0px 20px 5px;
    max-width: 99.9999%;
    min-width: 99%;
}
.content-img {
    max-width: 40%;
    object-fit: scale-down;
}
.right-col {
    margin-left: 20px;
}
.left-col {
    width: 50%;
}
.lean-left {
    display: flex;
    flex-direction: row;
    align-items: start;
    width: 99.999%;
}
p {
    margin-top: 15px;
}
.main-content>p {
    padding-left: 10px;
}

.right-col>p, .left-col>p{
    padding-left: 12px;
}
.light-bg {
    background-color: #1e4060;
}
.lighter-bg {
    background-color: #31476d;
}
footer {
    display: flex;
    justify-content: center;
    margin-top: auto;
	border-top: 2px solid #00000022;
}

a {
    color: #66aacc;
}
.social-icons {
    height: 40px;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}