﻿body {
  margin: 2em;
}
aside {
    background: #1f8dd6; /* same color as selected state on site menu */
    padding: 0.3em 1em;
    border-radius: 3px;
    color: #808080;
    margin-bottom: 2em;
}
textarea {
  width: 100%;
}
.content-head {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
  font-size: 20px
}
.is-center {
  text-align: left;
}
.button-success {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: rgb(28, 184, 65); /* this is a green */
}
.button-xlarge {
  font-size: 125%;
}
button {
  float: left;
  font-size: 125%;	
}
#name, #email, #phone {
  width: 100%;
}

/* Red text */
.red-text {
  color: #FF0000;
}

.pure-group {
	font-size: 20px
}

/* Hyperlinks start....  */
a:link, a:visited {
  background-color: #f44336;
  color: white;
  padding: 5px 5px 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px; /* Rounded corners */
}
a:hover, a:active {
  background-color: #555;
}
/* ....hyperlinks end.  */

/* Send Button */
.btnSend {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 10px; /* Rounded corners */
  font-weight: bold;
}

.phone-style1 {
	font-size: x-large;
	color: #FF9900;
}

.call-us-style1 {
	font-size: medium;
	color: #FF9900;
}

