/*
dark purple #49274A
light purple #94618E
biege #F4CECB
cream #F8EEE7
*/

@font-face {
  font-family: LatoThin;
  src: url(../fonts/Lato-Thin.ttf);
}

@font-face {
  font-family: LatoLight;
  src: url(../fonts/Lato-Light.ttf);
}

* { border: 0; margin: 0; box-sizing: border-box; }
html { width: 100%; height: 100%; overflow-y: scroll;}

body {
    width: 100%;
    height: 100%;
    position: relative;
    color: #333;
    background-color: #94618E; 
    font-family: 'LatoLight', Verdana, sans-serif;
    font-size: 16px;
}

.section {
    padding: 20px;
    
    margin-bottom: 5px;
}
.sectionClose {
    float: right; 
    height: 25px;
    cursor: pointer;
}
#divAudio, #divVideo, #divLyrics, #divBio, #divContact {background-color: #F4CECB;}
#divContact {padding-bottom: 0;}
/* display: none; */
#divDeveloper {display: none;}


#menu {float: right;}

hr {clear: both; width: 0;}

#logo-L {display: block; height: 150px;}
.breaker {height: 180px;}
#vidComing {height: 400px;border-radius: 100px;}
#mobileMenu {display: none;}
#lnkDeveloper {cursor: pointer;}
.miniPic {
    float: right; 
    height: 25px;
    border-radius: 4px;
}

.event {font-weight: bold; color: #49274A; font-size: 14px;}

a.axalink:link, a.axalink:visited  {
    text-decoration: none;
    color: #49274A;
    font-weight: bold;
    transition: all 1s;
    padding: 2px 5px;
    border-radius: 10px;
}

a.axalink:hover {
    color: #F8EEE7;
    background-color: #94618E;
}

/* ============= */
/* === SONGS === */
/* ============= */
.songList, .vidList, .lyricList {
    float: left;
    display: inline-block;
}
.songItem, .vidItem, .lyricItem {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 5px;
    border-radius: 10px;
    transition: all 1s;
}

.songItem:hover, .vidItem:hover, .lyricItem:hover {
    background-color: #F8EEE7;
}

.comingSoon {float: right;}
.sectionTitle {
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 10px 5px;
}
.sectionItem {
    padding: 0 0 10px 5px;
}
.sectionReminder {
    font-weight: normal; 
    font-size: 12px;
    color: #94618E;
    margin-left: 40px;
}
.controlContainer { display: inline-block;float:left;}

.topNav {border-radius: 10px;transition: all 2s;}
/* .topNav:hover {background-color: #F8EEE7} */
.divPromoL {}
.divPromoR {}
.paraBio {
    margin-bottom: 10px;
    margin-left: 5px;
    /*
    text-align: justify;
    text-justify: inter-word;
     */
    line-height: 1.6;
}

.paraList li {margin-bottom: 5px;}
#divPromoL, #divPromoR {margin-bottom: 40px;}
#imgPromoL, .imgPromoR {border-radius: 20px;}
.imgPromoR {margin-left: 10px; margin-right:10px; margin-bottom: 20px;}

#picTop {width: 25px; margin-bottom: 20px;}
.divTop {text-align: right;}


 /* #divTemporaryPanic, #divCancelYou, #divDreamAway {display: none;} */
.myLyrics {display: none; line-height: 1.6; margin-left: 5px;}
.lyricTitle {
    display: inline-block; 
    line-height: normal;
    margin-bottom: 10px;
    border-bottom: 1px dotted #49274A;
}

/* ============= */
/* === FORMS === */
/* ============= */

#feedbackReload, #studioReload, #newsReload {
    width: 30px; 
    height: 30px;
    display: inline-block;
    background-image: url(../pics/3229643_material%20designs_refresh_retry_icon.png);
    background-size: contain;
    border: 1px dotted #49274A;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 50%;
}

#feedbackReload:active, #studioReload:active, #newsReload:active {
  background-color: #F4CECB;
  transform: scale(.75);
}

