/* 
    Created on : 10.08.2022, 17:01:00
    Author     : Alekhnovich Oleg (https://webplatinum.net)
*/

/*MAIN CONTENT*/
a {
    color: darkviolet;
}
.bg-dark {
    background-color: black !important;
}
.text-darkblue {
    color: darkblue !important;
}
.error404 {
    font-size: 5rem;
}
@media (min-width: 390px) {
    .error404 {
        font-size: 7rem;
    }
}
@media (min-width: 576px) {
    .error404 {
        font-size: 10rem;
    }
}
@media (min-width: 768px) {
    .error404 {
        font-size: 14rem;
    }
}
@media (min-width: 1200px) {
    .error404 {
        font-size: 14rem;
    }
}
.blog-card-body a {
    color: #003b77;
}
.blog-card-body:hover {
    background-color: darkviolet;
    color: lightgrey!important;
    transition: all .6s;
}
.blog-card-body a:hover {
    color: #fff!important;
}
.active>.page-link, .page-link.active {
    background-color: #003b77 !important;
    border-color: #003b77 !important;
}

/* NAVBAR */
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: darkviolet !important;
}

/*JUMBOTRON*/
.jumbotron {
    padding-top: 12rem;
    padding-bottom: 10rem;
    position: relative;
    color: #fff;
    background-image: url("../images/jumbotron/image-2.jpg");
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
}
.jumbotron-transparent {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: black;
    background: rgba(23, 1, 27, 0.5);
    color: #fff;
}
.jumbotron-content {
    position: relative;
}

/* YOUTUBE SUMMERNOTE */
.note-video-clip {
    width: 100% !important;
    height: 260px !important;
}
@media (min-width: 390px) {
    .note-video-clip {
        width: 100% !important;
        height: 320px !important;
    }
}
@media (min-width: 576px) {
    .note-video-clip {
        width: 400px !important;
        height: 230px !important;
    }
}
@media (min-width: 768px) {
    .note-video-clip {
        width: 640px !important;
        height: 360px !important;
    }
}
@media (min-width: 1200px) {
    .note-video-clip {
        width: 640px !important;
        height: 360px !important;
    }
}

/* BOOTSTRAP SUBMENU 3 LEVEL */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/* BUTTON UP */
#btn-back-to-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    display: none;
}

/*CSS3 EFFECTS*/
.fade-img {
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
    opacity: 1;
}
.fade-img:hover {
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
    opacity: 0.5;
}

/* MEDIA */
/*
@media (min-width: 390px) {
    
}
@media (min-width: 576px) {
    
}
@media (min-width: 768px) {
    
}
@media (min-width: 1200px) {
    
}
*/
