/*
Theme Name: Influere
Theme URI: https://Influeretheme.com
Author: Spencer Hamilton
Author URI: https://swhamilton.com/
Description: The ultimate in SEO-ready themes, Influere is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
Version: 1.0.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: influere
Tags: three-columns, two-columns, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats


The Influere Theme is copyright Spencer Hamilton https://swhamilton.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
*/

/* Reset browser defaults */
@import url("library/styles/reset.css");

/* Apply accessibility styles */
@import url("library/styles/accessibility.css");

/* Apply basic typography styles */
/*@import url('library/styles/typography.css');*/

/* Apply a basic layout */
@import url("library/layouts/2c-r-fixed.css");

/* Apply basic image styles */
@import url("library/styles/images.css");

/* Apply default theme styles and colors */
/*@import url('library/styles/default.css');*/

/* Prepare theme for plugins */
@import url("library/styles/plugins.css");

/* --------------------------------------------------------------

   Default styles for Images

   I've duplicated these styles here form images.css in
   order to get Influere through the auto-checker at the
   official WordPress Themes directory.

   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   necessary and will be removed.

   Cheers. --Spencer Hamilton

-------------------------------------------------------------- */
body {
  max-width: 100%;
  min-width: 100%;
  min-height: 100vh;
  line-height: 1 !important;
}

.alignleft,
img.alignleft {
  float: left;
}
.alignright,
img.alignright {
  display: block;
  float: right;
  margin-left: 20px;
}

.aligncenter,
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.wp-caption {
  text-align: center;
  margin-bottom: 18px;
  max-width: 96%;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 5px;
}
.gallery img {
  margin: 0;
}
.wp-smiley {
  /* Prevent the smileys form breaking line-height */
  max-height: 12px;
  margin: 0 !important;
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}

/* =======================================
  Display Nones
======================================= */
div > span > a,
#access > div.skip-link > a,
#post-7 > div > span > a,
#blog-description,
#menu-item-6 > a,
#post-7 > h1,
.entry-title {
  display: none;
}

/* =======================================
  Site Info Styling
======================================= */

#siteinfo {
  font-size: 10px;
  color: #6c757d;
  text-align: center;
  cursor: default;
  font-family: inherit;
  width: 100%;
  clear: both;
}

/* =======================================
  Scroll Bar Jack Styling
======================================= */

/* ::-webkit-scrollbar {
  width: 10px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(194, 194, 194, 0.25);
  -webkit-box-shadow: inset 0 0 6px #000;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(125, 125, 125, 0.75);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(122, 122, 122, 0);
} */

/* =======================================
  Image Blur Styling
======================================= */

#blurred-image-container {
  display: block;
  padding: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.img-src {
  position: absolute;
  background: url(iiw-images/45644797852_96138ff698_o.jpg) center center;
  background-size: cover;
  top: -10%;
  bottom: 10%;
  left: -10%;
  right: 10%;
  width: 120%;
  height: 120%;
  -webkit-filter: blur(4px) brightness(0.7);
  -ms-filter: blur(4px) brightness(0.7);
  -o-filter: blur(4px) brightness(0.7);
  filter: blur(4px) brightness(0.7);
}

.img-src.blurred-image {
  opacity: 0;
  -webkit-filter: blur(20px) brightness(0.7);
  -ms-filter: blur(20px) brightness(0.7);
  -o-filter: blur(20px) brightness(0.7);
  filter: blur(20px) brightness(0.7);
}

/* =======================================
  Page Loader CSS
======================================= */

.loader {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000 url("iiw-images/loading.gif") 50% 50% no-repeat;
}

/* =======================================
  Scroll To Top Styling
======================================= */

.scrollTop {
  position: fixed;
  bottom: 150px;
  right: 25px;
  z-index: 99;
  padding: 6px 8px;
  background: rgba(16, 16, 16, 0.85);
  border-radius: 3px;
  transition: all 250ms ease-in-out;
  cursor: pointer;
}

.scrollTop:hover {
  cursor: pointer;
  padding: 6px 8px;
  transition: all 250ms ease-in-out;
}

.scrollTop i {
  color: #ddd;
}

.scrollTop i:hover {
  color: #fa970c;
  transition: all 250ms ease-in-out;
  cursor: pointer;
}

/* =======================================
  Header Styling
======================================= */

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background: rgba(16, 16, 16, 0.85);
  z-index: 10;
  transition: 300ms ease-in-out;
}

#header #access {
  margin: 0;
  overflow: visible;
}

#header #mobile-toggle {
  display: none;
}

#branding {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: auto;
}

#branding #blog-title {
  margin: 5px 0 0 30px;
}

#branding #blog-title img {
  background-repeat: no-repeat;
  transition: all 250ms ease-in-out;
  margin: 0 10px 0 0;
  height: 46px;
  vertical-align: bottom;
  padding-top: 5px;
}

#branding #blog-title a {
  color: #fa970c;
  transition: all 250ms ease-in-out;
  font-size: 46px;
  padding: 0;
  text-decoration: none;
}

#branding #blog-title a:hover {
  text-decoration: none;
}

.menu {
  float: right;
  margin: 0;
  width: auto;
}

.menu .sf-menu li {
  display: inline-block;
  position: relative;
}

.menu .sf-menu li a {
  font-size: 24px;
  color: #ddd;
  position: relative;
  text-transform: uppercase;
  margin: 0px 30px;
  line-height: 66px;
  transition: 300ms ease-in-out;
  border-bottom: 2px solid transparent;
}

.menu .sf-menu li a:hover {
  border-bottom: 2px solid #ddd;
  transition: 300ms ease-in-out;
  color: #ddd;
  text-decoration: none;
}

.menu .sf-menu li:last-child a {
  color: #fa970c;
}

.menu .sf-menu li:last-child a:hover {
  border-bottom: 2px solid #fa970c;
  transition: 300ms ease-in-out;
  text-decoration: none;
}

/* =======================================
  Footer Styling
======================================= */

#footer {
  background: rgba(16, 16, 16, 0.85);
  padding-bottom: 10px;
  position: relative;
}

#footer .footer-menu {
  text-align: center;
}

#footer .footer-menu li {
  display: inline-block;
  padding: 15px 0 10px 0;
  margin: 0 30px;
}

#footer .footer-menu li a {
  color: #ddd;
  transition: all 300ms ease-in-out;
  font-size: 24px;
  letter-spacing: 4px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}

#footer .footer-menu li a:hover {
  border-bottom: 2px solid #ddd;
  text-decoration: none;
  transition: 300ms ease-in-out;
}

#footer .footer-menu li:last-child a {
  color: #fa970c;
  transition: 300ms ease-in-out;
}

#footer .footer-menu li:last-child a:hover {
  border-bottom: 2px solid #fa970c;
  text-decoration: none;
  transition: 300ms ease-in-out;
}

