body {
	font-family: 'Acme', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Acme', sans-serif;
	font-weight: 800;
}
/*--------------------------------------<Color Section>---------------------------------------------*/
.dki-color1 {
	background-color: #057238;
}
.dki-color1-txt {
	color: #057238;
}
.dki-color2 {
	background-color: #000;
}
.dki-color2-txt {
	color: #000;
}
.dki-color3 {
	background-color: #fff;
}
.dki-color3-txt {
	color: #fff!important;
}
.dki-color4 {
	background-color: #0d47a1;
}
.dki-color4-txt {
	color: #0d47a1;
}
.dki-trans1 {
	background: rgba(66, 66, 66, 0.5);
}

.shadow {
	text-shadow: 2px 2px 6px #000000;
}
.png-shadow {
        -webkit-filter: drop-shadow(5px 5px 5px #000);
        filter: drop-shadow(5px 5px 5px #000);
}
.box-shadow {
	box-shadow: 0px 0px 5px 8px rgba(0,0,0,.65);
}
.box-shadow2 {
	box-shadow: 2px 2px 6px 3px rgba(0,0,0,.65);
}

.red-box-shadow:hover {
	box-shadow: 0px 0px 60px -25px #FFF;
}
.noshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
.noborder {
    border: none;
}
/*--------------------------------------</Color Section>---------------------------------------------*/



/*--------------------------------------<Nav Section>---------------------------------------------*/
nav {
    height: auto;
}
nav ul a,
nav .brand-logo {
  color: #fff;
}
#dki-sidenav {
    width: 220px;
    height: 100vh;
    position: fixed;
    color: #419266;
    line-height: 3.0rem;
}
#dki-sidenav ul li a {
    color: #419266;
    font-size: 1.5rem;
    text-align: center;
    
}
nav #dki-sidenav ul li {
    float: none;
    width: 100%;
    display: grid;
}
#dki-sidenav .collapsible-header {
    padding: 0rem;
    padding-left: 3.2rem;
    line-height: 3.0rem;
    
}
#dki-sidenav ul.collapsible.collapsible-accordion.noshadow.noborder {
    margin: 0;
    text-align: center;
}
#dki-sidenav ul.collapsible.collapsible-accordion.noshadow.noborder li a {
    margin: 0;
    text-align: center;
    align-content: center;
    align-items: center;
}
.nav-phone {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
}
#nav-mobile ul li a {
    color: #419266;
    font-size: 1.7rem;
    text-align: center;
    
}
.sidenav {
    color: #419266;
}
.sidenav li > a {
    height: 40px;
}
/*--------------------------------------</Nav Section>---------------------------------------------*/



/*--------------------------------------<Hero Section>---------------------------------------------*/
/*#index-banner {
	margin-top: -15px;
}*/

.slider, .slider .slides {
	height: 700px!important;
}
.slider .indicators {
	position: absolute;
  	top: 10px;
	left: 90%;
}
.slider .indicators .indicator-item {
  	display: inline-block;
    position: relative;
  	cursor: pointer;
  	height: 16px;
  	width: 16px;
  	margin: 0 12px;
  	background-color: #424242;
  	-webkit-transition: background-color .3s;
  	transition: background-color .3s;
  	border-radius: 50%;
  	z-index: 7000;
}

.slider .indicators .indicator-item.active {
  background-color: #419266;
}

#menu-banner {
    /* The image used */
    background-image: url("../img/cookie2.jpg");

    /* Set a specific height */
    height: 500px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-shadow: 2px 2px 2px #fff;
}
/*--------------------------------------</Hero Section>---------------------------------------------*/


/*--------------------------------------<Main Section>---------------------------------------------*/
#dki-main {
    margin-left: 220px;
}


/*--------------------------------------</Main Section>---------------------------------------------*/



p {
  line-height: 2rem;
}
.auto {cursor: auto;}
.upsize {
	font-size: 1.9em;
}
.rd-corner {
	border-radius: 15px;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.carousel {
    width: 100%;
    height: 100%;
}

.sidenav-trigger {
  color: #26a69a;
}
.pad-top {
    padding-top: 20px;
}
.menu-pad-top {
    padding-top: 10px;
}
.pad {
    padding: 10px;
}
.marg-top {
    margin-top: 20px;
}
.marg5 {
	margin: 5px;
}
.marg10 {
	margin: 10px;
}
.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}




/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    /* insert styles here */
    .cookie-logo {
        width: 120px;
    }
    #dki-sidenav {
        line-height: 2.5rem;
    }
    #dki-sidenav p {
        line-height: 1.0rem;
    }
    #dki-sidenav ul li a {
        font-size: 1.3rem;
    }
    .sidenav li > a {
        height: 30px;
    }
    .nav-phone {
        font-size: 1.3rem;
    }
    .pad-top {
        padding-top: 10px;
    }
    .container {
        width: 95%;
    }
    .slider, .slider .slides {
        height: 500px!important;
    }
    .slider .slides li .caption {
        top: 1%;
        left: auto;
        width: 100%;
    }
    #review.upsize {
        font-size: 1.5em;
    }

}







@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
    nav {
        height: 65px;
        /*line-height: 36px;*/
    }
    nav #nav-mobile {
        line-height: 10px;
    }
    .nav-phone {
        font-size: 1.7rem;
        font-weight: bold;
        text-align: center;
        line-height: 1rem;
    }
    .nav-phone a{
        font-size: 1.7rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.7rem;
    }
    .slider .slides li .caption {
        top: 1%;
        left: auto;
        width: 100%;
    }
  #dki-main {
    margin-left: 0px;
}
  #index-banner .section {
      top: 0;
  }
    #index-banner h1 {
        font-size: 3.7rem;
    }
    #index-banner h3 {
        font-size: 2.7rem;
    }
}
