/*
	Theme Name: Chris 2020
	Theme URI: http://html5blank.com
	Description: Chris 2020 Theme
	Version: 1.4.3
	Author: Chris Melvin
	Author URI: http://christophermelvin.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/*=================RESPONSIVE===============*/
.testfont {
  font-family: "Montserrat Alternates";
  font-size: 4.4em;
  color: #36eb88;
  font-weight: 700;
}

/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font: 300 11px/1.4 "Montserrat Alternates", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body {
  background-color: #d4e3f3;
  background: #e0f4ff;
  /* Old browsers */
  background: linear-gradient(to bottom, #e0f4ff 0%, #85d4ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.orange {
  color: #f57e00;
}

.blue {
  color: #0071ad;
}

.red {
  color: #d60000;
}

.gold {
  color: #fcc14a;
}

.black {
  color: #0f0f0f;
}

#videoYT {
  width: 100%;
  max-width: 1024px;
  padding: 0 0;
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  font-size: 1.5em;
  text-align: center;
}

.videoContainer {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.videoContainer iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0px;
  border: 1px solid #333;
}

.video-archive {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

/* wrapper */
.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.fullpg {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

#header-sleeve {
  width: 100%;
  background-color: #0f0f0f;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  grid-area: 1/1/2/3;
  padding: 0.5em 0 0 0;
}

header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 700px) {
  header {
    padding: 12px 12px 0px 12px;
    flex-wrap: nowrap;
  }
}
/* logo */
.logo {
  margin: 0 auto;
  flex-basis: 90%;
  padding: 0 0 0 0;
}
.logo a {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  color: #d60000;
}
.logo svg {
  max-width: 110px;
}
@media only screen and (min-width: 700px) {
  .logo svg {
    max-width: 108px;
  }
}
@media only screen and (min-width: 1024px) {
  .logo svg {
    max-width: 2248px;
    padding: 0 0 1em 0;
  }
}
@media only screen and (min-width: 700px) {
  .logo {
    flex-basis: 50%;
    grid-area: 1/1/3/2;
  }
}
@media only screen and (min-width: 1024px) {
  .logo {
    padding: 0 0 0 0;
  }
}

#nametype {
  font-size: 3.75rem;
  color: #d60000;
  line-height: 1.1em;
  padding: 6px 0 0 0;
  font-weight: 700;
  font-family: "Montserrat Alternates", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
@media only screen and (min-width: 700px) {
  #nametype {
    font-size: 5.25rem;
    padding: 12px 0 0 12px;
  }
}
@media only screen and (min-width: 1024px) {
  #nametype {
    padding: 0.75em 0.75em 0.5em 0;
    font-size: 5.25rem;
  }
}

#navwrap {
  flex-basis: 100%;
}
@media only screen and (min-width: 700px) {
  #navwrap {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  #navwrap {
    flex-basis: 60%;
  }
}

#allnav {
  overflow: hidden;
  height: 0px;
}
@media only screen and (min-width: 700px) {
  #allnav {
    height: auto;
  }
}

.closednav {
  height: 0px !important;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: hideNav;
  animation-name: hideNav;
}

.opennav {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: showNav;
  animation-name: showNav;
  height: 144px !important;
}