#frmMailing, #frmStudio, #frmFeedback {
    border: 2px solid #49274A;
    background-color: #94618E;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
}

.formInput {
    background-color: #F4CECB;
    border: 1px solid #49274A;
    font-family: 'LatoLight', Verdana, sans-serif;
    font-size: 14px;
    padding: 4px;
    width: 225px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#frmFeedback canvas, #frmStudio canvas, #frmMailing canvas {
    width: 193px;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px dotted #49274A;
}

.frmButton {
    background-color: #49274A;
    padding: 4px;
    width: 225px;
    border-radius: 5px;
    color: #F4CECB;
    cursor: pointer;
    box-shadow: 1px 2px #F4CECB;
    outline: none;
    border: none;
}

.frmButton:active {
  box-shadow: 0 0 #666;
  transform: translateY(2px);
}

.sectionContact {
   
}
.contactTitle {
    display: inline-block;
    border-bottom: 1px dotted #49274A;
    margin-bottom: 10px;
}
#mailingMessage, #studioMessage, #feedbackMessage {
    display: inline-block;
    color: #8C001A;
    margin-top: 10px;
}

.hiddenField {
   display: none; 
}


/* ====================== */
/* === HEADER SECTION === */
/* ====================== */


header {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    background-color: #94618E;
    text-align: center;
}
header li {
    display: inline;
    list-style-type: none;
    margin-left: 20px;
}
header nav {
    float: right;
    font-family: 'LatoLight', Verdana, sans-serif; 
    font-size: 25px;
}
#navText {margin-top: 20px; margin-right: 20px;}
#navImages {margin-top: 5px; margin-right: 5px;}
header > span {
    color: black;
    display: inline-block;
}
nav span {
    color:  black;
    cursor: pointer;
    transition: all 2s;
}

nav span:hover {color: #F8EEE7;}
nav img {cursor: pointer;}
nav a {text-decoration: none;}
header img {
    float: left;
}

header a[href="#"] {
    color:  #f5f5f5;
    border-bottom: 4px solid #8fb63e;
}
a[href="#"]:hover {
    cursor: default;
}
h1 {
    display: inline-block;
    margin-left: 20px;
    font-size: 2.5em;
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
    color: #f4dec8;
}
h2 {
    font-size: 2em;
    font-weight: 100;
    padding: 10px 10px 10px 20px;  
    display: inline-block;
}
h3 {
    width: 90%;
    font-size: 1.5em;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-bottom: 10px;
}

h4 {
    font-size: 1.2em;
    font-weight: 400;
    display: inline-block;
    color:rgb(0,32,80);
    border-bottom: 1px dotted black;
    margin-bottom: 10px;
}

/* ====================== */
/* === FOOTER SECTION === */
/* ====================== */
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: #94618E;
    background-color: #49274A;
    z-index: 3;
    display: table;
}
footer nav {
    float: right;
    margin-top: 1px;
}
footer li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}
footer div {
    display: table-cell;
    vertical-align: middle;
}
footer a:link {
    text-decoration: none;
    transition: all 1s;
}
footer span {
    display: table-cell;
    vertical-align: middle;
}
footer img {
    float:right;
    display: table-cell;
    vertical-align: middle;
    margin-left: 10px;
    width: 50px;
    transition: all 2s;
}
#spanMoreContent {margin: 8px 0 0 10px;}

/* Extra small devices (phones, 600px and down) RED */

@media only screen and (max-width: 600px) {
    #logo-L {height: 50px;}
    header, footer {padding: 10px;}
    .breaker {height: 80px;}
    .breakerBottom {height: 20px;}
    footer img {width: 35px;}
    #menu {display: none;}
    #colorTest {background-color: red;}
    #navImages {display: inline-block;}
    #navText {display: none;}
    nav img {height: 35px;margin-left: 5px;}
    #vidPlayer { height: 154px; width: 275px;}
    .controlContainer {margin-left: 0;}
    .section {scroll-margin-top: 90px;}
    #divPromoL, #divPromoR {display: block; width: 100%; float: none;}
    #divPromoR {text-align: center;}
    #imgPromoL {width: 100%;}
    .imgPromoR {width: 40%;}
    .miniPic {display: inline-block;}
    .sectionContact {float: none; width: 100%; margin: 0 0 20px 0;}
    #spanMoreContent {display: inline-block;}
}

