@import "https://himerosbrothers.com/css/bs-5.0.1/bootstrap.min.css";

@font-face {
    font-family: Dalek;
    src: url(https://himerosbrothers.com/fonts/dalek-pinpoint-bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: Zain;
    src: url(https://himerosbrothers.com/fonts/Zain-Light.ttf);
    font-display: swap;
}

body {
    margin-top: 100px;
    background-color: #3C096C;
    font-family: Zain;
    font-size: 1.5rem;
}

h1 {
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
    font-size: 2.5rem;
}

p {
    margin-top: 2rem;
}

.hb-home-header {
    font-size: 1rem;
    color: white;
}

.hb-quote {
    background-color: #FF4800;
    color: #3C096C;
    padding: 2rem;
}

.hb-bg-menu {
    background-color: #3C096C;
    box-shadow: 0 20px 20px #3C096C;
}

.hb-footer {
    font-size: 1rem;
    color: white;
}

.hb-icon-menu {
    width: 300px;
    height: 150px;
}

.hb-input, .hb-input:focus,
.hb-textarea, .hb-textarea:focus {
    border-radius: 0;
    color: #FF4800;
    font-size: 2rem;
}

.hb-button {
    background-color: #FF4800;
    color: white;
    font-size: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.hb-button:hover {
    color: #3C096C;
}

.hb-menu-link,
.hb-menu-link:active,
.hb-menu-link:focus,
.hb-menu-link:visited,
.hb-menu-link:hover {
    color: #FF4800;
    font-size: 1.5rem;
}

section a,
section a:active,
section a:focus,
section a:visited,
section a:hover {
    color: #FF4800;
    text-decoration: none;
}
