/* this is the style for the writings page */

body {
  background-color: #aaa;
  background-image: url(/photos/writings_bg.jpg);
  background-blend-mode: screen;
  background-size: contain;
  background-attachment: fixed;
  background-position: center;
  /* Start https://www.cursors-4u.com */
	cursor: url(https://cur.cursors-4u.net/mechanics/mec-5/mec411.ani),
		url(https://cur.cursors-4u.net/mechanics/mec-5/mec411.png), auto !important; /* End https://www.cursors-4u.com */
  
  font-family: helvetica neue, sans-serif;
  font-weight: 300;
  text-transform: lowercase;
  font-size: 0.8em;
  color: #775C3F;
  letter-spacing: -.5px;
  }
.main {
  position: fixed;
  background-color: white;
  margin-left: 700px;
  margin-top: 10px;
  width: 600px;
  height: 99%;
  overflow-y: scroll;
  border: 4px ridge white;
  box-shadow: 0 0 9px #555;
}
.text {
  padding: 10px;
}
.row {
  display:flex;
}
.column {
  flex: 50%;
  padding: 10px;
}
.jaejoong {
  background-image:url(/photos/jaejoong.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 598px;
  height: 840px;
  z-index: 2;
  opacity: 1;
}
.titlecard {
  background-image:url(/photos/titlecard.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  left: 30px;
  width: 700px;
  height: 350px;
  z-index: 3;
  opacity: 1;
}

a, a:visited {
  color: #7E3A3E;
  text-decoration: none;
}
a:hover, a:active {
  font-style: italic;
  text-decoration: none;
  font-weight: normal;
}
::-webkit-scrollbar {width: 0 !important; height: 0 !important;}

#music {
  position: relative;
  background: url('https://i.pinimg.com/736x/9d/06/3d/9d063dfc2399b120842df2bf752ce67d.jpg') top left no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: 100% 100%;
  overflow: hidden;
  width: 105px;
  height: 97px;
}
#music iframe {
  position: absolute;
  top: 0px;
  height: 107px;
  opacity: 0.00000000000000000000000001;
  z-index: 0;
  left: 0px;
}
#music div {
  position: absolute;
  top: 10px;
  left: 55px;
  width: 51%;
  margin: 0 !important;
}

@media(max-width: 600px) {
  }