body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}


.total_wrapper {
max-width: 1920px;
    margin: 0 auto;
    position: relative;
    display: block;
}

header, main, footer  {
    max-width:1100px;
    margin: 0 auto;
    position: relative;
    margin-top: 12px;
}

.header_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.header_flex_item img {
    max-width:222px;
    height:auto;
}

.hr-style {
    opacity: 0.5;
}

h1 {
    color: #ff8752;
    padding: 25px;
    background-color:rgba(255,255,255,0.9);

}
h1, h2 {
    max-width: 240px;
    text-align: center;
}

h2 {
    color: #00aeef;
    background-color:rgba(255,255,255,0.9);
    padding: 15px;
}

.hunguary_bg {
    background-image: url('https://wro-association.org/fileadmin/images/WRO_2019/Hungary_3.jpeg');
    background-repeat: no-repeat;
    background-position: center center;
}

h3 {
    font:bold 26px/150% Montserrat, sans-serif;
    text-align: center;
    color: #ff8700;
}

.h3_2 {
    color: #333333;
    font-size: 22px;
}

.reg_button {
    background-color: #ff8752;
    color: #ffffff;
    text-decoration: none;
    padding: 15px;
    font-size: 20px;
    font-weight:bold;
    border-radius: 10px;
    border:2px solid #b0aead;
}

.reg_button:hover {
    opacity: 0.8;
}

.casual {
    font-size:18px;
}

.hunguary_image_logo {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
}

.my_list li {
    padding: 5px;
    font-size:18px;
}

.our_plan_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.our_plan_flex_item img {
    max-width: 400px;
    height:auto;
}

.my_thead {
    font-weight:bold;
}

.table_info {
    font-weight: bold;
    font-size:25px;
    margin-bottom: -50px;
}

.td_big {
    font-size:22px;
    padding-bottom: 15px;
}

.my_table {
    max-width: 700px;
}

tbody tr td {
    padding: 5px;
    border:1px solid black;
}

.wro_video {
    max-width:650px;
    min-height:350px;
    margin: 0 auto;
}

.wro_video iframe {
    width: 100%;
    min-height:350px;
    margin: 0 auto;
}

.wro_bg_2 {
    background-image: url('img/wro-bg2.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.final {
    padding: 25px;
    text-align: center;
    font-size:35px;
    color: #ff8752;
    background-color: rgba(255,255,255,0.9);
    font-weight: bold;
}

.pre_final {
    font: normal 20px/150% 'Montserrat', sans-serif;
}

.count_down {
    font-size: 25px;
    text-align: center;
}

#reg {
    color: white;
}

.pre_foot {
    background: #ff8752;
    margin: 0 auto;
}

h6 {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.myform {
    max-width: 600px;
    margin: 0 auto;
}

.myform input, .myform select {
    width: 90%;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    padding: 7px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.myform select {
    display: block;
    margin: 10px;
    margin-top: -5px;
    margin-bottom: 15px;
    color: #757575;
    width: 93%;
    margin-right: auto;
    margin-left: auto;
}

#submit {
 /*   display: block;
    width: 90%;
    height:auto;
    padding: 7px;
    margin: 5px;
    position: relative;
    left: 2px;*/
    color: #000;
    background: #ffffff;
    outline: none;
    border:1px solid #757575;
    max-width: 175px;
    padding: 15px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 5px;
}
#submit:hover {
    opacity: 0.9;
}

html {
    scroll-behavior: smooth;
}

#reg {
    position: relative;
    overflow: hidden;
}

.nav_style {
    text-decoration: none;
    color: #8dc63f;
    font-weight: bold;
    text-transform: uppercase;
}

.nav_style2 {
     color: #84a14b;
 }

.nav_style3 {
    color: #00aeef;
}

.red {
    color: red;
    cursor: help;
}

.reg_us {
    margin-top: -50px;
    margin-bottom: 25px;
    text-align: center;
}

.reg_us_2 {
    color: #ffffff;
    font-family: sans-serif;
    font-size:20px;
}

.super_end {
    display: flex;
    flex-wrap: wrap;
  justify-content: space-between;
    align-items: center;
}

.partner1 {
    max-width: 150px;
}

.partners_holder {
    border:2px solid #00aeef;
    max-width: 750px;
    margin: 0 auto;
    padding: 10px;
}

.partner_size {
    max-width:170px;
}

.partners_flex {
    display: flex;
    flex-wrap: wrap;
justify-content: space-around;
    align-items: center;
}

.partners_title {
    text-align: center;
    color: #00aeef;
    font-size:25px;
}
.super_end_item img {
 background-color: #fff; 
 border-radius:5px;
}

:placeholder, input, section, option {
 font-family: 'Montserrat', sans-serif;   
}

.partners_flex_item {
 margin-bottom: 10px;   
}

.h4_org {
 font: bold 25px 'Montserrat', sans-serif;
}

@media (max-width: 768px) {
.nav_style {
    display: none;
}
    .header_flex {
        justify-content: space-around;
    }
    .header_flex_item {
        margin: 10px;
    }
}

@media (max-width:400px) {
    .hunguary_image_logo {
        max-width:300px;
    }
    .our_plan_flex_item img {
        max-width: 300px;
    }
    .super_end_item {
        width: 51%;
        padding: 7px;
    }
    .super_end {
        justify-content: space-around;
    }
    .final { 
        font-size:25px;
    }
}