@font-face {
  font-family: "Aharoni"; /*a name to be used later*/
  src: url("css/ahronbd.ttf"); /*URL to font*/
}

@font-face {
  font-family: AhaCustom;
  src: local("AhaCustom"), url(./fonts/AHA-CUSTOM.TTF);
}

:root {
  --viewHeight: 100vh;
}

body {
  /* background: white url(../images/alex_vaughan1.jpg) no-repeat bottom center
    fixed; */
  background-size: 1000px;
  background-attachment: fixed;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  min-width: 240px;
  display: none;
  position: relative;
  overflow-x: hidden;
}

#overflowContainer {
  overflow: hidden;
  position: relative;
}

.index_background {
  z-index: -2;
}

.index_background:before {
  content: "";
  background-image: url(../images/alex_vaughan1.jpg);
  background-position: 50% 50%;
  background-size: 110vh;
  background-repeat: no-repeat;
  position: fixed;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: -2 !important;
}

#box {
  background: rgba(90, 90, 90, 0.9) 90%;
  margin: auto;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
  z-index: 3;
  position: relative;
}

#contactBox {
  position: absolute;
  background: rgba(90, 90, 90, 0.9) 90%;
  margin: auto;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
  z-index: 3;
  top: 50%;
  width: 100%;
  transform: translateY(50%);
}

.spacer {
  height: calc(var(--viewHeight) - 160px);
  z-index: 1;
  position: relative;
}

#index_box {
  position: relative;
  background: rgba(90, 90, 90, 0.9) 90%;
  margin: auto;
  /* top: 1000px; */
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
  z-index: 3;
}

.imgBlackout {
  position: fixed;
  top:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  cursor: pointer;
}

.imgBig {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 40vw;
  transform: translate(-50%, -50%);
  cursor: default;

  box-shadow: rgba(0, 0, 0, 0.5) 0px 54px 55px, rgba(0, 0, 0, 0.5) 0px -12px 30px, rgba(0, 0, 0, 0.5) 0px 4px 6px, rgba(0, 0, 0, 0.5) 0px 12px 13px, rgba(0, 0, 0, 0.5) 0px -3px 5px;
}

.photoDisplay {
  width: 100%;
  display: flex;
  cursor: pointer;
  margin: 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 54px 55px, rgba(0, 0, 0, 0.18) 0px -12px 30px, rgba(0, 0, 0, 0.18) 0px 4px 6px, rgba(0, 0, 0, 0.26) 0px 12px 13px, rgba(0, 0, 0, 0.14) 0px -3px 5px;

}

.photoDisplay figure {
  flex: 1 1 0px;
}

.photoDisplay img {
  object-fit: cover;
  width:100%;
  height: 100%;
  filter: brightness(70%);
}

.photoDisplay img:hover {
  filter: brightness(100%);
}

.middle {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.worksList {
  text-align: center;
  margin: auto;
  width: 100%;
}

#indexContent iframe {
    border-radius: 10px;
    border-radius: 10px;
}

