@import "footer.css";

@import "album-analysis.css";

body {
    padding-top: 98px;
}
@media (max-width: 992px) {
    body {
        padding-top: 86px;
    }
}
@media (max-width: 576px) {
    body {
        padding-top: 66px;
    }
}

svg { pointer-events: none;}

.dropdown-menu a svg path, .dropdown-menu a svg polygon, .services svg path, .services svg polygon {
    fill:#FF9700;
}

#logo{
    pointer-events: none;
    display: inline-block;
    padding-top: 0.5rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    height: 62px;
}
@media (max-width: 576px) {
    #logo {
       height: 42px;
    }
}
.png-logo{
    width: 200px;
    height: 41px;
    background-image: url('/resources/images/logo.png');
}

.navbar
{
    border-bottom: 2px solid #747474;
}
.fixed-top {
 /* max-height: 100vh;
  overflow: auto;*/
}
.dropdown-menu
{
    background-color: #FFF;
    border-radius: 0;
    color: #000;
    max-height: 20em;
    overflow-y: auto;    
}
.dropdown-menu .dropdown-item:hover
{
    background-color: #808080;
    color: #fff;
}
a.active.dropdown-item
{
    background-color: #808080; 
}
.sidebar .list-group-item {
    background-color: #FF9700;
    border: none;
    color: #000;
}
.sidebar .list-group-item.active {
    color: #fff;
}
.transparent {
    opacity: 0.8;
}

.list-group-item.active
{
    background-color: #808080;
    border-color: #808080;
    color: #343A40;
}

.btn-outline-primary:focus .fa,
.btn-outline-primary:focus .fas,
.btn-outline-primary:focus .far,
.btn-outline-primary:focus .fab
.btn-outline-primary:hover .fa,
.btn-outline-primary:hover .fas,
.btn-outline-primary:hover .far,
.btn-outline-primary:hover .fab
{
    color: #FFF;
}

/* Container needed to position the overlay. Adjust the width as needed */
.image-overlay-container {
    position: relative;
    width: auto;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    transition: .3s ease;
}

/* When you mouse over the container, fade in the overlay icon*/
.image-overlay-container .image-overlay:hover {
    opacity: 1;
    padding-top: 0.5em;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.image-overlay i {  
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.image-overlay-footer {  
    position: absolute;
    bottom: 0.5em;
    left:50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;

}

.card-img-caption
{
    position: relative;
}
.card-img-caption .card-img-top {
  z-index: 0;
}
    
.card-img-caption .card-text {
  text-align: center;
  width: 100%;
  margin: 0 0;
  bottom: 0rem;
  padding: 0.5rem 0.5rem;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.dropdown-menu svg
{
    width: 4rem;
    height: 4rem;
    fill: #ee5f01!important;
} 

ul.custom-bullet, ol.custom-bullet{
  list-style:none;
}
ul.custom-bullet > li, ol.custom-bullet >li {
  clear:left;
}

ul.custom-bullet > li:before {
  content:"";
  height:1.3em;
  width:1.3em;
  display: inline-block;
  float:left;
  margin-left:-1.8em;
  background-position:center;
  background-repeat:no-repeat;
  background-size:100%;
  background-size:100%;
  transition: background-size 0.3s;
  -webkit-transition: background-size 0.3s;
  background-position:center;
  margin-top: 0.2em;
}

ul.custom-bullet.bullet-primary > li:before{
  background-image:url('/resources/images/li-bullet-primary.svg'); 
}
ul.custom-bullet.bullet-secondary > li:before{
  background-image:url('/resources/images/li-bullet-secondary.svg'); 
}
ul.custom-bullet > li:hover:before{
  background-size:104%;
}

ul.custom-bullet > li.h1:before {
  margin-top: 0em;    
  margin-left:-1.5em;
}
ul.custom-bullet > li.h2:before {
  margin-top: 0em;    
  margin-left:-1.6em;
}
ul.custom-bullet > li.h3:before {
  margin-top: 0em;    
  margin-left:-1.6em;
}
ul.custom-bullet > li.h4:before {
  margin-top: 0em;    
  margin-left:-1.6em;
}
ul.custom-bullet > li.h5:before {
  margin-top: 0em;    
  margin-left:-1.6em;
}
ul.custom-bullet > li.h6:before {
  margin-top: 0em;    
}

.blockquote {
  border: 1px solid rgba(222, 226, 230, 0.54);
  border-left: 0.5rem solid #747474;
  color: #6c757d;
  font-style: italic;
  margin: 1.875rem auto;
  padding: 4rem 1rem 1rem 4rem;
  position: relative;
  width: 100%;
  font-size: 1rem;
  
}
.blockquote:before {
  color: #747474;
  content: "“";
  font-family: "Noto Serif", "Georgia", "Times New Roman", "Times", serif;
  font-size: 3rem;
  height: 3.75rem;
  left: 0.9375rem;
  line-height: 1;
  max-width: 3.75rem;
  position: absolute;
  text-align: inherit;
  top: 0.9375rem;
  width: 100%;
}
.blockquote:after {
  content: "";
}
.blockquote-footer {
  color: #343a40;
  display: block;
  font-style: normal;
  font-weight: 700;
  margin-top: 1rem;
  padding: 0;
}
.blockquote-footer:before {
  content: "— ";
}