body {
    /*
    background-repeat: no-repeat;
    background: #cbccc8;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFBEFF), to(#FF51FF));
    background: -moz-linear-gradient(top, #FFBEFF, #FF51FF);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFBEFF', endColorstr='#FF51FF');
    */
    background: #720072;
    /*
    background-image: url("../images/general/background-image.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
    */
}

.callout {
  background-color: #7C007E !important;
}

.demoTitle {
    font-size:5.2em;
    line-height: 60px;
    color: #652566;
}

.myCentered {
    text-align: center;
    margin:0 auto;
}

.myAlignLeft {
    text-align: left;
}

.textPadding {
    padding:0 10px;
  /*  color: #ca9aa0; */
}

@media only screen and (min-width: 30em) {
    .textPadding {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 50em) {
    .textPadding {
        padding: 0 60px;
    }
}

.imageBoxShadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 40px 0;
}

.imageBoxShadowIndex {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding:0;
}

.whiteText {
    color:#ffffff;
    padding-right:10px;
}

.blackText {
    color:#000000;
}

.redText {
    color: #9e00b4;
}

.textOverImage {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top:40px;
    left:15px;
    text-align: left;
    max-width:280px;
}

@media only screen and (min-width: 650px) {
  .textOverImage {
      font-size: 11px;
      left: 20px;
  }
}

