/* RESET */

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
    width: 100%;
    text-rendering: geometricPrecision;
}

@font-face {
    font-family: Trueno;
    src: url("../fonts/Trueno/TruenoRg.otf");
  }

h1, h2, h3, h4, h5, h6,
p, a, ul, li {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
}

li {
    list-style: none;
}

input:focus, input:hover, input:active,
textarea:focus, textarea:hover, textarea:active {
    outline: none;
    border: 0;
}

/* ADD-ONS */

.clear {
    clear: both;
}

/* PERSONAL */

body {
    width: 100%;
    position: relative;
    font-size: 100%;
    font-family: sans-serif;
}

header {
    background-color: #6C759B;
    background-image: linear-gradient(-90deg, #e7e3df, #e7e3df, #A9D3FF, #96C5F7, #6C759B);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

nav ul li a {
    color: #3581B8;
    font-family: 'Trueno', sans-serif;
    font-weight: normal;
}

nav ul li a:hover,
nav ul li a.active {
    color: #fff;
}

#wrapper {
    width: 100%;
    background-color: #87A878;
    background-image: linear-gradient(-90deg, #e7e3df, #e7e3df, #A9D3FF, #96C5F7, #6C759B);
    background-size: 100%;
    background-attachment: fixed;
}

section {
    width: 100%;
}

.subhead {
    width: 100%;
    background-color: #87A878;
    background-image: linear-gradient(-90deg, #e7e3df, #e7e3df, #A9D3FF, #96C5F7, #6C759B);
}

.subhead h2 {
    font-family: 'Trueno', sans-serif;
    font-style: italic;
    font-weight: 500;
    color: #41717b;
    text-transform: uppercase;
}

#about-us .above {
    width: 100%;
    background-color: #fff;
}

#about-us .below {
    width: 100%;
    background-color: #e7e3df;
}

#references .content {
    width: 100%;
    position: relative;
}

.btn {
    font-family: 'exo_2bold', Helvetica, Arial, sans-serif;
    color: #5e5e5d;
    text-transform: uppercase;
    border: 1px solid #c2c2c2;
    background-size: initial;
}
