@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins-Regular.ttf'); 
}
body{
    width: 95%;
    margin: auto;
    font-family: Poppins-Regular;
    font-size: 12px;
    
}
hr{
max-width: 800px;
margin: auto;

}
table {
	background:none repeat scroll 0 0 lightskyblue;
	border:1px solid lightskyblue;
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
	width: 800px;
        color: black;
        font-size: 12px;
margin: auto;

}

table tr td, table tr th {padding:0.125em;}
table tfoot, table thead {background:none repeat scroll 0 0 white;}
table tr:nth-of-type(2n) {background:none repeat scroll 0 0 white;}
th {
border-right:1px solid lightskyblue;
border-top: 1px solid lightskyblue;
border-left: 1px solid lightskyblue;
border-right: 1px solid lightskyblue;
border-bottom: 1px solid lightskyblue;
}


td {
border-right:1px solid lightskyblue;
border-top: 1px solid lightskyblue;
border-left: 1px solid lightskyblue;
border-right: 1px solid lightskyblue;
border-bottom: 1px solid lightskyblue;

}
h1 {
    color: green;
    text-shadow: 1px 1px black;
}

h3 {
    color: #224478;
}
h9 {
    color:green;
    font-size: 0.8em;
}
.blank_row
{
    height: 30px !important; /* overwrites any other rules */
    background-color: white;
    border-right: 1px solid white;
    border-left: 1px solid white;
       
}
i {
    color: green;
}

#sides{
margin:0;
}
#left{
float:left;
width:60%;
overflow:hidden;
}
#right{
float:left;
width:40%;
overflow:hidden;
}

/* Contact Section */

#contact .overlay {
	padding: 100px 0 40px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053740+0,053740+100&1+0,0.75+100 */
	background: -moz-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(5,55,64,1) 0%, rgba(5,55,64,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053740', endColorstr='#bf053740', GradientType=0 ); /* IE6-9 */
}
#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#contact form {
	padding: 20px 0;
}
#contact i.fa {
	color: #121d1f;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff6600;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	background-image: none;
	border: 0;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #ccc;
}
.form-control:-moz-placeholder {
color: #ccc;
}
.form-control::-moz-placeholder {
color: #ccc;
}
.form-control:-ms-input-placeholder {
color: #ccc;
}
#contact .btn {
	margin-top: 20px;
}
#contact .social {
	margin-top: 5px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 30px;
	padding: 4px 5px;
	color: green;
	transition: all 0.5s;
}
#contact .social i.fa:hover {
	color: lightskyblue;
}
.i {
color: "red";
}
.hr {
color: grey;
}