html {
    background-color: #5A73d4;
    background-image: linear-gradient(270deg,rgb(90,115,212) 0%,rgb(90,115,212) 100%);
    background-image: -o-linear-gradient(270deg,rgb(90,115,212) 0%,rgb(90,115,212) 100%);
    background-image: -moz-linear-gradient(270deg,rgb(90,115,212) 0%,rgb(90,115,212) 100%);
    background-image: -webkit-linear-gradient(270deg,rgb(90,115,212) 0%,rgb(90,115,212) 100%);
    background-image: -ms-linear-gradient(270deg,rgb(90,115,212) 0%,rgb(90,115,212) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0 auto;
    padding: 2em 2em 2em 2em;
    max-width: 1280px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #ffffff;
    background-color: #5A73d4;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5em;
}

h1 {
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 1.3em;
}

h2 {
    font-weight: 200;
    line-height: 1.3em;
    opacity: 0.5;
    margin-top: 1.3em;
}


h6 {
    font-size: 11px;
    font-weight: 400; 
line-height: 1.5em;
color: #ffffff; 
opacity: 0.6;
}

a {
    color: #ffffff; 
     font-weight: 600;
}

b, strong {
    color: #ffffff;
    font-weight: 400;
    opacity: 0.6;
}

#header {
   margin-top: 10px;
   margin-bottom: 10px;
    
}


#navigationcontainer {
/*border: 3px solid green;*/

padding-top: 15%;

padding-bottom: 15%;
margin: auto;
 width: 100%;
} 

#navigation {

/*border: 3px solid green;*/
margin: auto;
 width: 100%;
} 

.column {
/*border: 3px solid green;*/
width: 13em;
height: 11em;
padding-left:1,5%;
padding-right:1,5%;
text-align: center;
float: left; 
} 


#favorites {
display: inline-block;

padding-top: 15%;
padding-bottom: 5%;
} 







samp {
    /* hide tutorial instructions so they don't show in the browser */
    display: none;
}

img {
    background: transparent;
    border: 0px solid rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
    -webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    }
}

@-webkit-keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    }
}

code, kbd {
    font-family: source-code-pro, monospace;   
    font-weight: 400;
}

.webfonts-icon {
    background-image: url(img/webfonts-icon.svg);
    width: 25px;
    height: 20px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position: 0px -25px;
    margin-bottom: -4px;
}

.edge-inspect-icon {
    background-image: url(img/edge-inspect-icon.svg);
    width: 25px;
    height: 20px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position: 0px -25px;
    margin-bottom: -4px;
}
