:root{
    --primary: 	#ffffff; 
    --text: #ffffff;
    --link: #ffffff;
}

body{
    font-family: 'Quicksand', sans-serif;
}

/* Background colors */
.bg-black{
    background-color: #000000;
}

.bg-white{
    background-color: #ffffff;
}

.bg-h2bh-green{
    background-color: #0b726f;
}

/* .bg-company{
    background: rgb(0,93,150);
    background: linear-gradient(90deg, rgba(0,93,150,1) 0%, rgba(60,128,246,1) 42%, rgb(67, 161, 204) 100%);
} */

/* Buttons */

.btn-h2bh{
    background-color: #ee7042 !important;
    color: #ffffff !important;
    font-weight: 500;
}

.btn:hover{
    color: #0b726f !important;
    font-weight: 700;
}

/* Text */
.text-black{
    color: #000000;
    text-decoration: none;
}

.text-white{
    color: #ffffff;
    text-decoration: none;
}

.text-h2bh-green{
    color: #0b726f;
}

.text-underline{
    text-decoration: underline;
}

.text-h2bh-orange{
    color: #ee7042;
}

.text-truncate-1 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Borders */
.border-1{
    border: 1px solid #000000;
}

.border-2{
    border: 2px solid #000000;
}

.border-3{
    border: 3px solid #000000;
}

.border-4{
    border: 4px solid #000000;
}

.border-5{
    border: 5px solid #000000;
}

.border-left-none {
    border-left: 0 solid transparent !important;
}

.border-right-none {
    border-right: 0;
}

/* 16:9 video */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
}
  
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vh-10{
    height: 10vh !important;
}

.text-center {
    text-align: center !important;
}

.menu{
    cursor: pointer;
}

/* Menu bar */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #ffffff !important;
    color: #0b726f !important;
}

/* Links */

a{
    text-decoration: none;
    font-weight: 700;
    color: #0b726f;
}

a:hover{
    text-decoration: underline;
    font-weight: 700;
    color: #0b726f
}

/* Cursors */

.cursor-pointer{
    cursor: pointer !important;
}

/* Alert */

.flash-msg {
    position: absolute !important;
    top: 0px;
    right: 0px;
    z-index: 1030 !important;
    min-width: 40% !important;
}