﻿body {
    background-color: #ceced8;
}

.jumbotron {
    margin-top: 20px;
    background-color: white;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .jumbotron .page-header {
        margin: 0;
        padding: 0;
    }

        .jumbotron .page-header h2 {
            margin-top: 0;
        }

.launcher-row {
    margin-bottom: 30px;
}

.launcher {
    height: 300px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 30px;
}

    .launcher .panel {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border: 0;
        border-color: transparent;
        margin-bottom: 0;
        height: 254px;
        color: white;
    }

    .launcher .btn,
    .launcher .btn:hover,
    .launcher .btn:active,
    .launcher .btn:focus {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-color: transparent;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        background-color: #286787 !important;
    }

        .launcher .btn:hover {
            background-color: #3A96C4 !important;
        }

    .launcher h3 {
        text-transform: uppercase;
        font-weight: 500;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), -2px -2px 4px rgba(0, 0, 0, 0.5);
        letter-spacing: 0.15em;
        text-align: center;
        opacity: 1;
        transition: all 0.3s cubic-bezier(1, 0, 0, 1) 0s;
    }

    .launcher .content {
        background-size: cover;
    }

#permits .content {
    background-image: url('../../../Artifacts/home/permits_good-dog.jpg');
}

#game-check .content {
    background-image: url('../../../Artifacts/home/game-check_turkey.jpg');
}

#events .content {
    background-image: url('../../../Artifacts/home/events_youth.jpg');
}

#profile .content {
    background-image: url('../../../Artifacts/home/profile-fishing.jpg');
}

#commercial .content {
    background-image: url('../../../Artifacts/home/commercial-crab-traps.jpg');
}

#boat .content {
    background-image: url('../../../Artifacts/home/boat_abandoned.jpg');
}

#draw .content {
	background-image: url('../../../Artifacts/home/draw_result.jpg');
}

.content {
    position: relative;
    margin: auto;
    overflow: hidden;
}

    .content .content-overlay {
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .content:hover .content-overlay {
        opacity: 1;
    }

    .content:hover .title {
        opacity: 0;
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    }

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
}

.fadeIn-top {
    top: 20%;
}
