/*
———————————————————————————————————
LUMEN-SPECIFIC STYLES
———————————————————————————————————
*/

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

body {
	background-color: #ffffff;
}

h3, h4, h5, h6, p, a {
	color: #684E43;
}

h1 {
    width: auto;
    font-size: 48px;
}

a:hover, a:focus {
	color: #FF8686;
}

video {
    border-radius: 10px;
}

@media screen and (max-width: 900px) {
    h1 {
        margin-bottom: 40px;
        padding-top: 0px;
    }
}