/*
    Theme Name: Theme 2
    Description: Website Factory Theme 2
    Author: The Website Factory
    Author URI: https://thewebsitefactory.org/
    Version: 1.0
    Copyright: The Website Factory
*/

.hero-content {
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    padding: 2.5rem 0.5rem 1rem 0.5rem;
    max-width: 700px;
}

.hero-content .page-heading, .hero-content p {
    color:black !important;
}
.hero-content .button {
    color: black !important;
    border-color: black !important;
}
.hero-content .button:hover {
    color: #FFF !important;
    background-color: black;
}
.icon .bar {
    background-color: #ffffff;
}
.logo {
    transition: 200ms;
}
a.logo:hover {
    border-bottom: none;
    transform: scale(1.5) translate(15%,-20%);
    transition: transform 200ms cubic-bezier(0, 0.64, 0.46, 1.02) 30ms;
}
a.logo h2 {
    color: white;
    font-size:2.5em;
}
