@font-face {
    font-family: 'Bellerose';
    src: url('../fonts/BelleroseLight.woff2') format('woff2'),
        url('../fonts/BelleroseLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.navbar {
    margin: 20px;
    overflow: hidden;
    background-color: #f8f8f8;
    position: fixed;
    top: 0;
    right: 0;
    width: 93px;
    height: 35px;
    border-radius: 7px;
}

.navbar a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    font-size: 20px;
    
    width: 93px;
    height: 70px;
    border-radius: 7px;
}

.navbar a:hover {
    background: #ddd;
    color: black;
}



.div-textbox{
    text-align: center;
    width: 100%;
}
.div-text01{
    text-align: left;
    display: inline-block;
    max-width: 900px;
    width: 100%;
    font-size: 17pt;
}
.div-text02{
    display: inline-block;
    max-width: 900px;
    width: 100%;
    font-size: 23pt;
    padding-top: 50px;
}

.txt-banner-block{
    display: inline-block;
}

body{
    background-color: #fbfbfb;
    font-family: 'Bellerose';
    font-weight: 300;
    font-style: normal;
}

#gallery {
	 padding-top: 40px;
}
 @media screen and (min-width: 991px) {
	 #gallery {
		 padding: 50px 30px 0 30px;
	}
     
}


 @media screen and (max-width: 991px) {
	 
     .div-text01{
         padding-left: 50px;
         padding-right: 50px;
         max-width: 750px;
    }
    .div-text02{
         padding-left: 50px;
         padding-right: 50px;
         max-width: 750px;
    }
}


.img-header{
    max-width: 777px;
    width: 100%;
}
.img-header-wrapper{
    text-align: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 25px;
}
 .img-wrapper {
	 position: relative;
	 margin-top: 15px;
	 margin-bottom: 15px;
}
 .img-wrapper img {
	 width: 100%;
}
 .img-overlay {
	 background: rgba(0, 0, 0, 0.1);
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 opacity: 0;
}
 .img-overlay i {
	 color: #fff;
	 font-size: 3em;
}
 #overlay {
	 background: rgba(0, 0, 0, 0.7);
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 z-index: 999;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 #overlay img {
	 margin: 0;
	 width: 80%;
	 height: auto;
	 object-fit: contain;
	 padding: 5%;
}
 @media screen and (min-width: 768px) {
     
     #overlay img {
		 width: 60%;
	}
     
}
 @media screen and (max-width: 1100px) {
     .img-header {
         padding-left: 50px;
         padding-right: 50px;
     }
     
}
 @media screen and (min-width: 1200px) {
	 #overlay img {
		 width: 50%;
	}
} 

@media screen and (min-width: 1200px) {
	 .div-text01{
        max-width: 1108px;

    }
    .div-text02{
        max-width: 1108px;
    }
}






 #nextButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
}
 #nextButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #nextButton {
		 font-size: 3em;
	}
}
 #prevButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
}
 #prevButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #prevButton {
		 font-size: 3em;
	}
}
 #exitButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
	 position: absolute;
	 top: 25px;
	 right: 50px;
}
 #exitButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #exitButton {
		 font-size: 3em;
	}
}

 @media screen and (max-width: 768px) {
    .img-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
     .img-header{
         padding-top: 35px;
     }
}

 @media screen and (max-width: 500px) {
    .img-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}



 @media screen and (max-width: 480px) {
    .div-text02{
        font-size: 17pt;
     }
}





.footer{
    
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
    font-size: 20px;
}
 