/* Reset */

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
	height: 100%;
}
body{
  margin: 0;
  font: 1.2em/1.3em 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Roboto-Light', 'Roboto Light', 'Roboto', 'Segoe UI Web Light', 'Segoe UI Light', 'Segoe UI Web Regular', 'Segoe UI', Helvetica, Arial, sans-serif;
  background: rgb(54, 58, 70);
  color: #fff;
  padding: 0;
}
img {
	border: 0;
}
a {
	color: #72b809;
}

/* Base Styles */

* {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

footer {
    padding: 3em 1em 1em;
    font-size: 0.75em;
    text-align: right;
}
*[hidden] {
	display: none;
}
.overlay-white {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: none;
    z-index:1900;
}

/* Photo */


#background-container {
	min-width: 10px;
	min-height: 10px;
	object-fit: cover;
}
figure {
	margin: 0;
	text-align: center;
}
@media (min-width: 700px) {
	#photoFrame {
		margin-left: 90px;
	}
	header h1 {
		font-size: 48px;
	}
	#originalPhoto, #background-container {
		width: auto;
		width: 500px;
	}
}

/* More Photos */
#more {
	position: relative;
	margin: 6em 1em 120px;
}
#more p {
	margin: 0.5em 0 0.2em;
	color: #fff;
	opacity: 0.8;
}
#more p.error {
	color: #ff4fff;
	font-size: 0.85em;
	font-weight: bold;
}
#more ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#more small {
	display: inline;
}
#more input[type=text] {
	font-size: 0.85em;
	border: 0;
  border-radius: 4px;
  padding: 2px 5px;
}
#more input[type=file] {
	border: 0;
  border-radius: 4px;
  padding: 2px 5px;
  color: #fff;
}

@media (min-width: 960px) {
	#more {
		display: block;
		position: absolute;
		top: 0;
		left: 1em;
	}
	#more small {
		display: block;
	}
}

.backgrounds-container {
    overflow:scroll;
    height:80%;
}

#drop_zone, #drop_zone_graphic {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.85rem;
    background-color: #c8dadf;
    position: relative;
    padding: 100px 20px;    
    border-radius: 5px;
    padding: 25px;
    width:200px;
    height:150px;
    color:#3d4852;
    text-align: center;
    font: 20pt bold 'Vollkorn';
    font-family: Roboto, sans-serif;
}        
.dragleave {
    background-color:#c8dadf !important;
    outline-offset: -10px;    
}
.dragenter {
  background-color: white !important;
  outline-offset: -20px !important;    
}
.arrow {
    width: 30px;
    height: 30px;
}
.arrow i {
    width: 30px;
    height: 30px;
}
.menu-hover-old {
    border-bottom:1px solid dimgrey;
    border-top:1px solid dimgrey;
}
.menu-hover:hover {
    background-color: dimgrey;
    color:white !important;
}

.vertical-range-slider
{
     -webkit-transform:rotate(90deg); 
     -moz-transform:rotate(90deg); 
     -o-transform:rotate(90deg); 
     -ms-transform:rotate(90deg); 
     transform:rotate(90deg); 
}

