@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-slab-v13-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-v13-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v13-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v13-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v13-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v13-latin-100.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v20-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}



/* -------------------------------------------------- Typography -------------------------------------------------- */

body {
    background-color: #ffffff;
}

h1 {
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-weight: 100;
    margin: 4rem auto;
    text-align: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #aaaaaa;
    letter-spacing: 22px;
}

.letter-spacing-11px {
    letter-spacing: 11px;
}

.roboto {
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-weight: 100;
}

h2 {
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-weight: 100;
    margin: 4rem auto;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    color: #aaaaaa;
    letter-spacing: 18px;
}

h2 a {
    text-decoration: none;
    color: #aaaaaa;
}

h2 a:hover, h2 a:active, h2 a:focus {
    text-decoration: none;
    color: #666666;
}


h4, h5, h6 {
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    color: #aaaaaa;
}

h4 { margin: 4rem auto 0.5rem auto; letter-spacing: 8px; }
h5 { margin: 3rem auto 0.25rem auto; letter-spacing: 6px; }
h6 { margin: 1rem auto 0 auto; letter-spacing: 4px; }

p, ul, li {
    font-family: 'Roboto Slab', Times, serif;
    font-style: normal;
    font-weight: 100;
    color: #aaaaaa;
    text-align: center;
    margin: 2rem auto;
    padding: 0 3rem;
    line-height: 2rem;
}

p a {
    text-decoration: none;
    color: #aaaaaa;
}

p a:hover, p a:active, p a:focus {
    text-decoration: none;
    color: #666666;
}


.my-footer {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

h4 + p, h5 + p, h6 + p {
    margin-top: 0;
}

