/*	~~~~~~~~~~~~~~~~	MAIN STYLING	~~~~~~~~~~~~~~~~	*/
html {
	box-sizing: border-box;
	}
	*,
	*:before,
	*:after {
	box-sizing: inherit;
	}
body {
	background: #8c897e;
	}

/* Mobile first styles go here */

h1 {
	font-size: 1.5rem;
	}
.container {
	background: #dbd1bd;
	margin: 0 auto;
	padding: 40px 20px;
	max-width: 800px;
	line-height: 180%;
	}
.row::before,
.row::after {
	display: table;
	content: ' ';
	clear: both;
	}
.one,
.one-third,
.two-thirds,
.half {
	background: #f5f4f3;
	width: 100%;
	border-width: 1px;
 	border-style: solid;
	border-color: #66ccff;
	padding: 30px;
	}
.three-fourths {
	width: 100%;
	padding: 0 20px;	
	}
.one-fourth {
	width: 100%;
	padding: 0 20px;
	color: #b8350c;
	text-align: left;
	font-size: 120%;

/*	background-color: #8eaddb;	*/
	}

@media screen and (min-width: 800px) {
  /* Desktop styles go here */
.container {
	margin: 30px auto;
	padding: 50px 40px;
	}
h1 {
	font-size: 2rem;
	}
.one {
	width: 100%;
	padding: 50px;
	}
.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%;
	}
.three-fourths {
    width: calc(100% / 4 * 3);
	padding: 0 30px;
  }
.two-thirds {
	width: calc(100% / 3 * 2);
	}
.column {
    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	*/
	}
	

/* 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;
	}

/*	~~~~~~~~~~~~~~~~	OTHER STYLING	~~~~~~~~~~~~~~~~	*/

.myBody {
 	font-size: calc(.5rem + .7vw);
 	}
p {
	padding: 0 0;
	margin: 0 0 1em 0;
	}
.paraFlush {
	text-indent: -10%;
	padding: 0 0;
	margin: 0 0 1em 10%;	}
hr {
	border-top: 1px solid #938979;
	}
.disclaimer
	{
	font-size: 75%;
	line-height: 150%;
	}
.tag { text-align: right; }

.title {
	color: #fff; 
	background-color: #8c744a;
	font-size: 110%;
	line-height: 210%;
	text-align: center;
	text-decoration: none;
	}
.center-box {
    text-align: center;
	}
.myQuote {
	font-style:	italic;
	padding: 20px;
	}
.blue-box {
	padding: 10px;
	border-width: 2px;
 	border-style: solid;
	border-color: #66ccff;
	}
.gold {
	color: #e68a00;
	}
.red {
	color: #b8350c;
	}
.blue {
	color: #66ccff;
	}
