:root {
--redcolor: #DC143C;
--blackcolor: #0C0C0C;
--greycolor: #C3C3C3;
--darkgreycolor: #3E3E3E;
--whitecolor: #FFFFFF;
--orangecolor: #FF5D00;
}

* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}

body {
margin: 0;
font-family: Verdana, sans-serif;
font-size: 18px;
background-color: var(--greycolor);
}

.bombardier {
font-family: bombardierregular;
}

.center {
text-align: center;
margin: 0 auto;
}

.justify {
text-align: justify;
}

.left {
text-align: left;
}

h2 {
font-style: oblique;
}

.navigation {
overflow: hidden;
background-color: var(--orangecolor);
/* z-index: 10000; 
position: fixed; */
top: 0px;
width: 100%;
min-width:380px;
}
  
.navigation a {

color: var(--blackcolor);
text-align: center;
padding: 14px;
text-decoration: none;
font-weight: bold;
}
  
.navigation a:hover {
color: var(--whitecolor);
text-decoration: none;
font-weight: bold;
}

.navigation_show {
display: inline-block;
}

.navigation_hide {
display:none;
}
    
.bg_grey {
width: 100%;
background-color: var(--greycolor);
}

.bg_darkgrey {
  width: 100%;
  background-color: var(--darkgreycolor);
  }

.bg_black {
  width: 100%;
  background-color: var(--blackcolor);
}

.translator {
  color: var(--blackcolor);
  padding-top: 20px;
  padding-bottom: 5px;
}

.translator select {
  /* width: 320px; (Google tranlsator button) */
  width: 1000px;
  height: 30px;
  font-size: 16px;
  border: 1px solid var(--blackcolor);
  border-radius: 5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  text-align-last: center;
  color: var(--blackcolor); 
  background-color:  var(--orangecolor);
  }

.translator button {
  /* width: 320px; (Google tranlsator button) */
  width: 100px;
  height: 30px;
  font-size: 16px;
  border: 1px solid var(--blackcolor);
  border-radius: 5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  text-align-last: center;
  color: var(--blackcolor); 
  background-color:  var(--orangecolor);
}

.translator button:hover {
  background-color: var(--darkgreycolor);
  color: var(--whitecolor); 
}

.language {
  padding-bottom: 5px;
}

.language button {
  /* width: 320px; */
  height: 30px;
  font-size: 16px;
  border: 1px solid var(--blackcolor);
  border-radius: 5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  text-align-last: center;
  color: var(--blackcolor); 
  background-color:  var(--orangecolor);
}

.language button:hover {
  background-color: var(--darkgreycolor);
  color: var(--whitecolor); 
}

.showpassword {
  color: var(--whitecolor);
  background-color: var(--darkgreycolor);
}

.main {
  color: var(--blackcolor);
  width: auto;
  max-width: 900px;
  min-width: 380px; /* changed from 400 */
  margin: 0 auto;
  padding: 16px;
  }

.main li {
text-align: justify;
}

.main img {
  border-radius: 20px;
  }

.main a {
  display: inline-block;
  color: var(--blackcolor);
  text-decoration: none;
  font-weight: bold;
}
      
.main a:hover {
  color: var(--redcolor);
  text-decoration: none;
  font-weight: bold;
}


.main input {
    margin-top: 3px;
    width: 340px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    text-align-last: center;
    }

.main select {
  width: 340px;
  font-size: 14px;
  height: 30px;
  text-align-last: center;
}

.main textarea {
  width: 340px;
  font-family: Verdana, sans-serif;  
  font-size: 14px; 
}

.main_border {
border: 2px solid var(--darkgreycolor);
border-radius: 5px;
}

.warning {
color: var(--redcolor)
}

.warning_border {
border: 2px solid var(--redcolor);
border-radius: 5px;
}

.link a {
  display: inline-block;
  color: var(--orangecolor);
  text-decoration: none;
  font-weight: bold;
}
    
.link a:hover {
  color: var(--whitecolor);
  text-decoration: none;
  font-weight: bold;
}
  
.privacy {
  color: var(--whitecolor);
  width: 80%;
  min-width: 380px; /* changed from 400 */
  padding-left: 16px;
  padding-right: 16px;
}

.footer {
  width:100%;
  min-width: 380px; /* changed from 400 */
  background-color: var(--blackcolor);
  color: var(--orangecolor);
  padding: 16px;
  margin: 0 auto;
}
  
.button {
  background-color: var(--orangecolor);
  font-weight:bold;
  width: 250px;
  height: 80px;
  font-size: 18px;
  border: 2px solid var(--blackcolor);
  border-radius:5px;
  color: var(--blackcolor);
  padding: 5px;
  text-align: center;
  vertical-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background-color: var(--darkgreycolor); 
  color: var(--whitecolor); 
}

.star {
  font-weight: bold;
  color: var(--redcolor);
}

.paypal {
  width:115px!important;
  height:32px!important;
}

.paypal_buy_it_now {
  width:160px!important;
  height:47px!important;
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  min-width: 360px;
  max-width: 750px;
  margin: auto;
  font-family: Verdana, Tahoma, sans-serif;
  padding: 10px;
  text-align: center;
}

.description {
  text-align: justify;
}

.price {
  font-size: 22px;
}

.english_display {
  background-image: url("../display/english_display.jpg");
  display: block !important;
  border: 1px solid black;
  border-radius: 5px;
  width: 770;
  height: 92px;
}

.magyar_display {
  background-image: url("../display/magyar_display.jpg");
  display: block !important;
  border: 1px solid black;
  border-radius: 5px;
  width: 770;
  height: 92px;
}

/* Customize the label (the container) */
.customcheckbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
  
  /* Hide the browser's default checkbox */
  .customcheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    height: 30px;
    left: 30%;
    top: -10%;
    width: 30px;
    border-radius: 4px;
    background-color: var(--whitecolor);
  }
  
  /* On mouse-over, add a grey background color */
  .customcheckbox:hover input ~ .checkmark {
    background-color: var(--whitecolor);
  }
  
  /* When the checkbox is checked, add a blue background */
  .customcheckbox input:checked ~ .checkmark {
    background-color: var(--whitecolor);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .customcheckbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .customcheckbox .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: 1px solid black;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .captcha {
    display: block;
    overflow: hidden;
    width: 302px;
    height: 76px;
    text-align: center;
  }

  input[type="file"] {
    display: none;
  }
  
  .custom-file-upload {
    border: 1px solid var(--blackcolor);
    border-radius: 5px;
    background-color: var(--orangecolor);
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
  }

@media screen and (max-width: 1000px) {
  .navigation_show {
    display:none;
    }
    
    .navigation_hide {
    display: inline-block;
    }

    .english_display {
      background-image: url("../display/english_display_mobile.jpg");
      display: block !important;
      border: 1px solid black;
      border-radius: 5px;
      width: 322;
      height: 52px;
    }

    .magyar_display {
      background-image: url("../display/magyar_display_mobile.jpg");
      display: block !important;
      border: 1px solid black;
      border-radius: 5px;
      width: 322;
      height: 52px;
    }
}