#footer-social {
  text-align: center;
  display: none;
}

#footer-social li {
  display: inline-block;
}

#footer-social li a {
  color: #ddd;
  font-size: 28px;
  transition: all 250ms ease-in-out;
  margin: 0 10px;
  display: block;
  padding: 0 10px 5px 10px;
}

#footer-social li a:hover {
  color: #fa970c;
}

/*#footer-social li #facebook:hover {
  cursor: pointer;
  color: rgba(59, 89, 152, 1.0);
  transition: all 250ms ease-in-out;
}

#footer-social li #pinterest:hover {
  cursor: pointer;
  color: rgba(203, 32, 39, 1.0);
  transition: all 250ms ease-in-out;
}

#footer-social li #instagram:hover {
  cursor: pointer;
  color: rgba(205, 72, 107, 1.0);
  transition: all 250ms ease-in-out;
}

#footer-social li #twitter:hover {
  cursor: pointer;
  color: rgba(29, 161, 242, 1.0);
  transition: all 250ms ease-in-out;
}

#footer-social li #youtube:hover {
  cursor: pointer;
  color: rgba(255, 0, 0, 1.0);
  transition: all 250ms ease-in-out;
}*/

/* =======================================
  Template Styles
======================================= */

#main,
#content {
  width: 100%;
  margin: 0;
  position: initial;
  overflow: hidden;
}

.page-template-template-page-fullwidth-php #content,
.page-template-template-page-fullwidth-php #container,
#container {
  width: 100%;
  float: none;
  margin: 0;
}

/* =======================================
  Home Page Styling
======================================= */

.home-page {
  font-family: inherit;
}

.home-page .landing-section {
}

.home-page .landing-section h1 {
  padding-top: 250px;
  color: #fff;
  font-size: 175px;
  font-weight: 700;
  cursor: default;
  margin: 0;
  opacity: 0;
  z-index: 99;
  letter-spacing: 10px;
  /*font-family: 'Josefin Sans', sans-serif;*/
}

.home-page .landing-section .title-line {
  border-bottom: 2px solid #fff;
  border-radius: 3px;
  width: 15%;
  margin: 50px auto 30px auto;
  opacity: 0;
}

.home-page .landing-section h2 {
  padding-top: 10px;
  color: #fff;
  font-size: 125px;
  font-weight: 700;
  margin: 0;
  cursor: default;
  opacity: 0;
  text-transform: uppercase;
  z-index: 99;
  letter-spacing: 20px;
}

.home-page .landing-section h3 {
  opacity: 0;
  padding-top: 10px;
  color: #fff;
  font-size: 36px;
  margin: 0;
  cursor: default;
  text-transform: uppercase;
  z-index: 99;
  letter-spacing: 3px;
}

.home-page .landing-section h3 span a {
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
  display: inline-block;
  transition: 250ms ease-in-out;
}

.home-page .landing-section h3 span a:hover {
  color: rgba(39, 149, 204, 1);
  text-decoration: none;
  border-bottom: 1px solid rgba(39, 149, 204, 1);
  line-height: 1;
  display: inline-block;
  transition: 250ms ease-in-out;
}

.home-page .landing-section h3 a button {
  background-color: rgba(16, 16, 16, 0.85);
  padding: 10px 40px;
  margin: 50px;
  color: #ddd;
  transition: 250ms ease-in-out;
}

.home-page .landing-section h3 a button:hover {
  color: #fa970c;
  transition: 250ms ease-in-out;
}

.home-page .landing-section h3 a button:focus {
  box-shadow: none;
}

.home-page .landing-section h3 a button i {
  font-size: 24px;
}

.home-page .section {
  color: #fff;
  margin: 150px 0 150px 0;
}

.home-page .section#section-1 {
  margin: 400px 0 150px 0;
}

.home-page .section .heading a button {
  background: none;
  float: right;
  color: #ddd;
  transition: 250ms ease-in-out;
}

.home-page .section .heading a button:hover {
  color: #fa970c;
  transition: 250ms ease-in-out;
}

.home-page .section .heading a button:focus {
  box-shadow: none;
}

.home-page .section .heading a button i {
  font-size: 32px;
}

.home-page .section .heading {
  font-family: inherit;
  margin-bottom: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
}

.home-page .section .heading .section-title {
  font-family: inherit;
  font-size: 72px;
  font-weight: bold;
  line-height: 1.33;
}

.home-page .section .heading .section-sub-title {
  font-family: inherit;
  font-size: 48px;
  line-height: 1.42;
  opacity: 0.5;
}

.home-page .section p {
  font-size: 32px;
  line-height: 1.1;
}

.home-page .section .dates {
  font-family: inherit;
  font-size: 36px;
}

.home-page .section .section-buttons {
  display: block;
}

.home-page .section .section-buttons a button {
  font-size: 24px;
  letter-spacing: 3px;
}

.home-page .section .section-buttons #btn-1 {
  color: #fff;
  background-color: rgba(250, 151, 12, 0.85);
  margin: 0 25px 0 0;
  transition: 250ms ease-in-out;
}

.home-page .section .section-buttons #btn-1:hover {
  background-color: rgba(250, 151, 12, 1);
  transition: 250ms ease-in-out;
}

.home-page .section .section-buttons #btn-1:focus {
  box-shadow: none;
}

.home-page .section .section-buttons #btn-2 {
  color: #fff;
  background-color: rgba(39, 149, 204, 0.85);
  transition: 250ms ease-in-out;
}

.home-page .section .section-buttons #btn-2:hover {
  background-color: rgba(39, 149, 204, 1);
  transition: 250ms ease-in-out;
}

.home-page .section .section-buttons #btn-2:focus {
  box-shadow: none;
}

.home-page .section .section-buttons #btn-3 {
  color: #fff;
  background-color: rgba(39, 149, 204, 0.85);
  margin: 0 25px 0 0;
  transition: 250ms ease-in-out;
}

.home-page .section .section-buttons #btn-3:hover {
  background-color: rgba(39, 149, 204, 1);
  transition: 250ms ease-in-out;
}

.home-page .section .section-buttons #btn-3:focus {
  box-shadow: none;
}

.home-page #section-6 .card-deck {
  margin-top: 50px;
}

.home-page #section-6 .card {
  background: rgba(29, 29, 29, 0.5);
  width: 75%;
  height: 200px;
}

.home-page #section-6 .card .card-body {
  padding: 0.5rem 0 0 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: center;
}

.home-page #section-6 .card .card-img-background {
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  align-items: center;
  align-self: center;
}

.home-page #section-6 .card .card-img-top {
  margin: 0;
  padding: 0;
}

.home-page #section-6 .card h5 {
  font-size: 1.75rem;
  text-align: center;
}

