/* =============
    Mixins
============= */
/* =============
    Mixins
============= */
/* ---------------- Font Sizing ---------------- */
html {
  font-size: 100%; }

/* ---------------- Media Queries ---------------- */
/* =============
    Variables
============= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* =============
    Base
============= */
a {
  text-decoration: none;
  transition: 0.25s; }

ul, p, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

@media (min-width: 1024px) {
  .hide-for-large {
    display: none !important; } }

.content-section {
  padding: 50px 0; }

@media (min-width: 1200px) {
  .desktop-grid {
    display: grid;
    grid-template-columns: auto 1200px auto;
    grid-template-areas: ". desktop ."; }
    .desktop-grid .desktop-container {
      grid-area: desktop; } }

/* =============
    Typography
============= */
body {
  font-family: 'Montserrat', sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: 'Roboto', sans-serif; }

#hero {
  font-family: 'Oswald', sans-serif; }

/* =============
    Buttons
============= */
button {
  outline: none;
  cursor: pointer; }

/* =============
    Forms
============= */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  box-shadow: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
  box-shadow: none; }

input[type=text],
input[type=email],
input[type=password],
textarea {
  -webkit-appearance: none; }

/* =============
    Navigation
============= */
#burger-container {
  text-align: right;
  background-color: #fff;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  #burger-container #burger {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block; }
    #burger-container #burger div {
      height: 2px;
      width: 20px;
      background-color: #194141;
      position: absolute;
      left: 0; }
    #burger-container #burger div:nth-child(1) {
      top: 0; }
    #burger-container #burger div:nth-child(2) {
      top: 8px; }
    #burger-container #burger div:nth-child(3) {
      top: 16px; }
    #burger-container #burger div:nth-child(4) {
      top: 6px;
      width: 10px;
      left: 10px;
      opacity: 0; }
    #burger-container #burger div:nth-child(5) {
      top: 10px;
      width: 10px;
      left: 10px;
      opacity: 0; }

#selected button {
  color: #49c2c5; }

#selected a {
  color: #49c2c5; }

nav {
  position: fixed;
  background-color: #194141;
  width: 100vw;
  height: 100vh;
  left: 100%;
  top: 0; }
  @media (min-width: 1024px) {
    nav {
      position: static;
      background-color: #fff;
      width: auto;
      height: auto; } }
  nav ul {
    text-align: right;
    padding: 20px; }
    @media (min-width: 1024px) {
      nav ul {
        display: flex;
        justify-content: flex-end;
        padding: 10px; } }
    nav ul li {
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        nav ul li {
          margin-bottom: 0px;
          margin-left: 20px; } }
      nav ul li a:link, nav ul li a:visited {
        color: #fff;
        font-size: 1.5625rem; }
        @media (min-width: 1024px) {
          nav ul li a:link, nav ul li a:visited {
            font-weight: 400;
            color: #194141;
            font-size: 1rem; } }
      nav ul li a:hover, nav ul li a:active {
        color: #49c2c5; }
      nav ul li button {
        color: #fff;
        font-size: 1.5625rem;
        border: none;
        background-color: #fff; }
        @media (min-width: 1024px) {
          nav ul li button {
            font-weight: 400;
            color: #194141;
            font-size: 1rem; } }
      nav ul li button:hover {
        color: #49c2c5; }

/* =============
    Header
============= */
header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000; }
  header > div {
    display: grid;
    grid-template-columns: 80% 20%;
    padding: 5px 0; }
    @media (min-width: 1024px) {
      header > div {
        grid-template-columns: 20% 80%; } }
    header > div #logo-container {
      padding-left: 10px;
      display: flex;
      align-items: center;
      height: 100%; }
      header > div #logo-container button {
        border: none;
        background-color: #fff; }
      header > div #logo-container img {
        width: 70%; }
        @media (min-width: 768px) {
          header > div #logo-container img {
            width: 90%; } }

