@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Roboto:100);

html, body {
    min-height: 560px;
    height: 100%;
    background-color: rgb(18, 27, 42);
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 2.2em;
}

@media (min-width: 480px) {
    h1 {
        padding-top: 0;
        padding-bottom: 24px;
        font-size: 5em;
    }
    .container {
        min-height:90%;
        top: 10%;
    }
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: rgba(255, 255, 255, 1);
    line-height: 1.6em;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    color: rgba(255, 255, 255, 1);
    line-height: 1.4em;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.9);
}

.maincont {
    min-height: 100%;
    position: relative;
    top: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.9);
    width: 100%;
    line-height: 2;
}

a {
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a:link {
    color: rgba(97, 207, 250, 0.8);
    text-decoration: none;
}

a:visited {
    color: rgba(97, 207, 250, 0.8);
    text-decoration: none;
}

a:hover {
    color: rgba(110, 217, 255, 1);
    text-decoration: none;
}

a:active {
    color: rgba(97, 207, 250, 0.7);
    text-decoration: none;
}

pre {
    max-width: 760px;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
}

.container {
    min-height: 100%;
    position: relative;
    top: 0;
}

.red {
    color: rgb(229, 55, 60);
}

.yellow {
    color: rgb(245, 189, 96);
}

.green {
    color: rgb(147, 205, 3);
}

.footer {
    position: absolute;
    bottom: 16px;
}

@media (min-width: 480px) {
    h1 {
        padding-top: 0;
        padding-bottom: 24px;
    }
    .container {
        min-height:90%;
        top: 10%;
    }
}

.center {
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}