body {
    box-sizing: border-box;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

.banner {
    height: 490px;
}
.lopster {
    font-family: 'Lobster', cursive;
}
nav li {
    border-bottom: 0px solid #ffffff;
    transition: 0.9s;
}
nav li.active {
    border-bottom: 4px solid darkgreen;
}
form.CommentForm {
    margin-top: 20px;
}
form.CommentForm label {
    font-weight: 700;
    font-size: 16px;
}
form.CommentForm input {
    padding: 10px 10px;
    margin: 5px 0px;
}
form.CommentForm input:focus {
    border-color: #38a169;
}
form.CommentForm button {
    font-weight: 700;
    background-color: #68d391;
    padding: 15px 15px;
    margin-top: 10px;
    border-radius: 8px;
}
form.CommentForm button:hover {
    background-color: #38a169;
}
#carousel {
    height: auto;
}
.tns-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.tns-controls button {
    padding: 5px 10px;
    background-color: #68d391;
    margin-right: 10px;
}
.tns-controls button:hover {
    padding: 5px 10px;
    background-color: #38a169;
}
.album figcaption {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content p {
    line-height: 1.5;
    margin: 20px 0px;
}
.CommentForm_email {
    display: none;
}
#candle-flame {
    margin-bottom: -25px;
    margin-left: 5px;
}
.big-number {
    font-size: 198px;
    line-height: 0.75;
}

@media screen and (max-width: 640px) {
    .banner {
        height: 390px;
    }
}
