/* Add here all your css styles (customizations) */

.text-shadow-intro{
    text-shadow: 1px 1px 1px #000;
}
.pics {
    padding-right: 0!important;
    padding-left: 0!important;
    margin: 0;

}
.imagePadding {
    padding: 20px;
}
.moveRowLeft{
    margin-right:-1px;
}
.opacityImage:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
}
.instaImage {
    position: absolute;
    bottom:0;
    padding: 18px;
}

.insta h2  {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
}
.instaImage h4 span {
    color: white;
    font: bold 15px Helvetica, Sans-Serif;
    border-radius: 25px;
    text-shadow: 1px 1px 1px #000;

    padding: 5px;
}
.container-photos{
    margin-left: 15px;
    margin-right: 5px;
}

.menuContainerButton {
    background-color: white!important;
    color:black!important;
    padding: 5px;
    font-weight: 500;
    border-radius: 5px;


}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
