/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* xs: phone - portrait */
/* default. no media */

body{
	position: relative;
	width: 100%;
    height: 100vh;
}

/* .stretched #wrapper {
    overflow-x: hidden;
} */

content > a, p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 29px;
    color: #000;
}

.title{
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #fff;
}

.title-shadow {
    position: absolute;
    left: 0;
    top: 65%;
    width: 100%;
    text-align: center;
    transform: translate(0px, -50%);
    color: #998263;
    opacity: 0.1;
    z-index: 0;
    font-size: 6rem;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 400;
}


/* sm: phone - landscape */
@media (min-width: 576px) {
}

/* md: tablet */
@media (min-width: 768px) {
}

/* lg: desktop */
@media (min-width: 992px) {
    .title{
        font-size: 3.5rem;
        letter-spacing: 0px;
    }
}

/* xl: wide */
@media (min-width: 1200px) {
}

/* super wide */
@media (min-width: 1440px) {
}
