﻿/*----------------------------------------------------
' Package: IGC
' Version: 1.0
' Date Created: 07-03-2018
' Last Modified: 07-03-2018
' Authors: LeLaboDigital <info@lelabodigital.com>
----------------------------------------------------*/

header { height: initial; }

h1 { font-size: 3.5vh; }

#hero-text { top: 28%; }

@media (max-width: 2000px) {
    #hero-text { top: 34%; }
}

@media (max-width: 1500px) {
    #hero-text { top: 45%; }
}

@media (max-width: 767px) {
    #hero-text { top: 50%; }
}

h2.h2-treatment-title {
    color: #0d004c;
    letter-spacing: 1px;
    line-height: 46px;
    text-align: left;
    text-transform: uppercase;
}

h4.h4-breadcrumbs {
    color: #a1a1a1;
    letter-spacing: 1px;
    line-height: 46px;
    text-align: left;
    text-transform: uppercase;
}

h4.h4-breadcrumbs .active { color: #0d004c; }

h4.h4-breadcrumbs a { color: #a1a1a1; }

h4.h4-breadcrumbs a:hover {
    color: #0d004c;
    text-decoration: none;
}

p { text-align: justify;}