section.jumbotron.text-center.home {
	    padding: 11rem 2rem !important;
    border-radius: 0;
}
i.fa.fa-star {
    color: #febf00;
}
a:hover {
    text-decoration: none !important;
}
.icon {
    fill: #43dacc;
}
.Megan {
    display: block;
    border: 1px solid #f1f1f1;
    padding: 18px;
}
p.date.mb-1 {
    font-size: 11px;
    color: #a3a3a3;
}
footer.text-muted {
    background-color: #3f3f3f;
}
footer.text-muted  input#fname {
    margin-bottom: 8px;
    width: 100%;
    border-radius: 9px;
    padding: 4px 10px;
}

footer.text-muted  input[type="submit"] {
    background-color: #43dacc;
    border-radius: 10px;
    width: 100%;
}
div#video {
    background-image: url(img/youtube.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
    width: 100%;
    position: relative;
}
.sleeping {
    position: absolute;
    text-align: center;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sleeping a {
    background-color: #43dacc;
    border: 0;
    color: white;
    padding: 5px 7px;
    border-radius: 12px;
    width: 200px;
    display: block;
    margin: 20px auto;
}
@media screen and (max-width: 992px) {
footer.text-muted.text-light {
    padding: 13px 0px 2px !important;
}
footer.text-muted.text-light h6 {
    font-size: 22px !important;
}
}