html {
  background-color: #000000;
  overflow-x: hidden;
}
body {
  background-color: #000000;
  overflow: hidden;
}

/*------------------------------------
Navigation Bar
------------------------------------*/
.main-nav-list {
}
@media (max-width: 1000px) {
}
@media (max-width: 1200px) {
}
@media (min-width: 1655px) {
}
@media (min-width: 1900px) {
}
/*-----------------------------------
Header Styles
----------------------------------*/
.headerframes3 {
  padding-bottom: 2.3rem;
  z-index: 999;
  position: fixed;
  background-color: black;
  padding-top: 2.6rem;
  width: 100%;
  margin-top: -0.75rem;
  border-bottom: 3px solid green;
}
.header3 {
  display: grid; 
  grid-template-columns: 15% 15% 55% 15%; 
  margin: -1.75rem 15.26rem -2rem 15.26rem;
  background-color: black;
  justify-items: center;
}
.main-nav {
  margin-left: 2rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  color: white;
  font-family: "Roboto", sans-serif;
  display: inline-flex;
}
.main-nav-list-item {
  list-style: none;
  display: flex;
}
.header3 button {
  border: 0rem solid #ffffff;
  text-align: center;
  padding: 0.25rem 0.5rem 0.5rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #669933;
  color: white;
  font-size: 1.1rem;
  margin: .4rem 1.5rem;
  width: 80%;
}
.ggglogo5 {
}
.madeinusa {
  margin-top: .5rem;
  margin-left: 7rem;
}
/*----------------------------------
1760px
---------------------------------*/
@media (max-width: 1760px) {
  .header3 {
    display: flex;
    margin: -1.75rem 5rem -2rem 5rem;
  }
  .main-nav {
    margin-left: 2rem;
    margin-bottom: 0;
    font-size: 1.1rem;
    color: white;
    font-family: "Roboto", sans-serif;
  }
  .main-nav-list-item {
    list-style: none;
    display: flex;
  }
  .header3 button {
    border: 0rem solid #ffffff;
    text-align: center;
    padding: 0.25rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.5rem;
    background-color: #669933;
    color: white;
    font-size: 1.1rem;
    margin: .4rem 1.5rem;
    width: 80%;
  }
  .ggglogo5 {
  }
  .madeinusa {
    display: none;
  }
}
/*----------------------------------
1000px
---------------------------------*/
@media (max-width: 1000px) {
  .headerframes3 {
    padding-bottom: 0;
  }
  .menu2 {
    margin-left: 10rem;
    width: 100%;
  }
  .header3 {
    width: 35%;
    display: inline-block;
    background-color: black;
    margin: -3rem auto 1rem -1rem;
    text-align: center;
  }
  .main-nav {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    color: white;
    font-family: "Roboto", sans-serif;
  }
  .main-nav-list-item {
    display: block;
  }
  .ggglogo5 {
    margin-top: -1.5rem;
    margin-left: 2rem;
  }
  .madeinusa {
    display: none;
  }
  .header3 button {
display: none;
  }
}
/*--------------------------------
footer
---------------------------------*/
.footer {
  border-top: 4px solid green;
  position: relative;
}
.footer {
  display: grid; 
  grid-template-columns: 48fr 20fr 32fr; 
  border: 1px solid none; 
  background-color: none;
  text-align: left;
  width: 100%;
  font-size: 1.75rem;
  background-color: rgb(21, 21, 21);
}
.footerlogo {
  text-align: right;
}
.footerlink {
  color: white;
  text-decoration: none;
}
.ggglogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}
  .ggglogo {
    display: inline;
    margin-right: 2%;
    width: 12%;
    padding-right: 3rem;
    margin-top: 2rem;
    border-right: 1px solid grey;
  }
  .ggglogo3 {
    display: inline;
    margin-right: 1rem;
    width: 12%;
    margin-top: 2rem;
  }
  .ggglogo2 {
    display: inline;
    margin-right: 2%;
    width: 73%;
    padding-right: 3rem;
    border-right: 1px solid grey;
  }

