* {border:0; margin:0; outline:0; padding:0;}

@font-face { font-family:'biolinum_r_g'; src:url('data/fonts/linbiolinum_r_g-webfont.woff2') format('woff2'), url('data/fonts/linbiolinum_r_g-webfont.woff') format('woff'), url('data/fonts/linbiolinum_r_g-webfont.ttf') format('truetype'); font-weight:normal; font-style:normal; }
@font-face { font-family:'libertine_dr_g'; src:url('data/fonts/linlibertine_dr_g-webfont.woff2') format('woff2'), url('data/fonts/linlibertine_dr_g-webfont.woff') format('woff'), url('data/fonts/linlibertine_dr_g-webfont.ttf') format('truetype'); font-weight:normal; font-style:normal; }

html {background-color: rgb(255,255,255);/* White */
	background:rgb(255,255,255); min-height:100%; 
	overflow-y:scroll; 
	position:relative; 
	}
body { color:rgb(46,45,41); 
	font-family:"libertine_dr_g", arial; font-size:16px; font-weight:400; line-height:20px; margin:10px 10px;}

#header, #page { padding:16px 72px; }
#header { padding-top:48px; }

/* Navigation Bar */
/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;/*black*/
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: rgb(147,112,219); /* mediumpurple */
    color: white;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: rgb(128,0,128); /* purple */
    color: white;
}
/*Navigation Bar *



 

/* General Links */
strong {color:rgb(255,255,255);background-color:}
a { color:rgb(128,0,128); }
a:link { text-decoration:none; }
a:hover { color:black; }

 
h1 { font-weight:500;color:rgb(128,0,128);/* Purple */ font-size:40px; line-height:32px;}
h1, h2, h3, h4, h5 { margin:10px; padding:8px 0; }
h2 { font-weight:900; color:#333;/* black */ font-size:24px; line-height:28px; }
h3 { font-weight:400; color:#333;/* black */ font-size:24px; line-height:28px; }
h4 { font-weight:400; color:#333;/* black */ font-size:19px; line-height: 19px; }
h5 { font-weight:400; color:#333;/* black */ font-size:24px; line-height: 28px; }
h6 { font-weight:400; color:#333;/* black */ font-size:24px; line-height: 28px; }
h7 { font-weight:400; color:rgb(83,40,79);/* Purple */ font-size:24px;font-weight: bold; line-height: 28px; }
h8 { font-weight:400; color:#53284f;/* Purple */ font-size:24px; line-height: 28px; }
/* nav { font-family:"biolinum_r_g"; sans-serif; text-transform:uppercase; } */
p, ul, ol { margin:10px 80px 10px 30px; padding:8px 8px; }
p + ul { margin:8px 32px; padding:8px 32px; }
p + ol { margin:8px 8px; padding:8px 8px; }

nav li { display:inline-block; padding:0 16px 0 0; } 


@media screen and (max-width:384px) 
{ 
	#header, #page { padding:16px 48px; }
	#header { padding-top:32px; }

	h1 { font-size:28px; }
}

footer {color:#333; font-family:"libertine_dr_g", serif; font-size:10px; font-weight:400; line-height:2px;
    display: block;
}


/* Boxes */

.box3 {
  width: 300px;
  margin: 50px auto;
  border-radius: 15px;
  background: #d5c090;
  color: #5e3032;
  padding: 20px;
  text-align: center;
  font-weight: 90;
  font-family: arial;
  position: relative;
}

/* Circular speech bubble */

.circular-sb {
  width: 250px;
  border: 5px solid #00bfb6;
  padding: 80px 0px;
  margin: 30px auto;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  font-family: arial;
  position: relative;
  color: #00bfb6;
}

/* box arrow 13 */

.sb13:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #00bfb6;
  border-right: 15px solid transparent;
  border-top: 15px solid #00bfb6;
  border-bottom: 15px solid transparent;
  right: -16px;
  top: 0px;
}


/* box arrow 14 */

.sb14:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid #00bfb6;
  border-top: 15px solid #00bfb6;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px;
}

/* speech bubble arrow 9 */

.sb9:before {
 content: "";
 width: 0px;
 height: 0px;
 position: absolute;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-top: 10px solid #00bfb6;
 border-bottom: 10px solid transparent;
 right: 50%;
 bottom: -23px;
}

/* speech bubble arrow 10 */

.sb10:before{
 content: "";
 width: 0px;
 height: 0px;
 position: absolute;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-top: 10px solid transparent;
 border-bottom: 10px solid #00bfb6;
 right: 50%;
 top: -23px;
}