@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

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

	#viewPark {
		margin: 0;
		padding: 0 0 0 20px;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-image: url("../background.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		overflow: none;
	}
	/* .viewBackground {
		z-index: -100;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	} */
	.viewTitle {
		font-size: 80px;
		font-family: Raleway;
		text-decoration: underline;
		margin-top: 20px;
	}
	.viewMark {
		background-color: rgba(255, 255, 255, .8);
		padding-left: 5px;
		padding-right: 5px;
	}
	.info {
		background: rgba(255, 255, 255, .7);
		margin-left: 0px;
		margin-right: 100px;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 30px;
	}
	.infotitle {
		font-family: Arial;
		font-size: 30px;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.viewLogo {
		width: 220px;
		float: left;
		margin-top: 20px;
		margin-right: 20px;
		margin-left: 10px;
	}
	.informed {
		margin: 0px;
		padding-bottom: 7px;
		font-family: Roboto;
	}
	.subtitle {
		font-size: 30px;
		font-family: Bebas;
	}
	.backarrow {
        position: absolute;
        bottom: 0px;
        left: 20px;
		padding: 5px;
		font-family: 'Raleway', sans-serif;
        background-color: rgba(255,255,255,.8);
        color: black;
        text-decoration: none;
		border: none;
		font-size: 30px;
    }
    .fa-chevron-right {
    	position: fixed;
    	top: 50%;
  		-ms-transform: translateY(-50%);
  		transform: translateY(-50%);
    	right: 10px;
    	transform: scale(1,2);
    	color: rgba(0,0,0,.6);
    	transition: .5s;
    }
    .fa-chevron-right:hover {
    	right: 6px;
    	color: rgba(0,0,0,.9);
    	cursor: pointer;
    }

    /*FORM STYLES*/
    .viewForm {
		display: inline-block;
		margin-top: 20px;
		margin-bottom: 30px;
		align-content: left;
	}
	.viewForm *:focus {
	 	outline: none;
	}
	.viewFormSection {
		display: block;
		margin: 20px 0;
	}
	.viewFormSectionHeader {
		display: inline-block;
		font-family: Arial;
		font-size: 30px;
		margin: 10px 0;
	}
	.viewFormSectionHeader mark {
		color: black;
		background-color: white;
		padding: 10px;
	}
	.viewForm input[type=text] {
		display: inline-block;
		margin: 0;
		padding: 0;
		padding-left: 10px;
		width: 200px;
		height: 50px;
		font-size: 30px;
		border: none;
	}
	.viewForm textarea[name=comments] {
		margin: 0;
		padding: 10px;
		font-family: Arial;
		width: 650px;
		height: 300px;
		font-size: 30px;
		border: none;
		resize: none;
	}
	.viewForm input[type=checkbox] {
		display: inline-block;
		margin: 0;
		padding: 0px;
		padding-left: 10px;
		width: 75px;
		height: 75px;
		font-size: 30px;
		border: none;
	}
	.viewForm input[type=radio] {
		display: inline-block;
		margin: 0;
		padding: 0px;
		padding-left: 10px;
		width: 75px;
		height: 75px;
		display: inline-block;
		font-size: 30px;
		border: none;
	}
	.viewForm label {
		display: inline-block;
		margin-top: 10px;
		margin-right: 30px;
		padding: 10px;
		color: gray;
		background-color: white;
		font-size: 30px;
		font-family: Arial;
	}
	#viewSubmit {
		margin: 0px;
		padding: 5px 10px;
		font-size: 50px;
		border: none;
		background-color: white;
        color: black;
	}
	#viewSubmit:hover {
		cursor: pointer;
		position: relative;
		top: 2px;
		left: 3px;
	}
	.submit:active {
		cursor: pointer;
		position: relative;
		top: 3px;
		left: 4px;
	}

	#viewBottom {
		width: 100%;
		height: 20px;
	}

}

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

	#viewPark {
		margin: 0;
		padding: 0 0 0 20px;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-image: url("../background.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		overflow: none;
	}
	/* .viewBackground {
		z-index: -100;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	} */
	.viewTitle {
		margin: 20px 10px 20px 0px;
		font-size: 50px;
		font-family: Raleway;
		text-decoration: underline;
	}
	.viewMark {
		background-color: rgba(255, 255, 255, .8);
		padding-left: 5px;
		padding-right: 5px;
	}
	.info {
		background: rgba(255, 255, 255, .7);
		margin-left: 0px;
		margin-right: 10px;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 30px;
	}
	.infotitle {
		font-family: Arial;
		font-size: 30px;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.viewLogo {
		width: 80%;
		margin-top: 20px;
		margin-right: 20px;
		margin-left: 10px;
	}
	.informed {
		margin: 0px;
		padding-bottom: 7px;
		font-family: Roboto;
	}
	.subtitle {
		font-size: 30px;
		font-family: Bebas;
	}
	.backarrow {
        position: absolute;
        bottom: 0px;
        left: 20px;
		padding: 5px;
		font-family: 'Raleway', sans-serif;
        background-color: rgba(255,255,255,.8);
        color: black;
        text-decoration: none;
		border: none;
		font-size: 30px;
    }
    .fa-chevron-right {
    	position: fixed;
    	top: 50%;
  		-ms-transform: translateY(-50%);
  		transform: translateY(-50%);
    	right: 10px;
    	transform: scale(1,2);
    	color: rgba(0,0,0,.6);
    	transition: .5s;
    }
    .fa-chevron-right:hover {
    	right: 6px;
    	color: rgba(0,0,0,.9);
    	cursor: pointer;
    }

    /*FORM STYLES*/
    .viewForm {
		display: inline-block;
		margin-top: 20px;
		margin-bottom: 30px;
		align-content: left;
		line-height: 1.6;
	}
	.viewForm *:focus {
	 	outline: none;
	}
	.viewFormSection {
		width: 100%;
		display: block;
		margin: 0;
		border-bottom: 3px solid black;
	}
	.viewFormSectionHeader {
		display: block;
		font-family: Arial;
		font-size: 30px;
		margin: 10px 0;
	}
	.viewFormSectionHeader mark {
		color: black;
		background-color: white;
		padding: 10px;
	}
	.viewForm input[type=text] {
		display: inline-block;
		margin: 10px;
		padding: 0;
		padding-left: 10px;
		width: 200px;
		height: 50px;
		font-size: 30px;
		border: none;
	}
	.viewForm textarea[name=comments] {
		margin: 0;
		padding: 10px;
		font-family: Arial;
		width: 90%;
		height: 300px;
		font-size: 30px;
		border: none;
		resize: none;
	}
	.viewForm input[type=checkbox] {
		display: inline-block;
		margin: 0;
		padding: 0px;
		padding-left: 10px;
		width: 75px;
		height: 75px;
		font-size: 30px;
		border: none;
	}
	.viewForm input[type=radio] {
		display: inline-block;
		margin: 0;
		padding: 0px;
		padding-left: 10px;
		width: 75px;
		height: 75px;
		display: inline-block;
		font-size: 30px;
		border: none;
	}
	.viewForm label {
		display: inline-block;
		margin-top: 10px;
		margin-right: 30px;
		padding: 10px;
		color: gray;
		background-color: white;
		font-size: 30px;
		font-family: Arial;
	}
	#viewSubmit {
		margin: 0px;
		padding: 5px 10px;
		font-size: 50px;
		border: none;
		background-color: white;
        color: black;
	}
	#viewSubmit:hover {
		cursor: pointer;
		position: relative;
		top: 2px;
		left: 3px;
	}
	.submit:active {
		cursor: pointer;
		position: relative;
		top: 3px;
		left: 4px;
	}

	#viewBottom {
		width: 100%;
		height: 20px;
	}

}



