/* =============
    Footer
============= */
footer {
  display: grid;
  grid-template-columns: 10px auto 10px;
  grid-template-areas: ". icons ." ". footer .";
  padding: 20px 0; }
  @media (min-width: 768px) {
    footer {
      text-align: center; } }
  footer ul {
    grid-area: icons;
    display: flex;
    justify-content: center; }
    footer ul li {
      margin: 0 10px; }
      footer ul li a:link, footer ul li a:visited {
        color: #194141;
        font-size: 1.5625rem; }
      footer ul li a:hover, footer ul li a:active {
        color: #000; }
  footer div {
    grid-area: footer;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1rem; }

/* =============
    Features
============= */
#features {
  display: grid;
  grid-template-columns: 10px auto 10px;
  grid-template-areas: ". feature-title ." ". feature-phone ." ". feature-list ."; }
  @media (min-width: 768px) {
    #features {
      grid-template-columns: auto 35% 55% auto;
      grid-template-areas: ". feature-title feature-title ." ". feature-phone feature-list ."; } }
  #features #feature-title {
    grid-area: feature-title; }
    @media (min-width: 768px) {
      #features #feature-title {
        margin-bottom: 20px; } }
    #features #feature-title h1 {
      font-size: 1.5625rem;
      font-weight: 700;
      color: #49c2c5;
      margin-bottom: 20px; }
    #features #feature-title p {
      font-size: 1.4375rem;
      font-weight: 700; }
  #features aside {
    grid-area: feature-phone;
    text-align: center; }
    @media (min-width: 768px) {
      #features aside img {
        width: 100%; } }
  #features #feature-list {
    grid-area: feature-list; }
    #features #feature-list ul li {
      display: grid;
      grid-template-columns: 15% 85%;
      grid-template-areas: "list-icon list-title" "list-icon list-info";
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        #features #feature-list ul li {
          grid-template-columns: 10% 90%; } }
      #features #feature-list ul li h2 {
        grid-area: list-title;
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 5px; }
      #features #feature-list ul li #list-icon {
        grid-area: list-icon;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
        #features #feature-list ul li #list-icon img {
          width: 60%; }
          @media (min-width: 768px) {
            #features #feature-list ul li #list-icon img {
              width: 50%; } }
      #features #feature-list ul li p {
        grid-area: list-info;
        font-size: 0.875rem;
        text-align: justify;
        line-height: 1.25rem; }

/* =============
    Heros
============= */
.slides {
  height: 100vh;
  background-size: cover;
  background-position: right; }
  @media (min-width: 768px) {
    .slides {
      display: flex;
      align-items: center;
      background-position: 60% 0%; } }
  .slides .slide-grid {
    display: grid;
    grid-template-columns: 10px auto 10px;
    grid-template-areas: ". logo-container ." ". message ." ". app-links .";
    width: 100%; }
    @media (min-width: 768px) {
      .slides .slide-grid {
        grid-template-columns: 60% 40%;
        grid-template-areas: "logo-container ." "message ." "app-links ."; } }
    @media (min-width: 1024px) {
      .slides .slide-grid {
        grid-template-columns: 10% 50% 40%;
        grid-template-areas: ".logo-container ." ".message ." ".app-links ."; } }
    @media (min-width: 1200px) {
      .slides .slide-grid {
        grid-template-columns: 20% 40% 40%;
        grid-template-areas: ".logo-container ." ".message ." ".app-links ."; } }
    .slides .slide-grid .logo-container {
      grid-area: logo-container;
      margin-top: 10%;
      margin-bottom: 5%; }
      @media (min-width: 768px) {
        .slides .slide-grid .logo-container {
          margin-top: 0%; } }
      .slides .slide-grid .logo-container img {
        width: 40%;
        margin: 0 auto; }
    .slides .slide-grid .message {
      grid-area: message;
      text-align: center; }
      .slides .slide-grid .message h1 {
        font-family: 'Oswald', sans-serif;
        font-size: 5rem;
        line-height: 4.6875rem;
        font-weight: 600; }
        @media (min-width: 768px) {
          .slides .slide-grid .message h1 {
            font-size: 5.625rem;
            line-height: 5.3125rem; } }
        @media (min-width: 1024px) {
          .slides .slide-grid .message h1 {
            font-size: 6.875rem;
            line-height: 6.5625rem; } }
        @media (min-width: 1200px) {
          .slides .slide-grid .message h1 {
            font-size: 7.1875rem;
            line-height: 6.875rem; } }
    .slides .slide-grid .app-links {
      grid-area: app-links;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      margin-top: 10%; }
      .slides .slide-grid .app-links div {
        text-align: center; }
        .slides .slide-grid .app-links div a {
          width: 80%;
          display: inline-block; }
          @media (min-width: 1200px) {
            .slides .slide-grid .app-links div a {
              width: 60%; } }

#slide-1 {
  background-image: url("../img/hero/slides/slide-1.jpg"); }

#slide-2 {
  background-image: url("../img/hero/slides/slide-2.jpg"); }

