html, body {
  margin: 0;
  padding: 0;
  }
html {
  height: 100%;
   }
body  {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  min-height: 100%;
  }
* {
  box-sizing: border-box;
  }
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  padding: 2px 0px;
  margin: 0px;
}

h1 {
  font-size: 2em;
  }

h2 {
  font-size: 1.8em;
  }

h3 {
  font-size: 1.6em;
  }

h4 {
  font-size: 1.4em;
  }

h5 {
  font-size: 1.2em;
  line-height: 130%;
  }

h6 {
  font-size: 1em;
}
img  {
  max-width:100%;
  }
.email {
  text-decoration: none;
  color: black;
  }
a:hover.email {
  color: blue;
  }
.flex {
  display: flex;
  }
.block {
  display: block;
  }
.floatleft {
  float: left;
  }
.floatright {
  float: right;
  }
.wrapper  {
  flex-direction: column;
  min-height: 100%;
  }
  
/*Change Wrapper Width*/
  
@media (min-width: 81rem)  {
  .wrapper {
    width: 80rem;
    margin: auto;
    background-color:white;
    }
  body {
    background-color: black;
    }
  } 
      
.navigation  {
  order: -1;
  padding: 0;
  }
 .navContent  {
  flex-direction: row;
  flex-wrap: wrap;
  box-shadow: 0px 3px 3px grey;
  padding: 0 15px;
  }
.navItem {
  display: inline-block;
  }
.navItem {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  text-align: center;
  background-color: white;
  padding: 10px 10px;
  flex: 1 1 60px; 
  }
.navContent a:hover, .navContent a:active, .dropdownContent a:hover {
  background-color: #414F78;
  color: white;
  }
.dropdown {
  position:relative; 
  display:block;
  }
.dropdownContent {
  display: none; 
  position: absolute;
  text-align: left;
  background-color: #f9f9f9;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }  
.dropdownContent a {
  color:black;
  padding:12px 7px;
  text-decoration:none;
  display:block; 
  }
 
  
.dropdown:hover .dropdownContent, .dropdown:active .dropdownContent  {
  display:block; 
  }
.dropdownAnchor {
  display: block;
  text-decoration: none;
  color: inherit;
  }
.navDisplaySmall {
  display: none;  
  }
/*Make full Navigation Display*/

@media (max-width: 30rem)  {  
  .navDisplayBig {
    display: none;
    }
  .navDisplaySmall {
    display: block; }
  }
  
/* Make navbar font size bigger*/

@media (min-width: 45rem)  {
  .navItem {
    font-size: 1.1em;
    }
   }

/* for old browser support*/
@media (min-width: 40rem)  {
  .logo {
    float: left;
    }
  }
  
    
.logoHeader  {
  flex-direction: row;
  flex-wrap: wrap;
    }   
.logo {
  flex: 1 1 200px;
  padding: 10px 10px 5px 10px;
  align-self: center;
  }
.quickContacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: inherit;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  }
.quickContactLast {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5px;
  }
/*Change Quick Contacts on Screen Size*/
@media (min-width: 27rem)  {
  .quickContacts {
    flex-direction: column;
    margin: 1rem 0;
    }
  }
@media (min-width: 45rem)  {
  .quickContacts {
    font-size: 1em;
    }
  .quickContactInfo {
    margin-bottom: 2px;
    }
  .logo {
    padding-left: 2rem;
    }
  .quickContacts {
    padding-right: 2rem;
    }
  } 
 
  
.facebook {
  margin: 0px 5px 0px 0px;
  }
#requestCatalog {
  background-color: #4CAF50;
  border: 2px solid #4CAF50;
  color: white;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 3px;
  cursor: pointer;
  border-radius: 4px;
  }
.rcDiv {
  margin-top: 5px;
  }
#requestCatalog:hover, #requestCatalog:active {
  background-color: white;
  border: 2px solid black;
  color: blue;
  }
  
 /*Change Header on screen size change*/  

@media (min-width: 30rem)  {
  .navigation  {
    order: 0;
    padding:0;
    }
}




/* if we put contacts up to left
 
@media (min-width: 50rem)  {
  .wrapper  {
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    }
  .logoHeader {
    flex: 1 1 100%;
    order: 1;
    }
  .navigation {
    flex: 1 1 100%;
    order: 2;
    padding: 0;
    }
  .contact {
    flex: 1 5 20%;
    order: 3;
    }
  .mainContent {
    width: 70%;
    order: 4;
    flex: 5 3 auto;
    }
  .footer {
    flex: 1 1 100%;
    order: 5;
    }
 }   
 
 */
 


 




  
 
 .contact  {
  background-color: #414F78;
  flex-direction: column;
  }
.contactInd {
  justify-content: flex-start;
  padding: 0px 10px;
  }
.contactPic {
  padding-right:10px;
  flex: 0 1 200px;
  }
.contactPic img {
    box-shadow: 2px 2px 10px black;
    }
.contactInfo {
  flex: 0 0 180px;
  }
  
  

 
 
  
@media (min-width: 55rem)  {
  .contact  {
    padding: 20px 10px;
    flex-direction: row;
    justify-content: space-around;
    }
  .contactInd {
    flex: 0 1 370px;
    padding:0px;
    }
  .contactPic {
    flex: 1 1 200px;
    }
  .contactInfo {
    flex: 0 0 170px;
    }
}





.footer {
  background-color: black;
  flex-wrap: wrap;
  margin: 0;
  }
#copyright {
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding: 10px 20px;
  flex: 1 0 220px;
  }
#footerExtra {
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: right;
  padding: 10px 20px;
  margin-left: auto;
  flex: 1 0 280px;
  }
  
  
  