/* DELETE */
@media screen and (max-width: 2px) {

	body {
		margin: 5px;
		background-image: url("../background.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	.title {
		font-size: 60px;
		font-family: Raleway;
		text-decoration: underline;
		margin-bottom: 10px;
	}
	mark {
		background-color: rgba(255, 255, 255, .8);
		padding-left: 5px;
		padding-right: 5px;
	}
	.info {
		background: rgba(255, 255, 255, .7);
		margin-left: 0px;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		word-wrap: normal;
	}
	.logo {
		width: 80%;
		margin-top: 20px;
		padding: 10px 0px;
		display: block;
  		margin-left: auto;
  		margin-right: auto;
	}
	.infotitle {
		font-family: Arial;
		font-size: 30px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.informed {
		margin: 0px;
		padding-bottom: 7px;
		font-family: Roboto;
	}
	.subtitle {
		font-size: 30px;
		font-family: Bebas;
	}

    /*FORM STYLES*/
    form {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	form *:focus{
	 	outline: none;
	 }
	input[name=RATING] {
		margin: 0px;
		padding: 0px;
		padding-left: 10px;
		width: 100px;
		height: 50px;
		font-size: 30px;
		border: none;
	}
	textarea[name=COMMENTS] {
		margin: 0px;
		padding: 10px;
		font-family: Arial;
		height: 300px;
		font-size: 30px;
		border: none;
		resize: none;
	}
	input[type=checkbox] {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0px;
		padding-left: 10px;
		width: 75px;
		height: 75px;
		font-size: 30px;
		border: none;
	}
	label {
		margin-top: 10px;
		margin-right: 30px;
		padding: 10px;
		color: gray;
		background-color: white;
		font-size: 30px;
		float: left;
		font-family: Arial;
	}
	.submit {
		margin: 0px;
		padding: 5px 10px;
		font-size: 50px;
		border: none;
		background-color: white;
        color: black;
	}
	.submit:hover {
		cursor: pointer;
		position: relative;
		top: 2px;
		left: 3px;
	}
	.submit:active {
		cursor: pointer;
		position: relative;
		top: 3px;
		left: 4px;
	}

	#viewBottom {
		display: none;
	}

}
