﻿
p {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12pt;
}

label {
    padding-top: 5px;
}

img {
    align-self: center;
}

.contact {
    background-color: darkgray;
    color: white;
    
    padding: 50px 10px 10px 10px;
}

.contact > a{
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

a[href^="tel:"] {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.gameRow {
    border-spacing: 20px 10px;
}

.gameItem {
    align-content: center;
    display: table-cell;
    background: #f1f1f1;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 95%;
}

.gameItemImage {
    max-height: 340px;
}

.appstore {
    background-color: white;
    color: black;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
    font-size: x-large;
    font-weight: 700;
}

.appstore > img {
    height: 40px;
    max-height: 40px;
}

.appstore > a > img {
    height: 40px;
    max-height: 40px;
}


.appstoreimg {
    height: 40px;
    max-height: 40px;
}

.Z-HeroImageLink {
    background: url(../Images/Farm.jpg) no-repeat top center;
    background-size: contain;
    display: block;
    height: 100%;
    min-height: 260px;
    width: 100%;
    text-indent: -9999px;
    
}

.BabyFrogsImageLink {
    background: url('../Images/baby-frogs-logo-600x337.jpg') no-repeat top center;
    background-size: contain;
    display: block;
    height: 100%;
    min-height: 260px;
    width: 100%;
    text-indent: -9999px;
}

.TreasureCastleImageLink {
    background: url('../Images/Treasure Castle.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 100%;
    min-height: 260px;
    width: 100%;
    text-indent: -9999px;
}

.BabyFattsImageLink {
    background: url('../Images/BabyFatts/BookCover - 1024x500.png') no-repeat top center;
    /*background: url('../Images/BabyFatts/Game1.png') no-repeat top center;*/
    background-size: contain;
    display: block;
    height: 100%;
    min-height: 260px;
    width: 100%;
    text-indent: -9999px;
}

.SpongeballBillyImageLink {
    background: url('../Images/SpongeballBilly/MagicShop2.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 100%;
    min-height: 260px;
    width: 100%;
    text-indent: -9999px;
}

.events {
    /*height: 200px;*/
    width: 100%;
    padding: 0,0,0,0;
}

.comics {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12pt;
    overflow: auto;

}

.comicsgrid {
    width: 50px;
}

#myTopBtn {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    /*background-color: ;*/
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

    #myTopBtn:hover {
        background-color: steelblue;
    }

.table-scroll {
    position: relative;
    width: 97%;
    z-index: 1;
    height: 720px;
}

.table-scroll table {
    width: 100%;
    /*min-width: 1280px;*/
    border-collapse: separate;
    border-spacing: 0;
}

.table-wrap {
    position: relative;
}

.table-scroll th,
.table-scroll td {
    background: white;
    vertical-align: top;
}

.table-scroll thead {
    background: white;
    color: black;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.table-footer {
    background-color: lightgray;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td 
{
    line-height: 1.4;
}


.Title {
    font-weight: 600;
}

.Details {
    text-overflow: ellipsis;
    text-wrap: avoid;
}

.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-inverse {
    background-color: steelblue;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: lightblue;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: white;
    background-color: transparent;
}

.navbar-brand {
    background-image: url(../Images/BCSoftware-White-128x128.png );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 10px;
    text-indent: 50px;
    padding: 2px,2px,2px,2px;
    height: 50px;
}

.navbar-brand {
    float: left;
    padding-top: unset;
    padding: 15px 15px;
    font-size: 18px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 20px;
}

.navbar-brand > img {
    max-height: 45px;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-link {
    padding-right: 25px;
}

.carousel {
    margin: 10px;
    margin-top: 60px;
}

.carousel-inner > .item > img {
    margin: auto;
    display: normal;
    width: 100%;
    height: auto;
    max-width: 600px;
}

.btn-default {
    align-self: center; 
    text-align: center;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox,
.form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding: 2px,2px,2px,2px;
}

.form-control {
    height: 35px;
    padding: 2px,2px,2px,2px;
}


.form-checkbox {
    margin-top: 8px;
    min-height: 20px;
}

.quote {
    font-style: italic;
    font-weight: 500;
    /*background-color:lavender;*/
}

.quote-by {
    font-style: normal;
    font-weight:700;
}



.social {
    background-color: white;
    color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

    .social > a > img {
        height: 40px;
    }

.social-feed-container {
    z-index: 3;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.is-builder .mbr-social-feed {
    min-height: 125px;
}

.mbr-social-feed {
    text-align: center;
    position: relative;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

.social-feed-container-loading {
    margin: 0 auto;
    display: none;
}

.is-builder .loading .social-feed-container-loading {
    display: block;
}

.social-feed-element iframe {
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0 auto;
    display: block;
}


.comicsFooter{
    margin-top: 20px;
}


/**    Thumbnail Zoom      */
/**gallery margins**/
.gallery {
    margin-left: 5px;
    margin-right: 5px;
} 

.zoom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

    .zoom:hover,
    .zoom:active,
    .zoom:focus {
        /**adjust scale to desired size, 
add browser prefixes**/
        -ms-transform: scale(3.0);
        -moz-transform: scale(3.0);
        -webkit-transform: scale(3.0);
        -o-transform: scale(3.0);
        transform: scale(3.0);
        position: relative;
        margin-left: 125px;
        margin-top: 50px;
        z-index: 100;
        
    }

/**To keep upscaled images visible on mobile, 
increase left & right margins a bit**/
@media only screen and (min-width: 1600px) {
    .container {
        max-width: 98%;
    }
    
    .gallery {
        margin-left: 5px;
        margin-right: 5px;
    }

    .social-feed-element {
        margin-left: 1px;
        margin-right: 1px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 98%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 98%;
    }
}


    /**TIP: Easy escape for touch screens,
give gallery's parent container a cursor: pointer.**/
    .DivName {
        cursor: pointer
    }
}



