@media only screen and (min-width: 600px) {
    .row {
        /*margin-bottom: 10%;*/
        /*margin: 5px 300px 5px!important;*/
    }
}

.text-div {
    margin: auto!important;
    max-width: 800px!important;
}

.button-53 {
   background-color: #d8d9db;
   border: 0 solid #E5E7EB;
   box-sizing: border-box;
   color: #000000;
   display: flex;
   font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
   font-size: 1rem;
   font-weight: 700;
   justify-content: center;
   line-height: 1.75rem;
   padding: .75rem 1.65rem;
   position: relative;
   text-align: center;
   text-decoration: none #000000 solid;
   text-decoration-thickness: auto;
   width: 100%;
   max-width: 460px;
   position: relative;
   cursor: pointer;
   transform: rotate(-2deg);
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
}

.button-53:focus {
    outline: 0;
}

.button-53:after {
    content: '';
    position: absolute;
    border: 1px solid #000000;
    bottom: 4px;
    left: 4px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
}

.button-53:hover:after {
    bottom: 2px;
    left: 2px;
}

@media (min-width: 768px) {
    .button-53 {
        padding: .75rem 3rem;
        font-size: 1.25rem;
    }
}

.collapse {
    text-align: justify;
}

.row {
    font-family: "Roboto", sans-serif;
}

h1 {
    margin: 40px 0 50px!important;
}

p {
    text-align: justify;
}

.parallax {
    /* Full height */
    height: 100%!important;

    /* Create the parallax scrolling effect */
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /*border-radius: 10px!important; !* here's the trick *!*/
    margin-bottom: 80px;
}

@media only screen and (max-device-width: 768px) {
    .parallax {
        background-attachment: scroll;
    }
    #parallax1 {
        background-image: url('../assets/photo3_compressed.jpg')!important;
    }
}

@media only screen and (min-device-width: 769px) {
    #parallax4 {
        background-position: left!important;
    }
}

#parallax1 {
    background-image: url('../assets/photo5_compressed.jpg');
    background-color: #d8d9db;
}

#parallax2 {
    background-image: url('../assets/photo2_compressed.jpg');
    background-color: #d8d9db;
}

#parallax3 {
    background-image: url('../assets/photo1_compressed.jpg');
    background-color: #a8b7b8;
}

#parallax4 {
    background-image: url('../assets/photo4_compressed.jpg');
    background-color: #d8d9db;
}

.parallax {
    min-height: 700px!important;
    padding: 0;
}

.parallax img {
    border-style: solid;
}

.event p {
    text-align: center;
}

.event img {
    max-width: 700px;
    width: 100%;
}
