/* =================================
  Base Styles
==================================== */

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.row {
  flex: 1;
}


/*********************
NAVIGATION
*********************/


html, body {
  background-color: #FFF;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  scroll-behavior: smooth;
}

.nav-wrapper {
  background-color: #FFF;
}

.nav-container {
  width: 93%;
  max-width: 1100px;
  margin: auto;
  padding: 50px 0 50px 0;
}

.nav-logo {
  background-image: url("images/smd_logo.svg");
  background-repeat: no-repeat;
  width: 90px;
  height: 0;
  position: relative;
  -webkit-transition: opacity .4s ease-out;
  -moz-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
}

.nav-logo:hover {
  opacity: 0.7;
}

.nav-logo-link {
  display: block;
  height: 100%;
}

.nav-item {
  float: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  text-decoration: none;
  text-align: right;
  letter-spacing: .15em;
}

.nav-item a {
  color: #888888;
  text-decoration: none;
  line-height: 50px;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.nav-item a:hover {
  color: #222222;
}

.nav-item .selected {
  color: #222222;
}

.nav-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.nav-item li {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  display: inline-block;
}

.container {
  width: 95%;
  background-color: #FFF;
  margin: 0 auto;
  max-width: 1300px;
}

.container-fullwidth {
  width: 95%;
  background-color: #FFF;
  margin: 0 auto;
  max-width: 1500px;
}

.responsive-image {
  max-width: 100%;
}


.grid {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.cell {
  margin: 5px .5rem;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #333333;
}


.cell img {
  display: block;
}


.item img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.cell:hover .item img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.9;
  filter: grayscale(100%);
}


.section:after {
  content: '';
  display: block;
  clear: both;
  margin-bottom: 8px;
}

.section .column:last-of-type {
  margin-right: 0;
}

.column {
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
}

.column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

.column li {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  line-height: 2.25em;
  font-weight: 300;
  color: #555;
}

.single-col .column {
  width: 100%;
}

.single-col .column p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  line-height: 2.25em;
  font-weight: 300;
  text-align: center;
  color: #555555;
  margin: 30px 30px 50px 30px;
}

.single-col a {
  color: #666;
  font-weight: 700;
}

.single-col a:hover {
  color: #333;
  font-weight: 700;
}

.single-col .column h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6em;
  line-height: 1.25em;
  font-weight: 500;
  text-align: center;
  color: #121212;
  margin-top: 70px;
}

.single-col .column ul {
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}

.single-col .column li {
  display: block;
}

.single-col-banded .column {
  width: 100%;
  background-color: #f4f4f4;
}

.single-col-banded .column p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  line-height: 2.25em;
  font-weight: 300;
  text-align: center;
  color: #555555;
	margin: 30px 50px 100px 50px;
}

.single-col-banded .column h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6em;
  line-height: 1.25em;
  font-weight: 500;
  text-align: center;
  color: #121212;
  margin-top: 70px;
}

.single-col-banded .column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.single-col-banded .column li {
  list-style: none;
  margin: 0;
  padding: 5px 50px;
  display: block;
}

.page-element {
  position: relative;
}

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

.feature-overlay {
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  justify-content: center;
}

.feature-overlay-content {
  text-align: center;
}



/*********************
TWO COLUMN
*********************/


.two-col .column {
  width: calc(50% - 5px);
  background-color: #FFF;
  }

.two-col .column img {
  width: 100%;
}

.two-col .column p {
  margin: 0 30px 20px 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.two-col .column .title {
  font-size: 18px;
  line-height: 26px;
  margin-top: 30px;
  color: #993333;
}

.two-col .column .whitetext {
  font-size: 16px;
  line-height: 1px;
  color: #FFFFFF;
}


/*********************
THREE COLUMN
*********************/


.three-col .column {
  width: calc(33.33333% - 7.5px);
  background-color: #FFF;
}

.three-col img {
  width: 100%;
}

.three-col .column p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  color: #666666;
  margin-top: 50px;
}

