﻿.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

@font-face {
    font-family: Montserrat Light;
    src: url("../fonts/Montserrat-Light.ttf")
}

@font-face {
    font-family: Montserrat Regular;
    src: url("../fonts/Montserrat-Regular.ttf")
}

@font-face {
    font-family: Montserrat SemiBold;
    src: url("../fonts/Montserrat-SemiBold.ttf")
}

@font-face {
    font-family: Yauza TYGRA;
    src: url("../fonts/yauzatygra.ttf")
}

html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
    /*margin-bottom: 60px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 56px;*/
    background-image: url("../img/background/background.png");
    background-color: rgba(255, 255, 249, 0.8);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

img {
    max-width: 100%;
}

footer {
    margin-top: auto;
    background-color: rgba(255, 255, 249, 0.8);
    font-family: "Montserrat Regular";
}

section {
    /*padding-top: 20px;*/
    font-family: "Montserrat Light";
    margin-bottom: 60px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 76px;
    
}

table {
    background-color: rgba(255, 255, 249, 0.4);
}

nav {
    background-image: url("../img/background/background-navigation.png");
    background-attachment: fixed;
    background-size: contain;
}

.masthead {
    background-image: url("../img/background/workshop.jpg");
    background-size: cover;
    min-height: 100vh;
    min-width: 98.4vw;
    max-width: 100%;
    position: relative;
    color: black;
}

.color-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
}

.singleCol {
    max-width: 750px;
    margin: 0 auto;
}

.baby-background {
    padding: 15rem 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/Background/baby.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-colour {
    color: #60D6A7;
}

.video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

    .video-background-holder video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.video-background-content {
    position: relative;
    z-index: 2;
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.banner_btn {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

    .banner_btn .btn1 {
        background: linear-gradient(to right, #60D6A7, #2ce9a4);
        font-family: "Montserrat SemiBold"
    }

.btn1:before {
    content: '';
    position: absolute;
    height: 100px;
    width: 20px;
    background: #f3f3f3;
    box-shadow: 0 0 10px #fff;
    filter: blur(1px);
    opacity: 0.9;
    top: -30px;
    transition: 0.7s;
    transform: rotate(-20deg) translateX(-60px);
}

.btn1:hover:before {
    transform: rotate(-20deg) translate(200px, 70px);
}

.navbar {
    height: 55px;
    background-color: rgba(255, 255, 249, 0.8);
    font-family: "Montserrat Regular";
    opacity: 1;
}

.order-btn {
    background-color: #60D6A7;
    font-family: "Montserrat SemiBold";
}

/**
 * Pricing Options
 */
.pricing-option {
    margin-bottom: 20px;
    border: 15px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}

.pricing-option__inner {
    background-color: white;
}

.pricing-option__inner {
    border: 1px solid rgba(0, 0, 0, 0.1);
     -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

    .pricing-option__inner:hover {
        border-color: rgba(0, 0, 0, 0.14);
         -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    }

.pricing-option__header {
    padding: 15px 10px;
}

    .pricing-option__header h5,
    .pricing-option__header .h5 {
        font-weight: 600;
        font-size: 14px;
    }

.pricing-option__price {
    padding: 10px;
    background: rgba(0, 0, 0, 0.03);
    color: #ed3e49;
}

.pricing-option-price__currency {
    vertical-align: 90%;
}

.pricing-option-price__number {
    font-size: 36px;
    font-weight: 300;
}

.pricing-option__body {
    padding: 10px 0 15px;
}

    .pricing-option__body ul > li {
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        color: #999;
    }

        .pricing-option__body ul > li:last-child {
            border-bottom: 0;
        }

.pricing-options_joint {
    padding: 10px;
    margin-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.05);
}

    .pricing-options_joint .row {
        margin-left: 0;
        margin-right: 0;
    }

    .pricing-options_joint [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .pricing-options_joint .pricing-option {
        margin-bottom: 0;
        border: 5px solid transparent;
    }

.pricing-options_table {
    border: 15px solid rgba(0, 0, 0, 0.05);
}

.pricing-options-table__table {
    margin-bottom: 0;
    text-align: center;
}

    .pricing-options-table__table > thead > tr > th {
        text-align: center;
        padding: 0;
    }

    .pricing-options-table__table .pricing-option__price {
        margin: -8px;
    }

    .pricing-options-table__table .fa-times {
        color: rgba(0, 0, 0, 0.2);
    }

.pricing-options-table__title {
    vertical-align: middle !important;
    padding-left: 20px !important;
    text-align: center;
    font-size: medium;
}

.pricing-options-table__subtitle {
    vertical-align: middle !important;
    padding-left: 20px !important;
    text-align: center;
    font-size: small;
    font-weight: lighter;
}

.gallery {
    background-color: #dbddf1;
    padding: 80px 0;
}

    .gallery img {
        background-color: #ffffff;
        padding: 15px;
        width: 100%;
        box-shadow: 0 0 15px rgba(0,0,0,0.3);
        cursor: pointer;
    }

.box {
    position: relative;
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: 10px;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    transition: .5s;
    margin-bottom: 35px;
}

    .box:hover {
        box-shadow: 0 rgba(0,0,0,.5);
    }

    .box .imgbox {
        position: relative;
    }

        .box .imgbox img {
            transition: .5s;
        }

    .box:hover .imgbox img {
        opacity: .5;
    }

    .box .content {
        position: absolute;
        bottom: -40px;
        left: 0;
        padding: 20px;
        box-sizing: border-box;
        transition: .5s;
        opacity: 0;
    }

    .box:hover .content {
        opacity: 1;
        bottom: 0;
    }

    .box .content h3 {
        font-size: 20px;
        color: black;
        font-weight: 700;
    }

    .box .content p {
        font-size: 18px;
        color: black;
        font-weight: 400;
    }

    .box .content .btnD {
        border: none;
        background: #ff0000;
        color: black;
        font-size: 18px;
        padding: 10px 20px;
        font-weight: 700;
        transition: .5s;
    }

        .box .content .btnD:hover {
            background: #ff3232;
        }

.carousel-clients {
    max-width: 75%;
    max-height: 75%;
}

.carousel-portraits {
    max-width: 100%;
}

h2 {
    text-align: center;
    font-family: "Yauza TYGRA";
}

h1 {
    text-align: center;
    font-family: "Yauza TYGRA";
    font-size: 3rem;
}
