/*	~~~~~~~~~~~~~~~~	MAIN STYLING	~~~~~~~~~~~~~~~~	*/
html {
	box-sizing: border-box;
	}
	*,
	*:before,
	*:after {
	box-sizing: inherit;
	}
body {
	background-image: url("../images/Ryan-legs3.jpg");
	height: 200px;
	background-size: cover;
	background-attachment: fixed;
	}

/* Mobile first styles go here */

h1 {
	font-size: 1.5rem;
	}
.container {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1000px;
	line-height: 150%;
	}
.container2 {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1000px;
	line-height: 150%;
	}
.row::before,
.row::after {
	display: table;
	content: ' ';
	clear: both;
	}
.one,
.one-third,
.two-thirds,
.half {
	width: 100%;
	}
.three-fourths {
	width: 100%;
	padding: 0 20px;	
	}
.fig_three-fourths {
	width: 100%;
	padding: 0 0px;	
	margin: -3em 0 0 0;
	}
.one-fourth {
	width: 100%;
	padding: 0 20px;
	color: #b8350c;
	text-align: left;
	font-size: 120%;

/*	background-color: #8eaddb;	*/
	}
.one-fourth img {
	max-width: 40%;
	height: auto;
	}
.fig_one-fourth {
	width: 50%;
	padding: 0 20px;
	}
.responsImage2 {
	width: 30%;
	height: auto;
	}
.varLineBreak {
	line-height: 60px;
	}
.botRight {
	float: none;
	text-align: center;
	}
.botLeft {
	float: none;
	text-align: center;
	}

@media screen and (min-width: 800px) {
  /* Desktop styles go here */
  h1 {
	font-size: 2rem;
	}
  .one {
	width: 100%;
	}
  .half {
	width: calc(100% / 2);
	}
  .one-third {
	width: calc(100% / 3);
	}
  .one-sixth {
	width: calc(100% / 6);
	}
  .one-eighth {
	width: calc(100% / 8);
	}
.one-fourth {
	width: calc(100% / 4);
	padding: 0 10px;
	color: #b8350c;
	text-align: right;
	font-size: 110%;
	}
.one-fourth img {
	max-width: 100%;
	height: auto;
	}
.fig_one-fourth {
	width: calc(100% / 4);
	padding: 0 10px;
	}
  .three-fourths {
    width: calc(100% / 4 * 3);
	padding: 0 30px;
  }
  .fig_three-fourths {
    width: calc(100% / 4 * 3);
	padding: 0 30px;
	margin: 0 0 0 0;
  }
  .two-thirds {
    width: calc(100% / 3 * 2);
  }
  .column {
    float: left;
  }
.responsImage2 {
	width: 75%;
	height: auto;
	}
.varLineBreak {
	line-height: 1px;
	}
.botRight {
	float: right;
	}
.botLeft {
	float: left;
	}
}
/*	not used	*/

.linx, .linx a {
	text-decoration: none;
	color: #ae3d44;		/* red		*/
	color: #ab8023;		/* gold	*/
	color: #8eaddb;		/* blue	*/
	color: #fff;		/* white	*/
	}
.linx a:hover {
	color: #8eaddb;		/* blue	*/
	}
	



/*	~~~~~~~~~~~~~~~~	FOOTER STYLING	~~~~~~~~~~~~~~~~	*/
 /* Add a background color to the top navigation */
.botnav {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	background-color: #938979; 
	width: 100%;
	}
/* Style the links inside the navigation bar */
.botnav a {
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 5px 0;
	text-decoration: none;
	font-size: 17px;
	}

/* Add a dark background on topnav links and the dropdown button on hover */
.botnav a:hover {
	background-color: #555;
	color: white;
	}

/* Style the links inside the container div */
.container a {
	color: #b8350c;
	text-decoration: none;
	}

/* Add a dark background on container div links */
.container a:hover {
  background-color: #555;
  color: white;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 700px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
	display: none;
	}
.topnav a.icon {
	float: right;
	display: block;
	}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
} 
/*	~~~~~~~~~~~~~~~~	TOPNAV STYLING	~~~~~~~~~~~~~~~~	*/
 /* Add a background color to the top navigation */
.topnav {
  background-color: #938979;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #8eaddb;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 700px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
} 
/*	~~~~~~~~~~~~~~~~	OTHER STYLING	~~~~~~~~~~~~~~~~	*/

.myBody {
 	font-size: calc(.6rem + .6vw);
 	}
p {
	text-indent: 10%;
	padding: 0 0;
	margin: 0 0 1em 0;
	}
.paraFlush {
	text-indent: -10%;
	padding: 0 0;
	margin: 0 0 1em 10%;	}
.mfhb {
	font-weight: 20;
	font-style: italic;
	font-size: 250%;
	color: #ffd699;
	}
.mfhb-center {
	font-weight: 20;
	font-style: italic;
	font-size: 250%;
	color: #ffd699;
    text-align: center;
	}
hr {
	border-top: 1px solid #938979;
	}
.heading {
	font-size: 108%;
	line-height: 135%;
	}
.fluff {
	font-weight: 100;
	font-style: italic;
	}
.credits {
    text-align: center;
	font-size: 50%;
	line-height: 50%;
	color: #bcb4a9;
	}
.center-box {
    text-align: center;
	padding: 10px;
	border-width: 0px;
 	border-style: solid;
	border-color: #66ccff;
	}
.blue-box {
	padding: 10px;
	border-width: 2px;
 	border-style: solid;
	border-color: #66ccff;
	}
.gold {
	color: #e68a00;
	}
.red {
	color: #b8350c;
	}
.blue {
	color: #66ccff;
	}
