@charset "utf-8";

/* Browser reset to zero out margins, padding, and sizing */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

body {
    margin: 0;
    background: lightgray;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(images/cow_print_bg_freepik.jpg);
    background-size: cover;
    background-size: auto;
}

h3 {
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

p {
    font-size: 17px;
    padding: 10px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

strong {
    font-weight: 700;
    text-wrap: nowrap;
}

#container {
    width: 80%;
    min-width: 780px;
    max-width: 1280px;
    margin: 0 auto;
}

header {
    background: black;
    color: white;
    height: 200px;
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box;
}

header h1 a {
    font-size: 94px;
    margin-top: 0;
    color: white;
    text-decoration: none;
}

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: "Fleur De Leah", "Times New Roman";
    font-weight: 400px;
    font-size: 60px;
    color: #6bb3f2;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px black;
}

.type h5 {
    font-family: "Cormorant SC", "Times New Roman";
    font-weight: 400px;
    font-size: 60px;
    color: #402515;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px black;
}

.type h6 {
    font-family: "Averia Libre", "Times New Roman";
    font-weight: 400px;
    font-size: 60px;
    color: #72a603;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px black;
}

.type p {
    font-family: Georgia;
    font-size: 18px;
    line-height: 36px;
    padding: 5px 0 0 0;
}

/*//////////////// Color ////////////////*/

.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: #266aa6;
}

.c2 {
    background: #c4eef2;
}

.c3 {
    background: #3b7302;
}

.c4 {
    background: #72a603;
}

.c5 {
    background: #a9bf5a;
}

.b-c1 {
    background: #828c32;
}

.b-c2 {
    background: #402515;
}

.b-c3 {
    background: #734429;
}

.b-c4 {
    background: #8c8281;
}

.b-c5 {
    background: #bfbfbf;
}

.c-c1 {
    background: #6bb3f2;
}

.c-c2 {
    background: #88c9f2;
}

.c-c3 {
    background: #94d7f2;
}

.c-c4 {
    background: #ceecf2;
}

.c-c5 {
    background: #6d8c4d;
}

.images img {
    max-width: 100%;
}
