@import "bootstrap/css/bootstrap.min.css";
@import "font-awesome/css/font-awesome.min.css";
@import "flag-icon-css/css/flag-icon.min.css";
@import "../js/blueimpGallery/css/blueimp-gallery.min.css";

html{
    height: 100%;
}

body {
    min-height: 100%;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
    color: #5a5a5a;
    position: relative;
}

header .navbar{
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

header .dropdown a{
    cursor: pointer;
}

.language-option.dropdown-menu{
    margin-top: 15px;
    top: 121.5%;
    left: auto;
    right: 0;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}

footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
}

footer .container .goTop i{
    cursor: pointer;
}

footer .container .goTop i{
    transform: scale(1.5);
    transition: all 0.2s;
    color: #888888;
}

footer .container .goTop:hover i{
    transform: scale(1.8);
    color: #afafaf;
}

#homeCarousel .carousel-caption {
    bottom: 3rem;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}

#homeCarousel .carousel-caption h1 a{
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
}

#homeCarousel .carousel-caption h1 a:hover{
    border-bottom: 1px dotted #ffffff;
}

#homeCarousel .carousel-caption p{
    font-weight: 200;
    text-align: justify;
}

#homeCarousel .carousel-item {
    height: 40rem;
    position: relative;
}

#homeCarousel .carousel-item > img{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
}

#homeCarousel .carousel-item > .bd-img{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transform: scale(1.1);
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2.title {
    font-weight: 400;
    max-height: 80px;
    overflow: hidden;
    padding-bottom: 5px;
}

.marketing p.intro{
    overflow: hidden;
    height: 120px;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    overflow: hidden;
    max-height: 158px;
    padding-bottom: 10px;
}

.featurette-heading a{
    color: inherit;
    text-decoration: none;
}

.featurette-heading a:hover{
    color: #6c757d;
}

.featurette .bd-placeholder-img{
    width: 500px;
    height: 400px;
    object-fit: cover;
    display: block;
    margin: auto;
}

@media (min-width: 40em) {
    #homeCarousel .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 36px;
    }
}

.bd-placeholder-img {
    object-fit: cover;
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.dropdown-toggle.active-dropdown::after {
    transform: rotate(-90deg);
}

.navbar .navbar-nav .dropdown-menu li a.dropdown-item{
    cursor: pointer;
}

.navbar .navbar-nav .dropdown-menu li:active a.dropdown-item,
.navbar .navbar-nav .dropdown-menu li.active a.dropdown-item{
    background-color: #343a40;
    color: #ffffff;
}

img[data-href]{
    cursor: pointer;
}

header .navbar.custom-header{
    background-color: #174996;
}

header .navbar.custom-header.navbar-dark .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.75);
}

header .navbar.custom-header.navbar-dark .navbar-nav .nav-item:hover .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

header .navbar.custom-header.navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: rgba(255, 255, 255, 1);
}