/*
Markitplace
style.css

Kevin Hsieh, Nathan Tsai
2 April 2017
LA Hacks
*/

/*------------------------------------------------------------------------------
   MOBILE 
------------------------------------------------------------------------------*/

.slogan {
	font-size: 25px;
}
	
#authorize {
	height: 350px !important;
}

#searchNavItem {
	left: 52px;
	width: auto;
}

#searchTerm {
	left: 52px;
	width: 280.5px;
}

/*------------------------------------------------------------------------------
   DESKTOP 
------------------------------------------------------------------------------*/

@media only screen and (min-width: 600px) {
	.slogan {
		font-size: 50px;
	}

	#authorize {
		height: 400px !important;
	}

	#searchNavItem {
		left: auto;
		width: 258px;
	}

	#searchTerm {
		left: auto;
		width: 232px;
	}
}

/*------------------------------------------------------------------------------
   ALL SCREENS 
------------------------------------------------------------------------------*/

nav {
	height: 60px; 
	line-height: 60px;
	background-color: #5ecacd !important;
}

#map-leaflet {
	width: 100%;
	height: calc(100vh - 60px);
	font-family: "Lato";
	font-variant: caps;
}

.slogan {
	font-family: "Fugaz One";
}

#authorize {
	width: 100% !important;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background-color: #f7f5f5;
	transform: translate(-50%, 0);
	text-align: center;
	padding: 15px 15px 25px 15px;
	z-index: 10;
}

#search-wrapper {
	width: 100%;
}

#navBarForm {
	height: 53px;
	z-index: 100;
}

#searchNavItem {
	height: 53px;
	z-index: 100;
	top: 71.5px;
	position: absolute;
	right: 11.5px;
}

#searchbar {
	z-index: 100;
	color: #726363;
	background-color: white;
	border-radius: 4px;
}

#searchTerm {
	display: block;
	z-index: 100;
	height: 53px;
	right: 11.5px;
}

#logo {
	left: 7px;
	top: 1px;
	position: absolute;
	width: 57px;
}

#markitplace {
	top: 2px;
}

#floating-buttons {
	top: -1px;
}

#burger {
	position: absolute;
	top: 16px;
	right: 20px;
	height: 40px;
}

.filter-ui {
	background:#fff;
	position:absolute;
	top: 71.5px;
	right: 11.5px;
	z-index: 101;
	padding: 10px;
	border-radius: 4px;
}

body { 
	margin:0; 
	padding:0; 
}

#filterButton1Background, #filterButton2Background, #filterButton3Background {
	background-color: #f7f5f5;
}

#filterButton1Icon, #filterButton2Icon, #filterButton3Icon {
	color: #726363;
}
	
.brand-logo {
	font-family: "Fugaz One";
}

#userName {
	display: block;
	left: 115px;
	position: absolute;
	color: #f7f5f5; 
	z-index: 100;
	font-family: "Roboto";
}

#mobileUserProfilePicture {
	right: 17px;
	top: 11px;
	position: absolute;
	width: 38px;
}

#desktopUserProfilePicture {
	left: 70px;
	top: 13px;
	width: 35px;
	position: absolute;
}

.checkbox-default[type="checkbox"].filled-in:checked + label:after {
	border: 2px solid #ef8233;
	background-color: #ef8233;
}

#ListItButton {
	position: absolute;
	background-color: #ef8233 !important;
	left: 50%;
	transform: translate(-50%, 0%);
	bottom: 5%;
	font-family: "Fugaz One";
	color: #f7f5f5;
}

.FormButtonText {
	font-family: "Fugaz One";
}

#availabilityButton {
	margin-bottom: 30px;
	background-color: #5ecacd;
}

#authorize-button {
	background-color: #5ecacd !important;
	font-family: "Fugaz One";
	color: #f7f5f5;
}

#addaccount-button {
	background-color: #5ecacd !important;
	font-family: "Fugaz One";
	color: #f7f5f5;
}

#login-label {
	font-family: "Roboto";
	color: #726363;
}

#nav-icon1 {
	width: 35px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #f7f5f5;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 12px;
}

#nav-icon1 span:nth-child(3) {
	top: 24px;
}

#nav-icon1.open span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon1.open span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#mapButton {
	margin-right: 20px;
	background-color: #5ecacd;
}

#markItButton {
	background-color: #ef8233 !important;
}

#uploadButton {
	background-color: #5ecacd;
}

#deleteButton {
	background-color: #5ecacd;
}

.myHeader {
	color: #726363;
}

#searchterm {
	width: 100%;
}

#searchButton {
	background-color: #5ecacd;
	color: #f7f5f5;
}
