/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1{
    font-family: "Josefin-Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4em;
    text-transform: uppercase;
    color: rgb(0, 33, 116);
}

h2{
    font-family: "Josefin-Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: rgb(0, 33, 116);
}

h3{
    font-family: "Interstate-Mono", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
}

h4{
    font-family: "Interstate-Mono", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    color: black
}

h5{
    font-family: "Interstate-Mono", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    letter-spacing: -.25px;
    text-justify: justify;
    text-align: left;
}

h6{
    font-family: "Interstate-Mono", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1em;
}

p{
    font-family: "interstate-mono", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: .9em;
    letter-spacing: -.25px;
    text-justify: justify;
    text-align: left;
}


body{
    margin: 0;
    font-family: "InterstateMono", sans-serif;
    font-style: normal;
}

body .container{
    padding-left: 0;
    padding-right: 0;
}


ul {
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
}

a{
    color: #FFFFFF;
}
a:hover{
    color: rgb(0, 33, 116);
    text-decoration: none;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, .7);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s;
}

.overlay:hover {
    opacity: 1;
}

.black {color: #000000 !important}

.left {
  top: 25%;
  left: 0;
  text-align: left;
}

.center {
  position: absolute;
  top: 25%;
  left:0;
  text-align:center;
}

.right{
  top: 25%;
  right: 0;
  text-align: right;
}

.footer {
   padding: 2em;
   bottom: 0;
   width: 100%;
   background-color: rgb(150, 150, 150);
   color: white;
   text-align: center;
}

.main-container{
    width: 100;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.header{
    color: #FFFFFF !important;
}

.header-text{
    text-align: center !important;
}

.bold{
    font-weight: 600;
}

.msdlink{
    font-weight: 800;
    font-size: 2em;
    height: 100%;
    padding-top: 45%;
}

.navbar-light .navbar-brand{
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 1.6em;
    letter-spacing: .0625em;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
}

.navbar-light .navbar-toggler{
    border-color: rgba(255, 255, 255, 0);
}
.navbar-light .navbar-toggler-icon{
    color: #ffffff;
}
.bg-light {
    background-color: rgba(138, 172, 218, 100%) !important;
}
.background-blue{
    background-color: #E4F1FB; 
}
.spacing{
    padding-top: 5em;
    position: relative
}
.spacing1{
    padding-top: 1em;
}
.sub-spacing{
    padding: 1em;
}
.bottom-spacing{
    padding-bottom: .5em;
}
.msd-spacing{
    padding: 4em;
}
.img-spacing{
    padding-top: 2em;
}

.img-social{
    height: 30px;
    width: 30px;
}

.small-pic{
    padding: 2%;
}

.center{
    width: 100%;
    padding-left: auto;
    padding-right: auto;
}
.centerhalf{
    width: 100%;
    padding-left: auto;
    padding-right: auto;
}
.centermsd{
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    padding-bottom: 1em;
    padding-top: 1em;
}

.album{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.img-album{
    padding: 5%
}
.songs{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



@media(max-width: 900px) {
    h1{
       font-size: 2em; 
    }
    h3{
        font-size: 2em;
    }
    h4{
        font-size: 1.25em
    }
    .spacing{
        padding-top: 6em;
    }
    .navbar-brand h2{
        font-size: .8em;
    }
    .titleimg{
        background-image: url(../img/Cover-small.jpg)
    }
    .msdlink{
        padding-top: 40px;
    }
}


@media(min-width: 800px){
    .navbar-brand h2{
        font-size: 1em;
        margin: auto;
    }
    
}

































/* ==========================================================================
   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
*/

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

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

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

/*
* 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 */
    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:
     * https://web.archive.org/web/20180815150934/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;
  }
}

