@import url("https://use.typekit.net/fuk5cra.css");

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/quicksand-v24-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/quicksand-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/quicksand-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/quicksand-v24-latin-300.woff') format('woff'), /* Modern Browsers */
         url('fonts/quicksand-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/quicksand-v24-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
  }

  @font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/quicksand-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/quicksand-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/quicksand-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/quicksand-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/quicksand-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/quicksand-v24-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
  }

  @font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/quicksand-v24-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/quicksand-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/quicksand-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/quicksand-v24-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/quicksand-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/quicksand-v24-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
  }
nav {
    padding: 20px 0;
    background-color: rgb(194, 171, 162);
}
nav, a {
    font-family: monospace;
    font-size: larger;
    color:rgb(66, 41, 31);
    text-decoration: none;
}
nav a:hover {
    font-weight: bold;
    text-decoration: underline;
    color:rgb(97, 68, 57);
    transition: all 0.5s ease-in;
}

body { 
    text-align: center;
    background-color: antiquewhite;
    width: 1000px;
    margin: 0 auto;    
}

.wrapper {
    border: 5px solid rgb(0, 0, 0);
}

h1, h2 {
    font-family: lemongrass-script,sans-serif;
}
h1 {
    margin-bottom: 16px;
    font-weight: 400;
    font-style: normal;
    background-color: rgb(66, 41, 31);
}
h2 {
    
    font-weight: 400;
    font-style: normal;
    color: hsl(31, 54%, 43%);
}
p {
    width: auto;
    padding: 30px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}
p.lead {
    font-size: 18px;
}
p.lead::first-letter {
    font-size: 36px;

}
ul {
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
}
ul li::before {
    display: table;
    content: ' ';
    height: 10px;
    width: 10px; 
    background-image: url('images/cocobean.gif');
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
b {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
img {
    max-width: 100%;
}

footer a {
    display: block;
}

footer img {
    padding-top: 20px;
}