#slide-3 {
  background-image: url("../img/hero/slides/slide-3.jpg"); }

#slide-4 {
  background-image: url("../img/hero/slides/slide-4.jpg"); }

#slide-5 {
  background-image: url("../img/hero/slides/slide-5.jpg"); }

#slide-6 {
  background-image: url("../img/hero/slides/slide-6.jpg"); }

#slide-7 {
  background-image: url("../img/hero/slides/slide-7.jpg"); }

#slide-8 {
  background-image: url("../img/hero/slides/slide-8.jpg"); }

#hero-2 {
  background-image: url("../img/hero/hero-7.jpg");
  background-size: cover;
  height: 100vh;
  background-position: center top; }
  @media (min-width: 768px) {
    #hero-2 {
      height: 80vh; } }
  #hero-2 div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
    #hero-2 div article {
      color: #fff;
      margin-bottom: 40px;
      padding: 0 20px; }
      @media (min-width: 768px) {
        #hero-2 div article {
          padding: 0 20%; } }
      #hero-2 div article h1 {
        font-size: 1.5625rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700; }
        @media (min-width: 768px) {
          #hero-2 div article h1 {
            font-size: 2.1875rem;
            text-align: center; } }
      #hero-2 div article h4 {
        font-weight: 400;
        text-align: right; }

#hero-3 {
  background-image: url("../img/hero/hero-2.jpg");
  background-size: cover;
  height: 100vh;
  background-position: center; }
  @media (min-width: 768px) {
    #hero-3 {
      height: 80vh; } }

/* =============
    About
============= */
.callout {
  display: grid;
  grid-template-columns: 10px auto 10px;
  grid-template-areas: ". callout ."; }
  @media (min-width: 768px) {
    .callout {
      grid-template-columns: auto 75% auto; } }
  .callout div {
    grid-area: callout; }
    .callout div h1 {
      color: #49c2c5;
      font-size: 1.5625rem;
      font-weight: 500;
      margin-bottom: 20px; }
    .callout div p {
      font-size: 0.9375rem;
      line-height: 1.6; }
      .callout div p span {
        font-weight: 700; }

/* =============
    Contact
============= */
#contact-bg {
  background-color: #49c2c5; }

#contact {
  color: #fff;
  display: grid;
  grid-template-columns: 10px auto 10px;
  grid-template-areas: ". contact ."; }
  @media (min-width: 768px) {
    #contact {
      grid-template-columns: auto 60% auto; } }
  #contact > div {
    grid-area: contact; }
    #contact > div h1 {
      font-size: 1.5625rem;
      font-weight: 700; }
    #contact > div h2 {
      font-weight: 700;
      font-size: 1.25rem;
      margin-top: 20px; }
    #contact > div h3 {
      font-size: 1.125rem;
      font-weight: 400; }
    #contact > div h4 {
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 10px; }
    #contact > div i {
      margin-right: 10px;
      color: #fff;
      margin-top: 5px; }
    #contact > div a:link, #contact > div a:visited {
      text-decoration: none;
      color: #fff;
      font-size: 0.9375rem; }
    #contact > div a:hover, #contact > div a:active {
      color: #000; }
    #contact > div form {
      margin-top: 20px; }
      #contact > div form > div {
        display: grid;
        grid-template-columns: 100%; }
        @media (min-width: 768px) {
          #contact > div form > div {
            grid-template-columns: 50% 50%;
            grid-gap: 20px; } }
        #contact > div form > div .form-inputs {
          border: none;
          padding: 10px 5px;
          margin-bottom: 10px; }
        #contact > div form > div #button-container {
          text-align: right; }
          @media (min-width: 768px) {
            #contact > div form > div #button-container {
              grid-column: span 2; } }
          #contact > div form > div #button-container input {
            display: inline-block;
            background-color: #fff;
            padding: 10px;
            text-align: center;
            border: none; }

/* =============
    Campus
============= */
#campus-hero {
  background-image: url("../img/campus/hero-1.jpg");
  background-size: cover;
  background-position: center top;
  height: 100vh; }
  @media (min-width: 768px) {
    #campus-hero {
      height: 40vh; } }
  @media (min-width: 1024px) {
    #campus-hero {
      height: 70vh; } }

#campus-hero-2 {
  background-image: url("../img/campus/hero-2.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh; }
  @media (min-width: 768px) {
    #campus-hero-2 {
      height: 40vh; } }
  @media (min-width: 1024px) {
    #campus-hero-2 {
      height: 70vh; } }

