body {
    margin: 0;
    background: lightgray;
    font-family: sans-serif;
}

#container {
    width: 80%;
    min-width: 780px;
    max-width: 1280px;
    margin: 0 auto;
}

header {
    background: #05AFF2;
    color: white;
    height: 200px;
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box;
}

header h1 {
    font-size: 94px;
    margin: 0;
	text-size: auto;
}

header h2 {
    font-size: 22px;
    margin: 0;
}

nav {
    background: darkgray;
    height: 60px;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    
}

nav ul li {
    display: inline;
}

nav a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    background: #226699;
    display: block;
    width: 33.333%;
    height: 60px;
    line-height: 50px;
    text-align: center;
    float: left;
    border: solid 5px darkgray;
    box-sizing: border-box;
    border-radius: 12px;
}

nav a:hover {
    background: lightblue;
    color: black;
    
}

section {
    background: white;
    padding: 50px;
}

footer {
    padding: 25px;
    text-align: center;
    font-size: 12px;
    background: black;
    color: white;
    clear: both;
}


.clear {
    clear: both;
}




/*TYPE*/


.type h4 {
    font-family: "East Sea Dokdo", cursive ;
    font-size: 60px;
    margin-bottom: -16px;
    color: #0842c2;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px #04BFBF;
}

.type p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: 
}





/*COLOR*/

/*
.c1, .c2, .c3, .c4, .c5 {
    width: 100px;
    height: 100px;
    border: solid 1px black;
    text-align: center;
}
*/

.colors {
    clear: both;
    margin: 12px 0;
}

.colors div {
    width: 100px;
    height: 100px;
    border: solid 1px black;
    text-align: center;
    float: left;
    margin-bottom: 12px;
}

.c1 {
    background: #0842c2
}

.c2 {
    background: #05AFF2
}

.c3 {
    background: #F2E313
}

.c4 {
    background: #F29F05
}

.c5 {
    background: #F40F1F
}




.b-c1 {
    background: #0367A6
}

.b-c2 {
    background: #05AFF2
}

.b-c3 {
    background: #04BFBF
}

.b-c4 {
    background: #5A7302
}

.b-c5 {
    background: #A9BF04
}




/*IMAGES*/

.images img {
    max-width: 50%;
}

.images h3 {
    font-size: 50px;
    color: #A9BF04;
    text-shadow: 5px 5px 5px;
}

.images h4 {
    color: #05AFF2;
    text-shadow: 3px 3px 3px;
    font-size: 30px;
    
}

