@charset "utf-8";
body {
	background-color: #0E18C5;
	background-image: url(../Images/New%20World%20Invasion%20Shot.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#3 {
}

nav a {
    text-decoration: none;
    color: #000000;
    font-family: euphoria-script;
    font-style: normal;
    font-weight: 400;
    font-size: x-large;
    text-shadow: 1px 0px #000000;

}
.navlist .navlistitem a:hover {
    color: #06049B;
}

.navlist {
    list-style-type: none;
    overflow-x: hidden;
    background-image: -webkit-linear-gradient(270deg,rgba(144,144,144,1.00) 0%,rgba(144,144,144,0.31) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(144,144,144,1.00) 0%,rgba(144,144,144,0.31) 100%);
    background-image: -o-linear-gradient(270deg,rgba(144,144,144,1.00) 0%,rgba(144,144,144,0.31) 100%);
    background-image: linear-gradient(180deg,rgba(144,144,144,1.00) 0%,rgba(144,144,144,0.31) 100%);
}
.navlistitem {
    float: left;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}



h1 {
    font-family: ruthie;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 80pt;
    white-space: normal;
    width: 50%;
    left: auto;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 23%;
    padding-right: 23%;
    margin-top: 10px;
    text-shadow: 2px 0px #FFFFFF;
}


h2 {
    color: #000000;
    font-family: euphoria-script;
    font-style: normal;
    font-weight: 400;
    font-size: 30pt;
    text-align: center;
    text-shadow: 1px 1px #FFFFFF;
}
p {
    color: #000000;
    font-family: euphoria-script;
    font-style: normal;
    font-weight: 400;
    font-size: 17pt;
    text-align: justify;
    text-shadow: 0 0;
}
footer {
	color: #FFFFFF;
	font-weight: lighter;
	text-align: center;
	clear: both;
	bottom: 0px;
	width: 100%;
	margin-bottom: 0px;
	position: fixed;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 100%);
}
section {
    border-radius: 10px;
    width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0px;
    padding-left: 5%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    background-image: -webkit-repeating-linear-gradient(270deg,rgba(144,144,144,0.91) 0%,rgba(144,144,144,0.65) 100%);
    background-image: -moz-repeating-linear-gradient(270deg,rgba(144,144,144,0.91) 0%,rgba(144,144,144,0.65) 100%);
    background-image: -o-repeating-linear-gradient(270deg,rgba(144,144,144,0.91) 0%,rgba(144,144,144,0.65) 100%);
    background-image: repeating-linear-gradient(180deg,rgba(144,144,144,0.91) 0%,rgba(144,144,144,0.65) 100%);
    float: left;
}
#1 {
    padding-left: 2px;
    padding-right: 2%;
    margin-left: 2%;
    margin-right: 2%;
    width: 37%;
    float: right;
    padding-top: 13%;
}

body section img {
    padding-left: 35%;


}
body nav {
    position: fixed;
}
#4 {
    background-image: url(../Images/About%20Us%20Page%20Background.jpg);
}
#5 {
    width: 50%;
    padding-left: 25%;
    padding-right: 25%;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
#4 #6 h2 {
    font-family: euphoria-script;
    font-style: normal;
    font-weight: 400;
}
#4 #5 {
    font-family: ruthie;
    font-style: normal;
    font-weight: 400;
}
