*,*::before,*::after{
    box-sizing: border-box;
}
*{
    font-family: Arial, sans-serif;
}
body{
    max-width: 100vw;
    min-height: 100vh;
}
html{
    font-size: 62.5%;
}
.table{
    margin: 0 auto;
    overflow-x: auto;
    border-collapse: collapse;
}
.table h2{
    text-align: center;
}
table{
    margin: 0 auto;
    min-width: max-content;
}
table tr td, th{
    padding-right: 1rem;
    font-size: 1.8rem;
    
}
.text textarea{
    width:50rem;
    height: 10rem;
    resize: none;
    margin-top: 1rem;
}
.text input{
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    margin-left: 1rem;
}
textarea{
    font-size: 1.8rem;
}
label{
    font-size: 2rem;
}
.radio label{
    margin-right: 1rem;
}
.radio input{
    margin-right: 0.5rem;
}
.checkbox input{
    margin-right: 1rem;
    margin-left:0.5rem;
}
.button{
    margin-top: 2rem;
}
.button input{
    margin: 1rem;
    font-size: 2.5rem;
    padding: 0.5rem 1.5rem;

}
.ugras{
    position: absolute;
    top: -50rem;
    left: 1rem;
    background-color: white;
    color: black;
    border: 1px solid black;
    padding: 1rem;
    opacity: 0;
}
.ugras:focus{
    opacity: 100;
    top: 1rem;

}
.hasab .col{
    margin-top: 2rem;
    justify-content: center;
}
details, caption{
    font-size: 1.5rem;
}
figure img{
    width: 100%;

}
#oktato{
    margin-top: 3rem;
}
figure.row{
    justify-content: center;
    align-items: center;
}
.row{
    margin: 0 !important;
}
header{
    border: 1px solid black;
    border-radius: 20px;
    font-size: 2rem;
    margin: 2rem;
    overflow: hidden;
}
header section{
    padding: 1rem;
    width: 100%;
}
h2{
    font-size: 3rem;
}
h3{
    font-size: 2.5rem;
}

header h1{
    font-size: 4rem;
    width: max-content;

}
.header-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}
.container{
    border: 1px solid black;
    border-radius: 25px;
    margin: 3rem auto;
    padding:0 !important;
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer{
    background-color: grey;
    padding: 1rem;

}
footer p{
    font-size: 2rem;
    text-align: center;
}
main{
    padding: 2.5rem;
}
body{
    background-image: url("Concrete_wall.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
section:not(:last-of-type){
    margin-bottom: 2rem;
}
p{
    font-size: 1.8rem;
}
li{
    font-size: 1.8rem;
}
a{
    font-size: 2rem;
    color: blue;
    
}
a:visited{
    color: purple;
}
#brick-icon{
    max-width: 5rem;
}
.dark .container{
    background-color: black;
    color:white;
}

.dark nav{
    background-color: white;
}
.dark nav .nav-link{
    color: black;
}
.dark nav .nav-item .active{
    color:rgb(56, 54, 54);
}
.light .container{
    background-color: white;
    color: black;
}
.light nav{
    background-color: black;
}
.light nav .nav-link{
    color: white;
}
.light nav .nav-item .active{
    color: beige
}
@media screen and (max-width:75em) {
    .container{
        max-width: 100% !important;
        width:100% !important;
        margin: 0 auto !important;
        min-height: 100vh;
        border: none;
        border-radius: 0;
    }
    body{
        margin: 0 !important;
    }
    
}
@media screen and (max-width:42em) {
    .header-row{
        flex-direction: column;
    }
    .header-row *{
        width: 100%;
    }
    
}
.print{
    display: none;
}

