@charset "UTF-8";
/* CSS Document */

html {
  background-image: url(../images/paper-bg.jpg);
  background-repeat: repeat; 
}
.containing-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main {
  margin-left: 7%;
  margin-right: 7%;
}
#animation_container {
	background-color: rgba(255, 255, 255, 0.00); 
	width: 200px; 
	height: 200px;
	margin: 0 auto;
}

/*h1 {
	font: 36pt/38pt "dejarip",sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 24px;
}*/
h1 {
	font: 38pt/38pt "canada-type-gibson", sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 24px;
	letter-spacing: -0.01em;
}

h2 {
	font: 18pt/28pt "canada-type-gibson", sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 0;
}

h3 {
	font: 14pt/22pt "canada-type-gibson", sans-serif;
	font-style: normal;
	font-weight: 600;
}

body {
	color: #46341b;
	font: 13.5pt/20pt Georgia, Times, serif;
	font-style: normal;
	font-weight: 400;
}

p, h1, h2, h3, h4 {
	margin-bottom: 9pt;
	text-align: center
}

a:link, a:visited {
	color: #a15222;
	text-decoration: none;
}
p a:hover {
	color: #ef4135;
	text-decoration: none;
	background-color: #ffe292;
}
.uppercase {
	text-transform: uppercase;
}
#text p {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

/* Social Media Icons */
.soc {
  display: block;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 6px;
  padding: 0.6rem;
  text-align: center;
}
.soc li {
  display: inline-block;
  margin: 3px;
  margin: 0.3rem;
}
.soc a, .soc svg {
  display: block;
}
.soc a {
  position: relative;
  height: 31px;
  height: 3.1rem;
  width: 31px;
  width: 3.1rem;
}
.soc svg {
  height: 100%;
  width: 100%;
}
.soc em {
  font-size: 14px;
  line-height: 1.5;
  margin-top: -0.75em;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}
.icon-15:hover, .icon-17:hover {
  border-radius: 100%;
  color: #46341b;
  fill: #46341b;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
  transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.icon-15 {
  color: #46341b;
  fill: #46341b;
}
.icon-15:hover {
  background: #ffe292;
}


.icon-17 {
  color: #46341b;
  fill: #46341b;
}
.icon-17:hover {
  background: #ffe292;
}

