
html,
body {
    height: 100%;
    min-height: 100% !important;
}

body {
    background: #313131;
}

header {
    height:120px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    z-index: 1000;
    position: relative;
}
header nav {
    width: 100%;
    height: 100%;
}
header nav .logo {
    width: 20%;
    height: 100%;
    float: left;
    margin-left: 10%;
}
header nav .menu {
    width: 70%;
    height: 100%;
    float: left;
    display: inline-block;
    text-align: right;
    position: relative;
}
.logo img{
    width: 100%;
    height: 80%;
    margin-top: 5%;
    max-width: 280px;
}
header nav .menu ul {
    display: block;
    position: absolute;
    bottom: 25px;
    list-style:none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 40px;
    width: 95%;
    margin-right: 5%;
}
header nav .menu ul li {
    display: inline-block;
    text-align: center;
    height: 30px;
    margin-right: 15px;
}
header nav .menu ul li a:hover {
    color: #1b9490;
}
header nav .menu ul li a {
    color: white;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
}
main {
    height: auto;
    display: block;
    width: 100%;
}
.menu .active {
    color: #1b9490;;
}

.title {
    font-family: 'Anton', sans-serif;
    font-size: 6em;
    color: #1b9490;
    letter-spacing: -2px;
    font-weight: 200;
    margin: 0;
}
.title2 {
    font-family: 'Anton', sans-serif;
    font-size: 3em;
    color: #1b9490;
    letter-spacing: -2px;
    font-weight: 200;
    margin: 0;
}

.subtitle {
    font-family: 'Anton', sans-serif;
    font-size: 2em;
    color: #1b9490;
    letter-spacing: -2px;
    font-weight: 200;
    margin: 0;
}

.content-text {
    font-family: 'Open Sans', sans-serif;
    font-size:1.3em;
    text-align: justify;
}
.hide {
    display: none;
}
