/* 
red: #FF0D00
blue-gray: #6E7E91
gray: #B9BCC1
black: #000000
white: #FFFFFF
red2: #BC011E

*/

header {
    
    background-color: black;
    
    margin-bottom: 20px
}

header img {
    
    display: block; 
    
    margin: 0 auto; 
    
    padding-right: 47px;
}

header nav ul {
    
    width: 1150px; 
    
    margin: 0 auto;
}

header nav ul li {
    
    display: inline; 
    
    padding: 80px
}

h1  { 
    text-align: left; 
    
    font-size: 120px;
}

h2 { 
    
    font-weight: bold;
    
    padding-left: 4px;
}

.center-div {
    
    background-image: url(images/JoinTheEmpireTodayIndexWebDesign.jpg); 
    
    background-repeat: no-repeat; 
    
    text-align: center; 
    
    background-size: cover; 
    
    height: 1200px;
}

.inside-div {
    
    background-color: #BC011E; 
    
    width: 300px; 
    
    height: 1200px;
    
    box-shadow: 5px 5px 20px black;
        
    padding-top: 150px; 
        
    color: navajowhite; 
    
    padding-left: 2px;
    
    text-align: left;
}

.bottom-div {
    
    background-image: url(images/Darth-Vader-Comic.avif); 
    
    background-repeat: no-repeat; 
    
    text-align: center; 
    
    background-size: cover; 
    
    height: 650px;
}

.inside-bottom-div { 
    
    color: crimson; 
    
    padding-top: 40px;
    
    padding-left: 50px;
}

body {
    
    background-image: url(images/Star_wars_stars.webp); 
    
    background-repeat: repeat-y;
}

.index-leader-positions {
    
    color: white; 
    
    font-size: 40px; 
    
    padding-top: 50px;
}

.leader-positions {
    
    column-count: 3; 
    
    column-gap: 375px; 
    
    float: right;
}

footer {
    
    background-color: crimson;
    
    text-align: center;
    
    clear: both;
}

.floatright {
    
    float:right;
}

.white {
    color: white;
}

.parasize {
    
    color: white; 
    
    font-size: 35px;
}

.paddingtopimg {
    
    padding-top: 20px;
}

.white-left {
    
    color:white; 
    
    font-size: 90px;
    
    border-bottom: 0px;
}

.ulwhite {
    
    color: white;
    
    float: right;
    
    font-size: 20px;
        
    padding-right: 400px;
    
    font-size: 40px;
}

.float-to-right {
    
        float: right;
    
        font-size: 70px;
            
        color: white;
    
        padding-right: 250px;
    
        padding-top: 30px;
    
        border-bottom: 0px;
}

.floatright22 {
    
        float: right;
    
        color: white;
    
        padding-right: 80px;
    
        padding-top: 150px;
}

.p-white {
    
        color: white;
    
        font-size: 40px;

        float: right;
}

.p-align {
        
        text-align: left;
    
        color: white;
    
        font-size: 40px;
}

.leader-div {
    
        background-image: url(images/DarthVader-Palpatine.webp);

        background-repeat: no-repeat; 
    
        text-align: center; 
    
        background-size: cover; 
    
        height: 900px;
}

.inside-leader {
    
        color: crimson; 
    
        padding-top: 100px;
}

.h1-white {
    
        color: white;
}

.moff {
    
        color: white;
    
        font-size: 30px;
        
        padding-left: 200px;
}

.leader-1 {
    
        padding-left: 200px;
}

.leader-2 {
    
        padding-left: 375px;
}

.leader-3 {
    
        padding-left: 375px;
}

.padding-left-div {
    
        padding-left: 500px;
}

.about-h1 {
    
        color: white;
    
        text-align: center;
}

.trooper-1 {
    
        padding-left: 60px;
}

.trooper-2 {
    
        padding-left: 60px;
}

.trooper-3 {
    
        padding-left: 60px;
}

.trooper-4 {
    
        padding-left: 60px;
}

.about-ul {
    
        color: white;
    
        display: inline;
    
        font-size: 30px;
}

.four-column {   
    
    text-align: center;
        
    float: left;
    
    width: 340px;
    
    margin: 10px 30px;
    
    color: white;
    
    font-size: 30px;
    
    padding-left: 30px;
}

.three-column {
    
        text-align: center;
    
        float: left; 
    
        width: 200px;
    
        margin: 10px 30px;
    
        color: white;
    
        font-size: 25px;
    
        padding-left: 250px;
}

.about-h2-white {
    
        color: white;
    
        font-size: 40px;
    
        float: left;
    
        padding-left: 625px;
}

.enlist-here {
    
        font-size: 30px;

        text-align: center;
}

.leaders-h2 {
    
        color: red;     
}

.leaders-h3 {
    
        color: yellow;
}

a:visited {text-decoration: underline; color: lightskyblue}

a:hover {text-decoration: line-through}

a:active {color: yellow}