.home-page #section-6 .card p {
  font-size: 1.25rem;
  text-align: center;
}

.home-page #section-4 .card {
  background: rgba(29, 29, 29, 0.5);
  height: 550px;
}

.home-page #section-4 .card h5 {
  letter-spacing: 4px;
}

.home-page #section-4 .card p {
  font-size: 24px;
}

.home-page #section-4 .carousel-control-next,
.home-page #section-4 .carousel-control-prev {
  width: 2%;
}

.home-page #section-4 .carousel-control-prev {
  left: -25px;
}

.home-page #section-4 .carousel-control-next {
  right: -25px;
}

.home-page #section-6 p a {
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
  display: inline-block;
  transition: 250ms ease-in-out;
}

.home-page #section-6 p a:hover {
  color: rgba(39, 149, 204, 1);
  text-decoration: none;
  border-bottom: 1px solid rgba(39, 149, 204, 1);
  line-height: 1;
  display: inline-block;
  transition: 250ms ease-in-out;
}

/* =======================================
  Travel Information Page Styling
======================================= */

.travel-information-page {
  font-family: "Open Sans Condensed", sans-serif;
}

.travel-information-page .landing-section {
}

.travel-information-page .landing-section h1 {
  padding-top: 175px;
  color: #fff;
  font-size: 175px;
  font-weight: 700;
  cursor: default;
  margin: 0;
  z-index: 99;
  letter-spacing: 10px;
  /*font-family: 'Josefin Sans', sans-serif;*/
}

.travel-information-page .landing-section .title-line {
  border-bottom: 2px solid #fff;
  width: 15%;
  margin: 50px auto;
}

.travel-information-page .landing-section h2 {
  padding-top: 25px;
  color: #fff;
  font-size: 150px;
  cursor: default;
  margin: 0;
  opacity: 1;
  z-index: 99;
  letter-spacing: 10px;
  /*font-family: 'Josefin Sans', sans-serif;*/
}

.travel-information-page .landing-section h3 a button {
  background-color: rgba(16, 16, 16, 0.85);
  padding: 10px 40px;
  margin: 50px 15px 0 0;
  color: #ddd;
  transition: 250ms ease-in-out;
}

.travel-information-page .landing-section h3 a button:hover {
  color: #fa970c;
  transition: 250ms ease-in-out;
}

.travel-information-page .landing-section h3 a button:focus {
  box-shadow: none;
}

.travel-information-page .landing-section h3 a button i {
  font-size: 24px;
}

.travel-information-page .section {
  color: #fff;
  margin: 150px 0 150px 0;
}

.travel-information-page .section#section-1 {
  margin: 400px 0 150px 0;
}

.travel-information-page .section .heading a button {
  background: none;
  float: right;
  color: #ddd;
  transition: 250ms ease-in-out;
}

.travel-information-page .section .heading a button:hover {
  color: #fa970c;
  transition: 250ms ease-in-out;
}

.travel-information-page .section .heading a button:focus {
  box-shadow: none;
}

.travel-information-page .section .heading a button i {
  font-size: 32px;
}

.travel-information-page .section .heading {
  font-family: inherit;
  margin-bottom: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
}

.travel-information-page .section .heading .section-title {
  font-family: inherit;
  font-size: 72px;
  font-weight: bold;
  line-height: 1.33;
}

.travel-information-page .section .heading .section-sub-title {
  font-family: inherit;
  font-size: 48px;
  line-height: 1.42;
  opacity: 0.5;
}

.travel-information-page .section p {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 3px;
}

.travel-information-page .section .dates {
  font-family: inherit;
  font-size: 36px;
}

.travel-information-page .section .section-buttons {
  display: block;
}

.travel-information-page .section .section-buttons a button {
  font-size: 24px;
  letter-spacing: 3px;
}

.travel-information-page .section .section-buttons #btn-1 {
  color: #fff;
  background-color: rgba(250, 151, 12, 0.85);
  margin: 0 25px 0 0;
  transition: 250ms ease-in-out;
}

.travel-information-page .section .section-buttons #btn-1:hover {
  background-color: rgba(250, 151, 12, 1);
  transition: 250ms ease-in-out;
}

.travel-information-page .section .section-buttons #btn-1:focus {
  box-shadow: none;
}

.travel-information-page .section .section-buttons #btn-2 {
  color: #fff;
  background-color: rgba(39, 149, 204, 0.85);
  transition: 250ms ease-in-out;
}

.travel-information-page .section .section-buttons #btn-2:hover {
  background-color: rgba(39, 149, 204, 1);
  transition: 250ms ease-in-out;
}

.travel-information-page .section .section-buttons #btn-2:focus {
  box-shadow: none;
}

.travel-information-page .section .section-buttons #btn-3 {
  color: #fff;
  background-color: rgba(39, 149, 204, 0.85);
  margin: 0 25px 0 0;
  transition: 250ms ease-in-out;
}

.travel-information-page .section .section-buttons #btn-3:hover {
  background-color: rgba(39, 149, 204, 1);
  transition: 250ms ease-in-out;
}

.travel-information-page .section .section-buttons #btn-3:focus {
  box-shadow: none;
}

.travel-information-page .section p a {
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
  display: inline-block;
  transition: 250ms ease-in-out;
}

.travel-information-page .section p a:hover {
  color: rgba(39, 149, 204, 1);
  text-decoration: none;
  border-bottom: 1px solid rgba(39, 149, 204, 1);
  line-height: 1;
  display: inline-block;
  transition: 250ms ease-in-out;
}

/* =======================================
  Past Proceedings Styling
======================================= */

.past-proceedings-page {
  font-family: "Open Sans Condensed", sans-serif;
}

.past-proceedings-page .landing-section h1 {
  padding-top: 250px;
  color: #fff;
  font-size: 175px;
  font-weight: 700;
  cursor: default;
  margin: 0;
  z-index: 99;
  letter-spacing: 10px;
}

.past-proceedings-page .landing-section .title-line {
  border-bottom: 2px solid #fff;
  width: 15%;
  margin: 50px auto;
}

.past-proceedings-page .landing-section h2 {
  padding-top: 10px;
  color: #fff;
  font-size: 125px;
  font-weight: 700;
  margin: 0;
  cursor: default;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 99;
  letter-spacing: 20px;
}

.past-proceedings-page .landing-section h3 a button {
  background-color: rgba(16, 16, 16, 0.85);
  padding: 10px 40px;
  margin: 25px;
  color: #ddd;
  transition: 250ms ease-in-out;
}

.past-proceedings-page .landing-section h3 a button:hover {
  color: #fa970c;
  transition: 250ms ease-in-out;
}

.past-proceedings-page .landing-section h3 a button:focus {
  box-shadow: none;
}

