/* CSS HEX */
/*--tea-rose-red: #fac8cdff;
--thistle: #d7bcc8ff;
--ash-gray: #98b6b1ff;
--tiffany-blue: #72c7bfff;
--paynes-gray: #495d63ff;

/*element*/
html {
    background-color:  #fac8cdff; }
        
@font-face{font-family:'KaushanScript' ;
    src:url('KaushanScript-Regular.woff') format ('woff'),
       url('KaushanScript-Regular.woff2') format ('woff2'), ;
    font-weight:normal;
    font-style:normal; }

@font-face {font-family:'ChunkFive-Regular';
src:url('ChunkFive-Regular.woff2') format ('woffc'),
url('ChunkFive-Regular.woff') format ('woff'); font-weight:normal;
    font-style:normal;}
    

p{
  font-family: "Raleway";
  font-size: medium;
  font-weight: strong;
      font-style: normal;
color:  #72c7bfff}

li{
  font-family: "Shadows Into Light", cursive;
  font-weight: 600;
    font-style:normal;
color:#98b6b1ff}

figure {border: groove; 
display: block; width: fit-content; align-content: normal;margin: auto;}


figcaption{text-align-last: center; 
font-weight: bold;
    font-family: 'Kaushan Script';
    font-style: normal;
    color: #72c7bfff}

/*multiple tag selectors*/
h1 {color:  #72c7bfff; 
    font-family: 'ChunkFive';
    font-weight: normal;
    font-style: normal;text-align: center;}

h2,h3,h4,h5,h6{
    font-family: 'ChunkFive';
    font-weight: 600;
    font-style: normal;
color: #72c7bfff; text-align-last: center;}



h4+p {font-weight: normal}
/*descendent tag features*/
nav ul li{font-weight: bold; text-align-last: left;}

/*other*/

ol li{font-family:'Times New Roman',Times,serif;}

.centered{margin-left: auto; margin-right: auto; text-align: justify; display: flex}

.img_border{border: 3px #98b6b1ff}

header, footer {background-color:#D5CEA3ff; color:white;
background-image:url(/module08/AdobeStock_318703466_Preview.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}

hr{border: ridge; color:#72c7bfff;}

.labrador-behavior{font-weight: normal;
    font-family: 'Kaushan Script';
    font-style: normal;
    color: #98b6b1ff}

#email_page_author {font-family: "Shadows Into Light", cursive;
  font-weight: 200;
    font-style:normal; color: #495d63ff}

#should_be_bigger{font-family: 'ChunkFive';
    font-weight: bold; font-size: medium;
    font-style: normal;color:#495d63ff}

p>span{font-family: "Raleway";
  font-optical-sizing: auto;
  font-weight: normal;
      font-size: smaller;
color:#72c7bfff}

#waterdog{margin-left: auto; margin-right: auto}

.author{color: #495d63ff; font-weight: 600; }

#thesubject{color:#d7bcc8ff}

.behavior{color:#98b6b1ff}








