/*=====================================
TOC:

Main Body & Container Window

Site Navigation Menu - Header

Page Info Boxes & Title Properties

Testimonial Properties

Founders Pics & Info Properties

Image Gallery Properties

Wedding Formats Properties

Audio Samples Properties - BOTH PAGES

Audio Samples Properties -
INLINE PLAYER Page

Audio Samples Properties -
AUDIO LINKS OPEN in NEW WINDOW Page

Music Library Properties

Contacts Pics & Info Properties

Footer Properties

Site Navigation Menu - Footer

====================================*/


/*
Not sure if this works for orphaned text on Android phones......May need to be removed from CSS
overflow-wrap: normal;
*/

/*--------------------------------------
Main Body & Container Window
--------------------------------------*/

body {
    margin: 0 auto;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image:url(../images/bgpattern.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: Times New Roman, Times, serif;
}

.container {
    display: inline-block;
    margin: 0 auto;
    max-width: 960px;
    background-color: #eaeaea;
    box-shadow: 0 0 20px 6px #ad974f;
}


/*--------------------------------------
Site Navigation Menu - Header
--------------------------------------*/

/* Keeps tiny gap from appearing below image in Firefox */
.sitemenu-header-image {
    width: 100%;
    display: block;
}

.sitemenu-header {
    width: auto;
    margin-bottom: 20px;
    border-top: 15px solid #8e793e;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #101010;
}

.sitemenu-header .navwrapper {
    display: table;
    margin: 0 auto;
}

.sitemenu-header ul {
    margin: 0;
    padding: 0;
}

.sitemenu-header ul li {
    float: left;
    list-style:none;
}

.sitemenu-header ul li a {
    float: left;
    padding: 0 30px;
    font-size: 16px;
    line-height: 40px;
    color: #eaeaea;
    transition: background linear 0.2s;
    text-decoration: none;
}

.sitemenu-header ul li a:hover {
    background-color: #ad974f;
}

.sitemenu-header ul li.active {
    background-color: #eaeaea;
    box-shadow: 0 0 10px 4px #ad974f;
}

.sitemenu-header ul li.active a {
    color: #8e793e;
    font-weight: bold;
    background-color: #eaeaea;
}


/*--------------------------------------
Page Info Boxes & Title Properties
--------------------------------------*/

.info-box-container {
    width: 890px;
    height: auto;
    margin-bottom: 20px;
    padding: 30px 15px;
    background-color: #222222;
}

h1 {
    width: 700px;
    height: auto;
    margin: 0;
    padding: 8px 0 8px 0;
    border-radius: 10px;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    color: #8e793e;
    background-color: #eaeaea;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-wrap: normal;
}

/*----- Italic -----*/
h2 {
    margin: 0;
    color: #eaeaea;
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-wrap: normal;
}

/*----- Non-Italic -----*/
.info-box-body-text p {
    margin: 0;
    text-align: center;
    color: #eaeaea;
    font-size: 22px;
    line-height: 32px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.info-box-ensemble-variations{
    width: 800px;
    border: 4px solid #8e793e;
    border-radius: 20px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-wrap: normal;
}

.info-box-ensemble-variations-title p {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 26px;
    color: #eaeaea;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-wrap: normal;
}

.info-variation-list {
    text-align: left;
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #eaeaea;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 44px;
    list-style-type: disc;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-wrap: normal;
}


/*--------------------------------------
Testimonial Properties
--------------------------------------*/

.testimonial-full-box {
    display: inline-block;
    width: 904px;
    height: auto;
    margin-bottom: 20px;
    border: 8px solid #8e793e;
    border-radius: 20px;
    background: #222222;
}

.testimonial-text-box p {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    color: #eaeaea;
    line-height: 22px;
    letter-spacing: 1px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.tab-over-name {
    float:right;
    padding-right: 50px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #eaeaea;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/*--------------------------------------
Founders Pics & Info Properties
--------------------------------------*/

.figure {
    float: left;
    margin: 0 293px 260px 0;
}

.figure img {
    position: absolute;
    width: 293px;
    height: 250px;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.figcaption {
    float: left;
    width: 293px;
    margin: 20px 0 0 20px;
    text-align: center;
    font-size: 24px;
    color: #8e793e;
    font-weight: bold;
}

.top:hover {
  opacity: 0;
}

.bio-text-box {
    float: left;
    width: 245px;
    padding: 20px;
    margin: 0 0 20px 20px;
    border: 4px solid #8e793e;
    background-color: #d4d4d4;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    line-height: 18px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/*--------------------------------------
Image Gallery Properties
--------------------------------------*/

#gallery {
    position: relative;
    width: 920px;
    overflow: hidden;
}

#navigation {
    float: left;
    list-style: none;
}

#navigation li {
    display: inline-block;
    margin: 10px 60px 10px 0;
}

#navigation li a img {
    width: 100px;
    height: auto;
    border: none;
}

#navigation li a {
    display: inline-block;
}

#navigation li a:hover {
    box-shadow: 0 0 0 6px #ad974f;
    transition: box-shadow linear 0.2s;
}

