@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Muli&display=swap');
@font-face {
  font-family: Bebas;
  src: url('../../fonts/BebasNeue-Regular.ttf');
}

@media screen and (min-width: 621px) {

	body {
		margin: 0;
        background-image: url('../background.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        overflow-x: hidden;
        -webkit-transition-duration: 600ms;
    	transition-duration: 600ms;
	}
	#top {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin: 20px 30px 0px 0px;
		padding: 0px 0px 0px 10px;
		font-size: 70px;
		font-family: Arial;
		margin-bottom: 0px;
	}
	.topMark {
		color: white;
		background-color: rgba(0,0,0,.8);
		padding: 10px;
	}
	#logInOut {
		position: absolute;
		top: 0px;
		right: 0px;
		padding: 5px;
		background-color: black;
		font-family: Arial;
		/*height: 18px;
		width: 105px;*/
	}
	#logInOut a {
		color: white;
	}
	a:link {text-decoration: none}

	/*RESULT STYLING*/
	.group {
		margin: 10px;
	}
	.container {
		padding: 0px;
		padding-left: 10px;
		padding-right: 10px;
		margin: 10px;
		background-color: rgba(0,0,0,.5);
		display: inline-block;
	}
	.container:hover {
		cursor: pointer;
	}
	.parkLink {
		padding: 0px;
		margin: 0px;
		margin-top: -20px;
		text-decoration: none;
		color: white;
		font-size: 30px;
	}
	.logo {
		color: white;
		/*display: inline-block; (display is ignored due to float)*/
		height: 100px;
		padding: 10px;
		margin: 0px;
		float: left;
	}
	.title {
		padding: 0px;
		margin: 0px;
		margin-top: 5px;
		font-size: 40px;
		font-family: 'Muli', sans-serif;
		display: inline-block;
		color: white;
	}
	.extras {
		margin: 5px;
		margin-top: -5px;
		font-size: 23px;
		font-family: Arial;
		color: white;
	}

/*VISITED AND MY PARKS STYLING*/
.parksSwitch {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	margin: 30px 0px 20px 10px;
}

.parksSwitch mark {
	font-size: 30px;
	font-family: Arial;
	color: black;
	background-color: white;
	padding: 5px 0px 5px 5px;
}

.parksSwitch:hover {
	cursor: pointer;
}

/*FORM STYLING*/
	.search {
		display: block;
		margin-top: 00px;
		margin-left: 10px;
		margin-bottom: 30px;
		background-color: white;
		background-size: contain;
		width: 465px;
	}
	.visited-search {
		display: block;
		margin: 0px;
		margin-top: 0px;
		margin-bottom: 15px;
		background-color: white;
		background-size: contain;
	}
	.search *:focus{
	 	outline: none;
	 }
	.field {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0px;
		padding-left: 10px;
		width: 275px;
		height: 75px;
		font-size: 30px;
		border: none;
		color: black;
	}
	.field-visited {
		margin: 10px 5px;
		padding: 0px;
		padding-left: 10px;
		width: 200px;
		height: 40px;
		font-size: 30px;
		border: 1px solid black;
		color: white;
	}
	.filter {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0px;
		width: 110px;
		height: 75px;
		font-size: 30px;
		border: none;
	}
	input[type=checkbox] {
		margin: 10px 5px 10px 0;
		padding: 0px;
		width: 50px;
		height: 50px;
		border: none;
		display: inline-block;
		position: relative;
		top: 15px;
	}
	label {
		margin: 10px 0 10px 5px;
		padding: 0px;
		color: gray;
		background-color: white;
		font-size: 30px;
		font-family: Arial;
	}
	.submit {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 10px;
		padding: 0px;
		width: 50px;
		height: 50px;
		border: none;
		position: relative;
		top: -5px;
		background-color: transparent;
	}
	.submit:hover {
		cursor: pointer;
	}
	*.fa-search {
		font-size: 40px;
		position: relative;
		top: 10px;
	}

	/*Map Popout Object*/
	#mapPopOutBG {
		position: fixed;
		right: 0;
		bottom: 0;
		margin: 0;
		padding: 0;
		background-color: #5f9834;
		border-radius: 20px;
		width: 88px;
		height: 84px;
	}
	.fa-map-marker-alt {
		color: white;
		padding: 10px 20px;
	}
	.fa-map-marker-alt:hover {
		cursor: pointer;
	}

	/*Map CSS*/
	#map {
		position: fixed;
		left: 0;
		top: 0;
		z-index: -100;
  		height: 100%;
  		width: 100%;
  		padding: 10px;
		font-size: 20px;
		background-color: lightskyblue;
	}
	#mapClose {
		font-size: 80px;
		position: fixed;
		color: black;
		bottom: 0;
		right: 0;
		z-index: -100;
		padding: 5px 13px;
		margin: 0;
		text-shadow: 0 0 4px #fff;
	}
	#mapClose:hover {
		cursor: pointer;
	}
	.parkName {
	    font-family: Arial;
		font-size: 20px;
	    font-weight: normal;
	    color: black;
	    margin: 0;
	    padding: 0;
	}

	/*Non-map elements sliding on and off*/
	#notMap {
		margin: 0px;
	    width: 100%;
	    position: relative;
	    left: 0px;
	}
	.notMap-off-left {
		left: -100% !important;
	}
	.notMap-off-right {
		right: -200px !important;
	}
	.viewPark-off-left {
		left: -110% !important; /* -100% isn't quite far enough for some reacson, so I made it -110% */
	}
	.transition-left {
  		-webkit-transition: left 0.4s ease-in;  /* Chrome 1-25, Safari 3.2+ */
    	-moz-transition: left 0.4s ease-in;  /* Firefox 4-15 */
    	-o-transition: left 0.4s ease-in;  /* Opera 10.50–12.00 */
    	transition: left 0.4s ease-in;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	}
	.transition-right {
  		-webkit-transition: right 0.4s ease-in;  /* Chrome 1-25, Safari 3.2+ */
    	-moz-transition: right 0.4s ease-in;  /* Firefox 4-15 */
    	-o-transition: right 0.4s ease-in;  /* Opera 10.50–12.00 */
    	transition: right 0.4s ease-in;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	}

}

