content {
    width: 90%;
}

a.visible-link {
  color: #1EAEDB;
}

a.visible-link:hover {
  color: #0FA0CE;
}

img.center {
  display: block;
  margin: 0 auto;
}

/* Salmon Color: f37e7a */

body {
    max-width: 1600px;
    margin: auto;
    width: 100%;
    font-family: Arial;
}

#main-logo {
    width: auto;
    max-height: 38px;
}

.top-bar {
    margin-top: 43px;
    transition: margin 0.3s;
}

.social-buttons img {
    display: inline;
    margin: 6px 10.5px;
    width: auto;
    height: 30px;
}

/* Hat tip: https://slicejack.com/fullscreen-html5-video-background-css/ */
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

/*.social-buttons img{
	display:inline;
	width: 50%;
	height:auto;
	max-height:38px;

}
*/

.splash-link {
    color: #F37E7A;
    font-size: 24px;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.splash-link:hover {
    color: #FE7E7A;
    text-decoration: underline;
}

.social-buttons {
    text-align: right;
}

.social-buttons img:last-of-type {}

.home-nav {
    margin-top: 43px;
    margin-bottom: 43px;
}

.home-nav div.columns {
    height: auto;
    overflow: hidden;
}

.nav-image,
.nav-image-mobile {
    width: 100%;
}

.nav-link {
    width: 100%;
    display: block;
    position: relative;
}

.nav-hover {
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0.0;
    transition: 100ms all;
}

.nav-link:hover .nav-hover {
    opacity: 1.0;
}

span.overlay {
    background-image: url('../imgs/home/WORK-480x718-hover.png');
}


/* SPLASH */

.fullscreen-bg {
    position: relative;
    height: 100vh;
}

.fullscreen-bgvideo {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bgvideo {
        min-width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bgvideo {
        width: auto;
        min-height: 100%;
    }
}

.splash-row {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 100;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.splash-row .sound {
    position: fixed;
    bottom: 5%;
    left: 3%;
    max-width: 30px;
    height: auto;
}

.splash-enter {
    display: block;
    margin: auto;
    margin-top: 50px;
    height: auto;
    transition: 0.1s all;
    width: 70%;
}

.splash-enter:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.splash-logo {
    display: block;
    width: 85%;
    margin-top: 5%;
}


/* REEL & WORK */

.youtube-player {
    width: 100%;
    height: auto;
}

.video-panel {
    margin-top: 92px;
    width: 70%;
    margin: 43px auto;
}

.video-panel p.video-desc {
    margin-bottom: 148px;
    color: #666666;
    letter-spacing: 0.1em;
    font-size: 12px;
}

.video-panel p.video-desc.reel {
    margin-bottom: 0px;
}


/* INFO */

.info-panel {
    width: 50%;
    margin: auto;
    margin-top: 81px;
}

.info-panel a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black;
}

.info-logo img {
    margin: auto;
    height: auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 43px;
}

.blurb-div {
    display: none;
}

#blurb-pane {
    min-height: 215px;
    text-align: center;
}

.info-logo-pics {
    width: 440px;
    max-width: 90%;
    margin: 25px auto 30px auto;
    text-align: center;
}

.info-logo-pics .info-head {
    display: inline-block;
    max-width: 25%;
}

.info-head:first-of-type {}

.press-links h1, h2, p {
  text-align: center;
}

.press-links .press-title {
  width: 70px;
}

.footer-text p {
    text-align: center;
    color: #666666;
    letter-spacing: 0.1em;
    font-size: 10px;
}


/* Video Container classes */

.youtube-container, .funny-or-die-container {
    display: block;
    margin: 0 auto 24px auto;
    width: 100%;
}

.youtube-player, .youtube-player-pl, .funny-or-die-player {
    display: block;
    width: 100%;
    /* assuming that the video has a 16:9 ratio */
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

div.play-button {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("http://i.imgur.com/nk9ehnF.png") no-repeat;
}

/*
* End Youtube Player Classes
*/

.youtube-player iframe, .youtube-player-pl iframe, .funny-or-die-player iframe {
    width: 100%;
    height: 100%;
    border:0;
}

.home-nav.mobile-only {
    width: 100%;
    margin: auto;
}

.mobile-only.fixed {
    position: fixed;
    top: 0px;
    z-index: 10;
    background-color: white;
    width: 90%;
    padding: 15px 0px 10px 0px;
    margin-top: 0px;
    left: 0;
    right: 0;
    margin: auto
}

#admin-info {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    color: black;
    font-size: 18px;
}

#admin-info a {
    color: white;
    background-color: black;
    padding: 10px;
    font-size: 18px;
}

.footer-icons {
    text-align: center;
    margin: 20px 0px 10px 0px;
    position: aboslute;
    bottom: 0;
}

.footer-icons a {
    margin: 0px 10px;
}

.footer-icons img {
    width: 25px;
    height: 25px;
}

#mobile-logo {
    width: 100%;
    margin: auto;
    display: block;
}

.mobile-only {}

.mobile-only.fixed {
    left: 0;
    right: 0;
    padding: 2%;
    padding-bottom: 0;
    transition: margin 0.3s;
}

.mobile-only.fixed .mobile-nav-buttons {
    margin-top: 5px;
    margin-bottom: 3px;
}

.mobile-nav-buttons {
    text-align: center;
    margin-top: 43px;
    margin-bottom: 16px;
    transition: all 0.3s;
}

.mobile-nav-buttons a {
    color: black;
    text-decoration: none;
    margin: 0px 15px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.tablet-only {
    display: none;
}

.tablet-link {
    color: black;
    text-decoration: none;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.02em;
    margin: auto;
    display: block;
}


@media (max-width: 415px) {

    .video {
        display:none;
    }

    .splash-row {
        background: url('../img/SW_site_update-Mobile.jpg') no-repeat center center;
        background-size: cover;
        justify-content: start;
        padding-top: 100px;
        text-align: center;
    }

    .splash-logo {
        width: 130%;
        margin-bottom: 25px;
    }

    .splash-link {
        margin-bottom: 100%;
    }
}
