/*
    Eliezer de Souza dos Reis
*/

@import "normalize.css";
@import url('https://fonts.googleapis.com/css?family=Cinzel|Raleway');
html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
}

.intro::-webkit-scrollbar {
    display: block;
}

.intro {
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.intro div {
    height: 97vh;
    display: flex;
    position: relative;
    transform-style: preserve-3d;
}

div.header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #FFF;
    background-image: url('orchid.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    transform: translateZ(0);
    z-index: 1;
}

div.header h1 {
    font-size: 4em;
    font-family: "Cinzel", serif;
    text-shadow: 0px 1px 1px rgba(15, 15, 15, 0.89);
    text-transform: uppercase;
    border-color: rgb(15, 15, 15);
    border-width: 2px;
    border-style: solid;
    padding: 1px;
}

div.header h1 span {
    display: block;
    padding: .2em 1em;
    border-color: rgb(15, 15, 15);
    border-width: 1px;
    border-style: solid;
}

div.header h2 {
    font-size: 2em;
    font-family: "Raleway", sans-serif;
}

div.summary {
    font-size: 2em;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.9);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.3)), url('orchid3.png');
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform: translateZ(-2px) scale(2);
    z-index: 0;
}

div.preamble {
    font-size: 1.28em;
    text-align: right;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background-color: #FFF;
    background-image: url('orchid2.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    transform: translateZ(0);
    z-index: 1;
}

div.preamble p, h3 {
    padding-right: 10vw;
}

div.preamble h3 {
    font-size: 2em;
    font-family: "Cinzel", serif;
}

div.preamble p {
    width: 40vw;
}

div.main {
    padding-top: 4em;
    font-size: 1.2em;
    text-shadow: 0px 0px 1px rgb(255, 255, 255);
    background-image: url('background.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

div.main h3 {
    font-size: 1.4em;
    font-family: "Cinzel", serif;
    padding-bottom: .5em;
    border-bottom-color: rgba(11, 11, 11, 0.9);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

div.main h3::before {
    content: '⚜';
}

div.main div {
    padding: 1em 3em;
    background-color: rgba(255, 255, 255, 0.85);
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

div.requirements {
    padding-bottom: 2em;
}

div.main .footer {
    width: 100%;
    height: 3rem;
    margin-top: 3rem;
    padding-top: 1rem;
    text-align: center;
}

div.main .footer a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 1rem;
}

div.sidebar {
    padding: .5vh;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.2rem;
    background-color: #333;
    color: #E3E9F8;
}

div.sidebar .wrapper div {
    display: inline-block;
    float: left;
    margin: 1rem;
}

div.sidebar h3 {
    font-family: "Cinzel", serif;
    margin-top: .2rem;
}

div.sidebar ul {
    list-style-type: none;
}

div.sidebar ul li {
    margin-top: .5em;
    margin-bottom: .5em;
}

div.sidebar a {
    color: #dedede;
    text-transform: uppercase;
    font-weight: 600;
}