@-webkit-keyframes showNav {
  from {
    height: 0;
    background-color: #de445e;
  }
  to {
    height: 143px;
    background-color: #43f4f4;
  }
}
@keyframes showNav {
  from {
    height: 0;
    background-color: #de445e;
  }
  to {
    height: 143px;
    background-color: #43f4f4;
  }
}
@-webkit-keyframes hideNav {
  from {
    height: 143px;
    background-color: #de445e;
  }
  to {
    height: 0px;
    background-color: #43f4f4;
  }
}
@keyframes hideNav {
  from {
    height: 143px;
    background-color: #de445e;
  }
  to {
    height: 0px;
    background-color: #43f4f4;
  }
}
nav {
  padding: 0.5em 0 0 0;
  font-family: "Montserrat Alternates", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  -webkit-transition: all 0.24s ease;
  transition: all 0.24s ease;
  overflow: hidden;
  height: 96px;
  background-color: #002e47;
}
@media only screen and (min-width: 700px) {
  nav {
    background-color: transparent;
    margin-bottom: -1px;
  }
}
nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0 0.4em;
  justify-items: center;
}
@media only screen and (min-width: 700px) {
  nav ul {
    padding: 0 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
nav ul li {
  list-style-type: none;
  text-align: center;
}
nav ul li a {
  display: block;
  text-align: center;
  padding: 0 0 6px 0;
  margin: 0px 0 0 0;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
nav ul li a span {
  display: block;
  margin: 0 0 0 0;
  font-size: 1.12em;
  font-weight: 600;
}
nav ul li a:hover {
  color: #00a2fa;
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}
@media only screen and (min-width: 700px) {
  nav ul li a {
    font-size: 0.96em;
    min-width: 136px;
  }
}
@media only screen and (min-width: 1024px) {
  nav ul li a {
    font-size: 1.1em;
  }
}

#subnav {
  margin: 0 auto 0;
  display: -webkit-box;
  display: flex;
  background-color: #dcecfa;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-family: "Montserrat Alternates", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 500;
  grid-area: 2/2/3/3;
}
@media only screen and (min-width: 700px) {
  #subnav {
    background-color: #fff;
    margin: 0 0 0 0;
    border-bottom: 0px solid #00cc5c;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 9999;
    padding: 0 0 0.5em 0;
    margin: 12px auto 0;
  }
}
#subnav a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 10px 12px;
  text-align: center;
  font-size: 0.74em;
  color: #927879;
  flex-basis: 20%;
}
#subnav a:hover {
  color: #d60000;
}
#subnav a span {
  font-size: 1.35em;
  margin: 4px 0 0 0;
  font-weight: 400;
  color: #0f0f0f;
}
#subnav a svg {
  margin: 0 auto;
}
@media only screen and (max-width: 320px) {
  #subnav a {
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 700px) {
  #subnav a {
    padding: 10px 0px;
  }
}

