#section-welcome .hero {
	background-image: none; /* url(/assets/images/photos/section/bio.jpg); */
	background-color: rgba(51, 99, 80, 0.75);
	}

#section-welcome .hero .card .column-content {
    position: relative;
    top: 25px;
    background-color: transparent;
    color: #fff;
    min-height: 50px;
    border-radius: 5px;
    }

/* Column styles */
.section-bg-color {
	background-color:  rgba(179, 138, 75, 0.4);
	}
	
.section-bg-color2 {
	background-color:  rgba(191,125,119, 0.5); /* rgba(179, 138, 75, 0.4) */
	}


	
/* typography
------------------------------------- */

#section-welcome .section h1 {
	font-size: 38px;
	font-weight: normal;
	/* text-transform: uppercase; */
	margin: 0;
	padding: 0;
	}
	
#section-welcome .card-header h1 {
	font-size: 78px;
	text-shadow: rgba(255, 255, 255, 0.498039) 0px 0px 15px, 
				 rgba(255, 255, 255, 0.498039) 0px 0px 10px;
	}

.sidebar h1 {
	font-size: 28px;
	}


/* Contact */

#support-request {
	max-width: 540px;
	margin: 0 auto;
	padding: 0;
	background-color: rgba(179, 138, 75, 0.4);
	}

fieldset {
	border: none;
	margin: 0
	padding: 0;
	}

.field-group {
	position: relative;
	margin-bottom: 18px;
	}

.field-group label {
    display: block;
    margin-right: 5px;
	}

.text-input {
	background: rgba(200,200,200,0.5) url(/assets/images/backgrounds/white-to-transparent-gradient.png) 0 0 repeat-x;
	padding: 5px;
	font-size: 16px;
	
	width: calc(100% - 50px);
	
	-webkit-appearance: none;
	border-radius: 3px;

	border: 1px solid #ccc;
	}
	
.text-input.sm-input {	
	width: 50px;
	}
	
	
input.text-input {
	background-position: 0 -50px;
	}

label {
	margin-bottom: 2px;
	font-size: 16px;
	}
	
	
#submit-support-request {
	margin: 0 7px 0 !important;
	}


/* Hide AJAX-y stuff by default */
.status-message, 
.form-error {
	display: none;
	}

.status-message {
	border: 1px solid rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,0.25);
	padding: 25px 45px;
	margin: 50px auto;
	max-width: 540px;
	font-size: 18px;
	border-radius: 10px;
	}

.form-error {
	text-indent: -9999px;
	padding: 3px 15px;
	font-size: 12px;
	color: red;
	}
