/* Theme */
.light-theme {
  color: #212529;
  background-color:transparent;
  overflow-x: hidden;
  margin: 0;

}

.dark-theme {
  color: white;
  background-color: #212529;
  overflow-x: hidden;
  margin: 0;
  background-image: url(/assets/images/bg-dark.png); 
  background-repeat: no-repeat; 
  background-size: cover;
}

.icon{
  width: 15%;
}


/* Journal.html */
.quote{
margin-left: 335px;
width: 50%;
border-radius: 15px;
box-shadow: 0px 0px 3px 0px grey;
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	right: 30px;
  transition: all 0.3s ease;
  display: inline-block;
  outline: none;
  cursor: pointer;
  color: #fffffe;
  border-radius:50px;
	text-align:center;
}

.fa-plus{
	margin-top:22px;
}


#boot-logo {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

video {
  width: 100%;
  height: auto;
}


