@font-face {
  font-family: myriad;
  src: url(../fonts/myriadpro-regular.otf) format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: myriad;
  src: url(../fonts/myriadpro-bold.otf) format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: myriad;
  src: url(../fonts/myriadpro-light.otf) format("opentype");
  font-weight: 100;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-family: myriad, sans-serif;
  font-weight: 400;
  margin: 35px;
}

@media (min-width:1510px) {
  body {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

header,
main,
footer,
aside {
  display: block;
  margin-bottom: 56px;
}

.figureContainer {
  display: none;
}

figure.me figcaption {
  display: block;
  margin: 3px 0;
  text-align: right;
}

@media screen and (min-width:1000px) {
  .figureContainer {
    display: block;
    float: right;
    max-width: 249px;
    margin-left: 15px;
  }
}

@media screen and (min-width:1440px) {
  .figureContainer {
    max-width: 412px;
    margin-bottom: 40px;
  }
}

#warningIE {
  background-color: red;
  color: white;
  font-weight: 700;
  margin: 5%;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

p {
  text-align: center;
}

aside p {
  margin-bottom: 15px;
}

footer p {
  font-weight: lighter;
}

.smallPara {
  font-size: 16px;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

#european-flag {
  text-align: center;
  margin-bottom: 30px;
}
