@charset "UTF-8";

html, body {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	color: #2B2B2B;
	background-color: white !important;
		
}

button:disabled{
	background: grey;
}

label{
	position: relative;
	top: 9px;
}

.rp {
	padding: 0px 0px 0px 0px;
	
}

/*
 * Layout
 */ 
.whole {
	height: 100%;
	margin: 0;
}

.half {
	height: 50%;
	
}

.third {
	height: 33%;
	
}

.two-thirds {
	height: 66%;
	
}

.vp-whole {
	height: 100vh;
}

.vp-half {
	height: 50vh;
	
}

.vp-third {
	height: 33vh;
	
}

.vp-two-thirds {
	height: 66vh;
	
}

.center {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	
	
}

.flex{
	display: flex;

}

.distribute-row {
	
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 5px 8px 5px 8px;
}


/*
 * Color
 */ 
.dark {
	background: rgba(43,43,43,0.50);
	
}
.light {
	background: #f8f8f8;
	
}

/*
 * Dimensions
 */ 
.fw-light {
	font-weight: 300;
}
.fw-regular {
	font-weight: 400;
}
.fw-medium {
	font-weight: 500;
}
.fw-extra-bold {
	font-weight: 800;
}
.c-white{
	color: white;
}

.c2a-button {
	background-color: rgba(17,0,224,1.00);
	color: rgba(233,233,233,1.00);
	border-style: outset;
	font-size: 16px;
	font-weight: 500;
	line-height: 42px; 
	width: 100vw;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	max-width: 295px;
	
	border: 2px solid rgba(233,233,233,0.95);
	border-radius: 4px;
	
}

.c2a-container {
	display: flex;
	padding: 20px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	 
}

.raise {
	-webkit-box-shadow: 0px 3px 8px 8px rgba(0,0,0,0.08); 
	box-shadow: 0px 3px 8px 8px rgba(0,0,0,0.08);
	
}

.stack {	
	align-items: stretch;
	
}

.center-both {
	display: flex;
	align-content: center;
	justify-content: center;
}

.pad {
	padding: 10px 10px 10px 10px;
}
.pad-tb {
	padding: 10px 0px;
}

.quote {
	
	font-weight: 800;
	text-align: center;
	font-size: 20px;
	color: #1100E0;
	
}

.f-row {
	display: flex;
	flex-direction: row;
	
}

.paragraphs {
	text-align: justify;
	padding-right: 20px;
	line-height: 30px;
	
}

.full-width {
	width: 100%;
	
}

.header {
	font-weight: 800;
	font-size: 20px;
	color: #1100E0;
	padding-left: 10px;
	position: relative;
	top: 10px;
	
}

.highlight {
	background-color: #18690C;
	border-radius: 8px;
	padding: 15px 20px 0px 15px; 
	color: white;
	
}

.unordered-list {
	position: relative;
	left: 25px;
	width: 90%;
}

.dark-header {
	font-size: 20px;
	font-weight: 800;
	text-align: center;
}

.tiny {
	font-size: 60%;
	font-weight: 300;
	line-height: 10px;
	
}

.tint{
	color:white;
	opacity: 0.5;
	
}

.ar {
	text-align: right;
	
}

.home-btn {
	position: absolute;
	content: url("../svgs/home.svg");
	top: 0px;
	cursor: pointer;
	right: 0px;
	z-index: 5000;
}
.second-legend {
	margin-top: 15px;
}

.clickable {
	cursor: pointer;
}

.nudge-up {
	position: relative;
	top: -8px;
}

.bullet-container {
	float: left;
}

#message{
	transition: 0.3s;
}

#oclogo {
	padding-right: 15px;
	padding-top: 2px;
	opacity: 0.1;
	
}

.bg-x-dark {
	background-color: #1f1035;
	-webkit-box-shadow: 0px 50px 8px 5px rgba(79,79,79,0.20);
	box-shadow: 0px 10px 8px 5px rgba(79,79,79,0.20);

}

.head1 {
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	color: #1f1035;
	padding-top: 15px;
	padding-bottom: 15px;
}

#title-logo {
	height: 100%; 	
	max-height: 100px;
	width: 62%;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;	
}

.text-center {
	align-content: center; 
	align-items: center;
		
}

.pad-t{
	padding-top: 10px;
}

.pad-b{
	padding-bottom: 10px;
}

.limit{
	width: 100%;
	max-width: 600px;
}

.limit-center{
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;

}
#logo-container {
	width: 100%;
	
}



.whole-vh {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: space-around;
	
}

.huddle {
	justify-content: center;
}

.x-blue {
	color: rgba(17,0,224,1.00);
}

#small-title-logo {
	height: 100%; 	
	max-height: 30px;
	
	padding-left: 15px;
	padding-right: 15px;
	
}

.rule-container {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
	
	max-width: 865px;
	align-self: center;
	justify-content: center;
	
}

.desaturate {
	color: #2B2B2B;
	
}


