/*
 * Breakpoints:
 * xs: 540px
 * s: 720px
 * m: 960px
 * lg: 960px
 * xl: 1140px
*/

/* Global */
a {
  color: #00B2E0;
}

a:hover {
  color: #1468a0;
}

p {
  font-family: 'AvenirLTStd', sans-serif;
}

h2 {
  font-family: "KnockoutLiteweight", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
}

/* Fonts */
@font-face {
  font-family: 'AvenirLTStd';
  src: url('/font/AvenirLTStd-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KnockoutLiteweight';
  src: url('/font/Knockout-HTF49-Liteweight.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Custom */
.container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.cmyk-row {
    display: block;
    position: absolute;
    background-color: white;
    height: 80px;
    margin: 20px 10px;
    right: 0;
    bottom: 0;
}
.cmyk {
  background: #ffffff;
  float: right;
}
.circle {
  border-radius: 50%;
  height: 10px;
  margin-bottom: 6px;
  width: 10px;
}
.cross {
  font-family: Helvetica sans-serif Arial;
  font-size: 23px;
  line-height: 14px;
}
.cyan { background: #00B2E0 }
.magenta { background: #E85795 }
.yellow { background: #F8E927 }
.key { background: #282828 }

.footer {
  align-items: flex-start;
  background-color: #00b2e0;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
}

@media screen and (min-width: 540px) {
  .footer {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 720px) {
  .footer {
    align-items: center;
  }
}

.footer h2 {
  display: none;
}

@media screen and (min-width: 720px) {
  .footer h2 {
    display: block;
  }
}

.footer p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  margin-top: 14px;
}

@media screen and (min-width: 540px) {
  .footer p {
    margin-top: 0;
  }
}

.main {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center; 
  min-height: 0;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 720px) {
  .main-inner {
    display: flex;
    height: 226px;
    width: 600px;
  }
}

.message {
  padding: 0 22px;
}

@media screen and (min-width: 540px) {
  .message {
    display: flex;
  }
}

.message-inner {
  max-width: 400px;
  text-align: center;
}

@media screen and (min-width: 540px) {
  .message-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.message h2 {
  color: black;
  font-size: 32px;
  margin: 18px 0;
}

@media screen and (min-width: 720px) {
  .message h2 {
    text-align: left;
  }
}

.message p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;  
}

@media screen and (min-width: 720px) {
  .message p {
    text-align: left;
  }
}

.russell-image {
  display: none;
  margin: 14px auto;
  max-width: 200px; 
  max-height: 222px;
  width: auto;
  height: auto;
}

@media screen and (min-width: 540px) and (max-width: 719px) and (min-height: 600px) { 
  .russell-image {
    display: block;
  }
}

@media screen and (min-width: 720px) {
  .russell-image {
    display: block;
  }
}

.social {
  align-items: center;
  display: flex;
  flex-direction: row; 
}

.social h2 {
  font-size: 24px;
  margin: 0;
  padding-left: 30px;
}

.social-icons {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-icon {
  float: left;
  height: 40px;
  line-height: 1.8;
  margin: 0;
  text-align: center;
  width: 40px;
}

.twitter {
  background: #00aced;
}

.twitter a {
  color: white;
  font-size: 27px;
}

.facebook {
  background: #3b5998;
}

.facebook a {
  color: white;
  font-size: 23px;
}

.instagram {
  background: #fff;
}

.instagram a {
  color: black;
  font-size: 23px;
}

.pinterest {
  background: #bd081c;
}

.pinterest a {
  color: white;
  font-size: 23px;
}
