/* Reset
------------------------------------- */
* { -moz-box-sizing: border-box; box-sizing: border-box;}
html { overflow-y: scroll;}
body { background:#f1f1f1; font-size: 16px; color: #000; font-family: Arial, helvetica, sans-serif;}
h1 {margin: 0; padding: 0;}
h2, h3, h4, h5 { padding: 0; font-size: 1.3em;display: inline-block;}
a, img { outline: none; border:none; }
p { margin: 0 0 1em; line-height: 1.6em; font-size: 1em;}
img {max-width: 100%; height: auto;}
/* main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
} */
h1 {margin: 0;padding: 0;display:inline; }

header {
  max-height: 250px;
}
body {background: url(../img/subtlenet3.png);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
 .wrap {
  background-color: #fff;
  width: 96%;
  max-width: 960px;
  min-width: 320px;
  margin: 0 auto;
  border: 1px solid #ccc;
}
h1,h2,h3,h4,h5,h6
{
  margin: 1em 0;
  font-weight: bold;
  line-height: 1.1;
}
.footer {
  text-align: center;
}

.topnav {
  overflow: hidden;
  background-color: #5a83d2;
  width: 100%;
  margin: 0 auto ;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #f8882d;
  color: #fff;
}

.topnav a.active {
  background-color: #f8882d;
  color: white;
}

.topnav .icon {
  display: none;
}
/* ======================
Simple 4 col grid v1.0
========================= */

.row:after {
        content: "";
        display: table;
        clear: both;
        }

.row {
   width: 100%;
   height: 100%;
   margin-bottom: 1.6%;
   }

.col {
        float: left;
        margin: 0 0 0 1.6%;
        display: inline;
        background: #fff;
        padding: 0 1em 0 1em; /* Remove */
        }

.col:first-child { margin-left: 0;}
.col:last-child {float: right;}
.col.full {width: 100%;}
.col.two-thirds { width: 66%;}
.col.half {width: 49.2%;}
.col.one-third {width: 32.25%;}
.col.one-fourth {width: 23.79%;}
.col.three-fourths {width: 74.5%;}
.row:last-child {margin-bottom: 0;}

   @media screen and (max-width: 640px) {
  .col.fulFlil,
  .col.two-thirds,
  .col.half,
  .col.one-third,
  .col.one-fourth,
  .col.three-fourths {
    background-color: #fff;
    margin-left: 0;
    margin-bottom: 2%;
    width: 100%;
    }
  .col:last-child {margin-bottom: 0;}

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}

/* End 4 col grid
==================== */