.three-col .column a {
  color: #999999;
  text-decoration: none;
  transition: color .2s;
}

.three-col .column a:hover {
  color: #333333;
}

.three-col .column h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  text-align: center;
  color: #ff9900;
  vertical-align: middle;
  padding-top: 35px;
  padding-bottom: 10px;
}


.three-col-icon .column {
  background-color: #FFF;
  text-align: center;
  width: 33.3333%;
  margin: auto;
}

.three-col-icon img {
  width: 50%;
  height: 150px;
  padding: 50px 0 50px 0;
  align-items: center;
}

/*********************
THREE COLUMN NAV
*********************/


.three-col-nav .column {
  width: calc(33.33333% - 7.5px);
  background-color: #FFF;
  margin-bottom: 70px;
}

.three-col-nav img {
  width: 100%;
}

.three-col-nav .column p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  color: #666666;
	margin-top: 50px;
}

.three-col-nav .column a {
  color: #999999;
  text-decoration: none;
  transition: color .2s;
}

.three-col-nav .column a:hover {
  color: #333333;
}


.three-col-equal .column {
  width: calc(33.33333% - 7.5px);
  background-color: #fff;
}

.three-col-equal .column ul {
  width: 100%;
  text-align: center;
}


/*********************
FOUR COLUMN
*********************/


.four-col .column {
  width: calc(25% - 8px);
  background-color: #FFF;
}

.four-col img {
  width: 100%;
  height: auto;
}

.four-col .column p {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  color: #666666;
}

.four-col .column a {
  color: #999999;
  text-decoration: none;
  line-height: 2em;
  transition: color .2s;
}

.four-col .column a:hover {
  color: #333333;
}



/*********************
PAGE: CONTACT
*********************/


.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

.contact-info a {
  display: block;
  min-height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
}

.contact-info li.phone a {
  background-image: url('../img/phone.png');
}

.contact-info li.mail a {
  background-image: url('../img/mail.png');
}

.contact-info li.twitter a {
  background-image: url('../img/twitter.png');
}



/*********************
CTA
*********************/


.cta {
  position: relative;
}

.cta img {
  width: 100%;
  border-radius: 15px;
}

.cta a {
  color: white;
  text-decoration: none;
}

.cta-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  box-sizing: border-box;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 3vw;
	font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
}


.cta-overlay:hover {
  opacity: .9;
}

.cta:hover img{
  filter: grayscale(100%);
  border-radius: 15px;
  background: black;
  opacity: .8;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}


/*********************
FOOTER
*********************/


.footer-wrapper {
  background-color: #ccc;
  margin-top: 0;
  padding-top: 50px;
}

.footer-container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.footernav-item {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: .9em;
  text-decoration: none;
  color: #555555;
  padding: 40px 30px 40px 0;
	letter-spacing: .15em;
}

.footernav-item p {
  text-align: right;
  word-spacing: 15px;
}

.footernav-item a {
  color: #666666;
  text-decoration: none;
}

.footernav-item a:hover {
  color: #333333;
}


.footernav-item ul {
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
}

.footer-logo {
  background-image: url("images/smd_logo.svg");
  background-repeat: no-repeat;
  width: 90px;
  height: 40px;
  position: relative;
  -webkit-transition: opacity .4s ease-out;
  -moz-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
}

.footerbar-wrapper {
  background-color: #444;
}

.footerbar-container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.footerbar-item {
  width: 100%;
  float: left;
  font-family: Roboto, sans-serif;
  font-size: .9em;
  text-decoration: none;
  text-align: left;
  line-height: 50px;
  color: #bbbbbb;
}

.bigtext {
  font-family: 'Roboto', sans-serif;
  font-size: 4vw;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button:hover {
    background-color: #FFFFFF; /* Green */
    color: #4CAF50;
}

hr {
    display: block;
    height: 4px;
    border: 0;
    border-top: 2px solid #ffcc00;
    width: 40px;
    padding: 0;
    text-align: center;
}