.past-proceedings-page .landing-section h3 a button i {
  font-size: 24px;
}

.past-proceedings-page .section {
  color: #fff;
  margin: 150px 0 150px 0;
}

.past-proceedings-page .section#section-1 {
  margin: 400px 0 150px 0;
}

.past-proceedings-page .section .heading a button {
  background: none;
  float: right;
  color: #ddd;
  transition: 250ms ease-in-out;
}

.past-proceedings-page .section .heading a button:hover {
  color: #fa970c;
  transition: 250ms ease-in-out;
}

.past-proceedings-page .section .heading a button:focus {
  box-shadow: none;
}

.past-proceedings-page .section .heading a button i {
  font-size: 32px;
}

.past-proceedings-page .section .heading {
  font-family: inherit;
  margin-bottom: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
}

.past-proceedings-page .section .heading .section-title {
  font-family: inherit;
  font-size: 72px;
  font-weight: bold;
  line-height: 1.33;
}

.past-proceedings-page .section .heading .section-sub-title {
  font-family: inherit;
  font-size: 48px;
  line-height: 1.42;
  opacity: 0.5;
}

.past-proceedings-page .section p {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 3px;
}

.past-proceedings-page .section .dates {
  font-family: inherit;
  font-size: 36px;
}

.past-proceedings-page .section .section-buttons {
  display: block;
}

.past-proceedings-page .section .section-buttons a button {
  font-size: 24px;
  letter-spacing: 3px;
}

.past-proceedings-page .section .section-buttons #btn-1 {
  color: #fff;
  background-color: rgba(250, 151, 12, 0.85);
  margin: 0 25px 0 0;
  transition: 250ms ease-in-out;
}

.past-proceedings-page .section .section-buttons #btn-1:hover {
  background-color: rgba(250, 151, 12, 1);
  transition: 250ms ease-in-out;
}

.past-proceedings-page .section .section-buttons #btn-1:focus {
  box-shadow: none;
}

.past-proceedings-page .section .section-buttons #btn-2 {
  color: #fff;
  background-color: rgba(39, 149, 204, 0.85);
  transition: 250ms ease-in-out;
}

.past-proceedings-page .section .section-buttons #btn-2:hover {
  background-color: rgba(39, 149, 204, 1);
  transition: 250ms ease-in-out;
}

.past-proceedings-page .section .section-buttons #btn-2:focus {
  box-shadow: none;
}

.past-proceedings-page .section .section-buttons #btn-3 {
  color: #fff;
  background-color: rgba(39, 149, 204, 0.85);
  margin: 0 25px 0 0;
  transition: 250ms ease-in-out;
}

.past-proceedings-page .section .section-buttons #btn-3:hover {
  background-color: rgba(39, 149, 204, 1);
  transition: 250ms ease-in-out;
}

.past-proceedings-page .section .section-buttons #btn-3:focus {
  box-shadow: none;
}

.past-proceedings-page #section-4 .card-deck .card {
  background: rgba(29, 29, 29, 0.5);
}

.past-proceedings-page #section-4 .card-deck .card h5 {
  letter-spacing: 4px;
}

.past-proceedings-page #section-4 #card-deck-2 {
  margin-top: 25px;
}

.past-proceedings-page .section .list-group .list-group-item {
  background: rgba(223, 223, 223, 0.1);
  margin-top: 15px;
  border-radius: 5px;
}

.past-proceedings-page .section p a {
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
  display: inline-block;
  transition: 250ms ease-in-out;
}

.past-proceedings-page .section p a:hover {
  color: rgba(39, 149, 204, 1);
  text-decoration: none;
  border-bottom: 1px solid rgba(39, 149, 204, 1);
  line-height: 1;
  display: inline-block;
  transition: 250ms ease-in-out;
}

/* =======================================
  About Page Styling
======================================= */

.about-page {
  font-family: "Open Sans Condensed", sans-serif;
}

.about-page .landing-section {
}

.about-page .landing-section h1 {
  padding-top: 250px;
  color: #fff;
  font-size: 175px;
  font-weight: 700;
  cursor: default;
  margin: 0;
  z-index: 99;
  letter-spacing: 10px;
  /*font-family: 'Josefin Sans', sans-serif;*/
}

.about-page .landing-section .title-line {
  border-bottom: 2px solid #fff;
  width: 15%;
  margin: 50px auto;
}

.about-page .landing-section h2 {
  padding-top: 10px;
  color: #fff;
  font-size: 125px;
  font-weight: 700;
  margin: 0;
  cursor: default;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 99;
  letter-spacing: 20px;
}

.about-page .landing-section h3 {
}

.about-page .landing-section h3 a button {
  background-color: rgba(16, 16, 16, 0.85);
  padding: 10px 40px;
  margin: 25px;
  color: #ddd;
  transition: 250ms ease-in-out;
}

.about-page .landing-section h3 a button:hover {
  color: #fa970c;
  transition: 250ms ease-in-out;
}

.about-page .landing-section h3 a button:focus {
  box-shadow: none;
}

.about-page .landing-section h3 a button i {
  font-size: 24px;
}

.about-page .section {
  color: #fff;
  margin: 150px 0 150px 0;
}

.about-page .section#section-1 {
  margin: 400px 0 150px 0;
}

.about-page .section .heading a button {
  background: none;
  float: right;
  color: #ddd;
  transition: 250ms ease-in-out;
}

.about-page .section .heading a button:hover {
  color: #fa970c;
  transition: 250ms ease-in-out;
}

.about-page .section .heading a button:focus {
  box-shadow: none;
}

.about-page .section .heading a button i {
  font-size: 32px;
}

.about-page .section .heading {
  font-family: inherit;
  margin-bottom: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
}

.about-page .section .heading .section-title {
  font-family: inherit;
  font-size: 72px;
  font-weight: bold;
  line-height: 1.33;
}

.about-page .section .heading .section-sub-title {
  font-family: inherit;
  font-size: 48px;
  line-height: 1.42;
  opacity: 0.5;
}

.about-page .section p {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 3px;
}

.about-page .section .dates {
  font-family: inherit;
  font-size: 36px;
}

.about-page .section .section-buttons {
  display: block;
}

.about-page .section .section-buttons a button {
  font-size: 24px;
  letter-spacing: 3px;
}

.about-page .section .section-buttons #btn-1 {
  color: #fff;
  background-color: rgba(250, 151, 12, 0.85);
  margin: 0 25px 0 0;
  transition: 250ms ease-in-out;
}

.about-page .section .section-buttons #btn-1:hover {
  background-color: rgba(250, 151, 12, 1);
  transition: 250ms ease-in-out;
}

.about-page .section .section-buttons #btn-1:focus {
  box-shadow: none;
}

