@charset "utf-8";

  body {
    background-color: black;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    padding: 0;
    margin: 0;
  }

  #edges { 
    background-color: #FFFFFF;
    color: black;
    margin: 25px; 

    background-image: url(background.jpg);
    background-repeat: repeat-y;
  }

  p {
    color: white;
    padding-bottom: 5px;
  }

  li {
   list-style-type: circle;
   color: #43743D;
}

}

  h1, h2, h3 {
    font-family: "Times New Roman";
    font-weight: bold;
  }

  h1 {
    color: white;
    font-size: 1.7em;
  }

  h2 {
    color: white;
    font-size: 1.2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #889A9C
    }

  h3 {
    color: white;
    font-size: 1em;
  }

  a {
    color: #878787;
  }

  a:link {
    color: #000000;
  }

  a:visited {
    color: #43743D;
  }

  a:hover {
    color: #80B939;
  }
  
  a:active {
    color: #80B939;
  }

  /*Containers*/

  #main_content{
    float: right;
    width: 65%;
    margin-top: 25px;
    margin-right: 25px;
  }

  #main_content li {
   list-style-image: url(bullet.jpg);
   list-style-position: inside;
  }

  #sidebar{
    color: blue;
    font-size: small;
    font-variant: small-caps;
    line-height: 1.2;
    padding-right: 10px;  
    border-right: solid;
    border-right-width: 1px;
    border-right-color: #889A9C;
    width: 200px;
    float: left;
    margin-top: 25px;
    margin-right: 25px;
  }

  /* Navigation Bar */
#navigation ul {
   margin: 0px;
   padding: 0px;
   font-size: 14px;
   font-variant: normal;
   color:white;
}

#navigation li {
    list-style-type: none;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

#navigation a {
    color:white;
    text-decoration: none;
    cursor: pointer;
    border-left-width: 20px;
    border-left-style: solid;
    border-left-color: #000080;
    padding-left: 5px;
}

#navigation a:hover {
    color: blue;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #AD9676;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #AD9676;
    padding-left: 5px;
}

  #footer{
    clear: both;
    margin: 0px;

    font-size: x-small;
    text-align: center;
    color: #white;
    background-color: #000080;
    padding: 10px;
  }
  #p2{
    color:  grey;
  }

  /* banner */
#banner {
   
   
   text-align: left;
   margin: 0px;
   padding: 0px;
   height: 171px;
   background-color: #000080;
   background-image: url(flamethrowerBackground.png);
   background-repeat: no-repeat;
   background-position: top right;
}

#banner a{
   color:white;
   
}

#banner h1{
   color:white;
   margin:0;
   font-size: 70px;
   padding-left: 25px;
   padding-top: 25px;
}
#banner h2{
   color: white;
   border: 0;
   font-size: 12px;
   font-variant: small-caps;
   font-weight: bold;
   padding-left: 25px;
}


#mk5_collection{
	padding-top: 40px;
	
}

#mk6_collection{
	padding-top: 40px;
}

#cadTitle{
	padding-left: 190px;
	font-size: 25px;
    	
}

#mk6_title{
	font-size: 18px;
}

#mk5_title{
	font-size: 18px;
}

kd_title{
	font-size: 18px;
}

erebus_title{
	font-size: 18px;
}



#Mk.5{
	padding-top: 140px;
}

#V.6_prod{
	padding-top: 70px;
}

#rowOne{

}

.Mk.5_prod{
	padding-top: 70px;
	display: inline-block;
	
}

.brassKnuckles{
	padding-top: 70px;
	display: inline-block;
}

.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}





