/* NEW SJ FLEXBOX CSS */
@charset "UTF-8";

* {
    box-sizing: border-box;
}
a:visited {
    color: #fff;
}

/* ________________LIGHTBOX________________ */
/* Create three equal columns that float next to each other */
.lightboxcol {
  float: left;
  width: 33.33%;
}

/*LIGHTBOX STYLING*/
.lightboxrow > .lightboxcol {
  padding: 0 8px;
}

.lightboxrow:after {
  content: "";
  display: table;
  clear: both;
}

/*  Lightbox Images */
.lightboxcol img {
  border-radius: 20px;
  width: 100%;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close-cursor {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 4em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  transition: 0.4s;
}

.close-cursor:hover,
.close-cursor:focus {
  color: rgb(224, 39, 39);
  text-decoration: none;
  cursor: pointer;
  text-shadow: 1px 0px 1px #fff, 0px 1px 1px #fff, 0px -1px 1px #fff, -1px 0px 1px #fff;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  background-color: #000;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "previous button" to the left */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 1.4em;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: 'Kalam', sans-serif;
  height: fit-content;
  background-color: transparent;
}
#caption {
  background-color: rgba(0,0,0,1);
  color: white;
  text-transform: uppercase;
  font-family: 'Kalam', sans-serif; 
  font-weight: 700;
  margin: 0px;
  padding: 10px;
}
p#caption {
  background-color: rgba(0,0,0,1);
}

