html, body, h1, h2, h3, h4, p, ol, ul, li, a, img, figure, picture, article, aside, footer, header, main, nav, section {
  padding: 0;
  border: 0;
  margin: 0;
}

/* Flexbox container - for the whole site */
.row {
  display: flex;
  flex-direction: row;
  border: 0;
  margin: 0;
}

/* Special flexbox container - adding height onto main100 */
.row25 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 350px;
  border: 0;
  margin: 0;
}

body {
  /*font-family: Arial, Helvetica, sans-serif;*/
  max-width: 1125px;
  margin: 3px auto 3px auto;  
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 400;
  /*line-height: 1.5;*/
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.control {
  max-width: 155px;
  height: auto;
}

p {
  margin: 10px 0;
}

ul {
  margin: 0 20px;
}

html {
  background-color: #E2E2E2;
}

* {
  box-sizing: border-box;
}

.edge {
  border-radius: 12px;
  border: 9px solid #E2E2E2;
}

.edge2 {
  border-radius: 12px;
  border: 3px solid #527F01;
}


header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 100%;
  height: 110px;
  background-color: #263A01;
  color:#FFFFFF;
  font-size: 28px;
  letter-spacing: 4px;
  border-radius: 8px 8px 0 0;
}

nav {
  display: flex;
  flex: 100%;
  background-color: #639706;
  border-top: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  margin-bottom: 0;
}

nav a {
  display: flex;
  flex: 25%;
  align-items: center;
  justify-content: center;
  height: 27px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}

nav a:hover {
  background-color: #DFF980;
  color: #171926;
  text-decoration: underline;
}

/*New Nav Menu*/
#panel, #flip {
  display: none;
  position: relative;
  padding: 5px;
  text-align: center;
  background-color: #DDDDDD;
}

#panel {
  padding: 10px;
  display: none;
  font-size: 17px;
  font-weight: 500;
  border-bottom: solid 3px #BBBBBB;
}

#panel a {
  color: #000000;
}

#panel p {
  margin: 35px;
}

#flip {
  border-top: solid 3px #BBBBBB;
  border-bottom: solid 3px #BBBBBB;
}

#flip:hover {
  cursor: pointer;
}

#flip-button {
  position: absolute;
  display: none;
  top: -4px;
  right: 10px;
  font-size: 28px;
  color: #000000;
  cursor: pointer;
}


/* Style the trypewriter area */
#rTypeWriter {
  align-items: center;
  justify-content: start;
  flex: 100%;
  background-color: #F1F1F1;
  color: #444444;
  min-height: 60px;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  padding: 5px;  
  right: 0px;
}