#full-picture {
    float: left;
    width: 920px;
    height: 600px;
    overflow: hidden;
}


/*--------------------------------------
Wedding Formats Properties
--------------------------------------*/

h3 {
    width: 840px;
    height: 30px;
    margin: 0;
    padding: 8px 0 8px 0;
    border: 4px solid #000000;
    border-radius: 10px;
    background-color: #ad974f;
    text-align: center;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-wrap: normal;
}

.left-text-title {
    text-align: left;
    margin-left: 60px;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.listed-text-main {
    text-align: left;
    margin-left: 160px;
    font-size: 22px;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.tab-over {
    float:right;
    margin-right: 110px;
    font-size: 22px;
    color: #8e793e;
    font-weight: bold;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-wrap: normal;
}

.listed-text-under p {
    text-align: left;
    margin-left: 225px;
    font-size: 20px;
    color: #000000;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.listed-text-under-indent{
    text-align: left;
    margin-left: 275px;
    font-size: 20px;
    color: #000000;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.wedding-additional-text p {
    width: 726px;
    text-align: justify;
    font-size: 18px;
    color: #000000;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/*--------------------------------------
Audio Samples Properties - BOTH PAGES
--------------------------------------*/

.music-category {
    width: 400px;
    height: 30px;
    padding: 8px 0 0 0;
    margin: 20px 0 20px 0;
    border-radius: 10px;
    background-color: #eaeaea;
    font-size: 22px;
    color: #8e793e;
    text-align: center;
    font-weight: bold;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.about-audio-links-box p {
    width: 910px;
    height: auto;
    padding: 10px 0 10px 0;
    background-color: #8e793e;
    border: 4px solid #222222;
    border-radius: 20px;
    font-size: 20px;
    color: #eaeaea;
    line-height: 30px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.about-audio-links-box a {
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    text-decoration: underline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.about-audio-links-box a:hover {
    color: #6c0000;
    text-decoration: underline;
}


/*--------------------------------------
Audio Samples Properties -
INLINE PLAYER Page
--------------------------------------*/

.audio-selections-box-top {
    display: inline-table;
    width: 446px;
    height: auto;
    margin: 0 10px 20px 10px;
    border-radius: 20px;
    background-color: #222222;
}

.audio-selections-box-bottom {
    display: inline-table;
    width: 446px;
    height: 910px;
    margin: 0 10px 20px 10px;
    border-radius: 20px;
    background-color: #222222;
}

.audio-selections-box-bottom-double-wide {
    display: inline-table;
    width: 910px;
    height: auto;
    margin: 0 10px 20px 10px;
    border-radius: 20px;
    background-color: #222222;
}


/*--------------------------------------
Audio Samples Properties -
AUDIO LINKS OPEN in NEW WINDOW Page
--------------------------------------*/

.musical-selections-box-top {
    display: inline-table;
    width: 446px;
    height: auto;
    margin: 0 10px 20px 10px;
    border-radius: 20px;
    background-color: #8e793e;
}

.musical-selections-box-bottom {
    display: inline-table;
    width: 446px;
    height: 700px;
    margin: 0 10px 20px 10px;
    border-radius: 20px;
    background-color: #8e793e;
}

.musical-selections-box-bottom-double-wide {
    display: inline-table;
    width: 910px;
    height: auto;
    margin: 0 10px 20px 10px;
    border-radius: 20px;
    background-color: #8e793e;
}

.audio-title-text {
    text-align: left;
    margin-left: 20px;
    font-size: 16px;
    color: #eaeaea;
}

.audio-title-text a {
    color: #eaeaea;
    text-decoration: none;
}

.audio-title-text a:visited {
    color: #000000;
    text-decoration: none;
}

.audio-title-text a:hover {
    color: #000000;
    text-decoration: underline;
}

.bottom-double-wide-float-left {
    float: left;
}


/*--------------------------------------
Music Library Properties
--------------------------------------*/

.volume-link-box {
    display: inline-table;
    width: 200px;
    margin: 0 5px;
    padding: 10px 0 10px 0;
    border: 4px solid #ad974f;
    border-radius: 10px;
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    background: #eaeaea;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.volume-link-box:hover {
    background: #8e793e;
    border: 4px solid #eaeaea;
    transition: background linear 0.2s;
}

.info-box-body-text span {
    font-size: 22px;
    font-weight: bold;
    color: #af9d6a;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.info-box-body-text span:hover {
    color: #eaeaea;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px #ad974f;
    transition: box-shadow linear 0.2s;
}

.volume-link-note p {
    text-align: center;
    font-size: 18px;
    color: #eaeaea;
    line-height: 28px;
    margin-bottom: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.volume-link-note span {
    font-size: 24px;
}


/*--------------------------------------
Contacts Pics & Info Properties
--------------------------------------*/

.figure-contact {
    float: left;
    width: 293px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.figure-contact img {
    vertical-align: top;
}

.figcaption-contact {
    text-align: center;
    font-size: 24px;
    color: #8e793e;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 8px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.contact-info-box {
    width: 293px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #222222;
}

.contact-number {
    text-align: center;
    font-size: 30px;
    color: #eaeaea;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.e-mail-link-box {
    width: 246px;
    margin-top: 20px;
    padding: 8px 0 8px 0;
    border: 4px solid #ad974f;
    border-radius: 10px;
    cursor: pointer;
    background: #eaeaea;
}

.e-mail-link-box a {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.e-mail-link-box:hover {
    background: #8e793e;
    border: 4px solid #eaeaea;
    transition: background linear 0.2s;
}

.clearfix {
    clear: both;
}

.mailing-address-title {
    font-size: 28px;
    font-weight: bold;
    color: #8e793e;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.mailing-address-content {
    font-size: 24px;
    color: #222222;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/*--------------------------------------
Footer Properties
--------------------------------------*/

.footer-box {
    display: inline-block;
    width: 920px;
    margin: 0 20px 20px 20px;
    border-top: 14px solid #8e793e;
    background: #222222;
}

.centered-body-text-legal p {
    text-align: center;
    font-size: 12px;
    color: #eaeaea;
    margin: 0 20px 20px 20px;
    padding-top: 14px;
    border-top: 2px solid #8e793e;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/*--------------------------------------
Site Navigation Menu - Footer
--------------------------------------*/

.sitemenu-footer {
    width: auto;
    margin-bottom: 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #101010;
}

.sitemenu-footer .navwrapper {
    display: table;
    margin: 0 auto;
}

.sitemenu-footer ul {
    margin: 0;
    padding: 0;
}

.sitemenu-footer ul li {
    float: left;
    list-style:none;
}

.sitemenu-footer ul li a {
    float: left;
    padding: 0 30px;
    font-size: 16px;
    line-height: 40px;
    color: #eaeaea;
    transition: background linear 0.2s;
    text-decoration: none;
}

.sitemenu-footer ul li a:hover {
    background-color: #ad974f;
}

.sitemenu-footer ul li.active {
    background-color: #eaeaea;
    box-shadow: 0 0 10px 4px #ad974f;
}

.sitemenu-footer ul li.active a {
    color: #8e793e;
    font-weight: bold;
    background-color: #eaeaea;
}