body, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

body, html {
    color: #777;
    font-size: 1.025rem;
    line-height: 1.5;
}

p {
    margin: 0 0 1.5em;
    padding: 0;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
    background-image: url('/assets/img/wallpaper1.jpeg');
    min-height: 100vh;
}

/* Second image (Portfolio) */
.bgimg-2 {
    background-image: url('/assets/img/wallpaper2.jpeg');
    min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
    background-image: url('/assets/img/wallpaper3.jpeg');
    min-height: 400px;
}

/* 4 image (Logo. Medium height) */
.bgimg-4 {
    background-image: url('/assets/img/banner.jpeg');
    background-position-y: -5vw;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}

/* 5 image (Gallery) */
.bgimg-5 {
    background-image: url('/assets/img/wallpaper5.jpeg');
    min-height: 350px;
}

.bgcolor-1{
    background: linear-gradient(0, #616161, #919191);
    color: white;
    background-attachment: fixed;
    min-height: 150px;
}

.banner-title {
    background-color: rgba(0,0,0,0.75) !important;
    color: white !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 36px !important;
    letter-spacing: 10px !important;
    white-space: nowrap !important;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding-left: 2em;
    padding-right: 2em;
}

.site-footer .wrap {
    padding-bottom: 1.5em;
    padding-top: 2em;
}

@media(min-width: 600px){
    .w3-fifth {
        width: 20%;
    }

    .avatar {
        max-height: 300px;
        object-fit: cover;
    }
    .eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.pricetag {
    margin-left: 8px;
    display:inline;
    font-size: 14px;
}
.price-container{
    padding-top:32px;
    padding-bottom:64px;
}

.price-container > .lead{
    /*text-align: center;*/
}

.price-panel {
    background-color: #f1f1f1 !important;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    height: 100%;
    width: 100%;
}

.price-title {
    font-size: large;
    vertical-align:top;
    font-weight:bold;
}

.price-description {
    font-size: medium;
}

.price-price {
    vertical-align: bottom;
    font-size: large;
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.mt-3 {
    margin-top: 3rem;
}

.gal-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gal-item {
    padding: 8px;
}

.gal-item > div {
    display: flex;
    height: 100%;
}

.gal-item > div > img {
    margin: auto;
    width: 100%;
    height: auto;
}

@media  (max-width: 800px) {
    .gal-container {
        grid-template-columns: 1fr 1fr;
    } 
}

@media  (max-width: 600px) {
    .gal-container {
        grid-template-columns: 1fr;
    } 
}