/* BLOG CAPTIONS */
/* Yellow background caption */
div.captionyellow {
    font-family: 'Kalam';
    background: linear-gradient(#d6ae42 0%, #d69142 100%);
    color: #fff;
    font-weight: 600;
    font-size: 1.8em;
    padding: 20px;
    opacity: 0.95;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
    border: 2px dashed #d6c742;
}
/* Red background caption */
div.captionred {
    font-family: 'Kalam';
    background: linear-gradient(#ff4d4d 0%, #cc0000 100%);
    color: #fff;
    font-weight: 600;
    font-size: 1.8em;
    padding: 20px;
    opacity: 0.95;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
    border: 2px dashed #e60000;
}
/* Green background caption */
div.captiongreen {
    font-family: 'Kalam';
    background: linear-gradient(#6dab7b 0%, #508b5d 100%);
    color: #fff;
    font-weight: 600;
    font-size: 1.8em;
    padding: 20px;
    opacity: 0.95;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
    border: 2px dashed #9ec7a7;
}
/* Blue background caption */
div.captionblue {
    font-family: 'Kalam';
    background: linear-gradient(#60c1e1 0%, #2dadd7 100%);
    color: #fff;
    font-weight: 600;
    font-size: 1.8em;
    padding: 20px;
    opacity: 0.95;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
    border: 2px dashed #2393b8;
}
/* Dark grey background caption */
div.captiongrey {
    font-family: 'Kalam';
    background: linear-gradient(#131313 0%, #161616 100%);
    color: #fff;
    font-weight: 600;
    font-size: 1.8em;
    padding: 20px;
    opacity: 1;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
    border: 2px dashed #c2c2c2;
}

/* Blog Boxes */
/* Green */
.blogboxgreen {
     background: linear-gradient(#6dab7b 0%, #508b5d 100%);
     color: #ffffff;
     border-bottom: 4px solid #fff;
     width: 100%;
     font-size: 1.5em;
     text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
     font-weight: 700;
 }
 /* Blue */
 .blogboxblue {
     background: linear-gradient(#538ea2 0%, #4794ae 100%);
     color: #ffffff;
     border-bottom: 4px solid #fff;
     width: 100%;
     font-size: 1.5em;
     text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
     font-weight: 700;
 }
 /* Orange */
 .blogboxorange {
     background: linear-gradient(#be8837 0%, #c98a2c 100%);
     color: #ffffff;
     border-bottom: 4px solid #fff;
     width: 100%;
     font-size: 1.5em;
     text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
     font-weight: 700;
 }
  /* Red */
 .blogboxred {
     background: linear-gradient(#c92c2c 0%, #ad4848 100%);
     color: #ffffff;
     border-bottom: 4px solid #fff;
     width: 100%;
     font-size: 1.5em;
     text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
     font-weight: 700;
 }
  /* Grey */
 .blogboxgrey {
     background: linear-gradient(#3c3c3c 0%, #7a7a7a 100%);
     color: #ffffff;
     border-bottom: 4px solid #fff;
     width: 100%;
     font-size: 1.5em;
     text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
     font-weight: 700;
 }
 
 /*________________________________________*/
 
img.demo {
  opacity: 0.6;
  width: 100%;
  padding: 0 5px;
}

.demo-active, .demo:hover, img.demo-active {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* COOKIE BANNER */
#cookieConsent {
    display: flex;
    flex-direction: row;
    background-color: #c52020;
    text-align: center;
    color: #ffffff;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#cookieButton {
    background-color: #ffffff;
    color: #c52020;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
}
#cookieButton:hover {
    font-size: 2.5em;
}

/* Announcement Bar */
#announcement_bar {
    display: flex;
    flex-direction: row;
    background-color: #18db90;
    text-align: center;
    color: #ffffff;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
div.ABclose {
    background-color: #ffffff;
    color: #18db90;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
    mix-blend-mode: multiply;
}
div.ABclose:hover {
    font-size: 2.5em;
}

/* HEADER */
.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

/* Padding around logo */
.logopadding {
    padding: 8px 0 4px 0;
}

/* Navigation */
.topnav { /* Nav Bar */
    display: flex;
    flex: 0 0 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    background: transparent;
    backdrop-filter: blur(10px);
    justify-content: space-around;
    position: sticky;
    z-index: 2;
    top: 0;
    font-family: 'Londrina Solid', sans-serif;
    font-weight: 500;
    overflow: hidden;
    width: 100%;
}
.topnav .ham {
    display: none;
}
.topnav a { /* Nav Links */
    padding: 0 10px;
    text-align: center;
    font-size: 4vh;
    text-decoration: none;
    transition: 0.5s;
}
.topnav a:hover {
     color: #fff;

}
.topnav a:active {
    color: #FFED00;
    padding: 0 20px;
}

a.icon {
    color: #1aa392;
    background-color: transparent;
}

a.icon:hover {
    border: none;
    color: #1aa392;
    background-color: #fff;
}
a:hover {
    transition: 0.5s;
    color: #18db90;
    border-radius: 0px;
    /*text-shadow: 0 0 10px black;*/
}
a:active {
    transition: 0.5s;
    color: #FFED00;
}

.topnav .icon:hover {
    box-shadow: none;
    background: #18db90;
    font-size: 1.2em;
}


/* When screen is less than 600px, hide nav, and turn into hamburger icon */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.ham {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    }
}
@media screen and (max-width: 600px) {
    .topnav.responsive {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
    }
}

/* Body */
body {
    margin: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1em;
    font-size: 100%;
    /*padding: 10px;*/
    letter-spacing: 0.04em;
    background-color: transparent; 
    text-align: center;
    color: #2d2d2d;
}

/* Cards (article style box) */
.card {
    background-color: #e4e4e4; /* (Off-white) */
    color: #2d2d2d;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.2);
    text-align: center; 
}

/* ACCORDION */
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
  font-family: 'Viga';
  background-color: #fff;
  color: #4d4d4d;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  transition: 0.4s;
  font-size: 0.9em;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.is-open, button.accordion:hover {
  background-color: #18db90;
  color: #fff;
    text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

/* Style the accordion panel. Note: hidden by default */
.accordion-content {
  font-family: 'Kalam';
  padding: 0 10px;
  background-color: rgb(255,255,255);
  color: #2d2d2d;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 15px;
  border: 1px solid #ddd;
}
button.accordion:after {
  content: '\2795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
  transition: 0.4s;
}

button.accordion.is-open:after {
  transform: rotate(405deg); /* Unicode character for "minus" sign (-) */
}
.accordiontitle {
    width: 100%;
    background-color: #5d5d5d;
    background: linear-gradient(#18db90 0%, #1a9665 100%);
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(77,77,77,0.8);
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    border-radius: 20px 20px 5px 5px;
    border-bottom: 4px solid #fff;
    margin-bottom: 0;
    margin-top: 0;
}
.accordiontitlenarrow {
    width: fit-content;
}
.accordionnav {
   display: none;
}

/*FLIPCARD*/
.flipcard {
        background-color: transparent;
        perspective: 1000px;
}
.flipinner {
        position: relative;
        text-align: center;
        width: 100%;
        height: 100%;
        transition: transform 1s;
        transform-style: preserve-3d;
        color: #ffffff;
}
.flipcard:hover .flipinner {
        transform: rotateY(180deg);
}
.flipfront, .flipback {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
}
.flipback {
        position: relative;
        color: #ffffff;
        transform: rotateY(180deg);
        padding: 10px;
        background-color: #313131;
}
.flipfront {
        color: #ffffff;
}
    
    /* PREVENTS RELATIVE POSITIONED ELEMENTS FROM OVERLAPPING OTHERS */
.clearfix::after {
     content: "";
    clear: both;
    display: table;
}


/* Forms */
form {
    background-color: transparent;
    font-weight: bold;
    border-radius: 5px;
}
input {
    width: 100%;
}
input[type=text] {
    background-color: transparent;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 2px solid #18db90;
    border-radius: 5px;
    width: 100%;
    font-family: Oswald, Verdana, sans-serif;
    font-size: 1em;
}
input[type=text]:focus {
    border: 3px solid #888888
}
select {
    width: 100%;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    background-color: #f1f1f1;
    font-family: Oswald, Verdana, sans-serif;
    font-size: 1em;
}
textarea {
    font-family: Oswald, Verdana, sans-serif;
    font-size: 1em;
    width: 100%;
    background-color: #f1f1f1;
    border: 2px solid #18db90;
    border-radius: 5px;
    padding: 10px 10px;
}
input[type=submit] {
    background-color: #18db90;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 10px 10px;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    font-family: Oswald, Verdana, sans-serif;
    font-size: 1em;
}

/* Buttons */
button {
    background-color: #18db90;
    color: #fff;
    border-width: 0 0 4px 0;
    border-style: solid;
    border-color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 2px;
    font-family: Oswald, Verdana, sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    transition: 0.2s;
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
button:hover {
    background-color: #505050;
    color: #18db90;
    border-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
button.active {
    background-color: #fff;
    color: #18db90;
    border-radius: 5px;
    padding: 10px;
    font-family: Oswald, Verdana, sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 100%;
    transition: 0.2s;
}
button.FOM {
	width: 100%;
	background-color: #eee;
	color: #2d2d2d;
	border-radius: 10px;
	border-bottom: 4px solid #2d2d2d;
	text-transform: uppercase;
	font-size: 1.2em;
	cursor: pointer;
}
button.FOM:hover {
    background-color: #2d2d2d;
    color: #fff;
    border-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

/* Horizontal Rule */
hr {
    border: none;
    border-top: 4px dashed #d6ae42;
  }
/* Videos */
div.video {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Audio */
.audio_container {
    border-radius: 30px;
    border-width: 4px 4px 10px 4px;
    border-style: solid;
    border-color: #fff;
    width: 100%;
    background-color: #000;
    background-image: url(images/BG_viaduct2.jpg);
    background-size: cover;
    background-position: bottom;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald, Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.06em;
}
.audio_caption {
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: none;
}
.audiotags {
    color: #fcba03;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 0.8em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Londrina Solid', Verdana, sans-serif;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-top: -5px;
    margin-bottom: 2px;
    text-shadow: -1px -1px black, 1px -1px black, -1px 1px black, 1px 1px black;
}
h1 {
    color: #2d2d2d;
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    color: #ffffff;
    font-size: 1.5em;
}
tagline {
  font-size: 1.2em;
  font-family: 'Kalam', cursive;
  background: -webkit-linear-gradient(#18db90, #1aa392);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.posttitle {
    font-weight: bold;
    font-size: 1.8em;
    color: #18db90;
    text-shadow: -1px -1px black, 1px -1px black, -1px 1px black, 1px 1px black;
}
div.squareheadingbanner {
    background-color:rgba(32, 197, 131, 1);
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald, Verdana, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 0.06em;
    border-bottom: 4px solid rgba(0,0,0,0.4);
    text-shadow: 2px 2px rgba(0,0,0,0.4);
}
div.headingbanner {
    background-color:rgba(32, 197, 131, 1);
    color: #ffffff;
    border-radius: 25px 25px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald, Verdana, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 0.06em;
    border-bottom: 4px solid rgba(0,0,0,0.4);
    text-shadow: 2px 2px rgba(0,0,0,0.4);
}
div.footingbanner {
    background-color:rgba(32, 197, 131, 1);
    color: #ffffff;
    border-radius: 0 0 25px 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald, Verdana, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 0.06em;
    border-top: 4px solid rgba(0,0,0,0.4);
    text-shadow: 2px 2px rgba(0,0,0,0.4);    
}
div.goldheadingbanner {
    background-color:#c53120;
    color: #ffffff;
    border-radius: 25px 25px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald, Verdana, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 0.06em;
    border-bottom: 4px solid rgba(0,0,0,0.4);
    text-shadow: 2px 2px rgba(0,0,0,0.4);
}
div.goldfootingbanner {
    background-color: #c53120;
    color: #ffffff;
    border-radius: 0 0 25px 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald, Verdana, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 0.06em;
    border-top: 4px solid rgba(0,0,0,0.4);
    text-shadow: 2px 2px rgba(0,0,0,0.4);    
}
/* Corner Ribbon for Images */
.ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 140px; height: 140px;
    text-align: center;
    
}
.ribbon span {
    font-size: 1em !important;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(-45deg);
    width: 140px;
    display: block;
    background: linear-gradient(#f1c226 0%, #c59920 100%);
    text-shadow: 0 0 2px #000;
    box-shadow: 0 0 10px rgba(1,1,1,0.6);
    position: absolute;
    top: 28px; left: -26px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #c59920;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c59920;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #c59920;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c59920;
}

/* Footer */

.footer {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: transparent;
    backdrop-filter: blur(10px);
    color: #fff;
    text-align: center;
    position: fixed;
    padding: 0px;
    bottom: 0;
    text-decoration: none;
    font-weight: bold;
}
.footertext {
    background: #19bc91;
    padding: 0px 5px;
    border-radius:10px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(77,77,77,0.8);
    margin-top: 2px;
}

.footertext:hover {
    transition: 0.5s;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #19bc91;
    color: #000;
}

/* RESPONSIVE LAYOUT */

@media screen and (max-width: 400px) {
    .topnav {
        flex-direction: column;
    }
}

/* PAGINATION (linking multiple pages with numbers) */
.center {
    text-align: center;
}
.pagination {
    display: inline-block;
}
.pagination a {
    color: #18db90;
    background-color: transparent;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color .5s;
    padding: 5px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.pagination a.active {
    color: #ffffff;
    background-color: #18db90;
    border-radius: 5px;
    padding: 5px 15px;
    text-decoration: none;    
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.pagination a:hover {
    color: #18db90;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 15px;
    text-decoration: none;    
}

a:link {
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0px 1px #000, 0 -1px 1px #000;
    /*text-shadow: 0 0 4px #333;*/
}

/* SOCIAL ICONS */
.fa {
    padding: 5px;
    text-decoration: none;
    text-align: center;
    font-size: 1.5em!important;
    background: #19bc91;
    color: #ffffff;
    border-radius: 10px;
    transition: 0.5s;
}
.fa:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
    background: #18db90;
    font-size: 1.8em;
}
.fa-facebook:hover {
    background: #3b5998;
    color: #ffffff;
}
.fa-twitter:hover {
    background: #55acee;
    color: #ffffff;
}
.fa-youtube:hover {
    background: #bb0000;
    color: #ffffff;
}
.fa-pinterest:hover {
    background: #cb2027;
    color: #ffffff;
}
.fa-bandcamp:hover {
    background: #0687f5;
    color: #ffffff;
}
.fa-envelope:hover {
    background-color: #505050;
    color: #ffffff;
}

/* https://fontawesome.com/v4.7.0/cheatsheet/ */