/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CUSTOM CSS HERE */

html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* debugging */

/* html * {
  border: 1px solid red;
  background: rgba(255, 0, 0, 0.1);
} */

body {
  /* background-color: beige; */
  /* margin: 0;
  padding: 0; */
}

.toptext {
  position: fixed;
  text-align: center;
  top: 0;
  padding: 5vh 0;
  width: 100%;
  background-color: white;
  /* background-color: rgba(255, 255, 255, 0.9); */
  /* border: 1px solid black; */
}

.toptext a {
  background: none;
  text-decoration: none;
  color: black;
}

/* .shadow {
  -webkit-box-shadow: 0px 4px 28px -3px rgba(240, 240, 240, 1);
  -moz-box-shadow: 0px 4px 28px -3px rgba(240, 240, 240, 1);
  box-shadow: 0px 4px 28px -3px rgba(240, 240, 240, 1);
} */

.navbar {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  padding: 5vh 0;
  background-color: white;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
}

.navbar ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.navbar a {
  color: #b5b5b5;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  display: block;
  margin: 0.2em;
  background: none;
  text-decoration: none;
  border-radius: 0.5em;
  border: 1px solid none;
}

.navbar a:hover {
  color: black;
  transition: 0.5s ease-in-out;
}

.navbar a.on {
  color: black;
}

div.newspinner {
  display: inline-block;
  /* border: 1px solid red; */
  position: relative;
  margin-top: 30vh;
  margin-left: calc(50% - 148.5px);
}

div.newspinner img.player {
  display: block;
}

div.newspinner img.player {
  display: block;
  width: 230px;
  height: 230px;
  position: absolute;
  top: 33px;
  left: 33px;
  transition: transform 1s linear;
}

div.newspinner:hover img.player {
  transition: transform 1s linear;
  animation: cdplayerspin 1s linear infinite;
  /* animation-timing-function: ease-in-out; */
}

@keyframes cdplayerspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.quote {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  text-indent: -0.45em;

  @supports (hanging-punctuation: first) blockquote {
    text-indent: 0;
    hanging-punctuation: first;
  }
}

h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

#name {
  font-weight: 300;
  font-size: 18px;
}

h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  text-indent: -0.45em;

  @supports (hanging-punctuation: first) blockquote {
    text-indent: 0;
    hanging-punctuation: first;
  }
}

p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.1;
  margin-top: 25px;
}

.aboutmain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: space-between; */
  /* background-color: aliceblue; */
  padding: 0 25%;
  margin: 25vh 0;
}

.aboutmain img {
  display: block;
  width: 50%;
  /* background-color: antiquewhite; */
}

.aboutmain div {
  margin: 4%;
  width: 40%;
  padding-bottom: 40px;
  /* background-color: rgb(135, 186, 186); */
}

.aboutmain div h1 {
  /* width: 100%; */
  /* background-color: rgb(135, 186, 186); */
  opacity: 1;
}

.aboutmain div p {
  margin-top: 6%;
}

.dissolve {
  color: #adadad;
  font-size: 40px;
}

.dissolve:hover .aboutmain div {
  opacity: 0.5;
  -o-transition: ;
}

/* .aboutmain div:has(.dissolve:hover).aboutmain div:not(.dissolve:hover) {
  opacity: 0.2;
} */

.dissolve:hover {
  opacity: 0.2;
  transition: opacity 0.5s linear;
}

/* timeline2 */

svg.timeline2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vh;
  width: 70%;
  height: auto;
  padding: calc(10vh + 1rem) 0 calc(10vh + 2rem) 0;
}

svg.timeline2 g text,
svg.timeline2 g image {
  opacity: 0;
  transition: opacity 0.5s linear;
}

svg.timeline2 text.cls-1 {
  opacity: 1;
}

svg.timeline2 text.cls-4 {
  opacity: 1;
}

svg.timeline2 text.cls-5 {
  opacity: 1;
}

text.cls-1 {
  cursor: context-menu;
}

circle.cls-2 {
  cursor: context-menu;
}

text.cls-3 {
  cursor: default;
}

text.cls-4 {
  cursor: context-menu;
}

text.cls-5 {
  cursor: context-menu;
}

svg.timeline2 text.cls-1:hover ~ text,
svg.timeline2 text.cls-1:hover ~ image {
  opacity: 1;
}

svg.timeline2 text.cls-4:hover ~ text,
svg.timeline2 text.cls-4:hover ~ image {
  opacity: 1;
}

svg.timeline2 text.cls-5:hover ~ text,
svg.timeline2 text.cls-5:hover ~ image {
  opacity: 1;
}

/* timeline1 */

/* svg.timeline {
  padding: calc(10vh + 1rem) 0 calc(10vh + 2rem) 0;
}

svg.timeline g text,
svg.timeline g use {
  opacity: 0;
  transition: opacity 0.5s linear;
}

svg.timeline g text.cls-1 {
  opacity: 1;
}

svg.timeline g text.cls-1:hover ~ text,
svg.timeline g text.cls-1:hover ~ use {
  opacity: 1;
} */

.gallery {
  margin-left: auto;
  margin-right: auto;
  /* padding: 13vh 0 16vh; */
  padding: calc(14vh + 1rem) 0 calc(17vh + 2rem) 0;

  /* background-color: aliceblue; */
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  justify-content: center;
}

.gallery img {
  display: block;
  width: auto;
  height: auto;
  padding-top: 22px;
}

.creditcontent {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  /* background-color: aliceblue; */
  /* padding: 0 25%; */
  padding: 20vh 25vh 15vh;
  justify-content: center;
  text-align: center;
}

.creditcontent img {
  display: block;
  /* background-color: antiquewhite; */
}

.creditquote {
  padding: 20px 10px 20px;
  width: 40%;
  /* background-color: rgb(135, 186, 186); */
}
.creditquote h2 {
  margin-bottom: 30px;
}

.creditquote p {
  /* margin-top: 20px; */
  line-height: 1.3;
}

.boldtext {
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 1016px) {
}

@media screen and (max-width: 500px) {
  .aboutmain {
    display: block;
  }
}

/* post-edit comment */
