/* Regular */
@font-face {
    font-family: 'Vodafone';
    src: local('Vodafone Regular'), local('Vodafone-Regular'), url('/fonts/vodafone-regular.woff') format('woff'), url('https://cdn.vodafone.com.tr/fonts/vodafonerg-regular-webfont.ttf') format('truetype'), url('https://cdn.vodafone.com.tr/fonts/vodafonerg-regular-webfont.svg#_.uploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'Vodafone';
    src: local('Vodafone Light'), local('Vodafone-Light'), url('/fonts/vodafone-light.woff') format('woff'), url('https://cdn.vodafone.com.tr/fonts/vodafonelt-regular-webfont.ttf') format('truetype'), url('https://cdn.vodafone.com.tr/fonts/vodafonelt-regular-webfont.svg#_.uploaded_file') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Vodafone';
    src: local('Vodafone Bold'), local('Vodafone-Bold'), url('/fonts/vodafone-bold.woff') format('woff'), url('https://cdn.vodafone.com.tr/fonts/vodafonerg-bold-webfont.ttf') format('truetype'), url('https://cdn.vodafone.com.tr/fonts/vodafonerg-bold-webfont.svg#_.uploaded_file') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Extra Bold */
@font-face {
    font-family: 'Vodafone';
    src: local('Vodafone Extra Bold'), local('Vodafone-Extra-Bold'), url('/fonts/vodafone-bold.woff') format('woff'), url('https://cdn.vodafone.com.tr/fonts/vodafoneexb-regular-webfont.ttf') format('truetype'), url('https://cdn.vodafone.com.tr/fonts/vodafoneexb-regular-webfont.svg#_.uploaded_file') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #000;
    font-family: Vodafone!important;
}

html {
  font-size: 14px;
  
}

@media (max-width: 768px) {

    html {
        background-color: #d70000 !important;
    }

    h1 {
        font-size: 22px;
    }

    .timer {
        margin: 5px;
        font-size: 20px!important;
        padding:4px;
    }

        .timer h2 {
            font-size: 10px;
            margin: 0;
            text-align: center;

        }

        .timer small {
            font-size: 12px;
        }

    .year {
        font-size: 100px;
    }

    .message {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

    .timer {
        margin: 15px;
        padding: 10px;
        font-size:30px;
    }

}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #d70000 !important;
}
.bootstrap-iso .img-fluid {

border-radius:10%!important;
}
.bootstrap-iso {
    background-color: #d70000 !important;
    font-family: Vodafone !important;
}

.btn-danger {
    background-color: #d70000 !important;
    border: solid !important;
    border-color: white !important;
    border-width: 1px !important;
}

.navbar {
    background-image: url("../images/header_gradient.jpg");
    background-repeat: repeat-x;
    background-size: 10px;
    color:white!important;

}
.navbar-brand {
    color: white !important;
}

.nav-link {
    color: white !important;
}

.navbar-light .navbar-toggler {
    color: rgba(233,233,233,.25) !important;
    border-color: rgba(233,233,233,.1) !important;
    border-width:1px!important;
}


.count-down {
    text-align: center;
    /*font-size: 40px;*/
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;

}

.timer {
    margin-top: 5px!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,100,100,0.8);
}


    .timer h2 {
        margin: 0 0 20px;
        font-size: 4rem;
    }


.message {
    font-size: 60px;
    font-size: bold;
}


small {
    padding-top: 5px;
    font-size: 1.5rem;
    /*text-transform: uppercase;*/
    display: block;
}

.year {
    font-size: 200px;
    z-index: -1;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
.bootstrap-iso .formden_header h2, .bootstrap-iso .formden_header p, .bootstrap-iso form {
    color: black
}

    .bootstrap-iso form button, .bootstrap-iso form button:hover {
        color: #ffffff !important;
    }

.bootstrap-iso .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(244, 39, 8, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(244, 39, 8, 0.6);
}

.asteriskField {
    color: #d70000;
}

.input-group-addon {
    background-color: #d70000 !important;
}

.fa {
    color: white !important;
    background: #d70000 !important;
}

.bootstrap-iso form {
    color: white;
}

h2 h3 h4 {
    color: white;
}
.bootstrap-iso H2, .bootstrap-iso h3, .bootstrap-iso h4 {
    color: white!important;
}

.text-align-center {
    text-align: center;
}

.correct-answer {
    font-weight: bold;
    font-size: medium;
    color: #dc3545;
}

.current-question-no {
    font-weight: bold;
    font-size: x-large;
    color: #dc3545;
}

.total-question-no {
    font-size: medium;
}

.question-header {
    background-color: white;
    padding: 10px;
    border-radius: 4px;
}

.question-timer {
    font-size: large;
    color: #dc3545;
    font-weight: bold;
}

.question-img {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    /* width: 80%;
      max-width: 500px;*/
    max-height: 300px;
    border-radius: 8px;
}

.question-question {
    background-color: white;
    margin: 15px;
    border-radius: 8px;
}

.question-text-div {
    font-weight: 600;
    margin: 15px;
    padding: 10px;
    text-align: center;
}

.question-option-div {
    font-weight: 600;
    border-radius: 8px;
    background-color: white;
    padding: 10px;
    text-align: center;
    margin: 5px;
}

.scrore-person {
    background-color: white;
    border-radius: 10px;
    font-weight: 600;
    font-size: medium;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 5px !important;
}

.sort-no {
    position: absolute;
    top: 30%;
    left: 4px;
}

h2 {
    margin-top: 5px !important;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-xs) {
}
/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {
}

