/* --------------------------------------------------------
Style Sheet for COVID-19 002
version: 1.0
last modified: 05.21.2020
author: Mihaly Balogh
----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}  

body {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  color: #444; 
  font-size: 1.1rem;
  overflow-x: hidden;
}

.jumbotron {
  padding: 6rem 1rem;
  margin-bottom: 2rem;
  background-color: #fcfcfa;
  border-radius: 0; 
  position: relative;
  min-height: 600px;
}

.jumbotron .container [class^="col-"],
.jumbotron .container [class*=" col-"] {
  z-index: 11;
}
.image--size{
  width: 100px;
}
.display-3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;

}

/* typography */
h1, h2, h3, h4 {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  margin: 1rem 0 2rem;
}

h3 {
  font-size: 1.6rem;
  margin: 1rem 0 1.5rem;
}

h4 {
  font-size: 1.2rem;
}

p, li {
  line-height: 1.65;
}

strong {
  font-weight: 900;
}

section {
  margin: 3rem 0;
}

.checked img  {
  max-width: 40px!important; 
  margin: -5px
}

.radio-label-vertical-wrapper label:not(.radio-label-vertical) {
  display: block;
  width: 100%;
}  

.radio-label-vertical {
  padding: 7px 10px 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.radio-label-vertical-wrapper-xl .radio-label-vertical {
  padding: 7px 10px 5px;
  display: block;
  margin-bottom: 2rem;
  font-size: 0.9rem
}

.radio-label-vertical input {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -6px;
  display: block;
  cursor: pointer;
}

.radio-label-vertical input {
  top: 120%;
}

.radio-label-vertical-wrapper-xl .radio-label-vertical input {
  top: 85px;
}

.radio-label-vertical img {
  max-width: 45px;
}

.radio-label-vertical-wrapper-xl .radio-label-vertical img {
  max-width: 50px;
}

blockquote {
    font-family: 'Cairo', sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    border-left: 4px solid #579dce;
    padding: 1rem 2rem;
}

.bg-color1 {
  background: #579dce;
}

.bg-color2 {
  background: #edd689;
}

.bg-color3 {
  background: #a7b4e1;
  background-image: linear-gradient(to bottom right, #424978, #a6b4e4);
}

.bg-color4 {
  background: #dce5f6;
}

.bg-color5 {
    background: #6cbbbf;
}

.left-img .container {
  max-width: 100%;
}

.btn-group-lg>.btn, .btn-lg {
  padding: 0.3rem 2.8rem;
  font-size: 1.2rem;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.btn-primary {
    background-color: #f25653;
    border-color: #f25653;
}

.btn-primary:hover {
  color: #fff;
  background-color: #f25653;
  border-color: #f25653;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f19912;
  border-color: #f19912;
}

.btn-secondary {
  color: #444;
  background-color: #ffffff;
  border-color: #ffffff;
}

.form-control {
  height: calc(3em + 1rem + 2px);
  padding: .375rem 1rem;    
}

.col-form-label {
  line-height: 1;
  font-size: 3rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  color: red;
}

.color1 {
  color: green;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

.mw-90 {
  max-width: 90%;
}


.inputText {
  font-size: 1.25rem;
}

.circles-list ol>li::before {
  color: #444;
  font-weight: 700;
  font-family: 'Cairo', sans-serif;
  font-size: 1.5rem;
  left: -64px;
  position: absolute;
  top: -6px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  z-index: 9;
  background-color: #ffffff;
  border-radius: 50%;
  content: counter(li-counter);
  counter-increment: li-counter;
}

.circles-list ol {
  padding-left: 64px;
  list-style-type: none;
  margin-left: 0;
  margin-top: 40px;
  counter-reset: li-counter;
  position: relative;
}

.circles-list ol>li {
  position: relative;
  margin-bottom: 40px;
  clear: both;
}

footer {
  background: #7cbfee;
}

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
}
.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  cursor: pointer;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

/* Media queries */

@media (min-width: 360px) {
  .radio-label-vertical img {
    max-width: 35px;
  }
  .checked img  {
    max-width: 45px!important; 
  }
}

@media (min-width: 420px) {
  .radio-label-vertical img {
    max-width: 50px;
  }
  .checked img  {
    max-width: 60px!important; 
  }
}

@media (min-width: 481px) {
  .display-3 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  .radio-label-vertical img {
    max-width: 60px;
  }
  .checked img  {
    max-width: 70px!important; 
  }

@media (min-width: 768px) {
    .display-3 {
    font-size: 3rem;
  }
    .radio-label-vertical img {
    max-width: 70px;
  }
  .checked img  {
    max-width: 80px!important; 
  }
}
}
