html {
	scroll-behavior: smooth; 
}

body {
  /* font: 20px 'Avenir', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  height: 100%;
  color: #5a5a5a;
  background: #ffffff;
}

#messageDiv {
    margin-top: 10px;
    margin-bottom: 15px;
}

main {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-image: url("https://source.unsplash.com/category/nature/1600x900/?weather"); */
}

#page-container {
	position: relative;
	padding-bottom: 60px;
	min-height: 100vh;
}

.footer {
	padding-top: 0;
	height: 62px;
}
.footer .text-muted {
	padding-top: 18px;
}

ul.dropdown-menu {
	background-color: #fff;
}

#clear {
	cursor: pointer;
    float: right;
    margin-top: -33px;
    margin-right: 4px;
}

#server-results {
	display: grid;
	height: 100%;
}
.converted-image {
	max-height: 100vh;
	max-width: 100%;
	margin: auto;
}
.upload-container {
	/* display: inline-flex; */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#desc {
	margin-bottom: 1rem;
}

#tool-intro ol {
    list-style-type: decimal;
    margin: 0;
    margin-left: 1.4em;
    padding: 0;
    counter-reset: li-counter;
}

#tool-intro ol > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 0.5em;
    min-height: 2.8em;
    border-left: 2px solid #CCCCCC;
}
  
#url {
	padding: .375rem 1.1rem;
}

#url:focus{
	outline: none;
}

.jumbotron {
  font-size: 32px;
  color: #000;
  /* background-image: url("https://source.unsplash.com/category/photography/1600x900/?exif"); */
}

.meta {
  font-weight: bold;
}
.date  {
  font-weight: bold;
  margin-top:10px;
}

.makernote {
  color: #3c1616;
}

.white-on-black {
  color: white;
  border-radius: 5px;
  position: relative;
  h1 {
    margin: 0;
  };
  a {
    color: #c3fffa;
  };
  p {
    /* margin: 0.5rem 0 0 0; */
  };
}

.flex-container {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	padding-left: 80px;
	padding-right: 50px;
	margin-top:30px;
}

.row {
	margin-top:20px;
}

.column-left {
	height:auto;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}


#location {
	color: #003A7B;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	font-family: "Roboto-Regular", Roboto-Regular, Arial, helvetica, sans-serif;
}
#locationBtn {
	margin-top: 20px;
	margin-bottom: 20px;
}

#map {
	height: 400px;
	width: 100%;
}

.latlngLabel {
	color:blue;
}

.locationLabel {
	font-weight: bold;
}

.page-header {
  padding-top:60px;
  background-color:#fff;
}

.key {
	font-weight: bold;
	/* font-family: "Roboto-Regular", Roboto-Regular, Arial, helvetica, sans-serif; */
}

span.button {
	font-weight: bold;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code {
	color: #2493ca;
}


pre {
  display: block;
  padding: 5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.0;
}

label {
  margin-right: 8px;
}

.hidden {
	display: none;
}

.dropdown-menu>li>a.hidden  {
	display: none;
}

.jumbotron h1 {
	/*  margin-left: 100px; */
	padding-top:40px;
	padding-bottom:40px;
	padding-left:50px;
	padding-right:50px;
}

.btnPad {
  margin: 4px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#loading {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.column-left {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.flex-container {
		padding-left: 10px;
		padding-right: 10px;
		margin-top:30px;
	}
	.jumbotron h1 {
		padding-top:50px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.column-left {
		width: 100%;
	}
 	.flex-container {
		padding-left: 80px;
		padding-right: 50px;
	} 
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.column-left {
		width: 100%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.column-left {
		width: 100%;
	}
	main {
	  margin-left:40px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.column-left {
		width: 70%;
	}
}
