body,td,th {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 16px;
    color: rgba(255,255,255,1);
}
body {
    background-color: rgba(0,0,0,1);
    background-image: url(../images/BG11.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.fancy {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    color: rgba(4,10,120,1.00);
    font-size: 40px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    text-shadow: 0px 0px #FFFFFF;
}
h1 {
    font-size: 36px;
    color: rgba(255,0,4,1);
    text-shadow: 50px 23px #FFFFFF;
    opacity: 1;
}
h2 {
    font-size: 24px;
    color: rgba(137,0,255,1);
}
a:link {
    color: rgba(255,0,182,1);
    text-decoration: none;
}
a:visited {
    color: rgba(255,71,0,1);
    text-decoration: none;
}
a:hover {
    color: rgba(255,245,0,1);
    text-decoration: underline;
}
a:active {
    color: rgba(0,84,255,1);
    text-decoration: none;
}
#logo {
    position: absolute;
    left: 5%;
    top: 0px;
    width: 252px;
    height: 92px;
}
nav {
    position: absolute;
    left: 5%;
    top: 153px;
    width: 80%;
    height: 39px;
    text-align: right;
    background-color: #000000;
}
header {
    position: absolute;
    left: 18px;
    top: 252px;
    width: 529px;
    height: 68px;
}
section {
    position: absolute;
    width: 60%;
    top: 370px;
    background-color: rgba(1,2,66,0.8);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 0px 40px;
    right: 35px;
    float: right;
	
}
body header h1 {
    text-shadow: 3px 4px 12px rgba(255,255,255,1.00);
    color: rgba(255,0,0,1.00);
    background-color: #FFFFFF;
}
.manu {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 0px;
    padding-top: 8px;
    padding-bottom: 31px;
    padding-right: 23px;
    margin-right: 26px;
    right: 4px;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}
.manu:hover {
    background-color: rgba(255,0,4,1);
}
#Name {
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    border-radius: 10px;
}
#Name:hover {
    border-color: rgba(255,31,0,1.00);
}
#email {
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    border-radius: 10px;
    padding-left: 7px;
}
#email:hover {
    border-color: rgba(255,31,0,1.00);
}
#submit {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-weight: bolder;
    font-size: 20px;
    background-image: -webkit-linear-gradient(270deg,rgba(247,247,249,1.00) 1.55%,rgba(53,51,241,1.00) 20.73%,rgba(6,5,146,1.00) 72.02%,rgba(255,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(247,247,249,1.00) 1.55%,rgba(53,51,241,1.00) 20.73%,rgba(6,5,146,1.00) 72.02%,rgba(255,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(247,247,249,1.00) 1.55%,rgba(53,51,241,1.00) 20.73%,rgba(6,5,146,1.00) 72.02%,rgba(255,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(247,247,249,1.00) 1.55%,rgba(53,51,241,1.00) 20.73%,rgba(6,5,146,1.00) 72.02%,rgba(255,0,0,1.00) 100%);
    margin-left: 75px;
}
#submit:hover {
    background-color: rgba(248,255,0,1.00);
    border-color: rgba(255,0,95,1.00);
}

#textarea {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-left: 0px;
}
#message:hover {
    background-color: rgba(255,255,255,1.00);
    border-color: rgba(255,0,4,1.00);
}
#message {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: rgba(255,141,236,1.00);
    font-size: 16px;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    text-align: center;
    font-weight: bold;
    margin-left: 50px;
}
#footer {
    position: absolute;
    left: 5%;
    top: 924px;
    width: 80%;
    height: 21px;
    background-color: rgba(15,0,219,1.00);
    text-align: center;
    border-radius: 34px;
    bottom: 373px;
}
#foot1 {
    background-color: rgba(4,21,209,1.00);
    border-radius: 30px;
    width: 80%;
    height: 25px;
    position: absolute;
    left: 5%;
    text-align: center;
}
#footab {
    position: absolute;
    border-radius: 24px;
    text-align: center;
    width: 80%;
    height: 24px;
    background-color: rgba(0,3,151,1.00);
    left: 9%;
    top: 1000px;
}
