﻿.intro-header
{
    margin-top: 50px;
}

.intro-header img
{
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}

body
{
    background-image: url(../img/background2.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (min-width: 992px) {
    .intro-header
    {
        margin-top: 0px;
    }
} 

.list-t-events
{
    display: table;
    width: 100%;
}

.list-t-events .list-item
{
    display: table-row;
    width: 100%;
}

.list-t-events .list-item .event-date,
.list-t-events .list-item .event-info,
.list-t-events .list-item .event-actions
{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

.event-date-year,
.event-date-month,
.event-date-day
{
    margin-bottom: 0px;
}


.event-info-location,
.event-info-venue
{
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

a
{
    color : white;
}

a:hover,
a:focus
{
    color: #f42434;
}

.banner-image
{
    max-width: 80%;
    height: auto;
}

.vertical-center
{
    display: flex;
    align-items: center;
    height: 100%;
}

.btn-default,
.btn-circle
{
    color: #f42434;
    border-color: #f42434;
    background-color:black;
}

.btn-default:hover,
.btn-default:focus
{
    background-color: #f42434;
    border-color: #f42434;
    color: white;
}


.btn-circle
{
    color: #f42434;
    padding: 0px;
    padding-top: 5px;
    font-size: 35px;
}

.btn-circle:hover
{
    background-color: #f42434;
    background: #f42434;
}

.list-item-album
{
    margin-bottom: 50px;
}

#about
{
    background-image: url(../img/tgwoback.png);
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
}


@media (max-width: 780px)
{
    h2
    {
        font-size: 1.5rem;
    }
    h4
    {
        font-size: 1.2rem;
    }
    h6
    {
        font-size: 0.8rem;
    }
    .btn-lg
    {
        font-size: 1rem;
    }
}

#albums h4
{
    margin-top: 80px;
}



.section-title h2
{
    margin-top: 15px;
    margin-bottom: 25px;
}

.section-title
{
    background-image: url(../img/sectiontitle.png);
}

.section-title .separator
{
    background-color: lightgray;
    height: 4px;
}

@media(min-width:540px)
{
    .section-body
    {
        padding-top: 20px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.section-body 
{
    background: linear-gradient(to bottom right, black, #222222);
}

@media(min-width: 992px) {
    .section-body {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

#social
{
    padding-top: 15px;
    padding-bottom: 15px;
}

@media(min-width: 568px)
{
    .social-left{
        text-align: right;
    }
    .social-right
    {
        text-align:left;
    }
}

.tour-separator
{
    background-color: white;
    height: 1px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.text-center {
    text-align: center;
}

#static-shop-cart-icon
{
    position: fixed;
    top: 5px;
    right: 0px;
    z-index: 1050;
}

@media (min-width: 992px) {
    #static-shop-cart-icon
    {
        top: 35px;
        right: 15px;
    }
} 

#static-shop-cart-icon .btn-circle-shop-cart-icon
{
    margin-top: 0px;
    height: 45px;
    line-height: 1;
    width: 45px;    
    padding-bottom: 0px;
    padding-right: 2px;
    padding-top: 7px;
}

#static-shop-cart-icon .btn-circle-shop-cart-items
{
    position: relative;
    width: 25px;
    height: 25px;
    bottom: -18px;
    right: 18px;
    margin-top: 0px;
    line-height: 1;
    font-size: 14px;
    background-color: #f42434;
    color: white;
}

.btn-circle path {
    fill:  #f42434;
}

.btn-circle:hover path,
.btn-circle:focus path,
.btn-default:hover path,
.btn-default:focus path,
.shop-cart-icon:hover,
.shop-cart-icon:focus {
    fill: white;
}

.home-anchor {
    display: block;
    height: 48px; /*same height as header*/
    margin-top: -48px; /*same height as header*/
    visibility: hidden;
}

.card {
    background-color: #333333;
}

.contact_image{
    border: solid 1px black;
}

.contact_card {
    padding:10px 70px 10px 70px;
}

.contact_panel {
    background-color:transparent;
    display:inline-block;
}

.info-banner,
.info-banner p {
    font-family: Cabin,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
}