#console {
  display: grid;
  grid-auto-columns: 10px auto 10px;
  grid-template-areas: ". console-title ." ". console-list ." ". console-images ."; }
  @media (min-width: 768px) {
    #console {
      grid-auto-columns: 60% auto;
      grid-template-areas: "console-list console-images"; } }
  #console #console-images {
    grid-area: console-images;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 768px) {
      #console #console-images {
        text-align: center;
        display: block; } }
    #console #console-images img {
      width: 100%; }
      @media (min-width: 768px) {
        #console #console-images img {
          width: 80%; } }
  #console #console-list {
    grid-area: console-list; }
    #console #console-list h1 {
      font-size: 1.5625rem;
      font-weight: 700;
      color: #49c2c5;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        #console #console-list h1 {
          padding-left: 20px; } }
    #console #console-list li {
      display: grid;
      grid-template-columns: 20% 80%;
      grid-template-areas: "list-icon list-title" "list-icon list-text";
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        #console #console-list li {
          grid-template-columns: 10% 90%; } }
      #console #console-list li h2 {
        grid-area: list-title;
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 5px; }
      #console #console-list li div {
        grid-area: list-icon;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
        #console #console-list li div img {
          width: 30%; }
          @media (min-width: 1024px) {
            #console #console-list li div img {
              width: 30%; } }
          @media (min-width: 1200px) {
            #console #console-list li div img {
              width: 50%; } }
        @media (min-width: 1200px) {
          #console #console-list li div {
            width: 80%; } }
      #console #console-list li p {
        grid-area: list-text;
        line-height: 0.875rem;
        font-size: 0.875rem; }

#control {
  display: grid;
  grid-auto-columns: 10px auto 10px;
  grid-template-areas: ". control-title ." ". control-images ." ". control-list ."; }
  @media (min-width: 768px) {
    #control {
      grid-auto-columns: 40% 60%;
      grid-template-areas: "control-images control-list"; } }
  #control #control-images {
    grid-area: control-images;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 768px) {
      #control #control-images {
        text-align: center;
        display: block; } }
    #control #control-images img {
      width: 100%; }
      @media (min-width: 768px) {
        #control #control-images img {
          width: 80%; } }
  #control #control-list {
    grid-area: control-list; }
    #control #control-list h1 {
      font-size: 1.5625rem;
      font-weight: 700;
      color: #49c2c5;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        #control #control-list h1 {
          padding-left: 20px; } }
    #control #control-list li {
      display: grid;
      grid-template-columns: 20% auto;
      grid-template-areas: ". list-title" "list-icon list-text";
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        #control #control-list li {
          grid-template-columns: 10% auto; } }
      #control #control-list li h2 {
        grid-area: list-title;
        font-size: 1.25rem;
        font-weight: 700; }
      #control #control-list li div {
        grid-area: list-icon;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
        #control #control-list li div img {
          width: 30%; }
          @media (min-width: 1024px) {
            #control #control-list li div img {
              width: 30%; } }
          @media (min-width: 1200px) {
            #control #control-list li div img {
              width: 50%; } }
        @media (min-width: 1200px) {
          #control #control-list li div {
            width: 80%; } }
      #control #control-list li p {
        grid-area: list-text;
        line-height: 0.875rem;
        font-size: 0.875rem; }

/* =============
    News
============= */
#news-hero {
  background-image: url("../img/news/hero.jpg");
  background-size: cover;
  background-position: center;
  height: 70vh; }

.news-bg {
  background-color: #49c2c5; }

#news {
  display: grid;
  grid-template-columns: 10px auto 10px;
  grid-template-areas: ". news-title ." ". news-entries ."; }
  #news #news-title {
    font-size: 1.5625rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    grid-area: news-title; }
  #news #news-entries {
    grid-area: news-entries; }
    @media (min-width: 1200px) {
      #news #news-entries {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px; } }
    #news #news-entries .news-entry {
      display: grid;
      grid-template-columns: 10% 90%;
      margin-bottom: 30px; }
      #news #news-entries .news-entry div {
        text-align: center; }
        #news #news-entries .news-entry div img {
          width: 80%; }
      #news #news-entries .news-entry a:link, #news #news-entries .news-entry a:visited {
        color: #fff; }
      #news #news-entries .news-entry a:hover, #news #news-entries .news-entry a:active {
        color: #000; }
