/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figure,
hgroup,
menu,
section {
  display: flex; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: flex;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Prevent adjustment of font size after orientation changes in IE on Windows Phone and in iOS. */
html {
  -webkit-text-size-adjust: 100%;
  -mstext-size-adjust: 100%; }

/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*----------------------BODY-------------------*/
body {
  font-family: "Lato", sans-serif;
  font-weight: 300; }

/*----------------------HEADER-----------------*/
header {
  background-color: #424e64;
  color: #bbc2ca;
  padding: 1em 4%;
  text-align: right; }
  header .place-logo {
    position: absolute; }

/*-------------------NAVIGATION-----------------*/
nav {
  background-color: #bbc2ca;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  nav ul li {
    display: inline-block;
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.3); }
  nav ul li:last-child {
    border-right: none; }
  nav ul li a {
    display: block;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    color: #424e64;
    padding: .5rem 0;
    transition: background 0.75s ease, color 0.75s ease; }
  nav ul li.active a {
    background-color: #9ea8b4; }
  nav ul li a:hover {
    color: #bbc2ca;
    background-color: #424e64; }

/*-------------------MAIN-------------------*/
figure.banner {
  width: 100%; }

figure.banner img {
  width: 100%;
  height: 500px; }

h2 {
  padding: 1em 2%;
  font-size: 32px;
  color: #424e64;
  font-weight: 700; }

h1 {
  font-size: 32px;
  text-transform: uppercase; }

h3 {
  text-transform: uppercase; }

p {
  padding: 1em 2%; }

.text-link {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase; }

.container {
  display: flex;
  /*-ms-flex-wrap: wrap;*/
  flex-wrap: wrap;
  justify-content: space-around; }

.container div > img {
  width: 250px;
  height: 150px; }

/*-------------------FOOTER-----------------*/
footer {
  width: 100%;
  background-color: #424e64; }
  footer p {
    text-align: center;
    color: #bbc2ca;
    font-size: 14px;
    padding: 1em 0; }

/*----Force an Element not to collapse----*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (min-width: 1140px) {
  div#wrapper {
    max-width: 70rem;
    margin: 2rem auto;
    box-shadow: 0 0 10px #000000; } }
