
* {
	box-sizing: border-box; 
}

body {
	background-color: lightsteelblue;
	padding: 0; 
	margin: 75px 400px 75px 400px; 
	font-size: 2vh;
	font-family: arial;
	letter-spacing: 1px;
}

@media only screen and (max-width: 1919px) {
body {
	width: 100%; 
	margin: 0;
  }
}

@media only screen and (max-width: 768px) {
body {
	font-size: 3vh;
  }
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0; 
}
	
header {
	background-color: darkorange; 
	height: 125px;  
	color: white;
	font-family: 'Oswald', sans-serif;  
}

header svg {
	float: left;
	height: 100px; 
	width: 125px; 
	margin: 10px 40px 10px 10px;
	border-right: solid 1pt orange;
}

@media only screen and (max-width: 768px) {
header svg {
	float: none;  
	margin: 10px 0 0 35%; 
	border: none; 
  }
}


header h1 {
	padding: 15px 0 0 0; 
	font-size: 5.5vh; 
	letter-spacing: 2px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
header h1 {
	display: none;  
  }
}



nav ul {
      	list-style: none;
      	background-color: chocolate;
      	text-align: center;
      	margin: 0;
	    padding: 0;
	    width: 100%;
      	height: 75px;
}

nav li { 
      	float: left; 
      	width: 150px;
	    height: 100%;
}

nav a {
      	display: block;  
      	text-decoration: none;
	    height: 100%;
	    padding: 10px;
      	color: white;
}

nav a:hover {
	background-color: orange; 
}

@media only screen and (max-width: 960px) {
nav a {
	font-size: 2.5vh; 
  }
}

.call {
	float: right; 
	background-color: orangered; 
	color: white; 
	height: 100%; 
	width: 25%; 
}



.container {
	background-color: white; 
	margin: 0;
	height: auto; 
	width: 100%;
	overflow: auto; 
	padding: 0; 
	font-family: arial; 
}

.shoutout {
	height: auto; 
	width: 97%; 
	margin: 30px; 
	padding: 0; 
}

.shoutout h2 {
	text-align: center;
	color: chocolate;
}

.mission {
	float: left; 
	margin: 0;
	padding: 0; 
	width: 50%; 
	height: auto;
	border-right: 1pt solid grey;
	overflow: auto; 
}


@media only screen and (max-width: 768px) {
.mission {
	float: none; 
	width: 100%;  
	overflow: auto; 
  }
}

.mission h1 {
	color: chocolate;
}

.mission p {
	padding: 25px; 
}

.mission img {
	height: 50%; 
	width: 90%;
	margin: 25px;
}


@media only screen and (max-width: 768px) {
.mission img {
	height: auto;  
  }
}

.values {
	float: left; 
	margin: 0;
	padding: 0; 
	width: 50%; 
	height: auto;
	border-right: 1pt solid grey;
}

@media only screen and (max-width: 768px) {
.values {
	float: none; 
	width: 100%;  
	overflow: auto; 
  }
}

.values h1 {
	color: chocolate;
}

.values h2 {
	color: chocolate;
}

.values h2, p {
	padding: 0 25px 0 25px; 
}

.owner {
	clear: left; 
	margin: 0;
	padding-bottom: 25px; 
	height: auto;
	overflow: auto;
	width: 100%; 
}

.section-header {
	background-color: DarkOrange;
	height: 50px; 
	width: 100%;
	margin: 0;
	padding: 8px; 
	font-family: arial; 
	text-decoration: none; 
	text-align: center;
	color: white; 
	font-size: 2vh;
}


.container h1 {
	text-align: center; 
	margin: 0; 
	padding: 0;
}

.owner h2, h4 {
	padding: 0 0 0 25px; 
}

.owner h4 {
	color: grey; 
}

.owner img {
	float: left; 
	height: 200px; 
	width: 150px; 
	margin: 0 25px 0 0;
	border: .25pt solid grey;
}


.shoutout {
	margin: 10px; 
}


footer { 
	clear: left;  
	height: 250px; 
	margin: 0; 
	padding: 0; 
	background-color: DarkOrange; 
	font-family: arial; 
	color: white; 
}

@media only screen and (max-width: 768px) {
footer {
	height: auto;   
  }
}

.products { 
	float: left; 
	margin: 25px 0 25px 0;
	padding: 0;
	height: 200px; 
	width: 49%; 
	border-right: 1pt solid white;  
	text-align: center;
}

@media only screen and (max-width: 768px) {
.products {
	float: none; 
	width: 100%;  
	height: auto; 
	margin: 0; 
	overflow: auto; 
	border-right: none; 
	border-bottom: 1pt solid white;
  }
}

.products ul {
	list-style-type: none; 
	columns: 3; 
	column-gap: 5px; 
}
	
.products li a {
	text-decoration: none; 
	font-size: 1.5vh; 
	color: white; 
}

@media only screen and (max-width: 768px) {
.products li a {
	font-size: 2.5vh; 
  }
}

.products li a:hover {
	background-color: grey; 
}
	
.about {
	float: left; 
	margin: 25px 0 25px 0; 
	padding: 0;
	height: 200px; 
	width: 50%; 
	font-size: 1.75vh; 
	text-align: center; 
}

@media only screen and (max-width: 768px) {
.about {
	float: none; 
	width: 100%;  
	height: auto; 
	margin: 0; 
	overflow: auto; 
	border-right: none; 
	border-bottom: 1pt solid white;
  }
}

.about a {
	color: white; 
}

footer .fa {
	font-size: 3vh; 
	margin: 10px; 
}

@media only screen and (max-width: 768px) {
footer .fa {
	font-size: 5vh; 
  }
}

footer .fa:hover {
	color: lightgrey;
}