.bulge {
  width: 500px;
  height: 281px;
  margin: 10px;
  border: none;
  border-radius: 15px !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.bulge:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.fit {
  display: flex;
  flex-wrap: wrap;
}

.fit audio {
  padding: 10px;
  flex-grow: 1;
}

.biofit {

  display: flex;
  flex-wrap: wrap;
  padding: 15px 0px;
}

.katiFit {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px;
}

.katiFit > div {
  /* flex-basis: 1 1 0%;
  flex-grow: 1; */
}

.katiFit p {
  line-height: 0px;
  padding: 5px;
  margin: 0px;
}

.katiFit audio, .biofit audio {
  margin: 0px;
  padding: 10px 30px 10px 0px;
  width: 400px;
}

.freqQWrapper {
  border-radius: 50px;
}

.freqHeader {
  padding: 5px 15px 0px 15px;
}

.freqQs, .freqHeader {
  background-color: rgba(220, 220, 220, 0.757);
  color:#313131;
  user-select: none;
  text-align: left;
  border-bottom: 1px solid rgba(149, 149, 149, 0.657);
  border-radius: 4px;
}

.freqQs {
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.5s;
}

.freqQs:hover {
  background-color: #b8b8b8da;
}

.freqHeader h2 {
  color:#212121;
  letter-spacing: normal;

}

.freqAs {
  background-color: #b4b4b4da;
  color:#212121;
  padding: 0px;
  height: 0px;
  overflow: hidden;
  user-select: none;
  text-align: left;
  border-radius: 4px;
}

.freqAs *, .freqQs * {
  color:#212121;
  padding: 5px;
  line-height: 1.7;
}

.forBots {
  position: absolute;
  opacity: 0;
}

.crLink {
  display: none;
}

.photos {
}

.photos > img {
  max-width: 50vw;
  padding: 20px;
}

.language {
  position: relative;
  font-size: 14px;
  color: #cdcdcd;
  text-align: right;
  cursor: pointer;
  user-select: none;
  padding: 10px 20px;
}
.language_index {
  font-size: 14px;
  color: #cdcdcd;
  position: absolute;
  top: calc(100vh - 240px);
  right: 30px;
  cursor: pointer;
  user-select: none;
  z-index: 2;
}
.language span,
.language_index span {
  color: #989898;
}
.language a,
.language_index a {
  color: #cdcdcd;
}
.language a:hover,
.language_index a:hover {
  text-decoration: none;
  color: #989898;
}
.language_index_2 {
  display: none;
  cursor: pointer;
}

.behind {
  position: absolute;
  z-index: -50;
}

.white {
  background-color: white;
  z-index: 45;
}

/*------------------------------ Index Height ------------------------------*/

@media only screen and (max-height: 1605px) {
  body {
    display: block !important;
  }
}

@media only screen and (max-height: 1005px) {
  body {
    /* background: white url(../images/alex_vaughan1.jpg) no-repeat center center
      fixed; */
    background-size: 1000px;
    background-attachment: fixed;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    min-width: 240px;
  }
}

@media only screen and (max-height: 805px) {
  .index_background:before {
    background-position: 50% 60%;
    background-size: 120vh;
  }
}

@media only screen and (max-height: 700px) {
  .index_background:before {
    background-position: 50% 70%;
  }
}

@media only screen and (max-height: 615px) {
  .index_background:before {
    background-position: 50% 80%;
  }
}

@media only screen and (max-height: 420px) {
  .spacer {
    height: calc(100vh - 125px);
  }
  .language_index {
    top: calc(100vh - 170px);
  }
}
@media only screen and (max-height: 380px) {
  .index_background:before {
    background-position: 50% 80%;
    background-size: 140vh;
    height: 100%;
  }
}

/*------------------------------ HEADER ------------------------------*/

/** Logo **/
#logo {
  padding: 0 0 0 0;
  margin-left: 0px;
  width: 100%;
  user-select: none;
}

#activateGongs {
  position: absolute;
  z-index: 3;
  top: calc(100vh - 260px);
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
}

#activateGongs div {
  color: #fff;
  background-color: #6a6a6ab7;
  padding: 9px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

#activateGongs div:hover {
  color: #fff;
  background-color: #6a6a6a;
}

@media (any-pointer: coarse) {
  #activateGongs {
    display: none !important;
  }
}

.patterns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  width: 100%;
  height: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
}

@media (any-pointer: coarse) {
  .patterns {
    display: none;
  }
}

.patterns div {
  width: 120px;
  height: 120px;
  border: 1px solid rgba(156, 156, 156, 0);
  -webkit-transition: all 2.5s ease;
  -moz-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  -ms-transition: all 2.5s ease;
  transition: all 2.5s ease;
  flex-grow: 1;
  flex-shrink: 1;
}

.patterns div:nth-child(5n) {
  width: 80px;
  height: 80px;
}