/* Small devices (portrait tablets and large phones, 600px and up) YELLOW */
@media only screen and (min-width: 600px) {
    #logo-L {height: 50px;}
    header, footer {padding: 0;}
    .breaker {height: 105px;}
    .breakerBottom {height: 10px;}
    footer img {width: 35px;}
    #menu {display: none;}
    #colorTest {background-color: yellow;}
    #navImages {display: inline-block;}
    #navText {display: none;}
    nav img {height: 35px;margin-left: 5px;}
    #vidPlayer {height: 224px; width: 400px;}
    .controlContainer {margin-left: 50px;}
    .section {scroll-margin-top: 70px;}
    #divPromoL, #divPromoR {display: block; width: 100%; float: none;}
    #divPromoR {text-align: center;}
    #imgPromoL {width: 100%;}
    .imgPromoR {width: 28%;}
    .miniPic {display: inline-block;}
    .sectionContact {float: none;  width: 100%; margin: 0 0 20px 0;}
    #spanMoreContent {display: inline-block;}
}


/* Medium devices (landscape tablets, 768px and up) ORANGE */
@media only screen and (min-width: 768px) {
    #logo-L {height: 100px;}
    header, footer {padding: 10px;}
    .breaker {height: 130px;}
    .breakerBottom {height: 30px;}
    footer img {width: 50px;}
    #menu {display: none;}
    #colorTest {background-color: orange;}
    #navImages {display: none;}
    #navText {display: inline-block;}
    .controlContainer {margin-left: 60px;}
    .section {scroll-margin-top: 140px;}
    #divPromoL, #divPromoR {display: inline-block; width: 50%; float: left;}
    #divPromoR {text-align: right;}
    #imgPromoL {width: 100%;}
    .imgPromoR {width: 25%;}
    .miniPic {display: none;}
    .sectionContact {float: none; width: 100%; margin: 0 0 20px 0;}
    #spanMoreContent {display: none;}
}

/* Large devices (laptops/desktops, 992px and up) GREEN */

@media only screen and (min-width: 992px) {
    #logo-L {height: 125px;}
    header, footer {padding: 10px;}
    .breaker {height: 155px;}
    .breakerBottom {height: 30px;}
    footer img {width: 50px;}
    #menu {display: none;}
    #colorTest {background-color: green;}
    #navImages {display: none;}
    #navText {display: inline-block;}
    .controlContainer {margin-left: 80px;}
    .section {scroll-margin-top: 165px;}
    #divPromoL, #divPromoR {display: inline-block; width: 50%; float: left;}
    #divPromoR {text-align: right;}
    #imgPromoL {width: 100%;}
    .imgPromoR {width: 25%;}
    .miniPic {display: none;}
    .sectionContact {float: left; width: 30%; margin: 0 20px 0 0;}
    #spanMoreContent {display: none;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) BLUE */

@media only screen and (min-width: 1200px) {
    #logo-L {height: 150px;}
    header, footer {padding: 10px;}
    .breaker {height: 180px;}
    .breakerBottom {height: 30px;}
    footer img {width: 50px;}
    #menu {display: none;}
    #colorTest {background-color: blue;}
    #navImages {display: none;}
    #navText {display: inline-block;}
    .controlContainer {margin-left: 100px;}
    .section {scroll-margin-top: 190px;}
    #divPromoL, #divPromoR {display: inline-block; width: 50%; float: left;}
    #divPromoR {text-align: right;}
    #imgPromoL {width: 100%;}
    .imgPromoR {width: 28%;}
    .miniPic {display: none;}
    .sectionContact {float: left; width: 30%; margin: 0 20px 0 0;}
    #spanMoreContent {display: none;}
}



