@charset "utf-8";

/*element selectors*/

@font-face {
    font-family: 'Sigmar';
    src: url('fonts/Sigmar-Regular.woff2') format('woff2'),
        url('fonts/Sigmar-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bagel Fat One';
    src: url('fonts/BagelFatOne-Regular.woff2') format('woff2'),
        url('fonts/BagelFatOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Luckiest Guy';
    src: url('fonts/LuckiestGuy-Regular.woff2') format('woff2'),
        url('fonts/LuckiestGuy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.html {
    margin-top: 50px;
    margin-left: 150px;
    margin-right: 150px;
    background-color: #FFF5EE;
}
/*element selectors*/

html {
    background-color: rgb(255, 255, 255);
    font-family: helvetica, arial, verdana, sans-serif;
}

a {
  color: brown;
}

.p {
    font-size:16px;
    line-height:150%;
    font-family: helvetica, arial, verdana, sans-serif;
}

li {
    font-size: 14px;
}

figure {
    display: block;
    width: 420px;
}

figcaption {
    font-size: 0.875em;
    font-weight: bold;
    text-align: left;
    display: block;
    margin-top: 0.5em;
}

/* multiple tag selectors*/

img, video, embed {
    max-width: 100%;
}

.h1 {
    color: brown;
    font-family: Bagel Fat One, helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: center;
}

.h2 {
    color: #556B2F;
    font-family: Sigmar, helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: center;
}

.h3 {
    color: #2F4F4F;
     font-family: DynaPuff, helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: center;
}

.h4 {
    color: #2F4F4F;
     font-family: DynaPuff, helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: left;
}
/*descendant tag selectors*/

nav ul li {
    margin: 2px;
    padding: 3px;
    list-style-type: none;
}

figure img {
    box-shadow: 1px 1px 15px #999999;
}

p > span {
    font-weight: bold;
}

/*id selectors*/

#habitats, pre {
    font-weight: bolder;
    text-align: center;
}

/*class selectors*/

.image_border {
    border: 5px solid #E9967A;
}

.floatleft {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.floatright {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

.roundedCorners {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    border-radius: 50px;
    margin-bottom: 5px;
    margin-right: 15px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

p {
    font-size:16px;
    line-height:150%;
    font-family: georgia, baskerville, serif;
}

li {
    font-size: 14px;
}

figure {
    display: block;
    width: 420px;
}

figcaption {
    font-size: 0.875em;
    font-weight: bold;
    text-align: left;
    display: block;
    margin-top: 0.5em;
}

/* multiple tag selectors*/

img, video, embed {
    max-width: 100%;
}

h1, h2 {
    color: brown;
    font-family: 'Roboto Slab', helvetica, arial, verdana, sans-serif;
    text-align: center;
}

/*descendant tag selectors*/

nav ul li {
    margin: 2px;
    padding: 3px;
    list-style-type: none;
}

figure img {
    box-shadow: 1px 1px 15px #999999;
}

p > span {
    font-weight: bold;
}

/*id selectors*/

#habitats, pre {
    font-weight: bolder;
    text-align: center;
}

/*class selectors*/

.image_border {
    border: 5px solid #E9967A;
}

.floatleft {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.floatright {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

.roundedCorners {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    border-radius: 50px;
    margin-bottom: 5px;
    margin-right: 15px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.bg img {
      background-image: url("media/FoliageAustralia_Background.jpg");
}