/*Override Pure-Grids Defaults*/
html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
  /* Set your content font stack here: */
  font-family: Georgia, Times, "Times New Roman", serif;
}

html {
	height: auto;
	min-height: 100%;
	margin:0px;
	font-family: inherit;
}
head {
	margin: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
  background-image:url("img/IMG_0226-med.jpg");
  background-size:cover;
  background-repeat: no-repeat;
}
#header {
	background-color:#1770EC;
	color:white;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:35px;
	padding-right:35px;
	min-width:400px;
	max-width:70%;
  max-height: 6em;
	margin-left:auto;
	margin-right:auto;
  margin-top:10px;
  background-image: url("img/IMG_1700-med-crop-2.jpg");
  background-size: 100%;
  /*background-position: left -500px;*/
  background-repeat: no-repeat;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#header h1 {
  font-family: 'baskerville old face';
  color: rgb(185,122,87);
  border-bottom:0px;
}/*
#header h1::first-letter {
    font-family: algerian;
    font-size:60px;
    margin-right: -10px;
}*/
#section {
	min-width:400px;
	max-width:70%;
	height: auto;
	padding:35px;
	margin-left:auto;
	margin-right:auto;
	overflow: auto;
	background-color:rgba(125, 171, 195, 0.8);
}
#footer {
	min-width: 400px;
	max-width: 70%;
	background-color:#333;
	color:white;
	clear:both;
	text-align:center;
	margin:auto;
	margin-bottom: 25px;
	padding:15px;
	padding-left:35px;
	padding-right:35px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.display-only-when-printing {
	display: none;
}
.mark-pure {
}

/*add margins to the right of Font Awesome icons*/
.fa {
	margin-right: .5em;
}

.Box {
  padding: 1em;
}

ul.menu {
	list-style-type: none;
	max-width:70%;
	min-width:400px;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	padding-left: 35px;
	padding-right:35px;
	overflow: hidden;
	background-color: #333;
}
li.menu {
	float:left;
}
li a.menu {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
li.menu a:hover {
	background-color: #111;
}
li:not(.menu) {
	padding-bottom: .5em;
}
#active {
	background-color: rgba(0, 0, 100, 0.5);
}
.addr {
	text-align:center;
}

.blog-post {
    background-color:rgba(125, 171, 195, 0.8);
    padding: 10px;
    padding-top: 1px;
    padding-bottom: 5px;
    border-radius: 25px;
    margin: 10px;
}
.blog-text {
    line-height:135%;
    text-align: left;
    background-color:none;
    margin-left:25px;
    margin-right:25px;
}
.DropCap::first-letter{
    font-weight:bold;
font-size:35px;
    padding-left: 12px;
}
.blog-text th, td{
    border-bottom: 1px solid rgba(97, 95, 95, 0.4);
    text-indent: 0px;
}
.blog-title{
    border-bottom: 3px;
    border-bottom-color: #3A6D5F;
    border-bottom-style: solid;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.blog-title h1{
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 0px;
}
.blog-title h4{
    padding-top: 0px;
    padding-right: 35px;
    transform: translateY(-1.5em);
    position:relative;
    margin-top: 0px;
    margin-bottom:-5px;
    text-align: right;
}
.code{
    border-left: 1px solid grey;
    margin-left:10px;
    padding-left: 5px;
    font-family: "Menlo";
    font-size: 13px;

}

#footer h6{
    margin: 0px;
    border: 0px;
    padding: 0px;
}
