body {
	background: #f5f6fa;
}/*
.
.container {
	border: 1px solid orange;
}

/*
.row {
	border: 1px solid red;
}
/*
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12  {
	border: 2px solid green;
   } */

form {
	background: lightgray;
	display: flex;
	flex-direction: column;
	padding: 2vw 4vw;
}

form input, form textarea{
	border: 0;
	margin: 10px 0;
	padding: 20px;
	outline: none;
	background: white;
	font-size: 16px;
}

form button {
	padding: 15px;
	background: gold;
	color: white;
	font-size: 18px;
	border: 0;
	outline: none;
	cursor: pointer;
	width: 150px;
	margin: 20px auto 0;
	border-radius: 30px;
}

#justcenter {
	text-align: justify;
}
 
/* Font Colors */

.text-whi {
color: white;	
}

.text-mer {
	color: #990000;
}

.text-red {
	color: red;
}
.text-golden {
color: gold;	
}

.text-yellow {
	color: yellow;
}

.text-orange {
	color: orange;
}

.text-green {
	color: green;
}
.text-purple {
	color: purple;
}
.text-blue {
	color: blue;
}
.text-brown {
	color: brown;
}
.text-black {
	color: black;
}

/* Backgrounds */

.bg-whi {
	background: white;
}

.bg-red {
	background: red;
}
.bg-leven {
	background: #FDA7DF;
}

.bg-mer {
	background: #990000;
}

.bg-golden {
background: gold;	
}

.bg-yellow {
	background: yellow;
}

.bg-orange {
	background: orange;
}

.bg-green {
	background: green;
}
.bg-purple {
	background: purple;
}
.bg-blue {
	background: blue;
}
.bg-brown {
	background: brown;
}
.bg-black {
	background: black;
}

#bg-white {
	background: white;
}
#bg-yellow {
	background: yellow;
}
#bg-orange {
	background: orange;
}
#bg-green {
	background: green;
}
#bg-blue {
	background: blue;
}
#bg-purple {
	background: purple;
}
#bg-brown {
	background: brown;
}
#bg-black {
	background: black;
}