

/* entire page */

body {
  background-color: rgb(255, 153, 236);
  background-image: url("images/background.gif");
  color:  #ff1493;;
  font-family: Verdana;
}


/* big box around title*/

.header-box {
  width: fit-content;
  margin: 20px auto 5px auto;

  padding: 15px 30px;

  background-color: #ffb6e6;

  border: 4px solid white;

  box-shadow:
    0 0 0 4px hotpink,
    0 0 15px white;
}


/* header rtitle */

.header-title {
  display: block;
  margin: 0 auto;
}


/* glitter-bug blinkie in header */

.header-blinkie {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.page-layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;

  width: 90%;
 

  margin: 20px 0 20px 30px;
}


/* LEFT sidebar */

.sidebar {
  width: 300px;
  flex-shrink: 0;
}


/* menu box */

.menu-box {
  box-sizing: border-box;
  width: 100%;

  padding: 8px;

  background-color: #ffb6e6;

  border: 3px solid white;

  box-shadow:
    0 0 0 3px hotpink,
    0 0 10px white;
}


/* menu itswelf */

.menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.menu img {
  display: block;
  width: 100%;
  height: auto;
}


/* primary content */

.content {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;

  padding: 20px;

  background-color: #ffb6e6;

  border: 3px solid white;

  box-shadow:
    0 0 0 3px hotpink,
    0 0 10px white;
}
/* any gifs to add later */

.decoration {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.cinnaroll {
  width: 80px;
  top: 40px;
  left: 40px;
}

.spinning-cd {
  width: 90px;
  top: 80px;
  right: 60px;
}

.bob-cat {
  width: 100px;
  top: 300px;
  right: 30px;
}






/* ABOUT header */

.about-header {
  width: 80%;
  max-width: 900px;

  margin: 30px auto 20px auto;
  padding: 20px;

  box-sizing: border-box;

  background-color: #ffb6e6;

  border: 4px solid white;

  box-shadow:
    0 0 0 4px hotpink,
    0 0 15px white;

  text-align: center;
}

.about-intro {
  display: block;
}

.milly-doll {
  float: right;
  width: 130px;
  height: auto;

  margin: 0 0 20px 30px;
}

/* about gif! */

.about-title {
  display: block;
  margin: 0 auto;

  max-width: 100%;
  height: auto;
}


/* BIG CONTENT BOX */

.about-container {
  flex: 1;
  min-width: 0;

  margin: 0 auto 30px auto;
  padding: 30px;

  box-sizing: border-box;

  background-color: #ffb6e6;

  border: 4px solid white;

  box-shadow:
    0 0 0 4px hotpink,
    0 0 15px white;
}




/* RESEARCH PAGE*/


/* BIG header */

.research-header {
  width: 80%;
  max-width: 900px;

  margin: 30px auto 20px auto;
  padding: 20px;

  box-sizing: border-box;

  background-color: #ffb6e6;

  border: 4px solid white;

  box-shadow:
    0 0 0 4px hotpink,
    0 0 15px white;

  text-align: center;
}


/* research header */

.research-title {
  display: block;
  margin: 0 auto;

  max-width: 100%;
  height: auto;
}


/* content box */

.research-container {
  width: 80%;
  max-width: 900px;

  margin: 0 auto 30px auto;
  padding: 30px;

  box-sizing: border-box;

  background-color: #ffb6e6;

  border: 4px solid white;

  box-shadow:
    0 0 0 4px hotpink,
    0 0 15px white;
}


/* professional activities page           */


/* big about header */

.professional-header {
  width: 80%;
  max-width: 900px;

  margin: 30px auto 20px auto;
  padding: 20px;

  box-sizing: border-box;

  background-color: #ffb6e6;

  border: 4px solid white;

  box-shadow:
    0 0 0 4px hotpink,
    0 0 15px white;

  text-align: center;
}


/* proffesional activities header */

.professional-title {
  display: block;
  margin: 0 auto;

  max-width: 100%;
  height: auto;
}


/* BIG CONTENT BOX */

.professional-container {
  width: 80%;
  max-width: 900px;

  margin: 0 auto 30px auto;
  padding: 30px;

  box-sizing: border-box;

  background-color: #ffb6e6;

  border: 4px solid white;

  box-shadow:
    0 0 0 4px hotpink,
    0 0 15px white;
}


/* research page styling        */



/* container (big one) */

.research-container {
  width: 80%;
  max-width: 1000px;

  margin: 0 auto 30px auto;

  box-sizing: border-box;
}


/* individual container boxes for each card */

.research-card {
  margin-bottom: 30px;
  padding: 25px;

  background-color: #ffb6e6;

  border: 4px solid white;

  box-shadow:
    0 0 0 4px hotpink,
    0 0 15px white;
}


/* 2x images for each research card */

.research-images {
  display: flex;
  gap: 20px;

  margin-bottom: 20px;
}


/* indiviudal imafge */

.research-images img {
  width: 50%;
  height: 220px;

  object-fit: cover;

  border: 3px solid white;

  box-sizing: border-box;
}


/* title of research */

.research-card h2 {
  margin-top: 10px;
  margin-bottom: 8px;
}


/* keywords?? */

.research-keywords {
  font-size: 0.9em;
  font-style: italic;

  margin-top: 0;
  margin-bottom: 20px;
}

/* Professional activities page here*/


/* main header (swap for gif eventually) */

.work-header {
  width: 80%;
  max-width: 11b00px;

  margin: 30px auto 20px auto;
  padding: 20px;

  box-sizing: border-box;

  background-color: #ffb6e6;

  border: 4px solid white;

  box-shadow:
    0 0 0 4px hotpink,
    0 0 15px white;

  text-align: center;
}


/* header gif */

.work-title {
  display: block;
  margin: 0 auto;

  max-width: 100%;
  height: auto;
}


/* right hand column  */

.work-container {
  flex: 1;
  min-width: 0;
}


/* indiviudla boxes (pink!) */

.work-card {
  margin-bottom: 30px;
  padding: 25px;

  background-color: #ffb6e6;

  border: 4px solid white;

  box-shadow:
    0 0 0 4px hotpink,
    0 0 15px white;
}


/* titles inside the individual boxes */

.work-card h2 {
  margin-top: 0;
}

/* professional activities header hears gifs */
.glitter-title {
  display: block;
  text-decoration: none !important;
}

.glitter-title-line {
  display: flex;
  justify-content: center;
  align-items: center;

  flex-wrap: nowrap;
  white-space: nowrap;
}

.glitter-title-line img {
  display: block;
  flex-shrink: 0;
  border: 0;
}

/* get rid underlines */

.glitter-title,
.glitter-title:hover,
.glitter-title:visited {
  text-decoration: none !important;
}