.patterns div:nth-child(10n) {
  /* width: 45px; */
  height: 70px;
}

.patterns div:nth-child(13n) {
  width: 45px;
  /* height: 25px; */
}

.patterns div:nth-child(3n) {
  width: 100px;
  height: 100px;
}

.patterns div:hover {
  background-color: rgba(218, 218, 218, 0.644);
  border: 1px solid rgb(255, 255, 255);
  /* width: 50px; */
  /* height: 50px; */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/** Navigation **/
#menu {
  display: none;
  font: bold 14px Arial, Helvetica, sans-serif;
  border: none;
  color: #6a6a6a;
  background-color: #fff;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 18px;
}

.blackOut {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

#navigation {
  position: relative;
  background: none;
  clear: both;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  padding: 1px;
  text-align: center;
  user-select: none;
}
#navigation ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline;
}
#navigation li {
  height: 49px;
  width: 122px;
  margin: 0;
  padding-left: 1px;
  display: inline-block;
  position: relative;
}

#navigation li a {
  color: #cdcdcd;
  display: block;
  font: bold 14px/48px Arial, Helvetica, sans-serif;
  height: 49px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#navigation li a:hover {
  color: #fff;
  font: bold 14px/48px Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-shadow: 2px 2px 5px #343434;
  text-transform: uppercase;
}

#navigation li.selected a {
  background-position: 0 0;
  color: white;
  text-shadow: 2px 2px 5px #343434;
}

.mainLinks {
  border: 1px solid transparent;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.mainLinks:hover,
.mainLinks.selected {
  border: 1px solid #fff;
  border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


#navigation ul ul {
  text-align: left;
  position: absolute;
  background-color: #454545;
  width: 200px;
  z-index: 3;
  /* display: none; */
  border: 1px solid #fff;

    border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  background-color: rgba(69, 69, 69, 0.95);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

.normNav ul ul {
  top: 100%;
  left: 5px;
  border-radius: 0px 8px 8px 8px;

}

.indexNav ul ul {
  bottom: 100%;
  left: 5px;
  border-radius: 8px 8px 8px 0px;

}

#navigation ul ul li {
  display: block;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  border: 1px solid rgba(255, 255, 255, 0);

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
}

#navigation ul ul li:last-child {
  border-bottom: none;
}

#navigation ul ul li:hover {
  background-color: rgba(80, 80, 80, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}

#navigation ul ul li.selected {
  background-color: #383838;
  border: 1px solid #fff;
}

#navigation ul ul li a {
  text-shadow: 0px !important;
  font-size: 12px !important;
  padding: 3px 15px;
}

#navigation li:hover > ul {
  /* display: block; */

  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/*------------------------------ CONTENTS ------------------------------*/

.justify {
  padding: 20px 10vw;
  max-width: 1600px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.justify p {
  text-align: justify;
}

.justify h1,
.justify h2,
.justify h3,
.justify h4 {
  text-align: left;
}

h1 {
  color: white;
  font: 20px "AhaCustom", Arial, sans-serif;
  margin: 18px 0px;
  padding-left: 0px;
  text-transform: uppercase;
  letter-spacing: 13px;
  font-weight: bold !important;
}

h2 {
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  color: #dedede;
  text-decoration: none;
  font: 18px "AhaCustom", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 6px;
}

h3 {
  margin: 0px;
  color: white;
  font: 23px "AhaCustom", Arial, sans-serif;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h4 {
  font: 15px "AhaCustom", Arial, sans-serif;
  font-weight: bold;
  color: #dedede;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 24px;
}

#psalm {
  position: relative;
  font-size: 14px;
  color: #bcbcbc;
  font-weight: bold !important;
  text-align: center;
  padding-top: 30px;
}

#psalmNormal {
  position: relative;
  font-size: 14px;
  color: #bcbcbc;
  font-weight: bold !important;
  text-align: center;
  padding: 10px 20px;
  margin: 0;
  margin-bottom: 20px;
}