.current-menu-item a:not(.header-logo) {
  color: #fcc14a;
  font-weight: 600;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
  background-image: url(img/header-underline.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-position: 50% bottom;
}
@media only screen and (min-width: 700px) {
  .current-menu-item a:not(.header-logo) {
    background-image: url(img/header-underline.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
  }
}

.about_btn a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.about_btn a::before {
  content: url(img/about-icon.svg);
  text-align: center;
}

a.res-link {
  text-decoration: underline;
  color: #db7100;
}
a.res-link:hover {
  color: #00507a;
}

.port_btn a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.port_btn a::before {
  content: url(img/port-icon-no-circle.svg);
  text-align: center;
}

.randr_btn a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.randr_btn a::before {
  content: url(img/randr-icon.svg);
  text-align: center;
}

#mobmenu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 0;
  text-align: center;
  font-family: "Montserrat Alternates", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 600;
  background-color: #eae3b8;
  background: #eae3b8;
  /* Old browsers */
  background: linear-gradient(to bottom, #eae3b8 0%, #d9cb7d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#mobmenu svg {
  margin: 0 4px;
}
@media only screen and (min-width: 700px) {
  #mobmenu {
    display: none;
  }
}

@-webkit-keyframes slidein {
  from {
    background-position: 100% bottom;
  }
  to {
    background-position: 50% bottom;
  }
}
@keyframes slidein {
  from {
    background-position: 100% bottom;
  }
  to {
    background-position: 50% bottom;
  }
}
main {
  min-height: 80vh;
  flex-basis: 75%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 0.5em 12px 0.5em;
  background-color: #ffffff;
}
@media only screen and (min-width: 700px) {
  main {
    /* flex-direction: column; */
    padding: 2em 2em 12px 2em;
    margin-bottom: 80px;
  }
}

.homepage {
  flex-basis: 100%;
}

.pgheader {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 1.5em 0 0.5em 0;
}
.pgheader img {
  height: 36px;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 700px) {
  .pgheader img {
    height: 48px;
  }
}
.pgheader a {
  text-decoration: none;
  color: #0f0f0f;
}
.pgheader h1,
.pgheader svg {
  align-self: center;
}
.pgheader h1 {
  margin: 0 0 0 0.5em;
  font-size: 2.25em;
  font-weight: 600;
}
@media only screen and (min-width: 700px) {
  .pgheader h1 {
    font-size: 2.75em;
  }
}
@media only screen and (min-width: 700px) {
  .pgheader {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    margin: 0 0 0.5em 0;
  }
}

.pgdesc {
  font-size: 1.3em;
  font-family: "Montserrat Alternates", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  width: 95%;
  margin: 0 auto 1em;
  text-align: center;
  line-height: 1.7em;
  padding: 0.5em 1em 1em 1em;
}
@media only screen and (min-width: 700px) {
  .pgdesc {
    margin: 0 auto 0.5em;
    width: 90%;
  }
}

.pgdesc-about {
  border-bottom: 2px solid #f57e00;
}

.pgdesc-port {
  border-bottom: 2px solid #d60000;
}

.pgdesc-rant {
  border-bottom: 2px solid #0092e0;
}

.subpgheader {
  width: 260px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #666;
}
.subpgheader h1 {
  padding: 1.14em 1em 0 1em;
  font-size: 2em;
  color: #0f0f0f;
}
.subpgheader svg {
  margin-bottom: -36px;
  max-width: 77%;
}
@media only screen and (min-width: 700px) {
  .subpgheader {
    border-bottom: 0;
  }
}

.subpgdesc {
  font-size: 1.3em;
  font-family: "Montserrat Alternates", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 400;
  width: 95%;
  margin: 0 auto 2em;
  text-align: center;
  line-height: 1.7em;
  padding: 0.5em 1em 0.5em 1em;
}
@media only screen and (min-width: 700px) {
  .subpgdesc {
    margin: 0 auto 2em;
    width: 75%;
  }
}

.webwork-pic {
  float: left;
  max-width: 40%;
  margin: 0 2em 1em 0;
}
@media only screen and (min-width: 700px) {
  .webwork-pic {
    max-width: 50%;
  }
}
.webwork-pic img {
  height: auto;
  width: auto;
  max-width: 100%;
  border: 1px solid #d1d1d1;
}
.webwork-pic p:first-child {
  color: 240;
}

.webwork-copy p img {
  border: 1px solid #b5b5b5;
  float: left;
  margin: 0 0.5em 0 0;
}

/* sidebar */
aside {
  flex-basis: 25%;
  padding: 0 2em;
  font-size: 0.95em;
  font-family: "Montserrat Alternates", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
@media only screen and (min-width: 700px) {
  aside {
    padding: 0 0;
  }
}

.sidebar-widget {
  padding: 1.3em;
  font-size: 1.4em;
  font-family: "Prompt", sans-serif;
  margin: 0 0 0 0;
  border-radius: 9px;
  background-color: #fddb96;
}
.sidebar-widget h2 {
  margin: 0;
}
.sidebar-widget h3 {
  margin: 0 0 12px 0;
}
@media only screen and (min-width: 700px) {
  .sidebar-widget {
    margin: 0 12px 4em 0;
  }
}

.textwidget {
  font-size: 0.85em;
}
.textwidget img {
  border: 1px solid #333333;
}

.side-about {
  background-color: #ffc98f;
}

.side-port {
  background-color: #ffa3a3;
}

.side-rant {
  background-color: #ade2ff;
}

.searchform {
  font-size: 1.15em;
  margin: 5em auto 2em;
  text-align: center;
}
.searchform input {
  background-color: #f3f3f3;
  border-radius: 4px;
  border: 1px solid #b9b9b9;
  padding: 4px 4px;
}

button.search-submit {
  background-color: transparent;
  border: transparent;
  width: 42px;
  height: 28px;
}

form.search {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 auto;
}

footer {
  background-color: #0f0f0f;
  color: #fff;
  padding: 2em 0 0 0;
  text-align: center;
  font-weight: 400;
  width: 100%;
  position: relative;
  bottom: 0;
}
footer nav {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  background-color: transparent;
}
footer nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer nav ul li a {
  min-width: auto;
  margin: 0 12px;
}
@media only screen and (min-width: 700px) {
  footer {
    position: fixed;
  }
}

#footer-subnav {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  margin: 12px auto;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Montserrat Alternates", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 500;
  grid-area: 2/2/3/3;
}
@media only screen and (min-width: 700px) {
  #footer-subnav {
    margin: 0 0 0 0;
    z-index: 9999;
    padding: 0 0 0.5em 0;
    margin: 12px auto;
  }
}
#footer-subnav a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 10px 2px;
  text-align: center;
  font-size: 0.74em;
  color: #927879;
  margin: 0 12px;
}
#footer-subnav a:hover {
  color: #d60000;
}
@media only screen and (min-width: 700px) {
  #footer-subnav a {
    padding: 10px 12px;
  }
}
#footer-subnav a span {
  font-size: 1.15em;
  margin: 4px 0 0 0;
  font-weight: 400;
  color: #ffffff;
}
#footer-subnav a svg {
  margin: 0 auto;
}
@media only screen and (max-width: 320px) {
  #footer-subnav a {
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 700px) {
  #footer-subnav a {
    padding: 10px 0px;
  }
}

