

@media only screen and (min-width: 400px) { html { font-size: 14px;   height:100%;} }
@media only screen and (min-width: 600px) { html { font-size: 16px;   height:100%;} }




/******************************/
/* Remove website width limit */
/******************************/

@media only screen and (min-width: 1024px) { html { font-size: 17px;   height:100%;} }
/*.row {max-width: 80rem;}*/

/*
.slick-slide {
    opacity: .8;
    transition: opacity .8s ease-out;
    -moz-transition: opacity .8s ease-out;
    -webkit-transition: opacity .8s ease-out;
    -o-transition: opacity .8s ease-out;
}
.slick-current {
    opacity: 1;
    transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
}
*/

/******************************/
/******************************/
/******************************/


/*

.SlideTextArea2 {
    color: white;
    font-size: 3.5vw;
    line-height: 1.6rem;
    margin-top: 2.7rem;
}
*/