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

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

@charset "utf-8";
/* CSS Document */
/* Reset Script */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */
/* Box Model Fix */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* Box Model End */
/* General Styles */
body {
	font-size: 16px;
	padding: 10px;
	background-color:black;
	display:grid;
	grid-template-columns: 100%;
	}
header {
	grid-area:1/1/2/3;
}

h1,h2,h3,h4,h5,h6,p {
	line-height:1.45;
	/*padding: 10px;*/
}

p {
	color:white;
	text-align:center;
	margin:10px;
	background-image:linear-gradient(##1E1E1E,black);
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:10px;
	
}
label {
	color:white;
	
}
span {
	margin-top:10px;
}
h1 {
	color:white;
	text-align:center;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	
	text-decoration:underline;
	
	}
#textarea {
	grid-area:5/1/6/2;
	height:25vw;
	margin:0px;
	
	font-size:3.052vw;
}
#textarea_label {
	grid-area: 6/1/7/2;
	margin-bottom:20px;
}
#review_text1 {
	grid-area: 2/1/3/2;
	color:white;
	text-align:center;
	padding:10px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
#review_text2 {
	grid-area: 4/1/5/2;
}
#review_form {
	grid-area: 3/1/4/2;
}
#review_button {
	grid-area: 7/1/8/2;
	height:11vw;
	margin-bottom:50px;

	width:33%;
	margin-left:auto;
	margin-right:auto;
	
	font-size:4.101vw;
}


/* End General Styles*/
/* Typography Scale General*/
/* Typographic Scale - Ratio 1.25
3.052			
2.441
1.953
1.563
1.25
1
.8
.64
.512
1rem = 2.1vw*/
h1 {
	font-size:6.409vw;
}

p {
	font-size: 3.052vw;
}
label {
	font-size:5.1261vw;
}


/* End Typography */
/* Header */
header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}

.logo {
	flex-basis:50%;
	max-width: 300px;
	
}
.logo img {
	display: block;
	width: 100%;
	height:auto;
}


/* End Header */
/* Main Section Start */

#overall {
	margin-bottom:30px;
	
}
#quality {
	margin-bottom:30px;
	
}
#price {
	margin-bottom:30px;
	
}
#convenience {
	margin-bottom:30px;
	
}

#error_message {
	color:red;
	font-size:18px;
	padding:10px;
	background-color:white;
}



/* Main Section End */


/* Footer Section Start */
footer {
	grid-area:8/1/9/2;
	display:flex;
	flex-flow:column nowrap;
	justify-content:space-between;
	align-items:center;
	margin-left:10px;
	margin-right:10px;
	background-image:linear-gradient(#2E2E2E,black);
	
}
footer p {
	color:white;
}
.footer-logo {
	max-width:200px;
	
	}
.footer-logo img {
	display: block;
	width: 100%;
	height:auto;
	padding-top:50px;
	margin-top:50px;
	margin-bottom:50px;
}
	
/* Footer End */
/* Media Queries */
@media screen and (max-width: 305px) {
p {
	font-size:10px;
}
}
@media screen and (min-width: 601px) {
/* Typography Scale */	
h1 {
	font-size:4.101vw;
	padding-bottom:30px;
}

p {
	font-size:2.1vw;
}

label {
	font-size:4.101vw;
}
/* End Typography */
body {
	/*grid-template-columns: 60% 40%;
	grid-column-gap:0px;*/
	}
header {
	/*grid-area: 1/1/2/3;*/
}
.logo img {
	width: 80%;
	margin:auto;
	}

nav {
	/*grid-area:2/1/3/3;*/
}


h1 {
	/*grid-area:4/1/5/3;*/
}

footer {
	/*grid-area:7/1/8/3;*/
}
}

@media screen and (min-width: 901px) {
/* Typography */
h1 {
	font-size:3.282vw;
}

p {
	font-size:1.68vw;
}


label {
	font-size:3.2823vw;
}
/* End Typography */
}

@media screen and (min-width: 1201px) {
/* Typography Start */
h1 {
	font-size:2.625vw;
	padding-bottom:45px;
}

p {
	font-size:1.0752vw;
}

label {
	font-size:1.68vw;
}
#review_button {
	font-size:1.68vw;
}
/* Typography End */
body {
	grid-template-columns: 40% 60%;
	grid-column-gap:0px;
}
header {
	grid-area: 1/1/2/3;
	justify-content:center;
	align-content:space-between;
}
p {
	padding:20px 30px 0px 30px;
	margin:0px 10px 10px 10px;
}

#textarea {
	grid-area:3/2/4/3;
	height:250px;
	margin-top:10px;
}
#review_text1 {
	grid-area: 2/1/3/2;
	margin-right:100px;
}
#review_text2 {
	grid-area: 2/2/3/3;
	padding-right:60px;
	padding-left:60px;
}
#review_form {
	grid-area: 3/1/5/2;
}
#textarea_label {
	grid-area: 4/2/5/3;
	margin-bottom:0px;
}
#review_button {
	grid-area: 5/2/6/3;
	height:80px;
}

.logo {
	max-width:30%;
	flex-basis:50%;
}
.logo img {
	width: 50%;
	margin:auto;
}

nav {
	grid-area:2/1/3/4;
}

h1 {
	grid-area:4/1/5/4;
}

form {
	padding:0px 30px 0px 30px;
}

footer {
	grid-area:7/1/8/4;
}
}
@media screen and (min-width: 1401px) {
h1 {
	font-size:36.75px;
	}

p {
	font-size:14px;
}

}

