@charset "utf-8";
/*@font-face {
    font-family: 'redrocket';
    src: url('fonts/redrocket-webfont.woff') format('woff');
    src: url('fonts/redrocket-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}*/

html {
    
    width: 100%;
    height: 100%;
    float: right;
    /*background-image: url("../images/back_aquaranger.png"),
                      linear-gradient(to bottom right, white, aqua);*/
    background: linear-gradient(to right, black, blue, red, pink, yellow);
    background-blend-mode: overlay;
    background-position: bottom right;
    background-repeat: no-repeat; 
    background-attachment: fixed;
    line-height: 1em;
    font-size: 105%
}

body {
    margin: auto;
    max-width: 1350px;
}

header img {
    width: 25%;
}

h1 {
    color: black;
    font-family: 'redrocket';
    padding: 2px;
}


th {
    border: 1px solid black;
    width: 10%;
    background-color: navy;
    color: white;

}

th#perks {
    width: 20%;

}

table tbody tr:nth-child(odd) td {
	background-color: lightblue;

}

table tbody tr:nth-child(even) td {
	background-color: rgb(216, 236, 245);
}

table td {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

article {
    background-color: lightblue;
    border-radius: 25px;
    padding: 5px;
    display: block;
    width: 66%;
    float: left;
}

h3 {
    color: blue;
    font-family: 'dynamictrooper';
    padding: 10px;
}

h2{
    padding: 10px;
}
article > hr {
    width: 100%;
}

p {
    text-align: left;
}

li {
    text-align: left;
}