#psalm_div {
  width: 100%;
  position: absolute;
  z-index: 0;
}

#psalm_break {
  display: none;
}

p {
  color: #dedede;
  line-height: 30px;
  margin: 0;
  font-size: 15px;
}

audio {
  padding: 5px 0px;
}

.paraText p {
  padding: 0 0 20px 2px;
}

.noLineHeight {
  line-height: 0;
}

a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #fff;
  text-decoration: overline underline;
}

a:active,
a:focus {
  color: #fff;
  text-decoration: none;
}

p a:hover,
#news div.sidebar ul li a:hover {
  color: #fff;
}

.worksList > div {
  position: relative;
  padding: 0px 10px;
  margin: 35px 0px;
}

.workLine {
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;

  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.worksList a {
  position: absolute;
  font: 15px "AhaCustom", Arial, sans-serif;
  padding: 7px 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  user-select: none;
  border-radius: 3px;
  z-index: 2;
  left: 50%;
  top: 0;
  line-height: 20px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.worksList a:hover {
  color: rgb(94, 94, 94);
  background-color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.titleLink:hover + .workLine {
  width: 100%;
}

.worksList a:visited {
  color: #ffffff;
  text-decoration: none;
}

.worksList p {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #4e4e4e;
  font-size: 16px;
  text-transform: none;
  /* letter-spacing: 2px; */
}

.worksList iframe,
audio {
  border-radius: 10px;
  margin: 20px 0px 10px 0px;
}

.worksListMiddle iframe {
  padding: 15px;
}

.worksListMiddle img {
  margin: 15px;
}

.collapsed a:hover p {
  color: #ffffff;
}

.number {
  font-size: 24px !important;
}

#logo h1 {
  color: white !important;
  font: 24px "Verdana", Arial, sans-serif;
  margin: 0;
  padding: 20px 15px 5px 15px;
  text-align: center;
}

#logo h2 {
  margin: 0;
  color: white;
  font: 20px "Khmer UI", Arial, sans-serif;
  text-align: center;
}

ul.spaced li {
  padding-bottom: 14px;
}

img.imgborder {
  border: solid;
  border-width: 2px;
}

img.imgborderfloat {
  border: solid;
  margin-right: 30px;
  margin-left: 30px;
  border-width: 2px;
  width: 250px;
}

.hideText {
  position: absolute;
  color: rgba(255, 255, 255, 0);
  z-index: -1;
}

figure {
  padding: 0;
  margin: 0;
}

.bioWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-content: center;
}

.imgborderfloatright {
  width: 40vw;
  max-width: 500px;
  float: right;
  margin-left: 20px;
  margin-top: 50px;
  margin-right: 0px;
  border-width: 2px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.26) 0px 54px 55px, rgba(0, 0, 0, 0.18) 0px -12px 30px, rgba(0, 0, 0, 0.18) 0px 4px 6px, rgba(0, 0, 0, 0.26) 0px 12px 13px, rgba(0, 0, 0, 0.14) 0px -3px 5px;
}

img.imgborderfloatleft {
  width: 100%;
  /* float: left;
  border: solid;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 20px;
  border-width: 2px; */
}

.generalText p {
  text-align: justify;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0px;
}