@media only screen and (min-width: 600px) {
  .textOverImage {
      font-size: 13px;
      left: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .textOverImage {
      font-size: 13px;
      left: 50px;
  }
}

.textOverImageTheBestThing {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom:8px;
    width: 100%;
    left: 0;
    text-align: center;
    max-width:450px;
}


    /*
    .myCalloutColour {
        background: #742c48 !important;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 9px 0 rgba(0, 0, 0, 0.19);
    }
    */

.myMargin {
    margin-top:-20px;
}

.myCallout {
    padding:5px 0 14px 0;
}

.myTextFontSize {
    font-size: 12px;
}

.songTitles {
    font-family: Calibri Arial, sans-serif;
    font-size: 12px;
    line-height:16px;
}

@media only screen and (min-width: 380px) {
    .songTitles {
        font-family: Calibri Arial, sans-serif;
        font-size: 14px;
    }
}

.myTextAlignLeft {
    text-align:left;
    padding:10px 0 0 20px;
    font-size:14px;
}

.wordContact {
    font-size:12px;
}

.wordContactIndex {
    font-size:18px;
}
/* Container needed to position the button. Adjust the width as needed */
.container {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

/* Style the button and place it in the middle of the container/image */
.container .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.copyright {
    font-size: 13px;
    margin:0 auto;
}

.copyrightSymbol {
    font-size: 15px;
}

.myClear {
    clear:both;
    margin:0 auto;
}

.ui360,
.sm2-360ui {
    /* size of the container for the circle, etc. */
    width:80px;
    height:80px;
}

.myContactDiv {
    padding-left:10px;
    font-family: Calibri Arial, sans-serif;
    font-weight: bold;
}

@media only screen and (min-width: 380px) {
    .myContactDiv {
        padding-left: 5%;
    }
}

.colorEmailLinkIndex:link, .colorEmailLinkIndex:visited {
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.colorEmailLinkIndex:hover {
    color: aqua;
}

.copyright:link, .copyright:visited {
    color:#ca9aa0;
    font-size: 16px;
    text-decoration: underline;
}
.copyright:hover {
    color: #fff;
    text-decoration: none;
}

.colorTwitterLinkIndex:link, .colorTwitterLinkIndex:visited {
    color:#fff;
    font-size: 16px;
    text-align: left;
}
.colorTwitterLinkIndex:hover {
    color: aqua;
}

.mainTitle {
    font-size:2.5em;
    font-family: "Arial Black", Arial, sans-serif;
    color:#000;
    text-decoration: line-through;
    float: left;
}

@media only screen and (min-width: 30em) {
    .mainTitle {
        font-size: 3em;
    }
}

@media only screen and (min-width: 32em) {
    .mainTitle {
        font-size: 3.5em;
    }
}

@media only screen and (min-width: 40em) {
    .mainTitle {
        font-size: 1.3em;
    }
}

@media only screen and (min-width: 40.51em) {
    .mainTitle {
        font-size: 1.416em;
    }
}


@media only screen and (min-width: 44em) {
    .mainTitle {
        font-size: 1.93em;
    }
}

@media only screen and (min-width: 55em) {
    .mainTitle {
        font-size: 3em;
    }
}

@media only screen and (min-width: 62em) {
    .mainTitle {
        font-size: 4em;
    }
}

@media only screen and (min-width: 71.95em) {
    .mainTitle {
        font-size: 5em;
    }
}



.myLineHeight a {
    line-height: 14px;
    font-size: 16px;
}

@media only screen and (min-width: 40em) {
    .myLineHeight a {
        line-height: 30px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 48em) {
    .myLineHeight a {
        line-height: 30px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 65.4em) {
    .myLineHeight a {
        line-height: 30px;
        font-size: 16px;
    }
}

.rosie-BlackFloat {
    float: left;
    text-decoration: line-through;
}

.paddingE {
    margin-right:10px;
}

@media only screen and (min-width: 950px) {
    .paddingE {
        margin-right:20px;
    }
}


.rosie-O {
    color:#333399;
    text-decoration: line-through;
    float: left;
}

.rosie-I {
    color:#fff;
    text-decoration: line-through;
    float: left;
}

.swan-S {
    color:blue;
    text-decoration: line-through;
    float: left;
}

.swan-A {
    color:aqua;
    text-decoration: line-through;
    float: left;
}


.relevantTitle {
    font-size:1.8em;
    font-family: "Arial Black", Arial, sans-serif;
    font-style: italic;
    color:#000;
    text-align:center;
    padding-top: 30px;
    margin-bottom: 50px;
    line-height: 30px;
}

@media only screen and (min-width: 60em) {
    .relevantTitle {
        font-size: 3em;
    }
}

.relevantFirst-E {
    color:#333399;
}

.relevantSecond-E {
    color:aqua;
}

.relevant-V {
    color:#fff;
}

.relevant-A {
    color:blue;
}

.relevant-T {
    color:aqua;
}

.relevant-dots {
    color:red;
    font-size: 0.4em;
}

.relevant-now {
    font-size: 0.5em;
}

.pageTitles {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 26px;
    text-align: center;
    padding: 0 0 30px 0;
}

.unMadeBedVideo {
    width: 766px;
    height: 431px;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
    padding-top: 75%;
}

/* Top Menu */


.topbar-responsive {
    background: #720072; /*#936*/
    padding: 2em 1.5rem 1em 1.5rem;
    font-weight: bold;
}

.topbar-responsive .topbar-responsive-logo {
    color: #000;
    vertical-align: middle;
}

.topbar-responsive .menu {
    background: #720072; /*#936*/
}

.topbar-responsive .menu li:last-of-type {
    margin-right: 0;
}

.topbar-responsive .menu a {
    transition: color 0.15s ease-in;
}

.topbar-responsive .menu a:hover {
    color:aqua;
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive .menu a {
        padding: 0.875rem 0;
    }
}

.topbar-responsive .menu .topbar-responsive-button {
    color: #fefefe;
    border-color: #fefefe;
    border-radius: 5000px;
    transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu .topbar-responsive-button:hover {
    color: #f3a3c6;
    border-color: #c6d1d8;
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive .menu .topbar-responsive-button {
        width: 100%;
        margin: 0.875rem 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive {
        padding: 0.75rem;
    }
    .topbar-responsive .top-bar-title {
        position: relative;
        width: 100%;
    }

    .topbar-responsive .top-bar-title span {
        position: absolute;
        right: 0;
        border: 1px solid #fefefe;
        border-radius: 5px;
        padding: 0.25rem 0.45rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .topbar-responsive .top-bar-title span .menu-icon {
        margin-bottom: 4px;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media screen and (max-width: 39.9375em) /* 63.9375em  */ {
    .topbar-responsive-links {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        width: 100%;
        -webkit-animation: fadeIn 1s ease-in;
        animation: fadeIn 1s ease-in;
    }
}

.videoTitle {
    padding-bottom:20px;
}

.videoDescription {
    color: #caafb5;
    font-size: 12px;
    text-align: left;
}

.topbar-responsive .menu a, .textPadding, .pageTitles, .songTitles, .videoTitle {
    color: #fff;
}

.footerHeight {
    padding: 20px 0;
}

.cell {
    font-weight: bold;
}

.myImageFloatLeft {
    float: none;
    clear: both;
    margin:0 auto;
}

.myImageFloatRight {
    float: none;
    margin:40px auto;
}

@media only screen and (min-width: 50em) {
.myImageFloatLeft {
    float: left;

    margin:46px auto auto 70px;

}

.myImageFloatRight {
    float: right;
    margin: 0 70px auto auto;

}
}

.bestThingInTheWorldPlayer {
    float: none;
    margin:0 auto;
}

@media only screen and (min-width: 66em) {
    .bestThingInTheWorldPlayer {
        float: left;
        margin: 20px auto auto 0 !important;

    }
}

@media only screen and (min-width: 74em) {
    .bestThingInTheWorldPlayer {
        float: left;
        margin: 20px auto auto 40px !important;

    }
}

.mangaCatgirlPlayer {
    float: none;
    margin:0 auto;
}

@media only screen and (min-width: 66em) {
    .mangaCatgirlPlayer {
        float: right;
        margin: 20px 0 auto auto !important;

    }
}

@media only screen and (min-width: 74em) {
    .mangaCatgirlPlayer {
        float: right;
        margin: 20px 40px auto auto !important;

    }
}

video {
    width: 100%    !important;
    height: auto   !important;
}

.bandcampText {
    color: #fff;
    font-size: 14px;
}

@media only screen and (min-width: 30em) {
    .bandcampText {
        font-size: 18px;
    }
}

.bandcampLink:link, .bandcampLink:visited  {
    color:aqua;
}

.bandcampLink:hover {
    color: #fff;
}

#homeBannerBox {
    margin: 30px auto 40px auto;
    width:300px;
    height:400px;
}

@media only screen and (min-width: 40em) {
#homeBannerBox {
    margin: 80px auto 40px auto;
    width:420px;
    height:420px;
}
}

.iFrameBox {
    width:300px;
    height:400px;
}

@media only screen and (min-width: 40em) {
    .iFrameBox {
        width:420px;
        height:420px;
    }
}

.homeBannerText {
    text-align: left;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    color: #ffffff;
}

.rosieRed {
    color: #FF1111;
}

#futureSpacer {
  height:70px;
}



/* Generation Melodica styling */

/*
.generationMarginTop {
    margin-top:120px;
}

.generationArialBlack {
    font-family: "Arial Black", Arial, sans-serif;
}

.generationSizeBig {
    font-size: 80px;
}

.generationSizeMedium {
    font-size: 25px;
}

.generationSizeSmall {
    font-size: 16px;
}

.generationSoul {
    font-size: 30px;
}

@media only screen and (min-width: 48em) {
    .generationSizeBig {
        font-size: 120px;
    }

    .generationSizeMedium {
        font-size: 40px;
    }

    .generationSizeSmall {
        font-size: 20px;
    }
}

.generationLineHeight {
    line-height: 0;
}

.generationGreen {
    color:#00CC66;
}
.generationBrown {
    color:#993366;
}
.generationBlue {
    color:#0000FF;
}

*/

