/*
red : #EA0A2A
*/

/* containers*/

* {
  font-display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: din-2014, sans-serif;
  text-align: center;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

header {
  padding-top: 4rem;
  min-height: 80vh;
  position: relative;
  margin-bottom: 8rem;
}

header#index {
  background: url(../img/bg_header_index_lowres.jpg) center -2rem no-repeat;
  background-size: cover;
}

header#index .logo img {
  width: 140px;
  height: auto;
  margin: 0 auto;
} 

header#spherical {
  background: url(../img/bg_header_hex.jpg) center 16rem no-repeat;
}

header#proyield {
  background: url(../img/bg_header_liquid_lowres.jpg) center -2rem no-repeat;
  background-size: cover;
  padding-bottom: 8rem;
}

header#proyield h1 {
  font-family: din-2014, sans-serif;
  background-color: #ea0a2a;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  text-shadow: 0px 1.5px 1px rgba(0, 0, 0, 0.35);
  border-radius: 2rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 280px;
  font-size: 4rem;
  margin-top: 6rem;
  padding-bottom: 3rem;
}

header#proyield h1 span {
  font-size: 1.4rem;
  display: block;
  width: 100%;
}

header#proyield h1 strong {
  font-weight: 900;
  font-size: 12rem;
  line-height: 8rem;
}

header#spherical h1 {
  background: none;
  color: #ea0a2a;
  font-size: 3rem;
  text-shadow: none;
  margin: 6rem auto 0 auto;
}

header#proyield nav a.logo.right img {
  height: 26px;
}

header#spherical nav span.logo img {
  height: 26px;
}

header#spherical nav a.logo.right img {
  height: 34px;
}

footer {
  padding: 3rem 2rem 6rem 2rem;
  color: #000;
  margin: 4rem auto 0 auto;
  background: #eee;
}

footer p {
  max-width: 500px;
}

main {
  position: relative;
}

/* elements */

p {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 52rem;
  margin: 2rem auto;
}

p.strong {
  margin-top: 6rem;
  color: #ea0a2a;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 2.2rem;
}


h1 {
  font-family: din-2014-narrow, sans-serif;
  margin: 14rem auto 4rem auto;
  color: #fff;
  text-shadow: 0px 1.5px 1px rgba(0, 0, 0, 0.35);
  font-size: 2.6rem;
  line-height: 3rem;
  background: rgba(0, 0, 0, 0.45);
  padding: 2rem;
  max-width: 600px;
}

video {
  background: none;
  width: 100%;
  max-width: 640px;
  margin: 4rem 0;
}

/* classes */

.banner {
  font-weight: 400;
  display: block;
  margin: 8rem auto;
  width: 100%;
  box-sizing: border-box;
  padding: 2rem;
}

.red {
  text-shadow: 0px 1.5px 1px rgba(0, 0, 0, 0.35);
  background: url(../img/bg_red-hex.jpg) center center repeat;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 900;
  position: absolute;
  bottom: -1rem;
  margin: 0;
}

.red span {
  font-weight: 100;
}

.blue {
  background-color: #c7d5e7;
  text-transform: uppercase;
  font-family: din-2014-narrow, sans-serif;
  max-width: 660px;
  color: #303e48;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 1rem;

  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  margin: 0 auto;
}

.blue em {
  font-weight: 900;
}

.blue p.icon {
  font-family: din-2014, sans-serif;
  color: #ea0a2a;
  font-size: 8rem;
  font-weight: 900;
  margin: 0;
  padding: 0;
}

.blue p:first-child {
  text-align: right;
}

.blue p:last-child {
  text-align: left;
}

.grey {
  color: #303e48;
  background: url(../img/bg_blue-hex.jpg) center center repeat;
  font-weight: 400;
  padding-top: 1rem;
  overflow: visible;
  position: relative;
}

.grey:before {
  content: "";
  display: block;
  margin: 0 auto;
  height: 1.5rem;
  width: 90%;
  max-width: 680px;
  background: #a9c1db;
  position: absolute;
  top: -0.75rem;
  left: 0;
  right: 0;
}

.graphic {
  width: 100%;
  max-width: 860px;
}


.graphic.bar {
    width: 90%;
    margin: 0 auto;
    max-width: 380px;
    padding-left:2rem;
}

.graphic.granule {
  width: 70%;
  max-width: 500px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.legal {
  font-size: 0.8rem;
  color: #777;
  line-height: 1rem;
  max-width: 600px;
  margin: 1rem auto;
}

.icon img {
  height: 62px;
  margin: 0.5rem 0.25rem;
}

.logo img {
  /* height: 88px; */
  width: auto;
}