.articles a {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.articles a:hover {
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.collapsed {
  opacity: 0.85;
  color: #dfdfdf;
  margin-top: -18px;
  padding: 18px 200px 10px 200px;
  /* padding-top: 18px;
  padding-bottom: 10px; */
  filter: alpha(opacity=85);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.collapsed p {
  padding: 10px 10vw 10px 10vw;
  text-align: justify;
}

.collapsed > .middleText {
  text-align: center;
}

.tablepaddingtext {
  padding-left: 30px;
  padding-top: -10px;
  vertical-align: text-top;
}

.paddingtop {
  padding-top: 20px;
}

.imagetabletop {
  vertical-align: top;
}

.floatright {
  float: right;
}

hr {
  border: 0;
  border-top: 1px solid #bbbbbb;
  margin-bottom: 30px;
}

[controls] {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1800px) {
  .bulge {
    width: 400px;
    height: 225px;
  }
}

@media only screen and (max-width: 1300px) {
  .bulge {
    width: 350px;
    height: 197px;
  }
}

@media only screen and (max-width: 1020px) {
  body {
    background-size: 110%;
  }

  .index_background {
    /* background: white url(../images/alex_vaughan1.jpg) no-repeat center center
      fixed;
    background-size: 110%; */
  }
  #background {
    /* width: 1000px; */
    width: 100vw;
    /* position: fixed; */
  }
  /* #center_image {
    display: none;
  } */
  .middle {
    width: auto;
    margin: 0px;
  }
  .bioWrapper {
    display: block;
  }
  /* .imgborderfloatright {
    width: 56%;
  } */
  .worksList {
    width: 100%;
  }
  h1 {
    font-size: 20px;
  }
  h3 {
    font-size: 20px;
  }
  .worksList h3 {
    line-height: 25px;
  }
  h4 {
    font-size: 15px;
  }
  .worksList p {
    font-size: 15px;
  }
  .worksList a {
    font-size: 15px;
  }
  .worksList a:hover {
    font-size: 17px;
  }
  audio {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 800px) {
  #psalm {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 140%;
  }
  .language_index {
    top: calc(100vh - 10px);
    right: 50%;
    transform: translateX(50%);
  }
  .language_index_2 {
    display: block;
    font-size: 14px;
    color: #989898;
    position: relative;
  }
  .language_index_2 span {
    color: #cdcdcd;
  }
  .language_index_2 a {
    color: #989898;
  }
  .language_index_2 a:hover {
    text-decoration: none;
    color: #cdcdcd;
  }
  .bulge {
    width: 300px;
    height: 169px;
  }
}

@media only screen and (max-width: 700px) {
  #psalm_break {
    display: block;
  }
  .language_index {
    top: calc(100vh - 0px);
    right: 50%;
    transform: translateX(50%);
  }
  .imgborderfloatright {
    /* width: 100%;
    float: none; */
  }
}

@media only screen and (max-width: 660px) {
  #box {
    background: #6a6a6a;
    /* margin-top: 20px; */
  }
  .bulge {
    width: 250px;
    height: 141px;
  }
  #index_box {
    background: #6a6a6a;
  }
  /* #box {
    margin-top: 45px;
  } */
  .middle {
    width: auto;
    margin: 0px;
  }
  #navigation li {
    width: auto;
    margin: 0px;
  }
  #navigation li > a {
    padding: 0px 15px;
  }
  h1 {
    font-size: 20px;
  }
  h3 {
    font-size: 17px;
    margin-bottom: -10px;
  }
  h4 {
    font-size: 13px;
  }
  .worksList p {
    font-size: 13px;
  }
  .worksList a {
    font-size: 13px;
  }
  .worksList a:hover {
    font-size: 14px;
  }
  .worksList iframe {
    width: 350px;
    height: 195px;
  }
  .number {
    font-size: 21px !important;
  }
}

@media only screen and (max-width: 600px) {
  .index_background:before {
    background-position: 50% 0%;
    background-size: 90vh;
  }
  .bulge {
    width: 400px;
    height: 225px;
  }
  .imgborderfloatright {
    /* width: 65%;
    margin-left: 10px;
    margin-top: 4px; */
  }
}

