﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary,
.btn-primary:active {
    background-color: #ff6666 !important;
    border-color: #ff6666 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    font-weight: bold;
    /*padding-top: 0.5em;
    padding-block: 0.5em;*/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #ffffff !important;
    background-color: #ff0f0f !important;
    border-color: #ff0f0f !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #ff0f0f !important;
    border-color: #ff0f0f !important;
    font-weight: bold;
}

/*
    .btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.ude-bg {
    background-image: url("../Images/background13.jpg");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.ude-fullscreen {
    display: flex;
/*    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;*/
    align-items: center;
    min-height: 100vh;
    /*padding-top: 3rem;
    padding-bottom: 3rem;*/
}
.ude-fullscreen .ude-overlay {
    min-height: 100vh;
}
.ude-section-subtitle {
    line-height: 1.3;
}
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.user_image {
    width: 100%;
    height: auto;
}
.carousel-item {
    justify-content: center;
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 55px;
    color: coral;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 55px;
    color: coral;
}
.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
.ude-iconfont {
    font-size: 2rem;
    padding-right: 1.5rem;
    color: #6592e6;
}
.ude-card-title {
    margin-bottom: .75rem;
    font-size: 40px;
}
.ude-card-wrapper {
    padding: 2rem 4rem;
    background-color: #F9F9F9;
    margin-top: 2rem;
    margin-right: 2rem; 
    
}
.ude-contact-text {
    font-size: 20px;
}

/*++++++++++++++++++++++*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu:hover > .dropdown-menu {
        top: 0;
        left: -10rem;
        /* 10rem is the min-width of dropdown-menu */
        margin-top: -6px;
        display: block
    }

.dropdown:hover > .dropdown-menu {
    display: block
}

/* rotate caret on hover */

.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.imgCat {
    width: 300px;
    height: 300px;
    object-fit: fill;
}

/*======================*/