@font-face {
    font-family: "GalanoGrotesque";
    src: url("../fonts/GalanoGrotesque-SemiBold.woff2") format("woff2"), url("./fonts/GalanoGrotesque-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Galano Grotesque Bold";
    src: url("../fonts/GalanoGrotesque-Bold.woff2") format("woff2"), url("./fonts/GalanoGrotesque-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Galano Grotesque";
    src: url("../fonts/GalanoGrotesque-Medium.woff2") format("woff2"), url("./fonts/GalanoGrotesque-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Minion Pro";
    src: url("../fonts/MinionPro-Regular.woff2") format("woff2"), url("./fonts/MinionPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro Semibold';
    src: url('../fonts/MinionPro-Semibold.woff2') format('woff2'), url('./fonts/MinionPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans Book';
    src: url('./fonts/BentonSans-Book.woff2') format('woff2'), url('./fonts/BentonSans-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bentonsans_mediumregular';
    src: url('./fonts/bentonsans_medium_regular-webfont.woff2') format('woff2'), url('./fonts/bentonsans_medium_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
  font-family: "Galano Grotesque", sans-serif !important;
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation: slide 20s infinite;
}

.bg-animate {
    background-size: cover;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    animation: slide 20s infinite;
    text-align: center;
    width: 60%;
    margin-left: 20%;
    margin-top: 10%;
}

.bg-content-center {
    width: 40%;
    margin-left: 60%;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-right: 0px;
}

.bg-container-center {
    text-align: center;
    width: 60%;
    left: 30%;
    top: 30%;
}

.video-container-bak {
    margin-top: 15%;
    overflow: hidden;
    position: relative;
}

.video-container {
    overflow: hidden;
    position: relative;
}

.video-container-full {
    overflow: hidden;
    position: relative;
}

.video-container video {
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    object-fit: cover;
    z-index: 0;
}

.video-container .caption {
    z-index: 1;
    position: relative;
    text-align: center;
    color: #dc0000;
    padding: 10px;
}

.bg-primary {
    background-color: #5C88DA !important;
    padding:7px;
}

.text-primary {
    color: #5C88DA !important;
}

.survey-card-title {
    padding: 10px;
    background-color: black;
    color: white !important;
}

.radio-button-size {
    font-size: small;
}

.survey-title {
    background-color: #000000;
    color: #FFFF;
    padding: 10px;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
/*.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    z-index:1;
}*/

.error-danger {
    margin-left: 10px;
    background-color: #ffa8c88f;
    width: auto;
    padding: 2px 2px 2px 4px;
    font-size: 12px;
}

.error-danger-text {
    background-color: #ffa8c88f;
    width: auto;
    padding: 2px 2px 2px 0px;
    font-size: 12px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.survery-landing-content {
    z-index: 1;
    position: relative;
    text-align: center;
    background-color: #FFFFFF;
    color: #dc0000;
    margin: 10%;
    width: 35%;
    text-align: center;
    left: 23%;
}

.form-check {
    min-height: 3.2rem !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e0e0e0 !important;
}

.form-control.form-control-lg {
    line-height: 20px !important;
}