@import "half-slider.css";
@import "media.css";

body {
    background-color: #025b98;
}
header {
    background-color: white;
}
h1 {
    font-size: 2rem;
    color: #5d5d5d;
}
.company-header {
    color: #5d5d5d;
    font-weight: bold;
    font-size: 1.8em;
}
.company {
    color: #1e66a4;
    font-style: italic;
    font-weight: bold;
}
#top-nav {
    background-color: white;
    border-bottom: 2px solid #a01510;
}
.navbar-brand img {
    height: 75px;
}
.navbar-toggler-icon {
    color: #1e66a4;
}
.navbar-nav a {
    color: slategray;
    font-size: 1em;
}
.navbar-nav .active a{
    color: #0358a3;
    font-weight: bold;
}
.navbar-nav a:hover {
    color: #0358a3;
    text-decoration: underline;
}
.carousel-item {
    height: 300px;
    min-height: 500px;
}
.carousel-indicators .active {
    background-color: slategray;
}
.carousel-indicators li {
    height: 5px;
    background-color: lightgray;
}
.carousel-control-next:hover {
    color: lightgray;
}
.carousel-control-prev:hover {
    color: lightgray;
}
.carousel-caption {
    bottom: 30px;
    color: #1e66a4;
}
section {
    background-color: white;
    min-height: 300px;
    text-align: center;
}
section .container h1 span{
    position: relative;
}
.jubi {
    position: absolute;
    left: -120px;
    top: -80px;
    width: 125px;
}
.online-shop {
    display: inline-block;
    padding: .45em .6em;
    font-size: 110%;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.sub-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 78px;
    min-height: 500px;
    text-align: left!important;
}
.sub-content h4{
    color: #0358a3;
}
footer {
    color: white;
    background-color: #025b98;
    display: flex;
}
footer a {
    text-decoration: none;
    color: white;
}
footer a:hover {
    color: white;
}