.port-post {
  display: grid;
  grid-template-columns: 1fr;
}
.port-post article {
  background-color: #d6b1b2;
}
.port-post article a img {
  max-width: 600px;
  float: left;
  margin: 0 1.5em 0 0;
}

.bugz {
  grid-area: 1/1/2/3;
  padding: 1em;
}

.wrapper .gold {
  background-color: #b0dfe0;
}

.port-archives {
  grid-area: 1/1/2/3;
}
.port-archives section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.port-archives section article span {
  display: none;
}
.port-archives section article a img {
  max-width: 600px;
  float: left;
  margin: 0 1.5em 0 0;
}

.webworks article figure {
  max-width: 50%;
  margin: 0 1.5em 0 0;
  float: left;
}
.webworks article figure img {
  height: auto;
  width: auto;
  max-width: 100%;
}

.welcome {
  padding: 0 1em;
}
@media only screen and (min-width: 700px) {
  .welcome {
    padding: 0 3em;
  }
}
.welcome h3 {
  font-size: 1.75em;
  font-family: "Montserrat Alternates", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  margin: 0.5em 0 0 0;
}
@media only screen and (min-width: 700px) {
  .welcome h3 {
    font-size: 2.2em;
  }
}
.welcome p {
  font-size: 1.45em;
  font-family: "Prompt", sans-serif;
}

