.slick-slide:focus {
    outline: white !important;
}

#home{
	background-image:linear-gradient(rgba(78, 67, 83, 0.4), rgba(78, 67, 83, 0.4)) , url(../img/plant.png);
	max-height: 600px;
}

.more_text{
	display: none;
}

.intro-header {
	z-index: 7;
    white-space: nowrap;
    text-align: inherit;
    text-transform: uppercase;
    visibility: inherit;
    transition: none 0s ease 0s;
    line-height: 54px;
    border-width: 0px;
    margin: 0px;
    padding: 8px 0px;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 51px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.intro-sub-header {
	z-index: 8;
    white-space: nowrap;
    text-align: inherit;
    text-transform: uppercase;
    visibility: inherit;
    transition: none 0s ease 0s;
    line-height: 17px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 11px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.intro-button{
	z-index: 9;
    font-weight: 700;
    white-space: nowrap;
    outline: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    box-sizing: border-box;
    text-transform: uppercase;
    border-width: 2px;
    visibility: inherit;
    transition: none 0s ease 0s;
    color: rgb(255, 255, 255);
    text-align: inherit;
    line-height: 14px;
    margin: 0px;
    padding: 10px 30px;
    letter-spacing: 3px;
    font-size: 14px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    cursor: pointer;
    border-radius: 0px;
}

@media only screen and (max-width: 1200px) {
    
}


@media only screen and (max-width: 767px) {
    .intro-header {
        font-size:36px;
    }
}