@font-face {
  font-family: 'icomoon';
  src:  url('../../laccrochelune/fonts/icomoon.eot?i1upe5');
  src:  url('../../laccrochelune/fonts/icomoon.eot?i1upe5#iefix') format('embedded-opentype'),
    url('../../laccrochelune/fonts/icomoon.ttf?i1upe5') format('truetype'),
    url('../../laccrochelune/fonts/icomoon.woff?i1upe5') format('woff'),
    url('../../laccrochelune/fonts/icomoon.svg?i1upe5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Work Sans', serif;
    font-weight: 300;
}

.icon-hanging-moon:before {
  content: "\e900";
}
.icon-hanging-moon-2:before {
  content: "\e901";
}

p {
    font-size: 1.1rem;
    line-height: 1.3rem;
}

a {
    text-decoration: none;
    color: #707070;
}

.song-title,
.blog-title,
.main-song-title {
    font-family: 'Reddit Sans Condensed', serif;
    color: #747474;
}

.song-title a {
    color: #747474;
}

.main-song-title {
    font-size: 4rem;
}

.background-black {
    background-color: black;
}

.nav-bar {
}

.nav-item {
    margin-left: 1.5rem;
}

.menu-item {
    font-family: 'Work Sans', serif;
    color: #dbdbd0 !important;
}

.menu-margin-right {
    margin-right: 1.5rem;
}

.navbar-logo {
    padding-bottom: 0.7rem !important;
    margin-left: 2rem;
}

.navbar-toggler {
    border-color: white !important;
    border-width: 2px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-subtitle {
    font-family: 'Work Sans';
    position: relative;
    display: inline;
    color: white !important;
    letter-spacing: .2rem;
}

.hero-banner {
    background-image: url('../../laccrochelune/images/hero-banner-1280-720.png');
    background-repeat: no-repeat;
    background-size: contain; 
    background-attachment: fixed;
    width: 100%;
    height: 0; /* Prevent the div to push down the elements above. */
    padding-bottom: 56.25%; /* Aspect ratio of the image (height / width * 100%) */
    position: relative;
}

.hero-banner::before {
    content: '';
    display: block;
    padding-bottom: 56.25%; /* Same aspect ratio as above */
}

.full-moon {
    background-image: url('../../laccrochelune/images/full-moon.png');
    background-repeat: no-repeat;
    background-size: contain; 
    width: 55%;
    position: relative;
    padding-bottom: 56.25%; 
    top: -1110px;
}

.blue-moon {
    color: #3050e5;
    margin-left: 1rem;
}

.white-moon {
    color: #dbdbd0;
    margin-left: 1rem;
}

.hero-title {
    font-family: 'Darker Grotesque', serif;
    /*color: #020301;*/
    font-size: 8.5rem;
    line-height: 6rem;
    /*text-align: center;*/
    position: relative;
    left: 17rem;
    top: 10rem;
}

.hero-text {
    padding-top: 250px;
    margin-left: 6.5rem;
    width: 80%;
}

.hero-text p {
    font-size: 3.5rem;
    line-height: 4rem;
}

.logo-title {
    font-family: 'Darker Grotesque', serif;
    color: #dbdbd0;
    font-size: 4rem;
    line-height: 3rem;
}

.link-title {
    color: white;
}

.link-title:hover {
    color: inherit;
}

.top-content-margin {
    margin-top: 8rem;
}

.section-title {
    font-family: 'Reddit Sans Condensed', serif;
    font-size: 3.5rem;
    color: #747474;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.section-title::after {
    content: "";
    height: 15px;
    width: 5rem;
    display: inline-block;
    background: #6699ff;
    margin: 0.9rem 1.5rem;
}

.category-text {
    margin-bottom: 1rem;
}

.large-text,
.category-text p {
    font-size: 2rem;
    line-height: 2rem;
}

.player {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.blockquote {
  background: #f9f9f9;
  border-left: 0.4rem solid #ccc;
  margin: 0.8em 1px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

.blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  display: block;
  position: relative;
  top: 2rem;
  /*margin-right: 0.25em;*/
  vertical-align: -0.4em;
}

.blockquote:after {
  content: close-quote;
  font-size: 0;
  position: absolute;
}

.blockquote p {
  display: block;
  font-style: italic;
  text-indent: 2rem;
  line-height: 1.2em;
}

.quoting-homepage {
  font-size: 1.8rem;
}

.quoting-detail p {
  font-size: 1.6rem;
}

.card-footer {
  background-color: white !important;
  border-top: 0;
}

.play-song-btn {
  margin-bottom: 1rem;
}

.card-hover:hover {
  transform: scale(1.05);
  box-shadow: 0.6rem 0.6rem 1rem rgba(0,0,0,0.3);
}

.card-hover {
  transition:0.5s;
  box-shadow: 0 .195rem .85rem rgba(0, 0, 0, .075);
  /*cursor:pointer;*/
}

.page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
}

.page-link {
    color: #6c757d;
}

.page-link:hover {
    color: #6c757d;
}

.page-footer {
    color: #d1d1d1;
}

.page-footer .container-fluid {
    background-color: #202020;
}

.footer-links {
    padding-top: 2rem;
}

.footer-title {
    font-family: 'Reddit Sans Condensed', serif;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.footer-menu-item {
    font-size: 1.1rem;
    color: #fff !important;
}
.footer-content {
  font-size: 14px;
}

.footer-copyright {
    background-color: #ededec;
    color: #202020 !important;
}

.footer-copyright a {
    color: #6b6b6b;
}

.footer-menu {
  font-size: 1.1rem;
}

.icon-link {
  color: #d1d1d1 !important;
}

#layout-footer {
}

.post-image {
  /*float: left;*/
  margin-right: 10px;
}

.text-block {
  /*background-color: #f8f9fa;*/
}

.text-block p {
  /*background-color: #f8f9fa;*/
}

.ajax-progress {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.33;
  background-color: #f6f6f6;
}

.progress-icon {
  position: absolute;
  top: 40%;
  left: 40%;
}

.modal-dialog {
   position:fixed;
   top:auto;
   right:auto;
   left:auto;
   bottom:0;
   margin-left: 1rem;
}

/* Dropdown menus are shown when the parent menu link is hovered. */
.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

.autocomplete-list {
    border: 0.1rem solid #ced4da;
    display: none;
    border-radius: 5px;
}

.autocomplete-list div {
    color: #212529;
    font-weight: 400;
    padding: 5px;
}

.autocomplete-list div:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

.autocomplete-list .highlight {
    color: #52baff;
    font-weight: 500;
}

/* -- Bootstrap Breakpoints -- */

/* The screen size is smaller than 360px wide.*/
@media (min-width: 0px) {

    p {
        font-size: 1rem;
    }

    .blockquote p {
        font-size: 1.1rem;
    }

    .menu-margin-right {
        margin-right: 0;
    }

    .menu-item {
        font-size: 1.2rem;
        padding: 0;
    }

    /* Pull the menu up a bit. */
    .fixed-top {
        top: -0.5rem;
    }

    .navbar-logo {
        padding-bottom: 0 !important;
        margin-left: 1.2rem;
    }

    .logo-title {
        font-size: 2rem;
        line-height: 1.5rem;
    }

    .navbar-subtitle {
        display: none;
    }

    .navbar-toggler {
         padding: 2px !important;
    }

    .full-moon {
        width: 60%;
        top: -11.7rem;
    }

    .hero-title {
        font-size: 1.8rem;
        line-height: 1.4rem;
        left: 2.5rem;
        top: 2rem;
    }

    .blue-moon {
        margin-left: 0.2rem;
    }

    .hero-text {
        padding-top: 1.9rem;
        margin-left: 1.7rem;
        width: 75%;
    }

    .hero-text p {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }

    .top-content-margin {
        margin-top: 6rem;
    }

    .section-title {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }

    .section-title::after {
        height: 0.3rem;
        width: 1.6rem;        
        margin: 0.3rem 0.8rem;
    }

    .large-text,
    .category-text p {
        font-size: 1.1rem;
        line-height: 1.2rem;
    }

    .player {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .quoting-homepage {
        font-size: 1.2rem;
    }

    .song-title, 
    .blog-title {
        font-size: 1.8rem;
    }

    .item-pagination div > span {
        font-size: 0.8rem;
    }

    .footer-links {
        padding-top: 0;
    }

    .footer-content {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .footer-menu {
        line-height: 1.6rem;
    }

    .footer-menu a {
        font-weight: 200;
    }

    .footer-menu-item {
        font-size: 1rem;
    }

    .footer-copyright {
        font-size: 0.8rem;
    }

    .quoting-detail p {
        font-size: 1.2rem;
    }

    .credits {
        font-size: .7rem;
        line-height: .8rem;
    }

    .footer-title {
        font-size: 1rem;
    }
}

@media (min-width: 360px) {

    .fixed-top {
        top: -0.2rem;
    }

    .full-moon {
        width: 60%;
        top: -13.1rem;
    }

    .hero-title {
        left: 3.2rem;
        top: 2.2rem;
    }

    .hero-text {
        padding-top: 2.5rem;
        margin-left: 1.7rem;
        width: 75%;
    }

    .hero-text p {
        font-size: 0.9rem;
    }
}

@media (min-width: 390px) {

    .fixed-top {
        top: -0.4rem;
    }

    .full-moon {
        width: 60%;
        top: -14.2rem;
    }

    .hero-title {
        font-size: 1.9rem;
        line-height: 1.3rem;
        left: 3.7rem;
        top: 2.2rem;
    }

    .hero-text p {
        font-size: 1rem;
        line-height: 0.9rem;
    }
}

/* The screen size is 412px wide or more. Intermediary */
@media (min-width: 412px) {
    .navbar-brand {
        font-size: 5.6rem;
        word-spacing: -0.5rem;
    }

    .fixed-top {
        top: -0.4rem;
    }

    .full-moon {
        width: 60%;
        top: -14.8rem;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.3rem;
        left: 3.8rem;
        top: 2.4rem;
    }

    .hero-text p {
        font-size: 1rem;
        line-height: 1rem;
    }
}

/* The screen size is 576px wide or more. Bootstrap breakpoint Small - sm */
@media (min-width: 576px) {

    p {
        font-size: 1.1rem;
    }

    .blockquote p {
        font-size: 1.2rem;
    }

    .logo-title {
        font-size: 2.8rem;
        line-height: 2.2rem;
    }

    .fixed-top {
        top: -0.6rem;
    }

    .menu-item {
        font-size: 1.5rem;
    }

    .navbar-subtitle {
        display: block;
    }

    .navbar-subtitle {
        font-size: 1.2rem;
        letter-spacing: .2rem;
    }

    .full-moon {
        width: 60%;
        top: -21.8rem;
    }

    .hero-title {
        font-size: 3rem;
        line-height: 2.2rem;
        left: 5.8rem;
        top: 3.8rem;
    }

    .hero-text {
        padding-top: 5rem;
        margin-left: 2.7rem;
        width: 75%;
    }

    .hero-text p {
        font-size: 1.5rem;
        line-height: 1.3rem;
    }

    .top-content-margin {
        margin-top: 7rem;
    }

    .section-title {
        font-size: 1.7rem;
        margin-bottom: 0.5rem;
    }

    .section-title::after {
        height: 0.4rem;
        width: 2rem;        
        margin: 0.5rem 0.8rem;
    }

    .large-text,
    .category-text p {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    .quoting-homepage {
        font-size: 1.4rem;
    }

    .quoting-detail p {
        font-size: 1.3rem;
    }

    .song-title, 
    .blog-title {
        font-size: 2.1rem;
    }

    .credits {
        font-size: .9rem;
        line-height: 1rem;
    }
}

 @media (min-width: 576px) and (orientation: landscape) {
    .hero-banner {
        background-size: cover; 
    }
 }

/* The screen size is 768px wide or more. Bootstrap breakpoint Medium - md */
@media (min-width: 768px) {

    .fixed-top {
        top: -0.6rem;
    }

    .logo-title {
        font-size: 3.1rem;
        line-height: 2.3rem;
    }

    .menu-item {
        font-size: 1.8rem;
    }

    .navbar-subtitle {
        font-size: 1.6rem;
        letter-spacing: .2rem;
    }

    .full-moon {
        width: 60%;
        top: -27.8rem;
    }

    .hero-title {
        font-size: 3.8rem;
        line-height: 2.9rem;
        left: 7.2rem;
        top: 4.5rem;
    }

    .hero-text {
        padding-top: 6.2rem;
        margin-left: 3.4rem;
        width: 75%;
    }

    .hero-text p {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }

    .section-title {
        font-size: 2.1rem;
        margin-bottom: 0.8rem;
    }

    .section-title::after {
        height: 0.5rem;
        width: 3rem;        
        margin: 0.5rem 0.8rem;
    }

    .top-content-margin {
        margin-top: 8rem;
    }
}

@media (min-width: 800px) {

    .full-moon {
        width: 60%;
        top: -29rem;
    }
}

/* The screen size is 992px wide or more. Bootstrap breakpoint Large - lg */
@media (min-width: 992px) {
    .navbar-subtitle {
        font-size: 1.4rem;
        margin-left: 2.5rem;
    }

    .nav-item {
        margin-left: 0;
    }

    .full-moon {
        width: 60%;
        top: -37rem;
    }

    .hero-title {
        font-size: 5.2rem;
        line-height: 3.6rem;
        left: 9.2rem;
        top: 6.5rem;
    }

    .hero-text {
        padding-top: 9.2rem;
        margin-left: 4.6rem;
        width: 75%;
    }

    .hero-text p {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .section-title {
        font-size: 2.2rem;
        margin-bottom: 0.8rem;
    }

    .section-title::after {
        width: 3.5rem;        
    }

    .large-text,
    .category-text p {
        font-size: 1.5rem;
        line-height: 1.6rem;
    }

    .quoting-homepage {
      font-size: 1.6rem;
    }
}

/* The screen size is 1200px wide or more. Bootstrap breakpoint Extra large - xl */
@media (min-width: 1200px) {

    .fixed-top {
        top: -0.2rem;
    }

    .menu-item {
        font-size: 2rem !important;
    }

    .nav-item {
        margin-left: 0.6rem;
    }

    .full-moon {
        width: 60%;
        top: -46.5rem;
    }

    .hero-title {
        font-size: 6.2rem;
        line-height: 4.2rem;
        left: 12.2rem;
        top: 7rem;
    }

    .hero-text {
        padding-top: 10.2rem;
        margin-left: 5.8rem;
        width: 75%;
    }

    .hero-text p {
        font-size: 3.2rem;
        line-height: 3rem;
    }
}

/* The screen size is 1400px wide or more. Bootstrap breakpoint Extra extra large - xxl */
@media (min-width: 1400px) {

    .fixed-top {
        top: -0.7rem;
    }

    .menu-item {
        font-size: 2.2rem !important;
    }

    .menu-margin-right {
        margin-right: 0;
    }

    .navbar-logo {
        padding-bottom: 0 !important;
        margin-left: 2.2rem;
    }

    .logo-title {
        font-size: 3.6rem;
        line-height: 2.8rem;
    }

    .full-moon {
        width: 60%;
        top: -51.5rem;
    }

    .hero-title {
        font-size: 7.2rem;
        line-height: 5.2rem;
        left: 13.2rem;
        top: 8rem;
    }

    .hero-text {
        padding-top: 11.5rem;
        margin-left: 6.4rem;
        width: 75%;
    }

    .hero-text p {
        font-size: 3.4rem;
        line-height: 3.5rem;
    }

    .top-content-margin {
        margin-top: 9rem;
    }

    .section-title {
        font-size: 3rem;
        margin-bottom: 0.8rem;
    }

    .section-title::after {
        height: 0.5rem;
        width: 5rem;        
        margin: 0.9rem 1.5rem;
    }

    .large-text,
    .category-text p {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .quoting-homepage {
      font-size: 1.6rem;
    }

    .navbar-subtitle {
        display: inline;
        font-size: 1.8rem;
        top: -5px;
        left: 5rem;
    }
}

/* The screen size is 1920px wide or more. */
@media (min-width: 1920px) {

    .menu-margin-right {
        margin-right: 1.5rem;
    }

    .menu-item {
        font-size: 2.4rem !important;
    }

    .nav-item {
        margin-left: 1.4rem;
    }

    .full-moon {
        width: 60%;
        top: -69.5rem;
    }

    .hero-title {
        font-size: 9.2rem;
        line-height: 6.2rem;
        left: 18.2rem;
        top: 10.5rem;
    }

    .hero-text {
        padding-top: 16.8rem;
        margin-left: 8.2rem;
        width: 75%;
    }

    .hero-text p {
        font-size: 4.6rem;
        line-height: 4.2rem;
    }
}
/**  End breakpoints **/
