.en-bk {
    background: #360C13;
	background-image: url(../img/backgrounds/bk.jpg);
	-webkit-box-shadow: 0px 0px 0px -248px;
	box-shadow: 0px 0px 0px -248px;
    background-repeat: repeat-x;
    background-position-x: center;
}

.en-font-1 {
    font-family:Pacifico;
    font-weight: bolder;
}
.en-font-2 {
    font-family: 'Century Gothic';
    font-weight: bold;
}
.en-font-3 {
    font-family: 'Arcon';
    font-weight: normal;
}

.en-bg-color-1 {
    background-color: #adaa66;
}

.en-bg-color-2 {
    background-color: #000000;
}

.en-bg-color-3 {
    background-color: #360C13;
}

.en-color-1 {
    color: #CF1046;
}

.en-color-2 {
    color: #000000;
}

.en-page-wrapper {
    background-color: #37351A;
    padding: 0;
    border-radius: 10px;
}

.en-content-wrapper {
    background-color: #FFFFFF; 
    padding: 2em;
    border-radius: 10px;
}

/* .en-page-wrapper {
    padding: 2.5em;
} */

.en-border-style {
    padding: 2em; 
    border-radius: 5px; 
    border: 5px solid #EEC880;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
}

@media only screen and (min-width : 992px) {
    .en-page-wrapper {
        margin-top: 2.5em;
        margin-bottom: 2.5em;
        /*overflow: hidden;*/
        /* padding: 2.5em; */
        /* background-color: #79BD43; */
        /* box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,.05), 0px 0px 30px 0px rgba(0,0,0,.15); */
    }

    .en-free-estimate{
        white-space: nowrap;
        border-radius: 0.25em;
        padding: 0.25em;
        color: #fff;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
     }

     .navbar {
         background-color: transparent !important;
         padding: 0;
     }

     .navbar-nav {
         display:block;
     }

     .navbar-nav .nav-item {
        margin-top: .4em;
        margin-bottom: 0;
        margin-left: -70px;
        font-size: 1.5em;
     }

     .navbar-nav .nav-item:first-of-type {
        margin-top: 0;
     }

     .navbar-nav .nav-item:last-of-type {
        margin-bottom: 0;
     }

     .nav-item a {
        color: rgba(0,0,0,.5) !important;
        text-shadow: 2px 1px #ffffff;
     }

     .nav-item:hover a,
     .nav-item:hover,
     .nav-item .active {
        color: rgba(0,0,0,1) !important;
     }

     .navbar-brand {
         font-size: 2em;
     }

    /* border image */
    .en-border { 
        /* border: 30px solid transparent;
        border-image: url(../img/backgrounds/border.png) 30 round; */
    }

    .en-services{
        white-space: nowrap;
        padding: 5px;
     }

     .en-services:hover{
        white-space: nowrap;
        border-radius: 5px;
        padding: 5px;
        color: #fff;
        background-color: #03542B;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
     }

    /* nav sample-rounded-box-content */
    .sample-rounded-box {
        display: block;
        justify-content: center;
        background: rgba(234,180,82,1);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,180,82,1) 100%);
        color: #360C13;
        height: 70;
        padding: 0px 60px 0px 60px;
		margin-bottom: 2em;
        align-items: center;
		border-radius:50px 50px 50px 50px;
		position: relative;
		right: 80px;
		border: 3px solid #360C13;;
        color: #37351A;
        cursor: pointer;
	}

	
