﻿

#TextPanel {
    position: relative;
    display: flex;
    height: auto;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 45px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 3px solid #a38d54;
    padding:2% 0;
}

#TextPanelTitle {
    text-align:center;
    width: 70%;
    margin: 0;
    background-color: white;
    padding: 2% 2%;
    padding-bottom:0;
 
}

#Title1 {
    font-weight:300;
    margin: 0;
    display: block;
    color: black;
    font-size: 40px;
}
#Title2, #Title3, #Title4 {
    font-weight: 300;
    margin: 0;
    display: none;
    color: black;
    font-size: 40px;
}


#TextPanelText {
    width: 100%;
    height: auto;
    display: flex;
   justify-content: center;
}

#Text1, #Text2, #Text3, #Text4 {
    font-weight:300;
    width: 70%;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    letter-spacing: normal;
    margin: 0;
    padding: 2% 2%;
    background-color: white;
    line-height:200%;
}

#Text1{
    display:block;
}

#Text2, #Text3, #Text4 {
    display: none;
}



#Gallery1, #Gallery2, #Gallery3, #Gallery4 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#Gallery1 {
    display: flex;
}
#Gallery2, #Gallery3, #Gallery4 {
    display: none;
}
#ImgGallery {
    position: relative;
}

#ImgGallery img{
    width:100%;
    height:50%;
}
.Collum1, .Collum2 {
    flex-wrap: wrap;
    overflow:hidden;
    justify-content: space-between;
    width: 50%;
    display: flex;
}



@media only screen and (max-width: 1200px) {
    #Title1, #Title2, #Title3, #Title4 {
        font-size: 24px;
    }
    #Text1, #Text2, #Text3, #Text4 {
        width:90%;
        font-size:16px;
        line-height: 1.6;
    }

}