.about-page .section .section-buttons #btn-2 {
  color: #fff;
  background-color: rgba(39, 149, 204, 0.85);
  transition: 250ms ease-in-out;
}

.about-page .section .section-buttons #btn-2:hover {
  background-color: rgba(39, 149, 204, 1);
  transition: 250ms ease-in-out;
}

.about-page .section .section-buttons #btn-2:focus {
  box-shadow: none;
}

.about-page .section .section-buttons #btn-3 {
  color: #fff;
  background-color: rgba(39, 149, 204, 0.85);
  margin: 0 25px 0 0;
  transition: 250ms ease-in-out;
}

.about-page .section .section-buttons #btn-3:hover {
  background-color: rgba(39, 149, 204, 1);
  transition: 250ms ease-in-out;
}

.about-page .section .section-buttons #btn-3:focus {
  box-shadow: none;
}

.about-page .section p a {
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
  display: inline-block;
  transition: 250ms ease-in-out;
}

.about-page .section p a:hover {
  color: rgba(39, 149, 204, 1);
  text-decoration: none;
  border-bottom: 1px solid rgba(39, 149, 204, 1);
  line-height: 1;
  display: inline-block;
  transition: 250ms ease-in-out;
}

.about-page .section p.sub-text iframe {
  display: block;
  margin: 50px auto;
  width: 100%;
  height: 800px;
}

.about-page .section .iiw-pics-section .card-deck {
  margin: 75px auto;
  width: 90%;
}

.about-page .section .iiw-pics-section .card-deck .card {
  margin: 0 30px;
  padding: 15px;
  background: rgba(223, 223, 223, 0.1);
  border: none;
  text-align: right;
}

.about-page .section .iiw-pics-section .card-deck .card img {
  margin-bottom: 0;
}

.about-page .section .iiw-pics-section .card-deck .card p {
  text-align: left;
}

.about-page .section .iiw-pics-section .card-deck .card a {
  letter-spacing: 5px;
  font-size: 24px;
  text-transform: uppercase;
}

.about-page .section .iiw-pics-section .card-deck .card .btn-primary {
  background-color: rgba(223, 223, 223, 0.35);
  border: none;
  transition: 250ms ease-out;
}

.about-page .section .iiw-pics-section .card-deck .card .btn-primary:hover {
  background-color: rgba(223, 223, 223, 0.2);
  transition: 250ms ease-out;
}

/* =======================================
  Regional Events Styling
======================================= */

.regional-events-page {
  font-family: "Open Sans Condensed", sans-serif;
}
  
.regional-events-page .landing-section {
}
  
.regional-events-page .landing-section h1 {
  padding-top: 250px;
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  cursor: default;
  margin: 0;
  z-index: 99;
  letter-spacing: 10px;
  /*font-family: 'Josefin Sans', sans-serif;*/
}

.regional-events-page .landing-section .title-line {
  border-bottom: 2px solid #fff;
  width: 15%;
  margin: 50px auto;
}

.regional-events-page .landing-section h2 {
  padding-top: 10px;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  margin: 100px 0px 0px 0px;
  cursor: default;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 99;
  letter-spacing: 20px;
}
  
.regional-events-page .landing-section h3 {
}
  
.regional-events-page .landing-section h3 a button {
  color: #fff;
  letter-spacing: 3px;
  background-color: rgba(39, 149, 204, 0.85);
  margin: 50px 10px;
  font-size: 2rem;
  transition: 250ms ease-in-out;
  padding: 10px 25px;
}
  
.regional-events-page .landing-section h3 a button:hover {
  background-color: rgba(39, 149, 204, 1);
  transition: 250ms ease-in-out;
}

.regional-events-page .landing-section h3 a button#chevy-btn {
  margin: 0;
  background-color: rgba(16, 16, 16, 0.85);
}

.regional-events-page .landing-section h3 a button#chevy-btn:hover {
  background-color: rgba(16, 16, 16, 1);
}
  
  .regional-events-page .landing-section h3 a button:focus {
    box-shadow: none;
  }
  
  .regional-events-page .landing-section h3 a button i {
    font-size: 24px;
  }
  
  .regional-events-page .section {
    color: #fff;
    margin: 150px 0 150px 0;
  }
  
  .regional-events-page .section#section-1 {
    margin: 300px 0 150px 0;
  }
  
  .regional-events-page .section .heading a button {
    background: none;
    float: right;
    color: #ddd;
    transition: 250ms ease-in-out;
  }
  
  .regional-events-page .section .heading a button:hover {
    color: #fa970c;
    transition: 250ms ease-in-out;
  }
  
  .regional-events-page .section .heading a button:focus {
    box-shadow: none;
  }
  
  .regional-events-page .section .heading a button i {
    font-size: 32px;
  }
  
  .regional-events-page .section .heading {
    font-family: inherit;
    margin-bottom: 16px;
    letter-spacing: 2px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
  }
  
  .regional-events-page .section .heading .section-title {
    font-family: inherit;
    font-size: 72px;
    font-weight: bold;
    line-height: 1.33;
  }
  
  .regional-events-page .section .heading .section-sub-title {
    font-family: inherit;
    font-size: 48px;
    line-height: 1.42;
    opacity: 0.5;
  }
  
  .regional-events-page .section p {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 3px;
  }
  
  .regional-events-page .section .dates {
    font-family: inherit;
    font-size: 36px;
  }
  
  .regional-events-page .section .section-buttons {
    display: block;
  }
  
  .regional-events-page .section .section-buttons a button {
    font-size: 24px;
    letter-spacing: 3px;
  }
  
  .regional-events-page .section .section-buttons #btn-1 {
    color: #fff;
    background-color: rgba(250, 151, 12, 0.85);
    margin: 0 25px 0 0;
    transition: 250ms ease-in-out;
  }
  
  .regional-events-page .section .section-buttons #btn-1:hover {
    background-color: rgba(250, 151, 12, 1);
    transition: 250ms ease-in-out;
  }
  
  .regional-events-page .section .section-buttons #btn-1:focus {
    box-shadow: none;
  }
  
  .regional-events-page .section .section-buttons #btn-2 {
    color: #fff;
    background-color: rgba(39, 149, 204, 0.85);
    transition: 250ms ease-in-out;
  }
  
  .regional-events-page .section .section-buttons #btn-2:hover {
    background-color: rgba(39, 149, 204, 1);
    transition: 250ms ease-in-out;
  }
  
  .regional-events-page .section .section-buttons #btn-2:focus {
    box-shadow: none;
  }
  
  .regional-events-page .section .section-buttons #btn-3 {
    color: #fff;
    background-color: rgba(39, 149, 204, 0.85);
    margin: 0 25px 0 0;
    transition: 250ms ease-in-out;
  }
  
  .regional-events-page .section .section-buttons #btn-3:hover {
    background-color: rgba(39, 149, 204, 1);
    transition: 250ms ease-in-out;
  }
  
  .regional-events-page .section .section-buttons #btn-3:focus {
    box-shadow: none;
  }
  
  .regional-events-page .section p a {
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1;
    display: inline-block;
    transition: 250ms ease-in-out;
  }
  
  .regional-events-page .section p a:hover {
    color: rgba(39, 149, 204, 1);
    text-decoration: none;
    border-bottom: 1px solid rgba(39, 149, 204, 1);
    line-height: 1;
    display: inline-block;
    transition: 250ms ease-in-out;
  }
  
  .regional-events-page .section p.sub-text iframe {
    display: block;
    margin: 50px auto;
    width: 100%;
    height: 800px;
  }
  
  .regional-events-page .section .iiw-pics-section .card-deck {
    margin: 75px auto;
    width: 90%;
  }
  
  .regional-events-page .section .iiw-pics-section .card-deck .card {
    margin: 0 30px;
    padding: 15px;
    background: rgba(223, 223, 223, 0.1);
    border: none;
    text-align: right;
  }
  
  .regional-events-page .section .iiw-pics-section .card-deck .card img {
    margin-bottom: 0;
  }
  
  .regional-events-page .section .iiw-pics-section .card-deck .card p {
    text-align: left;
  }
  
  .regional-events-page .section .iiw-pics-section .card-deck .card a {
    letter-spacing: 5px;
    font-size: 24px;
    text-transform: uppercase;
  }
  
  .regional-events-page .section .iiw-pics-section .card-deck .card .btn-primary {
    background-color: rgba(223, 223, 223, 0.35);
    border: none;
    transition: 250ms ease-out;
  }
  
  .regional-events-page .section .iiw-pics-section .card-deck .card .btn-primary:hover {
    background-color: rgba(223, 223, 223, 0.2);
    transition: 250ms ease-out;
  }

