/* MISCELLANEOUS */
i {
    color: crimson;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: white;
}

/* BUTTON CUSTOM CLASS */
.btn-custom {
    background-color: darkgoldenrod;
    /* background-color: rgba(184, 134, 11, 0.8); */
    border-radius: 25px;
    padding: 0.5em 0.9em 0.5em 0.9em;
}

.btn-custom:hover {
    transform: scale(1.05);
    transition: 0.3s;
    background-color: crimson;
    box-shadow: 3px 3px lightgray;
}


/* FONT*/
/* body {
    font-family: 'Cardo', serif;
}
   
h1, h2, h3, h4, h5, h6, nav a, footer a, header button {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: darkgoldenrod;
} */

/* body {
    font-family: 'Lora', serif;
   }
   
   h1, h2, h3, h4, h5, h6, nav a, footer a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
   } */

body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6, footer a {
    font-weight: 500;
    color: darkgoldenrod;
}

/* body {
    font-family: 'Judson', serif;
}

h1, h2, h3, h4, h5, h6, footer a, header button {
    font-family: 'Archivo Black', sans-serif;
    color: darkgoldenrod;
} */

/* body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
   
h1, h2, h3, h4, h5, h6, footer a, header button {
    font-family: 'Abril Fatface', serif;
    color: darkgoldenrod;
} */


/* NAVBAR */
nav {
    background-color: white;
}

nav img {
    height: 2em;
}

nav h5 {
    margin-bottom: 0;
}

.navbar-brand:hover {
    transform: scale(1.05);
    transition: 0.3s;
}

nav .form-control {
    border: none;
}

nav form {
    border-bottom: 1px solid darkgoldenrod;
    border-radius: 0.2em;
    margin-left: 2em;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 400;
}

/* .nav-link {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.navbar-nav .nav-link:hover {
    color: #333;
    border-top: 2px solid crimson;
    transition: 0.3s;
} */

nav .nav-link::before {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background: linear-gradient(to right, crimson, crimson);
}

nav .nav-link:hover::before {
    width: 100%;
    transition: 0.3s;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus,
nav form .form-control:focus,
nav form .form-control:active,
nav form .btn:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    color: #333;
    font-size: 1.7em;
}


/* HEADER */
header h1 {
    color: white;
}

header img {
    height: 70vh;
    object-fit: cover;
}

/* header .row button {
    background-color: crimson;
    color: white;
} */

/* header .btn:hover {
    transform: scale(1.05);
    transition: 0.3s;
    background-color: darkgoldenrod;
    color: white;
} */

header .overlay {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(51, 51, 51, 0.1), rgba(0, 0, 0, 0.8));
    height: 100%;
    width: 100%;
    position: absolute;
}


/* PRODUCTS-SERVICES */
.products-services img {
    border-radius: 50%;
    height: 8em;
}

/* .products-services h5,
.products-services p,
.products-services li  {
    color: #333;
} */

.products-services h6 {
    color: #333;
}

.products-services a div:hover {
    transform: scale(1.05);
    transition: 0.3s;
}


/* OUR STORY */
.our-story img {
    object-fit: cover;
    /* width: 1200px; */
    width: 100%;
    height: 300px;
    /* height: 40%; */
    border-radius: 5px;
}

.our-story .btn {
    margin-bottom: 1em;
}


/* INVESTOR-RELATIONS */
.investor-relations {
    /* background-image: linear-gradient(to left, rgba(220,20,60,0.4), rgba(184,134,11,0.6), rgba(0, 0, 0, 0)),  */
    background-image: linear-gradient(to left, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
    url('../img/investor-highres.jpg');
    /* height: 50vh; */
    background-size: cover;
    background-position: center;
    padding-top: 5em;
    padding-bottom: 5em;
}

.investor-relations .bi {
    font-size: 5em;
    color: white;
}

/* .investor-relations .row { */
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    /* height: 50vh; */
/* } */

/* .investor-relations .btn,
.our-story .btn,
.news-blog .btn {
    background-color: crimson;
}

.investor-relations .btn:hover,
.our-story .btn:hover {
    transform: scale(1.05);
    transition: 0.3s;
    background-color: darkgoldenrod;
} */


/* NEWS-BLOG */
.news-blog .col-lg-4 {
    margin-bottom: 2em;
}

.news-blog .card {
    height: 100%;
}

.news-blog img {
    height: 20em;
    object-fit: cover;
}

.news-blog a {
    text-decoration: none;
    color: #333;
}

.news-blog .card:hover {
    transform:scale(1.05);
    transition: 0.3s;
}


/* CAREERS */
.careers {
    /* background-image: linear-gradient(to left, rgba(220,20,60,0.4), rgba(184,134,11,0.6), rgba(0, 0, 0, 0)),  */
    background-image: linear-gradient(to left, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
    url('../img/job-interview.jpg');
    /* height: 50vh; */
    background-size: cover;
    background-position: center;
    padding-top: 5em;
    padding-bottom: 5em;
}

.careers .bi {
    font-size: 5em;
    color: white;
}


/* FOOTER */
footer {
    background-color: whitesmoke;
    color: crimson;
}

footer a {
    color: #333;
}

footer a:hover {
    color: darkgoldenrod;
    transition: 0.3s;
}

footer span {
    margin-left: 0.3em;
    margin-right: 0.3em;
    color: crimson;
}

/* MEDIA QUERY */
@media all and (min-width: 992px) {
    nav .container-fluid {
        margin-left: 1em;
        margin-right: 1em;
    }

	.navbar .nav-item .dropdown-menu { 
        margin-top:0; 
    }
}

@media only screen and (max-width: 1024px) {
    .nav-link {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .investor-relations img {
        margin-top: 1em;
    }

    .news-blog .hide-col {
        display: none;
    }
}