header{
    height:100px;
    background:#EEE;
    margin-bottom:50px;
    background:none;
    background-size: cover;
    margin-bottom:50px;
    background-position: left center;
}


h1,h2,h3{
    margin:0px;
}
.row+h2{
    margin-top: 20px;
}
.imgcol{
    text-align: center;
    margin-bottom: 30px;

}
.meeting-row{
    align-items: center;
}
@media (max-width: 768px) {

    h1,h2,h3{
        font-size:28px;
    }

    header{
        background:#FFF;
        height:75px;
    }
    
}

p{
    margin-bottom:10px;
    margin-top:10px;
    text-align: justify;
}

ul {
    list-style-position: inside;
}

.rimg,.limg{
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .rimg,.limg{
        margin-top:5px;
        margin-bottom:5px;
    }
}

#decor_mountain_left_1{
    top:1000px;
}

#decor_mountain_left_1_cloud2{
    top:1000px;
}

#decor_mountain_right_1{
    top:1700px;
}

#decor_mountain_right_1_cloud1{
    top:1650px;
}

#decor_mountain_right_1_cloud2{
    top:1750px;
}

#decor_line_1{
    top:-100px;
}

#decor_line_2{
    top:320px;
}

#decor_line_3{
    top:910px;
}

#decor_forest_left_1_sub{
    top: calc(1850px);
}

#decor_forest_left_1{
    top: calc(1850px + 100px);
}

@media (max-width: 768px) {

    .imgcol{
        text-align: center;        
    }

    .imgcol img{
        width:100%;
    }

}

.ipadonly{
    display:none;
}

@media (min-width: 765px) and (max-width: 800px) {
    .ipadonly{
        display:block;
    }
}