.homeposts {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .homeposts {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.single-home-post {
  flex-basis: 50%;
}
.single-home-post h2 {
  margin: 1em 0 0.35em 0;
}
.single-home-post h4 {
  margin: 1em 0 0.5em 0;
  font-weight: 400;
}
.single-home-post h4 a {
  color: #0081c7;
}
@media only screen and (min-width: 700px) {
  .single-home-post h4 {
    margin: 0 0 0.5em 0;
  }
}

.home-post-copy p {
  margin: 0 0 1em 0;
  font-family: "Prompt", sans-serif;
}
.home-post-copy img {
  float: left;
  border: 1px solid #888;
  margin: 0 12px 0 0;
  max-width: 144px;
}

.ivycat-post h2 {
  margin: 0 0 0.5em 0;
}
.ivycat-post .entry-utility {
  display: none;
}

.home-feature {
  display: flex;
}
.home-feature img {
  height: auto;
  width: auto;
  max-width: 100%;
  border: 1px solid #cfcfcf;
}

.frontpage-post {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0;
  padding-bottom: 1em;
  border-bottom: 1px dotted #8f8f8f;
}

.frontpage-info {
  padding: 0 0 0 2em;
  flex-basis: 55%;
}

.frontpage-pic {
  flex-basis: 45%;
  overflow: hidden;
}
.frontpage-pic img {
  height: auto;
  width: auto;
  max-width: 100%;
  border: 1px solid #8f8f8f;
}

.frontpage-title {
  flex-basis: 100%;
}

.video-archive article {
  border-bottom: 1px solid #d1d1d1;
  border-top: 0px solid #d1d1d1;
  border-left: 0px solid #d1d1d1;
  border-right: 0px solid #d1d1d1;
  flex-basis: 100%;
}
.video-archive article h2 {
  margin: 0 0 0.25em 0;
}
.video-archive article figure {
  max-width: 50%;
  margin: 0 1.5em 0 0;
  float: left;
}
.video-archive article figure img {
  height: auto;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 700px) {
  .video-archive article {
    flex-basis: 50%;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
  }
}

.post-details-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 0 0.5em 0;
}

.portsections {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
@media only screen and (min-width: 700px) {
  .portsections {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.portsections a {
  flex-basis: 96%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  justify-content: center;
  padding: 4px;
  margin: 0.5em;
}
.portsections a h2 {
  margin: 0;
  color: #0f0f0f;
  font-weight: 400;
}
.portsections a p {
  font-size: 1.3em;
  font-family: "Prompt", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  flex-basis: 100%;
  margin: 0.5em 0;
}
@media only screen and (min-width: 700px) {
  .portsections a p {
    font-size: 1.1em;
  }
}
.portsections a img {
  height: auto;
  width: auto;
  border: 1px solid #757575;
  float: left;
  max-width: 144px;
  margin: 0 12px 0 0;
}
@media only screen and (min-width: 700px) {
  .portsections a {
    flex-basis: 44%;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .portsections a {
    flex-basis: 45%;
    flex-wrap: nowrap;
  }
}

.single-port-section {
  padding: 1em;
  flex-basis: 95%;
  margin: 12px;
  font-family: "Prompt", sans-serif;
}
@media only screen and (min-width: 700px) {
  .single-port-section {
    flex-basis: 45%;
  }
}
.single-port-section h1 {
  margin: 0;
}
.single-port-section h2 {
  font-family: "Prompt", sans-serif;
  margin: 0 0 4px 0;
  color: #ffffff;
}
.single-port-section p {
  font-size: 1.25em;
  line-height: 1.5em;
}
.single-port-section:hover {
  background-color: #00507a;
}

.single-port-copy {
  text-align: left;
}
.single-port-copy img {
  float: left;
  max-width: 144px;
  margin: 0 12px 0 0;
}

.port-videos {
  background-color: #94daff;
}
.port-videos h1 {
  color: #002e47;
}
.port-videos h2 {
  font-weight: 400;
}
.port-videos:hover {
  background-color: #2eb6ff;
}

.port-webwork {
  background-color: #ffb8b8;
}
.port-webwork h1 {
  color: #0f0f0f;
}
.port-webwork:hover {
  background-color: #ff5757;
}

.port-artwork {
  background-color: #ffc485;
}
.port-artwork:hover {
  background-color: #ffa13d;
}

.port-animation {
  background-color: #b2e7ac;
}
.port-animation:hover {
  background-color: #7bd671;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
h1,
h2,
h3,
h4 {
  font-family: "Montserrat Alternates", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

article {
  padding: 2em;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.15em;
  line-height: 1.9em;
}
article p {
  font-size: 1.15em;
  margin: 1em 0 1em 0;
}
article p a {
  color: #db7100;
}
article h2 a:hover {
  color: #0081c7;
}

section.webwork article p:first-child {
  margin-top: 3em;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 4px 8px 8px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=style.css.map */
