@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");

.esc-app{
    position: relative;
    overflow: hidden;
}
.esc-app, .esc-app h1, .esc-app h2, .esc-app h3, .esc-app h4{
    font-family : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
.esc-section {
    transition: all 0.4s ease;
    width: 100%;
}
.esc-section.open {
    display: block;
}
.esc-section.close {
    display: none;
}
.esc-app .btn-xl {
  padding: 1.25rem 2.5rem;
}
.esc-app .esc-section-home {
    padding: 0;
}
.esc-app .section-header{
    background: #425a3b;
    height: 80px;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.esc-app h2.section-title {
    font-size: 1.8rem !important;
    color: white;
    line-height: 1.8 !important;
}

.esc-app .esc-section-home .home-header {
    padding: 0;
    text-align: center;
    background: #425a3b;
    padding: 30px 15px 30px;
}
.esc-app .esc-section-home .home-header h1, .esc-app .esc-section-home .home-header h3 {
    color: white;
    font-weight: 600;
}
.esc-app .esc-section-home .home-content {
    background: url('../img/background.jpg') 0 0 no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
    text-align: center;
    padding-top: 60px;
}
.esc-app .esc-section-home .esc-home-images {
    margin-top: 15px;
    margin-bottom: 15px;
}
.esc-app .esc-section-home .esc-home-images img {
    height: 60px;
    margin: 5px;
}
.esc-app .esc-section-home .page-buttons {
    margin-top: 40px;
}

.esc-app .esc-section-home .btn-home {
    border-radius: 10px;
    border : solid 1px #425a3b;
}

.esc-app .content-section {
  padding-bottom: 0;
}

.esc-app .esc-section h3 {
    font-weight: 500;
    font-size: 1.1em;
}

.esc-app .content-section-heading h2, .esc-app .esc-page h2.page-title {
  font-size: 3rem !important;
}
.esc-app .esc-section h2.page-title {
    font-size: 2rem !important;
}
.esc-app .content-section-heading h3, .esc-app .esc-page h3 {
  font-size: 1rem !important;
  text-transform: uppercase;
}

.esc-app .esc-page{
    padding-top: 100px;
    padding-bottom: 50px;
}

.esc-app .text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.esc-app .scroll-to-top {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.esc-app .scroll-to-top:focus, .esc-app .scroll-to-top:hover {
  color: white;
}

.esc-app .scroll-to-top:hover {
  background: #343a40;
}

.esc-app .scroll-to-top i {
  font-weight: 800;
}

/* Side Menu */
#sidebar-wrapper {
  position: absolute;
  z-index: 2;
  right: 0;
  min-width: 250px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: #548235;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#sidebar_nav {
    display: none
}
.esc-app .sidebar-nav {
  position: absolute !important;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background:#548235;
  top: 0;z-index: 100;
}

.esc-app .sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.esc-app .sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.esc-app .sidebar-nav li a:active,
.esc-app .sidebar-nav li a:focus {
  text-decoration: none;
}

.esc-app .sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.25);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  color: white
}

.esc-app .sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.esc-app .sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.esc-app #side-menu-toggle {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
  display: block;
}
.esc-app #result-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.esc-app .menu-brand {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.esc-app .menu-toggle:focus, .esc-app .menu-toggle:hover {
  color: #fff;
}

.esc-app .menu-toggle:hover {
  background: #343a40;
}

.esc-app a {
  color: #548235;
}

.esc-app a:hover, .esc-app a:focus, .esc-app a:active {
  color: #425a3b;
}

.esc-app .btn-primary {
  background-color: #548235 !important;
  border-color: #548235 !important;
  color: #fff !important;
}

.esc-app .btn-primary:hover, .esc-app .btn-primary:focus, .esc-app .btn-primary:active {
  background-color: #425a3b !important;
  border-color: #425a3b !important;
}

.esc-app .btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;
}

.esc-app .btn-secondary:hover, .esc-app .btn-secondary:focus, .esc-app .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}

.esc-app .btn-dark {
  color: #fff !important;
}

.esc-app .btn {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.esc-app .bg-primary {
  background-color: #548235 !important;
}

.esc-app .text-primary {
  color: #548235 !important;
}

.esc-app .text-secondary {
  color: #ecb807 !important;
}
