
body, html{
	font-family: Lato;
	height:100%;
}

.bg{
	background-image: url(https://images.unsplash.com/photo-1507346684407-31bd9890f8a9?auto=format&fit=crop&w=1949&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D);
	height:100%;
	background-position: center;
	background-repeat: no-repeat repeat-y;
	background-size: cover;
}

#content{
	text-align: center;
	padding-top:25%;
	color: white;
}

.volume{
	margin-top:5%;
	width: 30px;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 30% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 250px; /* Could be more or less, depending on screen size */
}


/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.box {
  font-size: 150%;
  text-align:center;
  font-family: 'VT323', monospace;
  border-radius: 2px;
  padding: 8px;
  line-height: 16px;
  background: white;
  border: 1px solid white;
  box-shadow: 0 1px 0 1px black,
              inset 0 1px 0 1px black,
              0 0 0 1px black,
              inset 0 0 0 1px black;
}

#startModal i{
	font-size:200%;
}

#boy{
	color:#00ccff
}
#boy:hover{
	color:#0066ff
}

#girl{
	color:#ff66ff;
}
#girl:hover{
	color:#ff00ff;
}

#chatbox{
	position: absolute;
	bottom:0;
	left:0;
}

#bird:hover{
	opacity:0.75;
}


#luvdisc {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}

#luvdisc:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#canvas{
	z-index: 2;
	position: absolute;
	pointer-events: none;
	display:none;
}