@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-position: center top;
	background-size: auto 110%;
	background-repeat: no-repeat;
	background-image: url(../images/landscapeBG.jpg);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #92a3d6;
	text-align: center;
}

a { 
	color: #92a3d6;
	text-decoration: none; }

a:hover {
	text-decoration: underline;
}

img.middle {
  vertical-align: middle;
}

.form-control {
	background-color: #333333;
	margin: 3px;
	color: #eee;
}

#name {
	width: 184px;
		color: #eee;

}

#email {
	width: 184px;
		color: #eee;

}

#subject {
	width: 184px;
		color: #eee;

}

#message {
	width: 244px;
		color: #eee;

}

.btn {
  border: none;
  border-radius: 1px;
  font-size: 12px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border-radius: 16px !important; }
  .btn.btn-primary {
    border-radius: 16px;
    background: #92a3d6;
    color: #000;
    -webkit-box-shadow: 0 15px 30px 0 rgba(77, 128, 228, 0.2);
    box-shadow: 0 15px 30px 0 rgba(77, 128, 228, 0.2); }
  .btn:hover {
    color: #fff; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

@media (min-width: 1080px) {
    .wide { display: block; }
	.narrow { display: none; }
    .wide-il { display: inline-block; }
	.narrow-il { display: none; } }

@media (max-width: 1080px) {
    .wide { display: none; }
	.narrow { display: block; }
    .wide-il { display: none; }
	.narrow-il { display: inline-block; } }