#footer .footer-main {
    top: 0;
    margin-bottom: 0;
}

/*body {
    background: #111111;
}*/


body {
    background: #333333;
    background: -webkit-linear-gradient(315deg, #333333, #555555);
    background: linear-gradient(135deg, #333333, #555555);
}

.reflection-text {
    /*color: #ffffff;*/
    color: #000000;
}
#footer .reflection-text {
    color: #111111;
}
/*p {
    color: #eeeeee;
}*/
p {
    color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    /*color: #2ECC71;*/
    color: #000000;
}
#features h5 {
    color: #2ECC71;
}

#copy-rights .love-icon {
    color: #E74C3C;
}
#main-header .title h1 {
    color: #FFFFFF;
}
#main-header .title h4 {
    color: #FFFFFF;
}
#main-header .slogan {
    font-size: 1.85rem;
    /*color: #111111;
    background-color: #2ECC71;*/
    color: #ffffff;
    /*background-color: #8d67e8;*/
    background-color: #f7941e;
    border: none;
}

#footer form {
    margin: 0 auto;
}

.owl-dots .owl-dot.active span {
    background-color: #2ECC71;
}

#subscribe .first {
    color: #2ECC71;
}

#main-nav .brand-logo p {
    font-size: 1.8em;
    letter-spacing: 0.35rem;
    text-transform: none;
}

#main-nav a {
    text-transform: none;
}

#main-header, #download, #features, #not-found {
    background: none;
}

/*#download img {
    right: 8rem;
    -webkit-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
}*/

#download .bg-img img {
    right: 10rem;
    -webkit-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
}

.toast {
    word-break: normal;
}

#screenshot .navigation i {
    color: #ffffff;
}

#footer button {
    border-radius: 30px;
    /*background-color: #8d67e8;*/
    /*background-color: #f7941e;*/
    background-color: #53DD5B;
    font-weight: bold;
}


/*#footer button#contact-submit {
    background-color: #8d67e8;
}*/


#about-us{
    background-color: #ffffff;
}

#about-us p{
    color: #7b7b7b;
}


#TimeCap .header-text {
    margin-right: 0;
    padding-right: 0;
    width:100%;
}

#Medicine .header-text {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
}


#statistics h5 {
    color: #2ECC71;
    text-align: center;
}

#TimeCap #statistics i {
    border-radius: 0;
    height: 530px;
    width: 300px;
}


#Medicine #statistics i {
    border-radius: 0;
    height: 280px;
    width: 500px;
}



