@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;
}

a {
    /* color: #fff; */
    opacity: 0.7;
    text-decoration: none;
}

    a:hover, a:focus {
        opacity: 1;
    }

.container > header {
    margin: 0 auto;
    padding: 4em 2em;
    text-align: center;
    background: rgba(0,0,0,.05);
}

    .container > header h1 {
        font-size: 2.625em;
        line-height: 1.3;
        margin: 0;
        font-weight: 300;
    }

    .container > header span {
        display: block;
        font-size: 60%;
        color: rgba(0,0,0,.2);
        font-weight: 400;
        padding: 0 0 0.6em 0.1em;
    }

section {
    /* padding: 7em 0; */
}

    section:nth-child(even) {
        background: rgba(0,0,0,.05);
    }

    section.related {
        text-align: center;
        font-size: 1.6em;
    }

.related p {
    margin: 0;
    padding: 1.1em;
}

/* To Navigation Style */
.codrops-top {
    /*text-transform: uppercase;*/
    width: 100%;
    font-size: 0.69em;
    line-height: 2.2;
    font-weight: 700;
}

    .codrops-top a {
        text-decoration: none;
        padding: 0 1em;
        letter-spacing: 0.8em;
        display: inline-block;
        margin-top: 30px;
        font-size: 14px;
    }

    .codrops-top span.right {
        float: right;
    }

        .codrops-top span.right a {
            float: left;
            display: block;
        }

.codrops-icon:before {
    font-family: 'codropsicons';
    margin: 0 4px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

@media screen and (max-width: 25em) {

    .codrops-icon span {
        display: none;
    }
}


/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic);*/
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    /*background: #26C281;*/
    color: rgba(0,0,0,0.45);
    font-size: 100%;
    line-height: 1.25;
    font-family: 'Lato', Arial, sans-serif;
}

a {
    /* color: rgb(255, 255, 255); */
    text-decoration: none;
    outline: none;
}

    a:hover, a:focus {
        color: rgb(83, 174, 247);
        text-decoration: underline;
    }

.codrops-header {
    margin: 0 auto;
    padding: 3em 1em;
    text-align: center;
    color: rgba(0,0,0,0.35);
}

    .codrops-header h1 {
        margin: 0;
        font-weight: 400;
        font-size: 2.5em;
    }

        .codrops-header h1 span {
            display: block;
            padding: 0 0 0.6em 0.1em;
            font-size: 0.6em;
            opacity: 0.7;
        }

/* To Navigation Style */
.codrops-top {
    width: 100%;
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 0.69em;
    line-height: 2.2;
}

    .codrops-top a {
        display: inline-block;
        padding: 0 1em;
        text-decoration: none;
        letter-spacing: 1px;
        margin-top: 30px;
    }

    .codrops-top span.right {
        float: right;
    }

        .codrops-top span.right a {
            display: block;
            float: left;
        }

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

section {
    /* padding: 5em 2em 10em; */
    /*background: #2dcb89;*/
    text-align: center;
}

    section.related {
        padding: 3em 1em 4em;
        /*background: #465650;*/
        color: rgba(0,0,0,0.4);
        font-size: 1.5em;
    }

.related > a {
    max-width: 80%;
    border: 2px solid rgba(0,0,0,0.3);
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px;
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

.related a:hover {
    border-color: rgba(0,0,0,0.6);
}

.related a img {
    max-width: 100%;
    opacity: 0.4;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.related a:hover img,
.related a:active img {
    opacity: 1;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    font-weight: 400;
    font-size: 0.75em;
    text-align: left;
}

section.centerClass {
    width: 30%;
    margin: 0px auto;
    background: rgba(255, 255, 255, 0.94);
    padding: 1%;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(224, 222, 222, 0.73);
    position: relative;
}

input#q1, input#q2, input#q3, input#q4, input#q5, input#q6 {
    border-radius: 11px;
    box-shadow: 0 4px 4px #ccc;
    padding: 9px 40px 5px 40px;
}

@media screen and (max-width: 44.75em) {
    section {
        padding: 1em 2em;
    }
}

@media screen and (max-width: 25em) {
    .codrops-header {
        font-size: 0.8em;
    }

    section.related {
        font-size: 1.2em;
    }

    .codrops-icon span {
        display: none;
    }
}

