/* @override http://localhost/site/site.css */

/* mobile interface */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  #hcard-nick-doty {
		width: 100% !important;
		margin-top: 15%;
		margin-bottom: 15%;	
	}
	
	html {
		height: 100%;
		width: 100%;
	}

	.tel, .email {
		display: inline-block;
		padding: 10px;
		margin-top: 10px;
		border: 1px dotted gray;
		background-color: #eeeeee;
	}

	.tel::before {
		display: none;
		font-family: "Font Awesome 5 Solid";
		content: "\f095 ";
	}
	.email::before {
		display: none;
		font-family: "Font Awesome 5 Solid";
		content: "\f0e0 ";
	}
	.contact-details .svg-inline--fa {
		margin-right: 0.5em;
	}
	
	/* TODO: make less/more buttons easier to tap on mobile */
	/* #less, #more {
		padding: 10px;
		margin-top: 10px;
		border: 1px dotted gray;
		background-color: #eeeeee;
	} */
}

/* for bigger screens only */
@media only screen 
and (min-device-width : 481px) {
  #hcard-nick-doty {
		width: 550px;
		border: 1px solid #999;
		margin-right: auto;
		margin-left: auto;
		margin-top: 5%;
		margin-bottom: 5%;	
  }
}

html {
	margin: 0px;
}

body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background-color: darkgray;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	height:  100%;
}

body a {
	text-decoration: none;
	color: #0035bc;
}

#hcard-nick-doty {
	background-color: #fff;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	position: relative;
}

#map {
	position:fixed !important;
    left:0px !important;
    top:0px !important;
    width:100% !important;
    height:100% !important;
}

#timestamp {
	position:fixed !important;
    left:0px !important;
    top:0px !important;
}

b#clear {
	display: block; 
	clear: both; 
	height: 1px;
}

#timestamp {
	font-style: italic;
	font-size: 11px;
	color: gray;
	background-color: #efefef;
	padding: 3px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

#reified {
	font-style: italic;
	font-size: 13px;
	color: gray;
	padding-left: 3px;
}

h2 {
	font-size: 24px;
	display: block;
	margin: 0 0 10px 0;
}

h2 .alt-name {
	font-size: 16px;
}

h2 a {
	text-decoration: none;
	color: #000;
}

h3 {
	margin-bottom: 0px;
}

div.photo-container {
	width: 195px;
	float: left;
	display: block;
	padding-top: 20px;
}

.contact-details {
	width: 305px;
	margin-left: 20px;
	padding-top: 20px;
	float: left;
}

.adr {
	margin-top: 15px;
}

.tel {
	margin-bottom:  15px;
}

.org {
  margin-bottom: 10px;
}

.filetype {
	font-variant: small-caps;
	font-size: small;
}

ul {
	padding-left: 0em;
}

ul.lines {
	list-style-type: none;
	margin-top: 8px;
}

ul.lines li {
	padding-bottom: 1em;
}

ul.lines li:last-child {
	padding-bottom: 0px;
}

ul.lines li.additional {
	display:  none;
}

ul.lines li#more, li#less {
	text-align: right;
	font-style: italic;
	color:  gray;
	margin-top: -1em;
	margin-bottom: 0;
	padding-bottom: 0;
	cursor: pointer;
	text-decoration: underline;
}

ul.lines li#less {
	display: none;
}

blockquote {
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-style: italic;
}

div.container {
	margin-bottom: 10px;
	margin-top: 10px;
}

div.links {
  margin-top: 5px;
}

.logos {
  text-align: center;
}
.logos a {
  color: black;
}

.logos a:hover {
  color: #0035bc;
}

.naturalist a.icon {
  color: black;
}

.naturalist a.icon:hover {
  color: #0035bc;
}

/* from the iNaturalist widget */
.inat-widget { margin-top: -25px; margin-left: 25px; padding: 0px; line-height: 1;}
.inat-widget-header {margin-bottom: 10px;}
.inat-widget td {vertical-align: top; padding-bottom: 10px;}
.inat-label { color: #888; }
.inat-meta { font-size: smaller; margin-top: 3px; line-height: 1.2; display: none;}
.inat-observation-body, .inat-user-body { padding-left: 10px; }
.inat-observation-image {text-align: center;}
.inat-observation-image, .inat-user-image { width: 48px; display: inline-block; }
.inat-observation-image img, .inat-user-image img { max-width: 48px; }
.inat-observation-image img { vertical-align: middle; }
.inat-widget-small .inat-observation-image { display:block; float: left; margin: 0 3px 3px 0; height:48px;}
.inat-label, .inat-value, .inat-user { font-family: "Trebuchet MS", Arial, sans-serif; }
.inat-user-body {vertical-align: middle;}
.inat-widget td.inat-user-body {vertical-align: middle;}

#heart {
  fill: #663399;
}

hr {
  width: 90%;
  background-color: gray;
  height: 1px;
  border: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

form .button-link {
  background-color: transparent;
  border: none;
  color: #0035bc;
  cursor: pointer;
  font-size: 14px;
  font-style: italic;
}

div.friend {
  text-align: center;
}

p.indent {
	margin-left: 20px;
}
.outdent {
	margin-left: -25px;
	margin-top: 2px;
	float: left;
}

cite {
	font-style: normal;
}