/* =======================================
  Media Widths Max
======================================= */

@media (max-width: 1600px) {
  /* =======================================
    Header Styling
  ======================================= */

  #header {
    height: 50px;
  }

  #branding #blog-title {
    margin-top: 8px;
  }

  #branding #blog-title img {
    height: 28px;
  }

  #branding #blog-title a {
    font-size: 28px;
  }

  .menu .sf-menu li a {
    font-size: 18px;
    margin: 0 15px;
    line-height: 50px;
  }

  /* =======================================
    Footer Styling
  ======================================= */

  #footer .footer-menu li {
    margin: 0 15px;
  }

  #footer .footer-menu li a {
    font-size: 18px;
  }

  /* =======================================
    Home Page Styling
  ======================================= */

  .home-page .landing-section h1,
  .travel-information-page .landing-section h1,
  .about-page .landing-section h1,
  .past-proceedings-page .landing-section h1 {
    font-size: 125px;
  }

  .home-page .landing-section .title-line,
  .travel-information-page .landing-section .title-line,
  .about-page .landing-section .title-line,
  .past-proceedings-page .landing-section .title-line {
    margin: 30px auto;
  }

  .home-page .landing-section h2,
  .travel-information-page .landing-section h2,
  .about-page .landing-section h2,
  .past-proceedings-page .landing-section h2 {
    font-size: 90px;
    padding-top: 0;
  }

  .home-page .section .heading .section-title,
  .travel-information-page .section .heading .section-title,
  .about-page .section .heading .section-title,
  .past-proceedings-page .section .heading .section-title {
    font-size: 56px;
  }

  .home-page .section .dates,
  .travel-information-page .section .dates,
  .about-page .section .dates,
  .home-page .section .heading .section-sub-title,
  .travel-information-page .section .heading .section-sub-title,
  .about-page .section .heading .section-sub-title,
  .past-proceedings-page .section .dates,
  .past-proceedings-page .section .heading .section-sub-title {
    font-size: 36px;
  }

  .home-page .section .section-buttons a button,
  .travel-information-page .section .section-buttons a button,
  .about-page .section .section-buttons a button,
  .past-proceedings-page .section .section-buttons a button,
  .home-page .section p,
  .travel-information-page .section p,
  .about-page .section p,
  .past-proceedings-page .section p {
    font-size: 24px;
  }

  .home-page #section-4 .card {
    height: 450px;
  }

  .home-page #section-4 .card h5 {
    font-size: 20px;
  }

  .home-page #section-4 .card p {
    font-size: 18px;
  }

  /* =======================================
    About Page Styling
  ======================================= */

  .about-page .section p.sub-text iframe {
    height: 700px;
    margin: 0 auto;
  }

  .about-page .section .iiw-pics-section .iiw-pics img {
    height: 500px;
  }
	
  /* =======================================
    Regeional Events Page Styling
  ======================================= */

  .regional-events-page .landing-section h2 {
    font-size: 4rem;
  }

  .regional-events-page .section p.sub-text iframe {
    height: 700px;
    margin: 0 auto;
  }

  .regional-events-page .section .iiw-pics-section .iiw-pics img {
    height: 500px;
  }

  /* =======================================
    Past Proceedings Page Styling
  ======================================= */
}

@media (max-width: 1500px) {
  .home-page #section-4 .card {
    height: 500px;
  }
}

@media (max-width: 1400px) {
  /* =======================================
    Home Page Styling
  ======================================= */

  .home-page #section-4 .card {
    height: 550px;
  }

  /* =======================================
    About Page Styling
  ======================================= */

  .about-page .section .iiw-pics-section .card-deck .card .btn-primary {
    font-size: 18px;
  }

  .about-page .section .iiw-pics-section .card-deck .card {
    text-align: left;
  }
	
  /* =======================================
    Regeional Events Page Styling
  ======================================= */

  .regional-events-page .section .iiw-pics-section .card-deck .card .btn-primary {
    font-size: 18px;
  }

  .regional-events-page .section .iiw-pics-section .card-deck .card {
    text-align: left;
  }
}

