﻿@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'erison';
    src: url('fonts/erison.eot?m28d1r');
    src: url('fonts/erison.eot?m28d1r#iefix') format('embedded-opentype'), url('fonts/erison.ttf?m28d1r') format('truetype'), url('fonts/erison.woff?m28d1r') format('woff'), url('fonts/erison.svg?m28d1r#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    height: 100%;
    background-color: #434343;
    background: linear-gradient(180deg, rgba(231,183,56,1) 0%, rgba(118, 75, 27,1) 85%, rgba(51,51,51,1) 95%, rgba(51,51,51,1) 100%);
    max-width: 3493px;
    margin: 0 auto;
}

body {
    margin: 0;
    line-height: 1.4px;
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
}

.navbar-text .icon-erison {
    vertical-align: sub;
    font-size: 320%;
    padding-right: 10px;
}

.navbar {
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

    .navbar a {
        color: #ccc;
        position: fixed;
        right: 10px;
    }

        .navbar a:hover, .navbar a:active {
            color: #fff;
            text-decoration: none;
        }

h1, h2 {
    font-family: Ubuntu, Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 1rem;
}

h1 {
    margin-left: 2rem;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        color: #733;
        text-decoration: underline;
    }

.container {
    margin-left: inherit;
}

.wrapper {
    min-height: calc(100% - 20px);
}

footer, .navbar {
    background-color: #333;
    color: #ccc;
}

footer {
    height: 40px;
    padding: 8px 0 5px 10px;
}

.body-content {
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

h1.navbar-text a i {
    font-size: 1.4em;
}

h1.navbar-text span, h1 > i {
    color: #ccc;
    font-size: 4rem;
    font-weight: lighter;
}

    h1.navbar-text span:nth-child(4) {
        font-size: 3rem;
    }

.hero-image {
    background-image: url("../images/background.jpg");
    height: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 5%;
    background-color: white;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    h1.navbar-text {
        margin-left: 20px;
    }

    .navbar-text .icon-erison {
        font-size: 210%;
    }

    h1.navbar-text span {
        font-size: 2.8rem;
    }

        h1.navbar-text span:nth-child(4) {
            font-size: 2rem;
        }

    .hero-text h2 {
        font-size: 120%;
    }
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'erison' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
    content: "\e901";
}

.icon-signin:before {
    content: "\e902";
}

.icon-erison:before {
    content: "\e900";
}

* {
    box-sizing: border-box
}

