@media only screen and (max-width:768px){
    
    
    body{
    background-color: #D1C5A0;
    margin: 0 auto;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #021C04;
} 
    
    logoleft{
            float: none;
            object-position: center;
            width: 250px;
            }
    
    nav ul{
        display: none !important;
    }
    
    nav select{
        background-color: #D1C5A0;
        display: inline-block;
        font-family: 'Cinzel', serif;
        font-size: 1em;
        color: #497336;
        text-align: center;
        width: 300px;
        padding: 5px;
        margin-bottom: 15px;
    }
    
    .column5{
    width: 50%;
    flex: 50%;
}
    .para{
    margin-top: 1%;
}
    
    header{
        text-align: center;
        float:none !important;
    }
    
    #main-section{
    width: 100%;
    float: none;
    object-position: center;
    text-align: center;
    }
       
.column {
    float: left;
    width: 100%;
    align-content: center;
    object-position: center;
    background-color: #415936;
}
    
#column1 {
    float: left;
    width: 100%;
    align-content: center;
    object-position: center;
}

#column2 {
    float: left;
    width: 100%;
    align-content: center;
    object-position: center;
}
 
table{
    width:100%;
    text-align: centre;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 0.8em;
}
    
}

@media only screen and (min-width:768px){
    
     nav select{
        display: none !important;
    }
    
}

@media only screen and (max-width:480px){
          
    .text {font-size: 11px}
    
        .slideshow-container {
        display:none;
    }
    
    #main-section2{
    background-image: url('intabaimages/vlak4.jpg');
    background-color: #021C04;
    clear: both;
    text-align: center;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center;
    height: 365px;
}
    
#buttondiv{
    margin: auto;
    padding-top: 60px;
    text-align: center;
    object-position: center;
}
    
    button{
    width: 80%;
}
    
 .columntable{
    width: 100%;
    text-align: center;
}
    
            }   

@media only screen and (max-width:320px){
    
        nav select{
        background-color: #D1C5A0;
        display: inline-block;
        font-family: 'Cinzel', serif;
        font-size: 1em;
        color: #497336;
        text-align: center;
        width: 90%px;
        padding: 5px;
        margin-bottom: 15px;
    }
}