/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}

.full {
  background: url(../images/sfvtech_biggie_pixel_blur.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sfvtech-fonts {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 1), 
	1px 1px 5px rgba(0, 0, 0, 1),
	1px 1px 10px rgba(0, 0, 0, .8)
}

p {
  font-size: 1.5em;
}

a {
  color: #FC102B;
}

img.portrait {
  margin-right: 10px;
  margin-top: 5px;
}

img.logo {
  margin-left: 10px;
}


.bio {
  min-height: 200px;
  margin-top: 20px;
}

.sfvtech-fonts a:hover, a:focus, a:active {
  color: #ffffff;
}

input {
  border: 1px solid gray;
  border-radius: 5px;
  padding: 5px;
  margin-right: 10px;
}

@media screen and (min-width: 0px) {
	input[type="email"] {
	 width: 200px;
	}
}

@media screen and (min-width: 300px) {
	input[type="email"] {
	 width: 300px;
	}
}
