body, html {
background-color: #000;
color: #3F2860;
font-family: Avenir, sans-serif;
height: 100%;
margin: 0px; 
padding: 0px;
font-weight: bold;
}
header {
font-weight: lighter;
text-align: center;
background-image: linear-gradient(#00cc00, #1aff1a);
background-repeat: no-repeat;
background-size: auto;
position: relative;
padding: .05em;
height: 10%;
margin-bottom: 0%;
}
a {
color: #ff0000;
text-decoration: none;
}
a:hover {
color: #00b300;
}
h1 {
font-size: 1.5em;
color: #FFF;
text-align: center;
position: relative;
background-size: auto;
margin-bottom: 1%;
font-weight: lighter;
}
.ajd {
margin-bottom: .8em;
position: sticky;
position: -webkit-sticky;
top: 0;
z-index: 99;
/* Spinning Animation */
-webkit-animation:spin 3s linear infinite;
-moz-animation:spin 3s linear infinite;
animation:spin 3s linear infinite alternate;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
}
h2 {
font-family: 'Press Start 2P', Montserrat, sans-serif;
font-size: 1.50em;
font-weight: lighter;
color: #FFF;
}
p{
font-size: 1.125em;
font-weight: lighter;
color: #FFF;
}
nav {
font-weight: lighter;
font-family: 'Press Start 2P', Montserrat, sans-serif;
text-align: center;
background-color: #000;
font-size: 1.25em;
padding: 1em;
background-size: auto;
word-spacing: .5em;
}
nav a {
text-decoration: none;
color: #00b300;
text-align: center;
position: relative;
}
nav a:hover {
color: red;
}
footer {
font-family: 'Press Start 2P', Montserrat, sans-serif;
background-color: #000;
font-size: 1.00em;
font-style: italic;
text-align: center;
padding: 2.25em;
color: #FFF;
position: relative;
bottom: 0;
left: 0;
right: 0;
padding-top: 12em;
font-weight: lighter;
}
#wrapper {
background-color: #000;
position: relative;
text-align: center;
padding-top: 25px;
margin: 0 auto;
color: #FFF;
}
main {
display: inline-block;
background-color: #000;
color: #000;
width: 100%;
margin: 0 auto;
min-width: 21em;
}
.column {
text-align: center;
display: inline-block;
width: 30%;
padding: .5em;
overflow: hidden;
/*border: .1em solid #0099FF;*/
min-width: 21em;
vertical-align: top;
}
.column2 {
text-align: left;
display: inline-block;
width: 90%;
overflow: hidden;
/*border: .1em solid #0099FF;*/
min-width: 21em;
vertical-align: top;
}
/* Hero Image */
#hero {
text-align: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("images/IMG1595.GIF"), url("images/hero.jpg");
height: 50%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
}
#page {
color: #000;
text-align: center;
position: relative;
font-size: 1.50em
}
/* Testimonial Images */
.test {
overflow: hidden;
border-radius: 50%;
}
/* Contact form */
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #000;
border-radius: 4px;
box-sizing: border-box;
margin-top: 1%;
margin-bottom: 1%;
resize: vertical;
}
input[type=submit] {
background-color: #00b300;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type=submit]:hover {
background-color: red;
}
.container {
border-radius: 5px;
background-color: #000;
padding: 20px;
width: 65%;
position: relative;
margin: auto;
}
/* Images */
.imgcolumn {
text-align: center;
display: inline-block;
width: 30%;
padding: .5em;
overflow: hidden;
box-sizing: content-box;
min-width: 20em;
vertical-align: top;
}
/* Mobile Nav */
.nav .active {
background-color: #00b300;
color: white;
}
.nav .icon {
display: none;
z-index: 100;
position: absolute;
}
@media only all and (max-width: 768px) {
.nav a:not(:first-child) {display: none;}
.nav a.icon {
float: right;
display: block;
position: absolute;
right: 5%;
top: 2%;
bottom: 2%;
}
}
@media only all and (max-width: 768px) {
.nav.responsive {position: relative;}
.nav.responsive .icon {
position: absolute;
right: 5%;
top: 4%;
bottom: 2%;
}
.nav.responsive a {
float: none;
display: block;
text-align: left;
}
.nav a {
display: none;
}
}