/*---------------------------------------
1000 px
----------------------------------------*/
@media (max-width: 1000px) {
  .footer {
    display: block;
  }
  .ggglogo2 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    border-right: none;
  }
  .ggglogo5 {
    margin-left: 2rem;
    margin-top: -1rem;
    margin-bottom: -2.2rem;
  }  
}
/*---------------------------------------
855 px
----------------------------------------*/
@media (max-width: 855px) {
  .ggglogo5 {
    margin-left: 2rem;
    margin-top: -1rem;
    margin-bottom: -0.2rem;
  }  
}
/*----------------------------------------
Generator
----------------------------------------*/
#menu {
	color: #FFF;
	padding-left: 18px;
	border-radius: 50px;
  padding-top: .35rem;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
}
#menu li {
	float: left;
	display: inline;
	position: relative;
}
#menu a {
	display: block;
	line-height: 45px;
	padding: 0 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
  font-family: "Roboto", sans-serif;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu li a:hover {
	color: #90ee32;
	background: #000000;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 45px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 170px;
	background: #444444;
	position: absolute;
	z-index: 99;
	display: none;
}
#menu ul.sub-menus li {
	display: block;
	width: 100%;
}
#menu ul.sub-menus a {
	color: #ffffff;
	font-size: 16px;
  font-family: "Roboto", sans-serif;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background: #000000;
	color: #90ee32;
}

/*---------------------------------------------------------------
@1322 PX
--------------------------------------------------------------*/


@media screen and (max-width: 1322px){
  .header3 button {
    border: 0rem solid #ffffff;
    text-align: center;
    padding: 0.25rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.5rem;
    background-color: #669933;
    color: white;
    font-size: 1.1rem;
    margin: .4rem 1.5rem;
    width: 90%;
  }

  #menu {
    color: #FFF;
    padding-left: 18px;
    border-radius: 50px;
    padding-top: .35rem;
    margin-right: -28rem;
    width: 100%;
  }
  #menu ul, #menu li {
    margin: 0 auto;
    padding: 0;
    list-style: none
  }
  #menu ul {
    width: 100%;
  }
  #menu li {
    float: left;
    display: inline;
    position: relative;
  }
  #menu a {
    display: block;
    line-height: 45px;
    padding: 0 14px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
  }
  #menu a.dropdown-arrow:after {
    content: "\25BE";
    margin-left: 5px;
  }
  #menu li a:hover {
    color: #90ee32;
    background: #000000;
  }
  #menu input {
    display: none;
    margin: 0;
    padding: 0;
    height: 45px;
    width: 100%;
    opacity: 0;
    cursor: pointer
  }
  #menu label {
    display: none;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 35px
  }
  #menu label:before {
    font-size: 1.6em;
    content: "\2261"; 
    margin-left: 20px;
  }
  #menu ul.sub-menus{
    height: auto;
    overflow: hidden;
    width: 170px;
    background: #444444;
    position: absolute;
    z-index: 99;
    display: none;
  }
  #menu ul.sub-menus li {
    display: block;
    width: 100%;
  }
  #menu ul.sub-menus a {
    color: #ffffff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
  }
  #menu li:hover ul.sub-menus {
    display: block
  }
  #menu ul.sub-menus a:hover{
    background: #000000;
    color: #90ee32;
  }
}
/*---------------------------------------------------------------
@1300 PX
--------------------------------------------------------------*/

@media screen and (max-width: 1300px){
  #menu {position:relative}
	#menu ul {background:#111;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:relative;font-size: 2.5rem;background: #000000;color: #FFF;display: block;width: 100%;margin-top: -1.5rem;}
  #menu input {z-index:4}
	#menu input:checked + label {color:white}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
  }
/*---------------------------------------------------------------
@1000 PX
--------------------------------------------------------------*/

@media screen and (max-width: 1000px){
	#menu input, #menu label {position:relative;font-size: 2.5rem;background: #000000;color: #FFF;display: block;width: 100%;margin-left: 36rem;margin-top: -2.25rem;margin-bottom: -0.75rem;}
}

/*---------------------------------------------------------------
@855 PX
--------------------------------------------------------------*/
  @media screen and (max-width: 855px){
    #menu input, #menu label {position:relative;font-size: 2.5rem;background: #000000;color: #FFF;display: block;width: 100%;margin-left: 17rem;margin-top: -3.25rem; margin-bottom: -1rem;}
    }
  
