
@charset "utf-8";

@font-face {
    font-family: 'Oswaldfont';
    src: url('Oswald-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Robotofont';
    src: url('RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf');
    font-weight: normal;
    font-style: normal;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Body background */
body {
    background: linear-gradient(45deg, rgba(171, 245, 245, 1), rgba(255, 255, 255, 1));
    margin: 0;
    padding: 20px;
    text-align: center;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswaldfont', Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1.5;
    color: darkblue;
    margin: 20px 0; 
}

/* Paragraphs */
p {
    font-family: 'Robotofont', Helvetica, sans-serif;
    margin: 15px 0;
}

/* Class p3 */
.p3 {
    font-family: 'Robotofont', Helvetica, sans-serif;
    margin: 15px 0;
}

/* Images */
img {
    display: block;
    margin: 20px auto; 
    border: 5px solid white;
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Links */
a {
    text-decoration: underline;
    color: #0077cc;
}

/* Lists */
ul, ol {
    font-family: 'Robotofont', Helvetica, sans-serif;
    text-align: left;
    margin: 20px 0; 
    padding-left: 20px; 
}

/* Figures (for images/videos) */
figure {
    margin: 50px 0; 
}

/* Audio and Video elements */
audio, video {
    margin: 20px 0; 
}

.behavior-page {
    background: linear-gradient(45deg, rgba(0, 22, 186, 1), rgba(200, 200, 255, 1)); /* Fixed gradient color */
}
/*Behavior page*/
#newfindings {
    color: whitesmoke;
}
#behavior {
    color: white;
}
#behavior2{
    color: white;
}
#behavior3 {
    color: white; 
}
#list {
    color: white;
}
.unique {
    color: white;
}
.aday {
    color: white;
}
#contortionists {
    color: white;
}
.behavior {
    color: white; 
}
p span {
    color: red;
}