@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	font-family: 'Poppins', sans-serif;
}

/** globals **/

button {
	background-color: #f8af3c;
	border-radius: 1px;
	border-width: 0px;
	padding: 16px 35px 16px 35px;
}

button a {
		color: #000;
}

button a:hover {
		color: #000;
}

button a:active {
		color: #000;
}

section > .fa, section > .fas {
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 5em
}

.centerMe {
	text-align: center;
}

/** Navigation **/

.nav {
	background-color: #fff;
	min-height: 76px;
	padding: 14px 24px 0 24px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;

}

nav li {
	display: inline;
	font-size: 16px;
	padding-right: 15px;
}

section.nav img {
	max-height: 50px;
}

.navbar {
	border-bottom: 1px solid #ccc;
	/*font-size: 16px;*/
}

.navbar-brand {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

nav {
	text-transform: uppercase;
}

nav img {
	float: left;
}

nav ul {
	margin-bottom: 0;
}

nav a {
	color: #212529;
	text-transform: uppercase;
}

.nav-item button {
	padding: 10px 18px;
}

.navbar-toggler {
	background-color: #f8af3c;
}

.bg-light {
	background-color: #fff !important;
}

/** HERO **/

/** HERO SECTION ELEM **/

/* 0px and larger screens */
	#hero {
		min-height: 462px;
	    padding: 46px 0 24px 0;
	    background-image:url("https://wp-themes.com/wp-content/themes/neve/assets/img/starter-content/hero.jpg");
	    background-position: center;
	    border-bottom: 1px solid #000;
	}

	#hero p {
		padding-bottom: 12px;
	}

	#hero .painters {
		float: right;
	}

	#hero .clients {
		float: left;
	}

	.herop {
		padding: 0 9rem;
	}

/* 992px and above */
@media (min-width: 992px) {

	#hero h1 {
		font-size: 2.9rem;
		padding-bottom: 24px;
		padding-left: 5rem;
		padding-right: 5rem;
	}

}

/* 992px and above */
@media (min-width: 788px) {

	#hero h1 {
		font-size: 2rem;
		/*padding-bottom: 24px;
		padding-left: 5rem;
		padding-right: 5rem;*/
	}

}

/** CTA **/

section.cta {
	padding: 64px 0px;
	border-bottom: 1px solid #000;
}

.cta i.fas {
	padding-bottom: 24px;
	font-size: 5rem;
}

.cta h4 {

}

/** Testimonials **/

section.testimonials {
	background-color: #c2c2c2;
	padding: 64px 0px;
	border-bottom: 1px solid #000;
}

.testimonials i.fas {
	padding-bottom: 24px;
	font-size: 5rem;
}

.testimonials h4 {
	
}

section.about {
	padding: 64px 0px;
}

/** FOOTER **/

footer {
	color: white;
	background-color: #1c262a;
	min-height: 256px;
	padding: 64px 0 128px 0;
}

.footer {
	background-color: #1c262a;
}



/** Naviagion overrides **/

.navbar-toggler-icon {
	width: 1em;
    height: 1em;
    vertical-align: revert;
}

.navbar-toggler {
	line-height: normal;
}

/* @768px and less remove width 100% from .navbar-brand */

@media (max-width: 768px) {

	.navbar-brand {
		width: initial;
	}

}




@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@media(min-width:768px) {
    body {
        /* margin-top: 50px; */
    }
    /*html, body, #wrapper, #page-wrapper {height: 100%; overflow: hidden;}*/
}

#wrapper {
    padding-left: 0;    
}

#page-wrapper {
    width: 100%;        
    padding: 0;
    background-color: #fff;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 22px 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #1a242f;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 60px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        border-top: 1px rgba(0,0,0,.5) solid;
        overflow-y: auto;
        background-color: #222;
        /*background-color: #5A6B7D;*/
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
        border-bottom: 1px rgba(0,0,0,.3) solid;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #1a242f !important;
    }
}

.side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0,0,0,.3) solid;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    /*color: #999;*/
    color: #fff;    
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}

.navbar-brand {
    padding: 5px 15px;
}

/**  Media Breakpoints **/











.mh-container
{
  min-height: calc(100vh - 398px);
  display: flex;
    align-items: center;
    /* justify-content: center; */
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  /* //  Track  */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
  }
  
  /* // Handle  */
  ::-webkit-scrollbar-thumb {
    background: #F8AF3C;
    border-radius: 10px;
  }
  
  /* //  Handle on hover  */
  ::-webkit-scrollbar-thumb:hover {
    background: #e29f34;
  }
  .min-h{
    min-height: calc(100vh -  180px);
  }
  
  