main {
  flex: 50%;
  background-color: #FFFFFF;
  background-image: url("/images/code-gg.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;  
  background-position: center center;
  background-size: 155px;
  padding: 10px;
  text-align: left;
  height: auto;
  border-bottom: solid 1px #000000;
}

.main100 {
  flex: 100%;
  background-color: #FFFFFF;
  background-image: url("");
  background-repeat: no-repeat;
  background-attachment: scroll;  
  background-position: left top;
  background-size: 1052px;
  padding: 10px;
  text-align: left;
  height: auto;
  border-bottom: solid 1px #000000;
}

/* Use only with the about-us page */
.main003 {
  flex: 50%;
  /*background-color: #FFFFFF;*/
  background-image: url("");
  background-repeat: no-repeat;
  background-attachment: scroll;  
  background-position: center center;
  background-size: 200px;
  padding: 10px;
  text-align: left;
  height: auto;
  border-bottom: 0;
}

picture {
  flex: 50%;
  border: 0;
}

article {
  flex: 50%;
  background-color: #DFF9B0;
  padding: 10px;
  height: auto;
  /*min-height: 310px;*/
  overflow: hidden;
  border-bottom: solid 1px #000000;
}

section {
  flex: 100%;
  height: auto;
}

.sec-01 {
  flex: 100%;
  background-color: #FFFFFF;
  padding: 10px;
  height: auto;
  overflow: hidden;
}

.sec-02 {
  flex: 80%;
  background-color: #FFFFFF;
  padding: 10px;
  height: auto;
  overflow: hidden;
}

.sec-02b {
  flex: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  padding: 10px;
  height: auto;
  overflow: hidden;
}

.sec-03 {
  flex: 100%;
  background-color: #FFFFFF;
  padding: 10px;
  height: auto;
  overflow: hidden;
  border-bottom: solid 1px #000000;
}

.sec-03b {
  display: none;
  flex: 100%;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  padding: 10px;
  height: auto;
  overflow: hidden;  
}

aside {
  flex: 100%;
  background-color: #DFF9B0;
  padding: 10px;
  min-height: 310px;
  overflow: hidden;
  padding-bottom: 20px;
  /*border-bottom: solid 1px #000000;*/
}

footer {
  display: flex;
  flex: 100%;
  background-color: #639706;
  /*border-top: 3px solid #FFFFFF;*/
  border-bottom: 3px solid #FFFFFF;
  margin-bottom: 0;
}

footer a {
  display: flex;
  flex: 25%;
  align-items: center;
  justify-content: center;
  height: 27px;
  color: #FFFFFF;
  text-decoration: none;  
  font-size: 17px;
  font-weight: 500;
}

footer a:hover {
  background-color: #DFF980;
  color: #171926;
  text-decoration: underline;  
}

h1 {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  margin: 5px 0;
  padding: 0;
}

h2 {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  margin: 5px 0;
  padding: 0;
}

h3 {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  margin: 5px 0;
  padding: 0;
  
}

.h1-green {
  color: #476F01;
}

.h3-green {
  color: #476F01;
}

#grad1 {
  height: 25px;
  background-color: white; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, white , #263A01);
}

.straightup {
  display: flex;
  flex-direction: row;
  text-align: center;
  height: auto;
  background-color: #263A01;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 3px;
  border-radius: 0 0 8px 8px;
}

.flex-item-100 {
  padding: 10px;
  flex: 100%;  
}

.phone {
  color: #DFF980;
  font-weight: 500;
}

.phone:hover {
  color: #FFFFFF;
}

.phone-dark {
  color:#000000;
  font-weight: 500;
}

.link-01 {
  color: #000000;
}

.red {
  color: #FF0000;
}

.white {
  color: #FFFFFF;
  font-weight: 600;
}

a.bodynav:link {color: #222222; text-decoration: underline; font-weight: bold;}
a.bodynav:visited {color: #222222;}
a.bodynav:hover {color: #FFFFFF; background-color: #666666;}
a.bodynav:active {color: #222222;}

a.headernav:link {color: #DFF980; text-decoration: none; font-weight: bold;}
a.headernav:visited {color: #DFF980;}
a.headernav:hover {color: #FFFFFF;}
a.headernav:active {color: #FFFFFF;}

/*-----------------------------*/


/* Responsive layout begins */
@media (max-width: 925px) {
  .row, .row25, footer, .straightup {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 925px) {
  nav  {
    display: none;
  }
}

@media (max-width: 925px) {
  .control  {
    margin: 10px 0;
  }
}

@media (max-width: 925px) {
  .row25  {
    min-height: 575px;
  }
}

@media screen and (max-width: 925px) {
  header {   
    font-size: 20px;
    font-weight: 300;
    padding: 25px;
    letter-spacing: 2px;
  }
}

@media (max-width: 925px) {
  h1, h2, h3  {
    font-size: 20px;
  }
}

@media screen and (max-width: 925px) {
  #flip {   
    display: block;
  }
}

@media screen and (max-width: 925px) {
  footer a {   
    padding: 20px 0;
    text-decoration: underline;
  }
}

@media screen and (max-width: 925px) {
  #rTypeWriter {   
    min-height: 100px;
  }
}

@media screen and (max-width: 525px) {
  #rTypeWriter {   
    min-height: 140px;
  }
}

@media screen and (max-width: 925px) {
  .sec-02b {   
    display: none;
    background-position: center center;
    
  }
}

@media screen and (max-width: 925px) {
  .sec-03b {  
    display: flex; 
    background-position: center center;
    border-bottom: solid 1px #000000;    
  }
}
