
/* reset */
html, body {
    margin: 0;
    padding: 0;
    background-color: #3C8BB8;
    font-family: Palatino, Georgia;
    font-style: italic;
    font-size: 16px;
    line-height: 1.4em;
}

/* text + object styles */

h1, h2, h3 {
    text-align: center;
}

h1, h2, h3 {
    font-family: 'Anton', sans-serif;
    font-style: normal;
    text-transform: uppercase;
}

h2 {
    font-size: 2.3em;
}

h3 {
    font-size: 1.8em;
    line-height: 1.2em;
}

.center {
    text-align: center;
}

.huge {
    font-size: 3em;
    margin-bottom: 0.5em;
    margin-top: 2em;
}

.subtitle {
    font-family: Palatino, Georgia;
    font-style: italic;
    font-size: 1.5em;
    text-transform: none;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

hr {
    border-top: 1px dashed #0067a3;
}

.rounded {
    border-radius: 50%;
}

/* layout, margins */

.job-time {
    margin-bottom: 0;
}

.job-place {
    margin: 0;
}

.job-title {
    margin-top: 0;
}

.column-width {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
}

/* section styles */

.main-text {
    overflow: hidden;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
}

section {
}

.section-header {
    background-color: #3C8BB8;
    color: #ffffff;
}

.section-letter {
    background-color: #C24E00;
    color: #FFFFE2;
}

.section-skills {
    background-color: #FFFFE2;
    color: #C24E00;
}

.section-cv {
    background-color: #D1EEFF;
    color: #0067a3;
}

.section-github {
    background-color: #0067a3;
    color: #ffffff;
}

.section-footer {
    background-color: #FF6700;
    color: #ffffff;
}

/* big screen styles */
@media screen and (min-width: 44em) {
    .huge {
        font-size: 15em;
        margin-top: 1em;
        margin-bottom: 0em;
        line-height: 1; /* cheers @FPresencia */
    }

    .subtitle {
        font-size: 3.5em;
    }

    h2 {
        font-size: 4em;
    }

    h3 {
        font-size: 3em;
    }

    .main-text {
        padding-bottom: 2.5em;
    }
}
