@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html,
body {
    background: #EEEEEE;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    scroll-behavior: smooth; 
}

.hero-body .container {
    max-width: 700px;
}

.hero-body .title {
    color: #EA9215 !important;
}

.hero-body .subtitle {
    color: #EA9215 !important;
    padding-top: 2rem;
    line-height: 1.5;
}

.features {
    padding: 5rem 0;
}

.box.cta {
    border-radius: 0;
    border-left: none;
    border-right: none;
    background-color: #EEEEEE;
    color: #303841;
    font-size: 2rem;
}

.button {
    color: #EA9215;
    background-color: #303841;
}

.card-image>.fa,
.card-image>.fab,
.card-image>.fas {
    font-size: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #303841;
}

.card-content .content {
    font-size: 14px;
    margin: 1rem 1rem;
}

.card-content .content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #303841;
}
.card-content p {
    color: #3A4750;
}

.card {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
    margin-bottom: 2rem;
}

.em {
    color: white;
}

.intro {
    padding: 5rem 0;
    text-align: center;
}

.fap {
    color: #303841;
}
h4 {
    color: #303841;
}

.hero-head {
    background-color: #3A4750;
}

.hero-head a {
    color: #EA9215;
}

.hero-head a:hover {
    color: #EEEEEE;
}

.sandbox {
    padding: 5rem 0;
}

.section {
    background-color: #3A4750;
}

.title {
    color: white;
}

.tile.notification {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.is-shady {
    animation: flyintoright .4s backwards;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
    border-radius: 4px;
    display: inline-block;
    margin: 10px;
    position: relative;
    transition: all .2s ease-in-out;
}

.tabs li.is-active a {
    color: #EEEEEE;
}

.is-dark {
    color: #303841;
}

.is-shady:hover {
    box-shadow: 0 10px 16px rgba(0, 0, 0, .13), 0 6px 6px rgba(0, 0, 0, .19);
}

/*adds font awesome stars*/



.topshelf {
    background-image: url('https://images.unsplash.com/photo-1527586111811-0210b19af05b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position-y: -7rem;
    opacity: .9;
}

.title-bg {
    background-color: rgba(0, 0, 0, .60);
}

.brand-name a {
  font-family: 'Zilla Slab', serif;
  font-size: 2.0rem;
  fill: red;
}
.brand_image {
    fill: red;
    height: 150px;
}

.icons-list li {
  display: inline;
  padding: 15px;
  font-size: 4rem;
}
.icons-list li a {
color: #FFFFFF;

}
.icons-list li a:hover {
  color:#cccccc;
}
.gap {
  padding: 50px;
}
.gap-bottom {
  padding-bottom: 100px;
}

/* Consultancy Hero Section Styles */
#consultancy-hero {
    position: relative;
    overflow: hidden;
}

#consultancy-hero .hero-icon i {
    transition: transform 0.3s ease;
}

#consultancy-hero .hero-icon i:hover {
    transform: scale(1.1);
}

#consultancy-hero .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#consultancy-hero .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

#consultancy-hero .card-image i {
    font-size: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#consultancy-hero .cta-button .button:hover {
    background-color: #f9a94a !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(234, 146, 21, 0.4);
}

@media only screen and (max-width: 768px) {
    .topshelf {
        background-position-y: 0px;
        opacity: .9;
    }
    .icons-list li {
        font-size: 3rem;
        padding: 8px;
    }

    /* Responsive styles for consultancy hero section */
    #consultancy-hero .columns.is-centered {
        margin-left: 0;
        margin-right: 0;
    }

    #consultancy-hero .column.is-5 {
        width: 100%;
        padding: 0.5rem;
    }

    #consultancy-hero .card {
        margin-bottom: 1.5rem;
    }

    #consultancy-hero .title.is-2 {
        font-size: 1.75rem;
    }

    #consultancy-hero .subtitle.is-4 {
        font-size: 1.25rem;
    }

    #consultancy-hero .cta-button .button {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
}