@media (max-width: 1300px) {
  /* =======================================
    Home Page Styling
  ======================================= */

  .home-page .landing-section h1,
  .travel-information-page .landing-section h1,
  .about-page .landing-section h1,
  .past-proceedings-page .landing-section h1 {
    font-size: 100px;
  }

  .home-page .landing-section .title-line,
  .travel-information-page .landing-section .title-line,
  .about-page .landing-section .title-line,
  .past-proceedings-page .landing-section .title-line {
    margin: 25px auto;
  }

  .home-page .landing-section h2,
  .travel-information-page .landing-section h2,
  .about-page .landing-section h2,
  .past-proceedings-page .landing-section h2 {
    font-size: 75px;
    padding-top: 0;
  }

  .home-page .landing-section h3 a button i,
  .travel-information-page .landing-section h3 a button i,
  .about-page .landing-section h3 a button i,
  .past-proceedings-page .landing-section h3 a button i {
    font-size: 18px;
  }

  .home-page .section .heading .section-title,
  .travel-information-page .section .heading .section-title,
  .about-page .section .heading .section-title,
  .past-proceedings-page .section .heading .section-title {
    font-size: 36px;
  }

  .home-page .section .heading a button i,
  .travel-information-page .section .heading a button i,
  .about-page .section .heading a button i,
  .past-proceedings-page .section .heading a button i {
    font-size: 24px;
  }

  .home-page .section .dates,
  .home-page .section .heading .section-sub-title,
  .travel-information-page .section .dates,
  .travel-information-page .section .heading .section-sub-title,
  .about-page .section .dates,
  .about-page .section .heading .section-sub-title,
  .past-proceedings-page .section .dates,
  .past-proceedings-page .section .heading .section-sub-title {
    font-size: 24px;
  }

  .home-page .section .section-buttons a button,
  .home-page .section p,
  .travel-information-page .section .section-buttons a button,
  .travel-information-page .section p,
  .about-page .section .section-buttons a button,
  .about-page .section p,
  .past-proceedings-page .section .section-buttons a button,
  .past-proceedings-page .section p {
    font-size: 18px;
  }

  .home-page #section-4 .card h5 {
    font-size: 18px;
  }

  .home-page #section-4 .card p {
    font-size: 16px;
  }

  /* =======================================
    About Page Styling
  ======================================= */

  .about-page .section p.sub-text iframe {
    height: 650px;
  }

  .about-page .section .iiw-pics-section .iiw-pics img {
    height: 400px;
  }
	
  /* =======================================
    Regeional Events Page Styling
  ======================================= */

  .regional-events-page .landing-section h2 {
    font-size: 3rem;
  }

  .regional-events-page .section p.sub-text iframe {
    height: 650px;
  }

  .regional-events-page .section .iiw-pics-section .iiw-pics img {
    height: 400px;
  }
}

@media (max-width: 1200px) {
  /* =======================================
    Past Proceedings Page Styling
  ======================================= */

  .past-proceedings-page .section .col-md-6,
  .past-proceedings-page .section .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .past-proceedings-page .section p {
    font-size: 24px;
  }

  /* =======================================
    Regeional Events Page Styling
  ======================================= */

  .regional-events-page .landing-section h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1100px) {
  .home-page #section-4 .card h5 {
    font-size: 16px;
  }

  .home-page #section-4 .card p {
    font-size: 14px;
  }

  /* =======================================
    About Page Styling
  ======================================= */

  .about-page .section p.sub-text iframe {
    height: 600px;
  }

  .about-page .section .iiw-pics-section .iiw-pics img {
    height: 300px;
  }
	
  /* =======================================
    Regeional Events Page Styling
  ======================================= */

  .regional-events-page .section p.sub-text iframe {
    height: 600px;
  }

  .regional-events-page .section .iiw-pics-section .iiw-pics img {
    height: 300px;
  }

  .regional-events-page .landing-section h2 {
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  /* =======================================
    Header Styling
  ======================================= */

  .menu .sf-menu li a {
    font-size: 16px;
    margin: 0 10px;
  }
	
  /* =======================================
    Regeional Events Page Styling
  ======================================= */

  .regional-events-page .section .iiw-pics-section .card-deck {
    width: auto;
  }

  .regional-events-page .section .iiw-pics-section .card-deck .card .btn-primary {
    font-size: 16px;
  }

  /* =======================================
    About Page Styling
  ======================================= */

  .about-page .section .iiw-pics-section .card-deck {
    width: auto;
  }

  .about-page .section .iiw-pics-section .card-deck .card .btn-primary {
    font-size: 16px;
  }

  .home-page #section-6 .card h5 {
    font-size: 18px;
  }

  .home-page .landing-section h3 {
    font-size: 28px;
  }
	
}

@media (max-width: 980px) {
  .home-page #section-4 .card {
    height: 550px;
  }

  .home-page #section-4 .card h5 {
    font-size: 15px;
  }

  .home-page #section-4 .card p {
    font-size: 12px;
  }

  .about-page .section .iiw-pics-section .card-deck {
    flex-direction: column;
    width: 50%;
    margin-top: 40px;
  }

  .about-page .section .iiw-pics-section .card-deck .card {
    margin: 35px 0 0 0;
  }
	
  .regional-events-page .section .iiw-pics-section .card-deck {
    flex-direction: column;
    width: 50%;
    margin-top: 40px;
  }

  .regional-events-page .section .iiw-pics-section .card-deck .card {
    margin: 35px 0 0 0;
  }
}

