@import url(https://fonts.googleapis.com/css?family=Open+Sans|Rubik|Trirong);
@font-face {
    font-family: EnterTheGrid;
    src: url('../Enter the Grid.ttf');
}

html{
    font-size: 12px;
    font-family: Trirong, serif;
    color: #FFFFFF
}

@media screen and (max-width: 440px) {
    html{
        font-size: 8px;
    }
  }

body{
    margin: auto;
    max-width: 1024px;
    min-height: 100vh;
    background-image: linear-gradient(#000000,#414141);
    background-color: black;
    display:flex;
    flex-direction: column;
    padding: 0 1rem 0 1rem;
}

header{
    padding-top: 1rem;
}

footer{
    margin-top: auto;
    font-size: 1rem;
    text-align: center;
}

h1{
    font-family: EnterTheGrid, sans-serif;
    letter-spacing: 0.5rem;
    font-size: 4rem;
    line-height: 4rem;
    margin: 2rem 0 1rem 0;
}

h2{
    font-size: 2rem;
    line-height: 2rem;
    margin: 1rem 0 1rem 0;
}

a{
    text-decoration: none;
}

.logo{
    background-color:#000000;
    border:0.25rem solid #D20E0E;    
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width: 16rem; /* 192px */
    height: 16rem;
}

.logo img{
    width: 16rem;
    height: 16rem;
}

.social-item{
    margin-bottom: 1rem;
    font-size: 2.75rem; /* Reduced from 3 for more items without scrolling */
    text-decoration: none;
    text-align: center;
    padding: 0.7rem; /* Reduced from 1 for more items without scrolling */
    font-family: EnterTheGrid, sans-serif;
    letter-spacing: 0.5rem;
    border: 0.5rem solid #000000;
    color: #D20E0E;
    background-image: linear-gradient(#414141,#000000);
    background-color: #414141;   
    display: flex;
    justify-content: space-between; 
    line-height: 2.75rem; /* Reduced from 3 for more items without scrolling */
    -ms-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.social-item:hover{
    border: 0.5rem solid #D20E0E;
    color: #FFFFFF;
    background-image: linear-gradient(#000000,#414141);
    background-color: black;
    -webkit-box-shadow: 2px 5px 20px 2px rgba(210,14,14,.8);
    box-shadow: 2px 5px 20px 2px rgba(210,14,14,.8);
}

.row{
    display:flex;
    justify-content: center;
}

/* Hide a second icon for purposes of center alignment by using equal space on each side of the text */
.icon-hidden{
    visibility: hidden;
}

#coso-image, #coso-image-hidden, #calckey-image, #calckey-image-hidden, #firefish-image, #firefish-image-hidden{
    max-height: 2.75rem;
}