/**
 * Frontend Stylesheet
 *
 */ 

/* ------------------------------------------------------------------
Site Intro Wrap
------------------------------------------------------------------- */
.magictime {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}

#si-wrap {
    background: #fff;
    color: transparent;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}

#si-wrap .text-wrap,
#si-wrap .image-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #ffffff;
    background-color: rgba( 30, 115, 190, 1 );
    text-align: center;
}

#si-wrap .text-wrap {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 40vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    background-color: rgba( 30, 115, 190, 0.5);
}
      
      
#si-wrap .image-wrap .image {
    display: none;
    position: absolute;
    max-width: 100%;
    /* max-height: 100%; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: 50%;
    margin: auto;
    width: 100vw;
}

#si-wrap .image-wrap .half {
    /* position: relative; */
    width: 50%;
    /* margin: 0 auto; */
    text-align: center;
}

#si-wrap .cd-intro {
    width: 55vw;
    margin:0 auto;
}

#si-wrap .cd-intro h1 {
	margin: 0;
}

#si-wrap .cd-intro .action-wrapper,
#si-wrap .cd-intro .action-wrapper p {
    width: 100%;
    padding: 1.5em;
}

#si-wrap .cd-intro .cd-intro-content .subtitle {
    font-size: 2.5rem;
}

@media only screen and (max-width: 768px) {
    #si-wrap .cd-intro {
	width: 0;
    }

    #si-wrap .cd-intro .action-wrapper,
    #si-wrap .cd-intro .action-wrapper p {
	padding: 0.5em 0 0 0;
    }

    #si-wrap .image-wrap .half {
	width: 100%;
    }
}
