body {
  background-color: #fdc55d;
}

@font-face {
  font-family: "Bodoni Ultra Bold";
  src: url("fonts/Bodoni/LECHI_1T.TTF") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Kanit";
  font-style: italic;
}

.navbar-nav a {
  font-family: "Kanit";
  font-style: italic;
  font-size: x-large;
}

.navbar-brand img {
  /* width: 33px; */
  height: 50px;
}

.main-nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}

.main-nav.navbar {
  background-color: #fdc55d;
}

.main {
  background-color: #fff;
}

.inline {
  display:inline;
}

.inline-block{
  display:inline-block;
}

header {
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  position: relative;
  overflow:hidden;
}

header .header-content {
  position: relative;
/*  top: 0;
  left: 0;*/
/*  display: flex;*/
}

/*header .left {
  width: 20%;
}

header .right {
  width: 80%;
  justify-content: flex-end;
}*/

header .logo {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

/*header .feet {
  width: 100%;
  top: 0;
  right: 0;
  vertical-align: top;
  z-index: 0;
}*/

/*header .right .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  position: relative;
}*/

.social-container{
  position: relative;
  width:100%;
  height:100%;
  right: 0;
  bottom:0;
}

header .social-container .social {
  position:absolute;
  right: 0px;
  bottom: 0px;
}

header .social h2 {
  line-height: 1rem;
  margin-bottom: -0.2rem;
  color: #000;
  font-size:1rem;
}

header .social a {
  font-size: 2rem;
  color: #fdc55d;
  margin-right: 0.5rem;
}

header .social a:hover {
  color: #555;
}

.content {
  width: 80%;
  margin: 12rem auto 6rem auto;
}

.content p {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-top: 2rem;
}

.content h2 {
  font-size: 2.6rem;
  vertical-align: middle;
}

.panel {
  padding: 3rem;
}

.news {
  margin-top: 2rem;
}

/*.news .panel {
  display:flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  overflow: hidden;

}*/

/*.news .panel .left {
    min-height: 6rem;
    min-width: 4rem;
    text-align: center;
}*/

/*.news .panel .left {
  display:inline-block;
  width:40%;
}

.news .panel .right {
  display:inline-block;
  width:40%;
}*/

/*.news .panel .left img{

  width:100%;
  margin:0 20%;
}*/

/*.news .panel .right img{
  width:100%;
  margin:0 20%;
}
*/
.news .panel .center {
  width:100%;
  display: flex;
  height:calc(100% - 64px);
  justify-content: center;
  align-items: center;
}

.news .panel .center a {
  text-align: center;
  margin:0;
  padding: 0;
}

.news .panel .center img{
  display: inline;
  max-width:300px;
}

.news .panel a{
  text-decoration:none;
}

.news .panel li{
  list-style: none;
  margin-bottom:2rem;
}

.news .panel li::before{
  content: '';
  display: inline-block;
  background-image: url("../images/bird.svg");
  background-repeat: no-repeat;
  background-position: left center;
  height: 4rem;
  width: 2rem;
  vertical-align:bottom;
}

.news .mascot {
  text-align:right;
  width:2rem;
  vertical-align: bottom;
}

.news .h2,
.news .h3,
.news .h4,
.news .h5{
  line-height:2rem;
  display:inline;
}

.news .h2 {
  font-family: "Bodoni Ultra Bold";
  font-style: normal;
  font-size: 2rem;
  color: #ff9943;
  vertical-align: baseline;
}

.detail {
  padding-top: 1rem;
  display: block;
}

.detail em{
  font-family: "Kanit";
  font-style: italic;
}

.intro .container {
  display: flex;
  flex-flow: row;
  margin-top: -1rem;
  justify-content: space-between;
  padding: 0;
  column-gap: 3rem;
}

.article .container {
  display: flex;
  flex-flow: row;
  margin-top: -1rem;
  justify-content: space-between;
  padding: 0;
  column-gap: 2rem;
}

.article .container .narrow{
  width: 50%;
}

.photo img {
  width: 100%;
}

.intro .photo img,
.article .photo img {
  transform: rotate(1.6deg);
  margin-top: 2rem;
  filter: drop-shadow(10px 10px 8px #555);
}

.albums .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}

.albums .album {
  width: 25%;
  flex-grow: 1;
  padding: 1.6rem;
}

.albums img.cover-art {
  width: 100%;
  border-radius: 8px;
}

.album .title {
  margin-bottom: 1.2rem;
  white-space: nowrap;
}

.album .year {
  font-size: smaller;
  margin-left: 1rem;
  color: #999;
}

.streaming {
  width: 8rem;
  height: 8rem;
  display: inline-block;
  padding: 1rem;
  text-align: center;
  color: #aaa;
  text-decoration: none;
}

a.streaming:active,
a.streaming:hover,
a.streaming:focus {
  color:#999 !important;
}

.streaming i {
  font-size: 5rem;
}

a .service-name {
  display:block;
  font-size: small;
}

.album .links {
  margin-top:1rem;
  color: #999;
}

.album .streaming {
  width:fit-content;
  height:3rem;
  padding: 0rem 0.5rem;
}

.album .streaming i {
  font-size: 1.8rem;
  vertical-align: middle;
}

.album a .service-name {
  display:inline;
  font-size: x-small;
  vertical-align: middle;
}

.album span.info {
  vertical-align: middle;
  color:#999;
}

.article.content {
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.article.content p{
  hyphens: auto;
}

.article.content h1 {
  font-size:4rem;
}

.article.content h5 {
  font-size:1rem;
  color:#f36458;
}

@media screen and (max-width: 900px) {
  header .left {
    width: 25%;
  }

  header .right {
    width: 75%;
    overflow: hidden;
  }

  header .feet {
    width: 180%;
    top: 0;
    vertical-align: top;
    z-index: 0;
  }

  header .right .container {
    justify-content: flex-start;
  }

  header .social {
    margin-top: 1.5rem;
  }



  .content p {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
    font-size: 1.4rem;
    margin-top: 3rem;
    line-height: 2rem;
  }

  .content h2 {
    font-size: 2.4rem;
  }

  .intro .container,
  .article .container {
    flex-flow:column;
  }

  .article .container p.narrow {
    width:100%;
  }

  .intro .photo,
  .article .photo,
  .article .container .photo.narrow{
    width: 100%;
  }

  .panel {
    padding: 2rem 1rem;
  }

  .news h2 {
    font-size: 2rem;
  }

  .albums .album {
    width: max-content;
    /* padding: 1.6rem 0; */
  }

/*  .news .panel {
    justify-content: center;
    text-align: center;
  }

  .news .panel .left {
    margin-bottom: 2rem;
  }

  .news .panel .left{
    width:30%;
  }
*/
/*  .news .panel .right{
    width:50%;
  }*/

/*  .news .panel .center h2 {
    font-size: 2.6rem;
  }*/

/*  .news .panel .center h3 {
    font-size: 1.4rem;
  }
*/


/*  .news .panel .right {
    display: flex;
    justify-content: space-around;

  }*/

/*  .news .panel .right .streaming {
    width: 40%;
    white-space: nowrap;

  }*/

/*  .news .panel .right .streaming i {
      font-size: 3.2rem;
      text-align: center;
  }*/

/*  .news .panel .right .streaming .service-name {
    font-size: x-small;
    text-align: center;
    width: 3.2rem;
  }*/
}

#albums {
  scroll-margin-top: 232px;
}

#about {
  scroll-margin-top: 232px;
}

.ripe-release-img {
  width:100%;
}

.header-content .ripe-release-img-sm {
  position:relative;
  top:0;
  left:0;
  width:80%;
  z-index:0;
}

header {
  border-bottom: 5px solid #fdc55d;
}

header{
  position:relative;
}

header .header-content .title{
  position:absolute;
  z-index:1;
  bottom:0;
  right:0;
  height:80%;
  width:90%;
}

header .header-content .title .headline{
  position:relative;
  text-align:right;
  margin-right:1em;
  margin-bottom:1em;
}

/*header .header-content .title .sub-headline{
  position:relative;
  text-align:right;
  margin-right:1em;
}*/

header .header-content .title h1{
  font-size:8em;
}

header .header-content .title h5 {
  font-size:1em;
}

.news.blurb.content{
  margin-bottom:0rem;
}

.news.blurb.content h5{
  font-size:2rem;
  color:#f36458;
}