.root{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;   
}
H1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    z-index: 2000;
    text-align: center;
    margin-top: 10%;
}
body{
    width: 100%;
    height: 100%;
    background-color: #c1cbc5
    ;
}
.copy{
position: absolute;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin-right: min(100px, 05%);
margin-bottom: 30%;
margin-top: 5%;
margin-left: max(90px, 5%);

}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
img{
    width: 30%;
}
.background{
    margin-top: -10%;
    margin-left: -5px;
    z-index: -155;
    min-height: 1200px;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
    animation: newImage 30s ease forwards infinite;
    opacity: .25;
}
@keyframes newImage {
    0%{    background-image: url('images/IMG_6063.jpg');
    }
    10%{    background-image: url('images/IMG_5762.jpg');
    }
    20%{    background-image: url('images/IMG_3283.jpg');
    }
    30%{    background-image: url('images/IMG_3333.jpg');
    }
    40%{    background-image: url('images/IMG_3310.jpg');
    }
    50%{    background-image: url('images/IMG_3337.jpg');
    }
    60%{    background-image: url('images/IMG_5338.jpg');
    }
    70%{    background-image: url('images/IMG_6051.jpg');
    }
    80%{    background-image: url('images/IMG_7d25.jpg');
    }
    90%{    background-image: url('images/IMG_6064.jpg');
    }
    100%{    background-image: url('images/IMG_6063.jpg');

}
}

    .background{
        display:flex;
    }
    .iba{
        width: 200px;
        padding: 15px;
        opacity: .90;
        filter: drop-shadow(0 0 0.075rem black);
    } 
    .ibb{
        width: 200px;
        padding: 15px;
        opacity: .90;
        filter: drop-shadow(0 0 0.075rem black);
    } 
    .ibc{
        width: 200px;
        padding: 15px;
        opacity: .90;
        filter: drop-shadow(0 0 0.075rem black);
    }
    .ibd{
        width: 200px;
        padding-top: 25px;

        opacity: .90;
        filter: drop-shadow(0 0 0.075rem black);
    }
    .ibab, .ibbb, .ibcb{
        width: 200px;
        opacity: .90;
        filter: drop-shadow(0 0 0.075rem black);
    }
    .imagebottomb{
            display: flex;
            align-items: center;
            justify-content: center;
          }   
.mainphotos{
    padding: 15px;
    max-width: 25%;
    justify-content: center;
    align-items: center;
}
.background2{
    background-color: aquamarine;
}
iframe{
margin: 0;
}
.maptext {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: left;
}