body{
	background: url(media/gold.jpg) no-repeat center center fixed;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	font-size: 15px;

}

span {
    color: red;
    font-weight: bold;
}

h2{
	color: #000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Dejavu Sans", Verdana, "Sans-serif";
    font-weight: 900;
    text-align: center;
    padding: 30px;
    background: linear-gradient(45deg, #ff8f8f, #fff000d6);
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 8px;
    font-size: 25px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
    height: 90px;
    border-radius: 300px;

}

h4{
	color: #ffffffd9;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Dejavu Sans", Verdana, "Sans-serif";
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background: #000000;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 8px;
    border-top: 0px solid #b8975e96;
    font-size: 15px;
    border-radius: 300px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}


img{
	background: #000000e6;
    border-radius: 50%;
    padding: 1px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 8px;
    margin-top: 20px;
}


input, textarea{

        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
        height: 37px;
        background: #ffffffe3;
 }

 textarea{
        height: 100px;
  }

 input:hover, textarea:hover{
        box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;

 } 
 input:focus{
 
        box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
        height: 50px;
        
  }
    
 input:active{
        border: 2px solid #c9c9c9;
        border-radius: 0px;
        height: 50px;
        
  }

  label{
  	padding-top: 20px;
  	color: #000000;
  }

input#btn{
    width: 30%;
    height: 50px;
    background-color: #000000 !important;
    color: #fff;
    border-radius: 3px;
    margin: auto;
    margin-top: 20px;
    border: 0px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px;
        
}
    
input#btn:hover{
        box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 8px;   
        background-color: #fe9687 !important;
        transition-duration: 0.7s;
}

.logo{
    margin: auto;
    text-align: center;

}

.myform{
	background: #fff200f2;
	width: 100%;
	height: 100%;
	padding: 25px 25px 25px 25px;
	border-radius: 3px;
	margin: auto;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 8px;
    border: 2px #000000;
    border-style: groove;


}

.fa {
  padding: 10px;
  font-size: 30px;
  width: 70%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: auto;
  margin-top: 20px;
}

.fa:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  color: #fff;
  text-decoration: none;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.footer{
    color: #ffffff;
    margin: auto;
    height: 4rem;
    line-height: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;

}

footer{
    text-align: center;
    bottom: 0;
    background: #000000a1;
    color: white;
    width: 100%;
    height: 4rem;
    border-top: 2px groove #fff200;
    display: inline-table;
}

h1{
  color: #ffffff !important;
}

nav {
    
    margin-bottom: 3rem;
    display: flex;
    height: 10rem;
}

.serial-image {
    padding: 10px;
}

img#serial {
    width: 100%;

}

input#serialtxt {
    height: 4rem;
    font-size: 2rem;
}

div#serialdiv {
    margin-top: 0rem;
}

.fa {
  padding: 18px;
  font-size: 2rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
  margin: 5px;
}

.form-control:focus {
    color: #000;
    background-color: #ffffffe3;
    border-color: #007aff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #535a60;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: .25rem;
}

.fa-youtube {
    background: #ff0000;
    color: #fff;
}

.fa-instagram {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
     background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.fa-twitter {
    background: rgb(29, 161, 242);
    color: #fff;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #b8975e, 0 0 60px #b8975e, 0 0 70px #b8975e;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #b8975e, 0 0 70px #b8975e, 0 0 80px #b8975e;
  }
}