@font-face {
  font-family: Sportypo;
  src: url(SportypoRegular.ttf);
}

@font-face {
	font-family: WaterBrush;
	src: url(WaterBrush-Regular.ttf);
}

* {
    margin: 0;
    font-family: arial;
}

body {
    background-color: #999999;
}

a {
    text-decoration: none;
}

p {
   margin: 12px;
}

.header {
    background-image: linear-gradient(#000000, #999999);
    height: 100px;	
    line-height: 100px;
    width: 100%;
    vertical-align: middle;
    position: fixed;
}

.nav {
    height:40px;
    line-height: 40px;
    width: 100%;
    background-image: linear-gradient(#000000,#555555);
    color: #ffffff;
    padding: 0px;
    vertical-align: middle;
    top: 100px;
    position: fixed;
    margin: 0px;
}

.navbutton {
    font-family: Sportypo;
    font-size: 16px;
    color: #ffffff;
    background-height: 40px;
  -webkit-text-fill-color: #ffffff; 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
    border-style: solid none solid none;
    border-color: #ffffff;
    border-width:5px;
    padding: 5px 5px 5px 5px;
}

.navbutton:hover {
  -webkit-text-fill-color: #ffffff; 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ed1b24;
    border-color: #ed1b24;
    cursor: pointer;
}

.content {
    height: 100%;
    background-image: linear-gradient(to bottom right, #000000, #999999);
    padding: 12px;
    color: #ffffff;
}

.hblock {
    height: 135px;
}

.title {
    font-family: Sportypo;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
  -webkit-text-fill-color: #ffffff; 
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ed1b24;
    vertical-align: middle;
    display: inline-block;
}

h1, h2, h3, h4 {
    font-family: Sportypo;
  -webkit-text-fill-color: #ffffff; 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}

.subtitle {
    font-family: Sportypo;
  -webkit-text-stroke-color: #000000;
}

.logo {
    height: 80px;
    position: relative;
    top: 12.5px;
    padding-left: 12px;
 }

.photo {
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    width: 400px;
}

.bio {
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    width: 150px;
    float: left;
    margin: 8px;
}

.left-content {
    width: 450px;
    vertical-align: top;
    text-align: center;
}

.right-content {
    vertical-align: top;
}

.formcol {
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    height: 35px;
}

input {
  height: 22px;
}

input[type=submit] {
  background-color: rgba(0, 0, 0, .10);
  height: 40px;
  width: 150px;
}


select.formfield {
    width: 268px;
    height: 30px;
}

.formfield {
    font-weight: bold;
    border: 2px solid #ffffff;
    width: 260px;
    height: 25px;
}

.formfield:hover {
  border: 2px solid #ed1b24;
}

.formfield:focus {
  border: 2px solid green;
}

.formnum {
    font-weight: bold;
    border: 2px solid #ffffff;
    font-size: 22px;
    width: 70px;
    height: 25px;
}
.formnum:hover {
  border: 2px solid #ed1b24;
}
.formnum:focus {
  border: 2px solid green;
}

.formnum::placeholder {
	font-size: 10px;
}

.formSuccess {
  text-align: left;
}

.formError {
  text-align: left;
  color: red;
}

select:required:invalid {
    color: gray;
}
option[value=""][disabled] {
        display: none;
}
option {
        color: #000;
}

ul {
	position: relative;
	text-align: left;
}
li {
	font-size: 20px;
	text-align: left;
}

.payicon {
	height: 25px;
}


td.capcol {
    background-image: linear-gradient(red, blue);
    color: #fff;
    text-align: center;
    font-family: WaterBrush;
    font-size: 22px;
}
input.capinput {
    font-size: 18px;
}

.gearCell {
    vertical-align: top;
    background-color: #fff;
    color: #000;
}

.gearIMG {
    width: 260px;
}