@media only screen and (max-width: 475px) {
  .index_background {
    background-size: 90vh;
    /* background-position: 50% -100%; */
  }
  #menu {
    display: inline-block;
  }

  #navigation * {
    border-radius: 0 !important;
  }
  #navigation {
    background: #4d4d4d;
    opacity: 95%;
    display: none;
    position: fixed;
    top: 0;
    height: auto;
  }
  #navigation ul {
    width: 100%;
    display: block;
    position: relative;
    z-index: 4;
  }
  #navigation li {
    height: auto;
    width: auto;
    padding: 0px;
    display: block;
  }

  #navigation li a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }

  #navigation li a:hover {
    text-shadow: none;
  }

  #navigation li.selected a {
    text-shadow: none;
  }

  .mainLinks {
    border: none;
    padding: 0px !important;
  }

  .mainLinks:hover,
  .mainLinks.selected {
    border: none;
    color: #fff;
  }

  .normNav .mainLinks:hover,
  .normNav .mainLinks.selected {
    background: #808080cc;
  }

  .indexNav .mainLinks:hover,
  .indexNav .mainLinks.selected {
    background: #b3b3b3cc;
  }

  #navigation ul ul {
    margin: 0px !important;
    text-align: center;
    position: relative;
    background-color: #d9d9d9d9;
    width: 100%;
    z-index: 3;
    display: none;
    border: none;

    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    background-color: rgba(69, 69, 69, 0.95);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

  .normNav ul ul {
    top: 100%;
  }

  .indexNav ul ul {
    top: 100%;
  }

  #navigation ul ul li {
    border: none;
  }

  #navigation ul ul li:hover {
    background-color: #464646d8 !important;
    border: none;
  }

  #navigation ul ul li.selected {
    background-color: #383838 !important;
    border: 1px solid #fff;
  }

  #navigation ul ul li a {
    text-shadow: 0px !important;
    font-size: 12px !important;
    padding: 0px 15px;
    color: rgb(92, 92, 92);
  }

  #navigation li:hover > ul {
    display: block;
  }

  #navigation li:focus > ul {
    display: block;
  }

  #navigation li:active > ul {
    display: block;
  }

  /* ############################################################################################## */

  .background {
    background-size: 140%;
  }

  #box {
    background: #6a6a6a;
  }
  .language_index_2 {
    font-size: 12px;
  }
  .middle {
    width: auto;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  img.imgborderfloatright {
    /* margin-left: 10px;
    margin-top: 4px; */
  }
  h1 {
    font-size: 18px;
    letter-spacing: 11px;
  }
  h3 {
    font-size: 14px;
    margin-bottom: -10px;
    letter-spacing: 1px;
  }
  h4 {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .worksList p {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .worksList a {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .worksList a:hover {
    font-size: 12px;
  }
  .number {
    font-size: 18px !important;
  }
  p {
    font-size: 14px;
    line-height: 22px;
  }
  .imgborderfloat {
    width: 150px !important;
  }
  .worksList iframe {
    width: 250px;
    height: 140px;
  }
  .worksListMiddle iframe {
    width: 260px;
    height: 160px;
    padding: 15px;
  }
  .worksListMiddle img {
    width: 250px;
    height: 210px;
    margin: 15px;
  }
  .bulge {
    width: 350px;
    height: 197px;
  }
}

@media only screen and (max-width: 420px) {
  .index_background {
    background-size: 80vh;
  }
  .background {
    background-size: 140%;
  }
  #logo h1 {
    font-size: 5vw;
  }
  #logo h2 {
    font-size: 4.5vw;
  }
  .worksList a:hover {
    font-size: 11px;
  }
  h3 {
    line-height: 20px !important;
  }
  #psalm {
    font-size: 11.5px;
    letter-spacing: 1px;
    line-height: 130%;
  }
  .bulge {
    width: 300px;
    height: 169px;
  }
}

@media only screen and (max-width: 350px) {
  .bulge {
      width: 250px;
      height: 141px;
    }
}

@media only screen and (max-width: 320px) {
  .worksList iframe {
    width: 200px;
    height: 113px;
  }
  .worksListMiddle iframe {
    width: 230px;
    height: 140px;
  }
  #psalm {
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 130%;
  }
}

@media only screen and (max-width: 270px) {
  #logo h1 {
    font-size: 11px;
  }
  #navigation li {
    width: auto;
    margin: 0px;
    padding-left: 15px;
  }
  .bulge {
      width: 200px;
      height: 113px;
    }
}
