
body {
  margin: 0px;
  background-color: #ececec;
  color: #303030;
  font-family: 'Open Sans', Arial, sans-serif;
}

a {
    color: #ed0240;
}

h1, h2, h3, h4 {
    margin: 30px 0px 15px;
    color: #ed0240;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 17px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
    overflow: auto;
    zoom: 1;
}

.content-frame {
    max-width: 950px;
    margin: 0px auto;
    padding: 20px;
}


#header {
    display: block;
    content: ' ';
    width: 100%;
    height: 200px;
    position: relative;
    /* border-bottom: 8px solid #ed0240; */
}

#logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 42;
    background: url(../images/massively-interactive-logo-large.png) no-repeat center center;
    background-size: 480px 320px;
}


#content {
    background-color: #ececec;
}

#content .feature {
    width: 20%;
    margin: 20px 0px;
    float: left;
    text-align: center;
}

#content .feature:hover {
    animation: text-shadow 1s ease-in-out;
}

#content .feature .fa {
    width: 64px;
    height: 56px;
    margin: 8px;
    color: #fff;
    font-size: 42px;
    text-shadow: 0 1px  0    #ccc,
                 0 2px  0    #c9c9c9,
                 0 3px  0    #bbb,
                 0 4px  0    #b9b9b9,
                 0 5px  0    #aaa,
                 0 6px  1px  rgba(0, 0, 0, .1),
                 0 0    5px  rgba(0, 0, 0, .1),
                 0 1px  3px  rgba(0, 0, 0, .3),
                 0 3px  5px  rgba(0, 0, 0, .2),
                 0 5px  10px rgba(0, 0, 0, .25),
                 0 10px 10px rgba(0, 0, 0, .2),
                 0 20px 20px rgba(0, 0, 0, .15);
}

#footer {
    position: relative;
    margin-top: 64px;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #ed0240;
    color: #fff;
    line-height: 1.35em;
    letter-spacing: 0.05em;
}

#footer .content-frame {
    -min-height: 60px;
    background-color: #ed0240;
}

#footer .column {
    float: left;
    z-index: 42;
}

#footer .column.company-info {
    width: 75%;
}

#footer .column.links {
    width: 20%;
    padding-left: 4%;
    border-left: 3px solid #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover,
#footer a:focus {
    text-decoration: underline;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    list-style: none;
}

#footer .fa {
    width: 16px;
    padding-right: 8px;
    text-align: center;
}


#wave-container-header {
    width: 100vw;
    height: 64px;
    overflow: hidden;
    position: absolute;
    bottom: -32px;
    pointer-events: none;
}
#wave-container-header canvas {
    width: 100%;
    height: 100%;
}


#wave-container-footer {
    width: 100vw;
    height: 64px;
    overflow: hidden;
    position: absolute;
    top: -64px;
    pointer-events: none;
}
#wave-container-footer canvas {
    width: 100%;
    height: 100%;
}


@keyframes text-shadow {
    0% {  
        transform: translateY(0);
        text-shadow: 
            0 0 0 #0c2ffb, 
            0 0 0 #2cfcfd, 
            0 0 0 #fb203b, 
            0 0 0 #fefc4b;
    }

    20% {  
        transform: translateY(-0.3em);
        text-shadow: 
            0.1em 0.1em 0 #0c2ffb, 
            0 0.2em 0 #2cfcfd, 
            -0.1em -0.1em 0 #fb203b, 
            -0.2em -0.2em 0 #fefc4b;
    }

    40% {  
        transform: translateY(0.2em);
        text-shadow: 
            -0.05em -0.05em 0 #0c2ffb, 
            -0.1em -0.1em 0 #2cfcfd, 
            0.05em 0.05em 0 #fb203b, 
            0.1em 0.1em 0 #fefc4b;
    }
    
   60% {
        transform: translateY(-0.1em);
        text-shadow: 
            0.025em 0.025em 0 #0c2ffb, 
            0.05em 0.05em 0 #2cfcfd, 
            -0.025em -0.025em 0 #fb203b, 
            -0.05em -0.05em 0 #fefc4b;
    }

    80% {  
        transform: translateY(0);
        text-shadow: 
            0 0 0 #0c2ffb, 
            0 0 0 #2cfcfd, 
            0 0 0 #fb203b, 
            0 0 0 #fefc4b;
    }
}


/* Darkmode */
/*
@media (prefers-color-scheme: dark) {
    
    body, #header, #content {
        background-color: #1c1c1c;
        color: #848484;
    }
    
    #content .feature:hover {
        animation: none;
    }
    
    #content .feature {
        color: #646464;
    }
    
    #content .feature .fa {
        width: 64px;
        height: 56px;
        margin: 8px;
        color: #848484;
        font-size: 42px;
        text-shadow: 0 1px  0    #646464,
                     0 2px  0    #525252,
                     0 3px  0    #424242,
                     0 4px  0    #363636,
                     0 6px  1px  rgba(0, 0, 0, .1),
                     0 0    5px  rgba(0, 0, 0, .1),
                     0 1px  3px  rgba(0, 0, 0, .3),
                     0 3px  5px  rgba(0, 0, 0, .2),
                     0 5px  10px rgba(0, 0, 0, .25),
                     0 10px 10px rgba(0, 0, 0, .2),
                     0 20px 20px rgba(0, 0, 0, .15);
    }
    
    #footer, #footer a {
        color: #1c1c1c;
    }
    
    #footer .column.links {
        border-left: 3px solid #1c1c1c;
    }
    
}
*/