@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;500;600;700;800&display=swap');
*{
    margin:0;
    padding:0;
    border:0;
    font-family: Open sans, sans-serif;
    font-size: 100%;
    font-weight:normal;
    color:#555555;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    margin: 0;
}


.container1.photos-div{
    width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.photos-container{
    padding-top: 3rem !important;
    padding-bottom: 1.5rem !important;
}
.row1 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.photos-title {
    margin: 10px;
}
.photos-title h1{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Open Sans",serif;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    font-size: 40px;
}

.photo-content{
    display: flex !important;
    justify-content: flex-start !important;
}

.col-12 {
    flex: 0 0 100%;
    width: 100%;
}
.col-12{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.photogallery {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.photogallery:before {
    content: '';
    display: block;
    width: 1px;
    height: 0;
    padding-bottom: 33%;
    margin-left: -1px;
    float: left;
}

.photos{
    padding-bottom: 3rem !important;
    padding-top: 0rem!important;
}

.carousel-photos {
    position: relative;
}

.p-0 {
    padding: 0 !important;
}

.photogallery .carousel-item-photos {
    word-wrap: break-word;
    text-align: center;
}

.carousel-item-photos.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}

.carousel-item-photos {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

.photogallery .carousel-item-photos .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.masonry-item .item {
    padding: 1px;
    height: 16rem;

}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    list-style: none;
    padding: 0;
}

.grid-container li {
    width: 100%;
}

.grid-container img {
    width: 100%;
    height: auto;
}

.TabbedPanels {
    position: fixed;
    right: 0;
    top: 200px;
    width: auto;
}
.TabbedPanelsTabGroup {
    width: 130px;
}
.TabbedPanelsTab {
    width: 100%;
    color: white;
    margin-bottom: 10px;
    border-radius: 5px 0 0 5px;
    background: #e6a72e;
    text-align: center;
}
.TabbedPanelsTabSelected {
    color: #FFF;
    background-color: #0c2239;
}
.gallery-container section {
    width: 70%;
    margin: 0 15%;
}
.mobile-view {
    display: none;
}

.photogallery .carousel-item-photos .item img {
    object-fit: cover;
}

.photogallery .carousel-item-photos .item img {
    transition: all .2s linear;
    height: 100%;
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    cursor: pointer;
}

.masonry-item img {
    display: block;
    width: 100%;
}
.img-fluid {
    width: 100%;
    height: auto;
}
.masonry-item {
    display: inline-block;
    width: calc((100% - 3px) / 2);
    margin-bottom: 3px;
    vertical-align: top;
}
img {
    vertical-align: middle;
    border-style: none;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.main-title h1{
    margin-top: 30px;
    text-align: center;
    font-size: 40px;
    font-family: "Vollkorn",serif;
}

