@charset "utf-8";


body {
	font-family: Montserrat, "sans-serif";
	font-weight: 300;
	font-size: 100%;
}
.homeview {
	height: 100vh;
}

.topslide {height: 600px }

.subheading {
    color: rgba(187,165,0,61.00);
    font-weight: 600;
	margin: 0 0 16px 3px !important;
	top: -.35em;
	font-size: 0.8em !important;
	letter-spacing: 0.3em !important;
}

.pagetitle {
	
	font-family: "DMSerifText Regular", "sans-serif";
	font-size: 2.5rem;
	vertical-align: middle;
}

.sub_div {
            position: absolute;
            bottom: 10px;
        }
img.scalable {
	width: auto;
	height: auto;
	max-width: 100%;
}
.qoute {
	font-family: "DMSerifText Regular", "sans-serif";
	font-size: 1.8rem;
	color: #8D8D8D;
}

.atenttion {
	font-size: 1.4em;
}

.drop-shadow { 
            border-radius: 4px; 
            filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.8));
		max-width: 450px;
        }
.Loginheader {
	color: rgba(87,165,140,1.00);
	font-size: 140%;
}

