﻿/*old colour #db7145*/
/*general*/
body {
    font-family: 'Poppins', sans-serif;
    background-image: url(../images/boxtree-bg-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    color: #333333;
}
.sitenav {
    background-image: url(../images/img-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #44a834;
    width: 100%;
    min-height: 9px;
    margin-top: 22px;
    position: absolute;
}
.navbar {
    padding-top: 13px;
    padding-bottom: 13px;
}
li.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 1.2rem;
    color: white;
}
a.nav-link:hover, a.nav-link.activel {
    color: white;
    background-color: #333333;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.bg-dark {
    background-color: #0f131c !important;
}
.navbar-dark .navbar-toggler {
    margin-right: 20px;
}
.navbar-toggler {
    border-color: #333333
}
.navbar-toggler-icon {
    filter:invert(1);
}
h2, h3 {
    font-weight: 700;
    color: #7EA834;
}
.card {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
}
.card-img-top {
    border-top-right-radius: 0;
}

.hero {
    background-image: url(../images/boxhero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #4FC33C;
    width: 100%;
    min-height: 500px;
}

.hero .row{
    min-height:500px;
}
.home-hero{
}
.contact-hero {
}
.whatson-hero {
}
.gallery-hero {
}
h1.herotext {
    margin-top: 40px;
    font-weight: 900;
    font-size: 3.4rem;
    display: inline-block;
    background-color: rgb(255, 255, 255, 0.70);
    padding: 10px;
    color: #333333;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #44a834;
}
/*end*/
/*home*/
.homebg1, .homebg2 {
    width: 100%;
    background-color: #7EA834;
}
.breakout,
.breakout .row {
    min-height: 50px;
}

    .breakout h2 {
        font-weight: 900;
        margin: 0;
    }

.homejoin a {
    color: #ffffff;
    font-weight: 700;
}

.mbzero p:last-child {
    margin-bottom:0;
}
.twhite p{
    color: white;
}
/*end*/
/*gallery*/
.light-bg {
    background-color: #E6E6E6
}
/*end*/
/*whatson*/
.card-title {
    font-weight:700;
}
.card-body em {
    display: inline-block;
    color: #333333;
    background-color: rgb(52, 168, 93, 0.45);
    padding: 3px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*end*/
/*contact*/
.mapouter {
    position: relative;
}

#gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    position: relative;
    height: 268px;
}
.form-select,
.form-control {
    border-radius: 0;
    padding: 0.8rem 0.8rem;
}
.form-label {
    margin-bottom: 0.2rem;
}
.orangebtn {
    background-color: #34A85D;
    border-color: #34A85D;
}
    .orangebtn:hover {
        background-color: #34A85D;
        border-color: #34A85D;
    }
ul.teamul {
    padding-left: 20px;
}
.mw-60{
    max-width:100px;
}
span.error {
    color: red;
}
/*end*/
/*admin pages*/
.heroadmin {
    width: 100%;
    min-height: 300px;
    background-color: lightseagreen;
}

    .heroadmin .row {
        min-height: 300px;
    }

/*end*/
/*footer*/
.footer {
    width: 100%;
    min-height: 110px;
    border-top: 4px solid #44a834;
    background-color: #dbdbdb;
}

.footertext {
    color: #333333;
    font-size: 0.8rem;
    margin: 0;
}
.mobr-center{
    text-align: right;
}
/*end*/
/*responsive*/
@media screen and (max-width: 1200px) {
    li .nav-item {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media screen and (max-width: 992px) {

    h1.herotext {
        font-size: 2rem;
        display:block;
    }
    .brno {
        display: none;
    }
    a.nav-link:hover, a.nav-link.activel {
        color: white;
        text-decoration:underline;
        background-color: transparent;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

@media screen and (max-width: 768px) {
    .mob-gone {
        display: none;
    }

    .mobr-center,
    .mob-center {
        text-align: center !important
    }
}
/*end*/