/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #cccccc;
    text-shadow: none;
}

::selection {
    background: #cccccc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





/*New NE*/


*, :after, :before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	height: 100%;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	background-color: #fff;
	font-family: 'Times', 'Times New Roman', "serif"
}

.fixed {
	overflow: hidden;
	position: fixed
}
	
a, a:focus, a:visited {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}
a:hover {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}


header {
    float: left;
    width: 100%;
    z-index: 20;
    height: 110px;
}
#wrap {
	float: left;
	width: 100%;
}

#inner{
	width: 1080px;
	margin: 0 auto
}
#logo {
	display: inline-block;
    float: left;
    position: relative;
	margin-right: 15px;
}



/*Menu Desktop */

#top-menu-wrap {
	float: left;
	margin: auto;
}

#top-menu {
    position: absolute;
    height: 60px;
    width: 910px;
	top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 98;
    font-size: 12px;
    letter-spacing: .02em;
    /* line-height: 14px; */
}

#top-menu ul {
    margin: 0px;
}
	
#top-menu ul li {
  display:inline-block;
  float:left;
  position:relative;
}

#top-menu ul li a {
    color: #9E9E9E;
    display: inline-block;
    height: 60px;
    text-align: center;
    /* padding: 0 12px;
    /* width: 120px; */
    line-height: 40px;
    /* border-right: #5a6b6b 1px solid; */
}






/*Menu Mobile */

#mobile-nav {
	display: none;
}

#logo-sml-mobile {
    left: 10px;
    top: 10px;
    position: absolute;
	width: 100px
}

#logo-sml-mobile img{
    max-width: 100%;
    height: auto
}

.mobile-menu-btn {
    right: 20px;
    top: 15px;
    position: absolute;
	width: 40px
}

.mobile-menu-btn img{
    max-width: 100%;
    height: auto
}


#top-menu-wrap-mobile {
    background: #ffff;
    height: 100%;
    width: 100%;
    position: fixed;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
}

#top-menu-wrap-mobile.open {
	opacity: 1;
	visibility: visible;
	height: 100%
}

#top-menu-mobile {
    position: absolute;
    width: 240px;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 50px;
    text-align: center;
}

#top-menu-mobile ul {
	padding-left: 0px;
}
	
#top-menu-mobile ul li {
    display: block;
    float: none;
    position: relative;
}

#top-menu-mobile ul li a {
  color:#000000;
  display:inline-block;
  text-align:center;
}

#top-menu-mobile ul li img {
    max-height: 40px;
    width: auto;
}





.section {
    float: left;
    width: 100%;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

#music {
    padding: 200px 0 0 0;
	text-align: center;
}

#music .alpha {
  	float: left;
    width: 330px;
	margin-right: 45px;
}

#music .alpha img {
    max-width: 100%;
    height: auto;
	margin-bottom: 20px;
}

#music .bravo {
  	float: left;
    width: 330px;
	margin-right: 45px;
}

#music .bravo img {
    max-width: 100%;
    height: auto;
	margin-bottom: 20px;
}

#music .charlie {
  	float: right;
    width: 330px;
}

#music .charlie img {
    max-width: 100%;
    height: auto;
	margin-bottom: 20px;
}

#newsletter {
    padding: 200px 0 100px 0;
}

#newsletter .alpha, #newsletter .bravo, #newsletter .charlie{
  	float: left;
    width: 280px;
	margin-right: 40px;
	height: 60px;
}

#newsletter .delta {
    float: right;
    width: 120px;
    text-align: right;
	height: 60px;
}

#newsletter input[type=email], #newsletter input[type=text] {
    color: #000000;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#newsletter input[type=email], #newsletter input[type=text] {
    height: 28px;
    border: none;
	border-bottom: 1px solid #cccccc;
    margin: 0 0 10px 0;
    font-size: 14px;
    background-color: transparent;
    float: left;
    width: 100%;
}

input#mc-embedded-subscribe {
    padding-top: 0px;
    margin: 0px;
	height: 60px;
}
#mce-error-response, #mce-success-response {
    text-align: center;
} 

.mce_inline_error {
    margin: 0 !important;
    padding: 5px 0!important;
    background-color: #ffffff!important;
    font-weight: normal!important;
    color: #303c3b!important;
	font-size: 14px;
}

#mc_embed_signup input.mce_inline_error {
    border-color: #303c3b;
}


footer {
    float: left;
    width: 100%;
    padding: 15px 0 400px;
	text-align: center;
}



#top-section {
  float: left;
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  margin: 0 0 0 0;
  overflow: hidden;
  text-align: center;
}


.top-section-image {
	width: 320px;
	margin: 0 auto;
	margin-top: 90px;
}

.top-section-image img {
	max-width: 100%;
    height: auto;
}

#return-to-top {
    width: 40px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 10;
    transition: transform 0.3s;
    overflow: hidden;
	cursor: pointer
}

#return-to-top img{
	max-width: 100%;
    height: auto;
}

@media only screen and (max-width:1080px) {
#inner {
    width: 100%;
    margin: 0 auto;
	padding: 0 20px;
}
	
#music .alpha, #music .bravo {
    width: 30%;
    margin-right: 5%;
}
#music .charlie  {
	 width: 30%;
}
header {
    height: 80px;
}
	
#newsletter .alpha, #newsletter .bravo, #newsletter .charlie {
    width: 28%;
	margin-right: 2%;
}
#newsletter .charlie {
	margin-right: 0
}		
#newsletter .delta {
    width: 11%;	
}
}

@media only screen and (max-width:930px) {
#mobile-nav {
	display: block;
}	
.title {
    max-height: 40px;
}
.section-heading {
    margin-bottom: 20px;
}
	
#top-menu-wrap{
	display: none;
	
}
#newsletter {
    padding: 200px 0 50px 0;
}
input#mc-embedded-subscribe {
    max-height: 40px;
}
input#mc-embedded-subscribe {
    margin: 10px 0 0 0;
}
}

@media only screen and (max-width:520px) {
	
	
#music {
    padding: 30px 0 0 0;
}
	
#music .alpha, #music .bravo {
    width: 100%;
    margin: 10px 0;
    float: left;
}
#music .charlie  {
	 width: 100%;
	 margin: 10px 0;
     float: left;
}
#return-to-top {
    width: 28px;
    height: auto;
	bottom: 15px;
    right: 10px;
}
	
#return-to-top img {
    max-width: 28px;
    height: auto;
	
}
	
input#mc-embedded-subscribe {
    margin: 0;
}
	
footer {
    padding: 15px 0 200px;
}
	
#music .alpha img, #music .bravo img, #music .charlie img {
    max-width: 70%;
    margin: 0 20px 10px 20px
}
	
#newsletter .alpha, #newsletter .bravo, #newsletter .charlie, #newsletter .delta{
    width: 100%;
	float: left;
	margin-right: 0;
	height: auto;
}
	
#newsletter .delta {
    text-align: center;
    margin-top: 10px;
}
.top-section-image {
    width: 70%; 
    margin: 0 auto;
    margin-top: 0px;
}
.footer-image img {
    max-height: 30px;
    width: auto;
}
}
