html, body {
  font: 16px 'Avenir', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 100%;
  color: #e9e8e8;
  background: #3887bb;
}

  #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"); */
  }
  .modal-content {
    color: #2A2C39;
  }

  #map-holder {
    width: 85vw;
    height: 85vh;
  }
  
#shading {
  margin-left:10px
}

ul.dropdown-menu {
	background-color: #fff;
}

#clear {
	cursor: pointer;
    float: right;
    margin-top: -33px;
    margin-right: 4px;
}

.urlForm {
	/* display: inline-flex; */
}
  
#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 {
  margin-top:60px;
}

.key {
	font-weight: bold;
	/* font-family: "Roboto-Regular", Roboto-Regular, Arial, helvetica, sans-serif; */
}
.value {
	/* 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;
}

.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;
}

#thumbnail {
  margin-top: 10px;
  margin-bottom: 20px;
}
.twitter-footer {
  padding-right: 50px;
}



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

@media only screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 3.75rem auto;
  }
}

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