/* 
Colors used for project:
Primary: rgb(255, 251, 235)
Secondary: rgb(236, 249, 255)
Accent: 

Fonts used for project: 
Headings: Montserrat
Paragraphs: Raleway
Emphasis/Italics: Caveat
*/

body {
  background-color: rgb(255, 251, 235);
}

body h1, h2, h3{
  font-family: 'Montserrat';
  margin: 0;
  text-align: center;
}


body p {
  font-family: 'Raleway';
}

#intro-image {
  float: left;
  margin: .5rem;
  padding: .5rem;
}

#image-box
{
  background-color: rgb(231,231,231);
  box-sizing: border-box;
  border: 1px solid grey;
  float: right;
  padding: 2rem;
  text-align: center;
  width: 14rem;
}

.image-box {
  box-sizing: border-box;
	width: 100%;  
}



.classmate-link {
  text-decoration: none;
}

.classmate-link:hover {
  font-size: 1.05rem;
}

footer {
  font-family: 'Caveat';
  padding-bottom: 6rem;
  text-align: center;
}

#credit-section {
  background-color: rgb(236, 249, 255);
  margin: 6rem auto;
  width: 25vw;
  padding: 4rem;
}

#references {
  padding-bottom: 4rem;
}