html {
    font-family: 'Roboto', Verdana, Arial, sans-serif;
    font-size: 1.0em;
}
body {
    color: #777;
    height: 100%;
    line-height: 1.5em;
    overflow-x: hidden;
    margin: 0;
}
p {
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-size: 1.0em;
  line-height: 1.4em;
  color: #000;
}
h4 {
  font-family: 'Montserrat', Verdana, Arial, sans-serif;
  font-size: 1.1em;
  color: #ffffff;
  text-transform: uppercase;
}
main {
    margin: 0 16.66667%;
}
main section {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5rem;
    padding: 1.5rem 0;
}
header {
    background-color: #333;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    overflow: hidden;
    padding: 30% 15% 10% 15%;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 30rem;
}
header,
header:after,
header:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
header:after,
header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
header:before {
    background-image: url(../img/indriveway.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100%;
}
header:after {
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
}
header:hover:after {
    opacity: 1;
}
header>* {
    position: relative;
    z-index: 3;
}
header h4 {
    display: block;
    text-align: left;
}
header p {
    display: block;
    text-align: left;
    color: #ffffff;
}
footer {
    background-color: #333;
    box-sizing: border-box;
    color: #eee;
    padding: 1.5rem 16.66667%;
    width: 100%;
}
.content {
   color: #777;
   background-color: white;
   text-align: left;
   margin: 10px 100px 10px 100px;
   padding: 10px 50px 20px 50px;
   text-align: justify;
   position: relative;
   z-index: 1;
}
.content a img,
.content a picture {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.content a[class^=float] {
    margin: 1rem;
    margin-top: 0;
    width: 33.33333%;
}
.content a[class^=float].float-left {
    float: left;
    margin-left: 0;
}
.content a[class^=float].float-right {
    float: right;
    margin-right: 0;
}

.content .gallery {
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.content .gallery a {
    margin-bottom: 1rem;
}
.content .gallery a.col-1 {
    width: 100%;
}
.content .gallery a.col-2 {
    width: 49%;
    width: calc(50% - .5rem);
}
.content .gallery a.col-3 {
    width: 32%;
    width: calc(33.33333% - .66667rem);
}
.content .gallery2 {
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.content .gallery2 a {
    margin-bottom: 1rem;
}
.content .gallery2 a.col-1 {
    width: 100%;
}
.content .gallery2 a.col-2 {
    width: 25%;
    width: calc(25% - .6666rem);
}
.content .gallery3 {
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}
.content .gallery3 a {
    margin-bottom: 1rem
}
.content .gallery3 a.col-1 {
    width: 50%;
}
.content .gallery3 a.col-2 {
    width: 25%;
    width: calc(25% - .6666rem)
}
.cols {
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1rem 2rem
}
.cols>* {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-left: 1rem;
    margin-right: 1rem
}
.cols.cols-nowrap {
    flex-wrap: nowrap
}
.cols.cols-nowrap>* {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-bottom: 0!important
}
.cols.cols-1>* {
    width: 100%
}
.cols.cols-2>* {
    width: 50%
}
.cols.cols-3>* {
    width: 33.3333333333%
}
.cols.cols-4>* {
    width: 25%
}
.cols.cols-5>* {
    width: 20%
}

@media only screen and (max-width: 768px) {
    header {
        max-height: 500px
    }
    header h1 {
        font-size: 5rem
    }
    .content {
        margin: 10px 10px 10px 10px;
        padding: 10px 10px 10px 10px;
    }
    .cards {
        flex-flow: row wrap
    }
    .content a[class^=float] {
        width: 50%
    }
    .filler {
        font-size: .75em
    }
    .content a[class^=float] {
        width: 25%
    }

    .cols {
        flex-wrap: wrap
    }
    .cols>* {
        width: 100%
    }
    .cols.cols-nowrap {
        flex-wrap: wrap
    }
    .cols.cols-nowrap>* {
        margin-bottom: 1rem!important;
        width: 100%
    }
}
@media only screen and (max-width: 600px) {
    .user-message[data-viewport-threshold="600"] {
        display: block
    }
    .content {
        margin: 10px 10px 10px 10px;
        padding: 10px 10px 10px 10px;
    }
    .content .gallery a,
    .content .gallery a[class^=col] {
        margin-bottom: .5rem;
        width: 100%
    }
    .content a[class^=float] {
        float: none;
        margin: 0 0 1rem;
        width: 100%
    }
}
@media only screen and (max-width: 480px) {
    html {
        font-size: 1.0em;
    }
    .content {
        margin: 10px 10px 10px 10px;
        padding: 10px 10px 10px 10px;
    }
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #custom-trigger-1-social,
    header:after {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px)
    }
}
