@font-face {
  font-family: "Metropolis";
  src: url("type/Metropolis-Regular.otf");
  }
@font-face {
  font-family: "Bebas";
  src: url("type/BebasNeue-Regular.otf");
  }


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 3.5em;
  margin: 0.67em 0;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* General */
html,
body {
  height: 100%;
}
* {
  box-sizing: border-box;
}
body {
  position: relative;
  background-size: cover;
  border-top: 5px solid #fc0;
  font-family: 'Metropolis','Open Sans', sans-serif;
  font-weight: 400;
  color: #fc0;
}
p {
  font-size: 18px;
  line-height: 25px;
  margin: 20px 0 80px;
  color: rgba(0, 0, 0, 0.7);
}
.featured {
  /* text-transform: uppercase;*/
  line-height: 0;
  color: rgba(0, 0, 0, 0.8);
  font-family:"Metropolis";
  font-size: 18px;
  font-weight: 600;
}

/* Currently */
.left {
  padding-top: 70px;
  padding-left: 15px;
  float: left;
  width: 50%;
}
.right {
  margin-top: 40px;
  float: right;
  width: 55%;
}

.logo {
  background: url('../img/logo.svg') no-repeat;
  width: 304px;
  height: 25px;
  text-indent: -9999px;
  white-space: nowrap;
}


.container {
  height: 100%;
  width: 950px;
  margin: 0 auto;
  position: relative;
  padding: 75px 15px 20px;
}
.btn {
  float: left;
  background: #000;
  padding: 10px 13px 9px;
  width: 170px;
  margin-right: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 3px 0 0 0;
}
.info li {
  font-weight: 500;
  font-size: 13px;
  display: inline;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 10px;
}
.info a {
  color: rgba(0, 0, 0, 0.6);
}
.footer {
  padding: 15px 20px 10px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: transparent;
}
@media screen and (max-width: 700px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
  .left {
    padding-top: 145px;
    padding-left: 15px;
    width: 100%;
  }

p {
  font-size: 14px;
  line-height: 25px;
  margin: 20px 0 10px;
  color: rgba(0, 0, 0, 0.7);
}


 .right {
 display: none;
}


  }
  .btn {
    margin-bottom: 10px;
  }
  .footer img {
    max-width: 100%;
  }
}