@media (max-width: 768px) {
  /* =======================================
    Scroll To Top Styling
  ======================================= */

  .scrollTop {
    display: none;
  }

  /* =======================================
    Header Styling
  ======================================= */

  #header {
    background: rgba(16, 16, 16, 0.9);
  }

  #header #mobile-toggle {
    display: block;
    text-align: right;
    padding: 8px 15px 0 0;
    font-size: 32px;
    color: #ddd;
    height: 50px;
  }

  #branding #blog-title {
    margin-left: 15px;
  }

  #branding #blog-title img {
    height: 32px;
  }

  #branding #blog-title a {
    font-size: 32px;
  }

  .menu {
    display: none;
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
  }

  .menu.open {
    display: block;
    width: 100%;
    line-height: 1.6em;
    width: 100%;
    position: relative;
    text-align: left;
    margin: 0 auto;
  }

  .menu.open .sf-menu {
    margin-top: 50px;
    padding-top: 15px;
    background: rgba(16, 16, 16, 0.9);
    height: 1000px;
  }

  .menu.open .sf-menu li {
    display: block;
    padding-left: 15px;
  }

  .menu .sf-menu li a:hover {
    border-bottom: none;
  }

  .menu.open .sf-menu li:last-child a:hover {
    border-bottom: none;
  }

  .menu .sf-menu li a {
    font-size: 22px;
  }

  /* =======================================
    Footer Styling
  ======================================= */

  #footer .footer-menu li {
    display: block;
  }

  #footer .footer-menu li a:hover {
    border-bottom: none;
  }

  /* =======================================
    Home Page Styling
  ======================================= */

  .home-page .landing-section h1,
  .travel-information-page .landing-section h1,
  .about-page .landing-section h1,
  .past-proceedings-page .landing-section h1 {
    font-size: 72px;
  }

  .home-page .landing-section .title-line,
  .travel-information-page .landing-section .title-line,
  .about-page .landing-section .title-line,
  .past-proceedings-page .landing-section .title-line {
    margin: 30px auto;
  }

  .home-page .landing-section h2 {
    font-size: 56px;
    padding-top: 0;
  }

  .home-page .landing-section h3 {
    font-size: 24px;
  }

  .home-page .landing-section h3 a button i,
  .travel-information-page .landing-section h3 a button i,
  .about-page .landing-section h3 a button i,
  .past-proceedings-page .landing-section h3 a button i {
    font-size: 16px;
  }

  .home-page .section .heading .section-title,
  .travel-information-page .section .heading .section-title,
  .about-page .section .heading .section-title,
  .past-proceedings-page .section .heading .section-title {
    font-size: 36px;
  }

  .home-page .section .dates,
  .home-page .section .heading .section-sub-title,
  .travel-information-page .section .heading .section-sub-title,
  .travel-information-page .section .dates,
  .about-page .section .heading .section-sub-title,
  .about-page .section .dates,
  .past-proceedings-page .section .heading .section-sub-title,
  .past-proceedings-page .section .dates {
    font-size: 28px;
  }

  .home-page .section .section-buttons a button,
  .home-page .section p,
  .travel-information-page .section .section-buttons a button,
  .travel-information-page .section p,
  .about-page .section .section-buttons a button,
  .about-page .section p,
  .past-proceedings-page .section .section-buttons a button,
  .past-proceedings-page .section p {
    font-size: 18px;
  }

  .home-page .section .heading a button i,
  .travel-information-page .section .heading a button i,
  .about-page .section .heading a button i,
  .past-proceed-page .section .heading a button i {
    font-size: 18px;
  }

  .home-page #section-4 .card {
    height: 300px;
  }

  .home-page #section-4 .card h5 {
    font-size: 20px;
  }

  .home-page #section-4 .card p {
    font-size: 18px;
  }

  .home-page #section-6 .card-deck {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-page #section-6 > div:nth-child(4) > div:nth-child(1) {
    margin-top: 50px;
  }

  .home-page #section-6 .card {
    margin-top: 25px;
    width: 50% !important;
  }

  /* =======================================
    Travel Information Page Styling
  ======================================= */

  .travel-information-page .landing-section h2 {
    font-size: 100px;
  }

  /* =======================================
    About Page Styling
  ======================================= */

  .about-page .section p.sub-text iframe {
    height: 450px;
  }

  .about-page .section .iiw-pics-section .iiw-pics figure {
    display: block;
    width: 100%;
  }

  .about-page .section .iiw-pics-section .iiw-pics img {
    height: 500px;
    margin-top: 75px;
  }

  .about-page .section .iiw-pics-section .card-deck {
    width: 60%;
  }
	
  /* =======================================
    Regeional Events Page Styling
  ======================================= */

  .regional-events-page .section p.sub-text iframe {
    height: 450px;
  }

  .regional-events-page .section .iiw-pics-section .iiw-pics figure {
    display: block;
    width: 100%;
  }

  .regional-events-page .section .iiw-pics-section .iiw-pics img {
    height: 500px;
    margin-top: 75px;
  }

  .regional-events-page .section .iiw-pics-section .card-deck {
    width: 60%;
  }

  /* =======================================
    Past Proceedings Page Styling
  ======================================= */

  .past-proceedings-page .landing-section h2 {
    letter-spacing: 10px;
    font-size: 48px;
  }
}

@media (max-width: 425px) {
  /* =======================================
    Home Page Styling
  ======================================= */

  .home-page .landing-section h1 {
    font-size: 32px;
  }

  .home-page .landing-section h2 {
    font-size: 28px;
  }

  .home-page .landing-section h3 {
    font-size: 16px;
  }

  .home-page .landing-section h3 a button,
  .travel-information-page .landing-section h3 a button,
  .about-page .landing-section h3 a button {
    padding: 9px 30px;
  }

  .home-page .landing-section h3 a button i,
  .travel-information-page .landing-section h3 a button i,
  .about-page .landing-section h3 a button i {
    font-size: 14px;
  }

  .home-page .section .heading .section-title,
  .travel-information-page .section .heading .section-title,
  .about-page .section .heading .section-title {
    font-size: 28px;
  }

  .home-page .section .dates,
  .home-page .section .heading .section-sub-title,
  .travel-information-page .section .heading .section-sub-title,
  .travel-information-page .section .dates,
  .about-page .section .heading .section-sub-title,
  .about-page .section .dates {
    font-size: 24px;
  }

  .home-page .section .section-buttons a button,
  .home-page .section p,
  .travel-information-page .section .section-buttons a button,
  .travel-information-page .section p,
  .about-page .section .section-buttons a button,
  .about-page .section p {
    font-size: 16px;
  }

  .home-page #section-4 .card {
    height: 575px;
  }

  .home-page #section-4 .card h5 {
    font-size: 20px;
  }

  .home-page #section-4 .card p {
    font-size: 18px;
  }

  .home-page #section-6 .card {
    margin-top: 15px;
    width: 75% !important;
  }

  /* =======================================
    Travel Information Page Styling
  ======================================= */

  .travel-information-page .landing-section h1,
  .about-page .landing-section h1,
  .past-proceedings-page .landing-section h1 {
    font-size: 32px;
  }

  .travel-information-page .landing-section h2 {
    font-size: 72px;
  }

  /* =======================================
    About Page Styling
  ======================================= */

  .about-page .section p.sub-text iframe {
    height: 300px;
  }

  .about-page .section .iiw-pics-section .iiw-pics img {
    height: 400px;
  }

  .about-page .section .iiw-pics-section .card-deck {
    width: auto;
  }
	
  /* =======================================
    Regional Events Page Styling
  ======================================= */

  .regional-events-page .section p.sub-text iframe {
    height: 300px;
  }

  .regional-events-page .section .iiw-pics-section .iiw-pics img {
    height: 400px;
  }

  .regional-events-page .section .iiw-pics-section .card-deck {
    width: auto;
  }

  /* =======================================
    Past Proceedings Page Styling
  ======================================= */
  .past-proceedings-page .landing-section h2 {
    font-size: 28px;
    letter-spacing: 10px;
  }

  /* =======================================
    Past Proceedings Page Styling
  ======================================= */

  .past-proceedings-page .landing-section h2 {
    letter-spacing: 7px;
    font-size: 21px;
  }
}

@media (max-width: 375px) {
  .home-page .landing-section h3 {
    font-size: 12px;
  }
}

/* =======================================
  Media Widths Min
======================================= */

@media (min-width: 768px) {
  /* show 3 items */
  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }

  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item {
    transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/* =======================================
  Media Heights Max
======================================= */

@media (max-height: 1000px) {
  .home-page .landing-section h1 {
    padding-top: 200px;
  }
}

@media (max-height: 800px) {
  .home-page .landing-section h1 {
    padding-top: 150px;
  }
}

@media (max-height: 600px) {
  .home-page .landing-section h1 {
    padding-top: 100px;
  }
}
