/*font-family: 'B612', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Hind', sans-serif;
font-family: 'Josefin Sans', sans-serif;*/
/*font-family: 'Alegreya', serif;
font-family: 'Amiri', serif;
font-family: 'Cookie', cursive;*/

p.core-values{
    /*font-family: 'Cookie', cursive;*/
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.1em;
    color: #0c0c0c;
    letter-spacing: 0.02em;
    padding: 10px;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'B612', sans-serif;
    /*font-weight: bold;*/
}

html {
    height: 100%;
    /*background: #6441A5;  fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, #6441A5, #2a0845); /* Chrome 10-25, Safari 5.1-6 */*/
}

body {
    font-family: 'Josefin Sans', sans-serif;
    background: transparent !important;
    /*font-family: montserrat;*/
    color: #2C3E50;
}

p{
    /*font-family: 'Amiri', serif;*/
    font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
    /*color: #2f2f2f;*/
    color: #000;
    letter-spacing: 0.02em;
}

.line-height{
    line-height: 1.8em;
}

.padd{
	padding-top: 60px;
	padding-bottom: 60px;
}

table{
	font-size: 17px;
}

.welcome-banner{
    background-image: url("../../web-graphics/banner_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    /*padding-top: 100px;
    padding-bottom: 100px;*/
    min-height: 100vh;
    /*border: 1px solid black;*/
}

.all-centered-row{
    min-height: 70vh;
    display: flex; 
    align-items: center; 
    margin-top: 20px;
}

.banner-right, .banner-left{
    height: auto;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
    margin: 30px 0;
}

.contact-banner-left{
    height: auto;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
    margin: 30px 0;
    color: white;
}

p.pre-heading{
    font-family: 'Josefin Sans', sans-serif;
}

.banner-right{
    color: white;
}

.carousel-banner{
    background-image: url("../../web-graphics/banner_background2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*-webkit-box-shadow: 0px 3px 24px -3px rgba(166,53,12,1);
    -moz-box-shadow: 0px 3px 24px -3px rgba(166,53,12,1);
    box-shadow: 0px 3px 24px -3px rgba(166,53,12,1);*/
    -webkit-box-shadow: -1px 0px 18px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 18px 2px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 18px 2px rgba(0,0,0,0.75);
    background-color: white;
    padding: 10px;
    height: auto;
}

.custom-button{
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.48);
    width: 150px;
    padding: 15px 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    background-color: #fff;
    border-radius: 20px;
    border: 0;
    color: #000000;
    /*border: 1px solid #fff;*/
}

.welcome-text{
    line-height: 1.3em;
}

.padded-row{
    padding-top: 50px;
    padding-bottom: 50px;
}

.yellow-trans{background-color: #fdd913b5;}
.red-trans{background-color: #ef001cad;}
.section-two{
    /*min-height: 25vh;*/
}
.bright-yellow{color: yellow;}
.bright-white{color: #fff;}

.tob-tech{color: #fdd913b5;}
.vertical-center{
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*border: 1px solid black;*/
}

.quarter-screen{min-height: 25vh;}
.half-screen{ min-height: 50vh;}
.three-quarter-screen{min-height: 75vh;}
.full-screen{min-height: 100vh;}

.horizontal-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fully-centered{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.core-value{
    display: flex;
    justify-content: center;
    flex-direction: column;
    -webkit-box-shadow: -1px -1px 26px 1px rgba(253,217,19,0.67);
    -moz-box-shadow: -1px -1px 26px 1px rgba(253,217,19,0.67);
    box-shadow: -1px -1px 26px 1px rgba(253,217,19,0.67);
    /*border: 2px solid #fdd913b5;*/
    border-radius: 10px;
    min-height: 50vh;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.section-three{
    min-height: 100vh;
    background-image: url("../../web-graphics/images/offer_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.coloured-pattern{
    min-height: 100vh;
    background-image: url("../../web-graphics/coloured_pattern.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-four{
    background-image: url("../../web-graphics/background_ash.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.social-icons{
    margin: 0 10px !important;
}

.flex-centered{
    /*min-height: 50vh;*/
    display: flex; 
    justify-content: center;
    padding-top: 
}

.service-image img{
    border-radius: 5px;
    /*border: 1px solid black;*/
    /*padding: 5px;*/
    margin-bottom: 30px;
}

.gallery-img{
    -webkit-box-shadow: 0px 3px 24px -3px rgba(166,53,12,1);
    -moz-box-shadow: 0px 3px 24px -3px rgba(166,53,12,1);
    box-shadow: 0px 3px 24px -3px rgba(166,53,12,1);
}

.services{
    display: flex; 
    justify-content: center;
    flex-direction: column;
}

.patterned{
    background-image: url("../../web-graphics/background-pattern.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.footer{
    background-image: url("../../web-graphics/footer.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 40vh;
    font-size: 0.8em;
}

.footer p{
    color: white;
}

.footer-links{padding-top: 45px;}

.carousel-control.left, .carousel-control.right{
    background: transparent !important;
}


/*Projects page*/
.service-desc{
    color: #0c0c0c;
    letter-spacing: 0.02em;
    /*padding: 10px;*/
    line-height: 1.2em;
}

.projects-banner{
    /*background-image: url("../../web-graphics/background-pattern3.png");*/
    background-image: url("../../web-graphics/backgr.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 70vh;
    color: white !important;
}

.about-banner{
    background-image: url("../../web-graphics/images/tob-colored.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    color: white !important;
    padding-bottom: 30px;
}

.projects-banner p, .about-banner p{color: white !important;}
.projects-banner div.inner-content{min-height: 57vh; padding-bottom: 40px}
.about-banner div.inner-content{min-height: 85vh;}

.project-listing{
    padding: 40px 0;
}

.project-intro, .project-intro p{
    line-height: 1.3em;
    color: white !important;
    padding: 20px 0;
}

.project-intro-heading, .project-intro p{
    /*text-shadow: 2px 2px #000000;*/
    color: black;
}

.project-display{margin-bottom: 40px;}

/*Services*/
.service-heading{margin-top: 0px !important;}
/*.service-image img{margin-bottom: 30px 0;}*/

.navbar{
    /*background-color: #f23048; */
    /*background-color: #ef001d;*/
    color: black !important;
}


/*contact us page*/
.contact-banner{
    background-image: url("../../web-graphics/contact_back.png");
    background-size: contain;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    /*padding-top: 100px;
    padding-bottom: 100px;*/
    min-height: 100vh;
    /*border: 1px solid black;*/
}

iframe{height:700px;}

.mapouter{
    position:relative;
    text-align:right;
    height:500px;
    /*width:100%;*/
}

.contact-card{
    min-height: 35vh;
    -webkit-box-shadow: 2px 3px 12px 2px rgba(239,0,29,0.39);
    -moz-box-shadow: 2px 3px 12px 2px rgba(239,0,29,0.39);
    box-shadow: 2px 3px 12px 2px rgba(239,0,29,0.39);
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:600px;}

@media only screen and (max-width: 840px) {
    .welcome-banner{
        background-image: url("../../web-graphics/banner_background_mobile.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        /*padding-top: 100px;
        padding-bottom: 100px;*/
        min-height: 100vh;
    }

    .all-centered-row{
        min-height: 70vh;
        display: flex; 
        flex-direction: column;
        margin-top: 0px;
    }

    .carousel-banner{
        background-image: url("../../web-graphics/banner_carousel_back_mobile.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .welcome-text{
        line-height: 1.1em;
    }

    /*Projects Page*/
    /*background-image: linear-gradient(to left bottom, #f44f63, #f44557, #f43a4b, #f32e3f, #f22031, #f41836, #f70f3c, #f90041, #fd0059, #fd0072, #f8008b, #ef00a3);*/
/*    .projects-banner{
        background-image: linear-gradient(to left bottom, #f44f63, #f44557, #f43a4b, #f32e3f, #f22031, #f73926, #fa4c18, #fc5e00, #ff8600, #ffaa00, #facd00, #efef00);
    }*/

    .projects-banner div.inner-content, .about-banner div.inner-content{min-height: 90vh;}

    .about-banner{
        background-image: url("../../web-graphics/images/unsplash/tob.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        min-height: 60vh;
        color: white !important;
        padding-bottom: 30px;
    }

    .contact-banner{
        background-image: url("../../web-graphics/contact_back.png");
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 100vh;
    }
}