

/* Clear floats after the columns */
section:after {
  content: "";
  display: table;
  clear: both;
}


/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
#banner {
        display: -ms-flexbox;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        padding: 3em  3em 0;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        min-height: 1vh;
        height: vh;
        position: relative;
        text-align: center;
        color: #FFF;
    }

        #banner:before {
            -moz-transition: opacity 3s ease;
            -webkit-transition: opacity 3s ease;
            -ms-transition: opacity 3s ease;
            transition: opacity 3s ease;
            -moz-transition-delay: 0.25s;
            -webkit-transition-delay: 0.25s;
            -ms-transition-delay: 0.25s;
            transition-delay: 0.25s;
            content: '';
            display: block;
            background-color: #000;
            height: 0;
            left: 0;
            opacity: 0.65;
            position: relative;
            top: 0;
            width: 1%;
            z-index: 0;
        }

        #banner .inner {
            -moz-transform: none;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            -moz-transition: opacity 1s ease, transform 1s ease;
            -webkit-transition: opacity 1s ease, transform 1s ease;
            -ms-transition: opacity 1s ease, transform 1s ease;
            transition: opacity 1s ease, transform 1s ease;
            position: relative;
            opacity: 1;
            z-index: 3;
            padding: 0 2em;
        }

        #banner h1 {
            font-size: 4em;
            line-height: 1em;
            margin: 0 0 0.5em 0;
            padding: 0;
            color: #FFF;
        }

        #banner p {
            font-size: 1.5em;
            margin-bottom: 1em;
        }

        #banner a {
            color: #FFF;
            text-decoration: none;
        }

        @media screen and (max-width: 1280px) {

            #banner h1 {
                font-size: 3.5em;
            }

        }

        @media screen and (max-width: 736px) {

            #banner {
                background-attachment: scroll;
            }

                #banner h1 {
                    font-size: 2.25em;
                }

                #banner p {
                    font-size: 1.25em;
                }

        }
    /*galeria snippets*/
    .btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}