@media screen and (max-width: 620px) {

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	background-image: url('../background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-transition-duration: 600ms;
	transition-duration: 600ms;
}
#top {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin: 20px 115px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 70px;
	font-family: Arial;
	margin-bottom: 0px;
}
.topMark {
	color: white;
	background-color: rgba(0,0,0,.8);
	padding: 10px;
}
#logInOut {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	background-color: black;
	font-family: Arial;
}
#logInOut a {
	color: white;
}
a:link {text-decoration: none}

/*RESULT STYLING*/
.group {
	margin: 10px;
}
.container {
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
	background-color: rgba(0,0,0,.5);
	display: inline-block;
}
.container:hover {
	cursor: pointer;
}
.parkLink {
	padding: 0px;
	margin: 0px;
	margin-top: -20px;
	text-decoration: none;
	color: white;
	font-size: 30px;
}
.logo {
	color: white;
	/*display: inline-block; (display is ignored due to float)*/
	height: 100px;
	padding: 10px;
	margin: 0px;
	float: left;
}
.title {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	display: inline-block;
	color: white;
}
.extras {
	margin: 5px;
	margin-top: -5px;
	font-size: 23px;
	font-family: Arial;
	color: white;
}

/*VISITED AND MY PARKS STYLING*/
.parksSwitch {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	margin: 30px 0px 20px 10px;
}

.parksSwitch mark {
	font-size: 20px;
	font-family: Arial;
	color: black;
	background-color: white;
	padding: 5px 0px 5px 5px;
}

.parksSwitch:hover {
	cursor: pointer;
}

/*FORM STYLING*/
.search {
	display: block;
	margin: 0px 10px 10px;
	background-color: white;
	background-size: contain;
	width: 95%;
}
.visited-search {
	display: block;
	margin: 0px 10px 15px;
	background-color: white;
	background-size: contain;
}
.search *:focus{
	 outline: none;
 }
.field {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	width: 50%;
	height: 75px;
	font-size: 5vw;
	border: none;
	color: black;
}
.field-visited {
	margin: 10px 5px;
	padding: 0px;
	padding-left: 10px;
	width: 50%;
	height: 40px;
	font-size: 30px;
	border: 1px solid black;
	color: black;
}
.filter {
	margin: 0px;
	padding: 0px;
	width: 30%;
	height: 75px;
	font-size: 30px;
	border: none;
}
input[type=checkbox] {
	margin: 10px 5px 10px 0;
	padding: 0px;
	width: 50px;
	height: 50px;
	border: none;
	display: inline-block;
	position: relative;
	top: 15px;
}
label {
	margin: 10px 0 10px 5px;
	padding: 0px;
	color: gray;
	background-color: white;
	font-size: 30px;
	font-family: Arial;
}
.submit {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 0px;
	width: 10%;
	height: 50px;
	border: none;
	position: relative;
	top: -5px;
	background-color: transparent;
}
.submit:hover {
	cursor: pointer;
}
*.fa-search {
	font-size: 40px;
	position: relative;
	top: 10px;
}

/*Map Popout Object*/
#mapPopOutBG {
	position: fixed;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	background-color: #5f9834;
	border-radius: 20px;
	width: 88px;
	height: 84px;
}
.fa-map-marker-alt {
	color: white;
	padding: 10px 20px;
}
.fa-map-marker-alt:hover {
	cursor: pointer;
}

/*Map CSS*/
#map {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -100;
	height: 100%;
	width: 100%;
	padding: 0px;
	font-size: 20px;
	background-color: lightskyblue;
}
#mapClose {
	font-size: 50px;
	position: -webkit-sticky;
	position: sticky;
	color: black;
	bottom: 0;
	right: 0;
	z-index: -100;
	padding: 5px 13px 0px;
	margin: 0;
	text-shadow: 0 0 4px #fff;
}
#mapClose:hover {
	cursor: pointer;
}
.parkName {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: black;
	margin: 0;
	padding: 0;
}

/*Non-map elements sliding on and off*/
#notMap {
	margin: 0px;
	width: 100%;
	position: relative;
	left: 0px;
}
.notMap-off-left {
	left: -100% !important;
}
.notMap-off-right {
	right: -200% !important;
}
.viewPark-off-left {
	left: -110% !important; /* -100% isn't quite far enough for some reacson, so I made it -110% */
}
.transition-left {
	-webkit-transition: left 0.4s ease-in;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: left 0.4s ease-in;  /* Firefox 4-15 */
	-o-transition: left 0.4s ease-in;  /* Opera 10.50–12.00 */
	transition: left 0.4s ease-in;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.transition-right {
	-webkit-transition: right 0.4s ease-in;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: right 0.4s ease-in;  /* Firefox 4-15 */
	-o-transition: right 0.4s ease-in;  /* Opera 10.50–12.00 */
	transition: right 0.4s ease-in;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

}