@charset "utf-8";
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-SemiBold.woff2') 
        format('woff2'),
        url('../fonts/FiraSans-SemiBold.woff') 
        format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nobile';
    src: url('../fonts/Nobile-Italic.woff2') format('woff2'),
        url('../fonts/Nobile-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

#header {
    font-family: 'Fira Sans';
}
p{
    text-align: left;
    font-size:16px;
    font-family: 'Fira Sans', Franklin Gothic Medium, 
        Arial Narrow, sans-serif;
}



img.roundedCorners{
    border:0;
    -ms-interpolation-mode:bicubic;
    vertical-align:middle;
    border-radius:50px;
    margin-bottom:5px;
    margin-right:15px;
}

h1 {
    border: dashed 2px;
      
}
    

li{
    list-style: none;
    font-family:'Nobile',Franklin Gothic Medium, Arial Narrow, sans-serif;}
li  {
  list-style-type: disc;
}

li li  {
  list-style-type: circle;
}

/* These are the newly added color backgrounds for 
 * each webpage */

body.indexcolor {
background-color: rgb(50,136,50);
}
#habitatcolor {
    background-color: rgb(135, 200, 135)
}
body.behaviorcolor {
    background-color:rgb(62, 153, 28);
}
body.aboutcolor {
    background-color: rgb(195, 203, 104);
}

div li {
    color: rgb(168, 179, 57);
}
img.bordercolor{
    border-color:rgb(2, 70, 2);
    border-style: solid;
    border-radius:35px;
}
    