﻿body {
  background-color: white;
  margin: 0
}
a:link {
  color: green;
}
a:visited {
  color: darkgreen;
}
a:hover {
  color: red;
}
a:active {
  color: lime;
}
header {
  background-color: black;
  color: teal;
  float: left;
}
footer {
  color: black;
  font-family: "Times New Roman", Serif;
  text-align: center;
}
* {
  box-sizing: border-box;
}
.division-none {
 background-color: white;
  padding: 15px;
  float: left;
  width: 100%;
}
.division-half {
 background-color: white;
  padding: 15px;
  float: left;
  width: 100%;
}
.division-third {
 background-color: white;
  padding: 15px;
  float: left;
  width: 100%;
}
.division-quarter {
 background-color: white;
  padding: 15px;
  float: left;
  width: 100%;
}
.division-fifth {
 background-color: white;
  padding: 15px;
  float: left;
  width: 100%;
}
.division-sixth {
 background-color: white;
  padding: 15px;
  float: left;
  width: 100%;
}

.left {
  background-color: white;
  padding: 15px;
  float: left;
  width: 20%;
}

.middle {
  background-color: white;
  padding: 15px;
  float: center;
  width: 60%;
}

.right {
  background-color: white;
  padding: 15px;
  float: right;
  width: 20%;
}

.topsection {
  font-family: "Arial", San Serif;
  font-size: 22px;
  font-style: bold;
  text-align: center;
  color: #284
}
.botsection {
  font-family: "Arial", San Serif;
  font-size: 20px;
  text-align: center;
  color: #284
}
.row::after {
    content: "";
    clear: both;
    display: table;
  }
  .standout-a {
    width: 55%;
    padding: 20px;
    float: left;
    color: #358;
    text-align: center;
    font-size: 3vw;
      font-style: bold;
    font-family: "Arial", San Serif;
  }
  .standout-b {
    width: 40%;
    padding: 5px;
    float: left;
    color: #358;
    text-align: center;
    font-size: 2.6vw;
    font-weight: bold;
    font-family: "Arial", San Serif;
    background-color: black;
  }
  p {
    color: black;
    font-family: "Arial", San Serif;
    font-size: 14px;
    width: 65%;
    padding: 8px;
    text-align: left;
    margin: auto;
  }
  h2 {
    color: #358;
    text-align: center;
    font-family: "Arial", San Serif;
  }
  h3 {
    color: #358;
    text-align: center;
    height: 33px;
    line-height: 24px;
    font-family: "Arial", San Serif;
  }
  .largelogo img {
    max-width: 100%;
    height: auto;
  }
.navbar {
  display: flex;
  position: fixed;z-index: +1;
  width: 100%;
  
  justify-content: space-between;
  align-items: center;
  background-color: #4682B4;
  color: white;
}


.navbar-links {
  
  font-family: "Arial", San Serif;
  font-size: 1.5vw;
  text-align: center;
  background-color: #4682B4;
}

.navbar-links ul {
  
  display: flex;
  margin: 0;
  padding: 0;
  background-color: #4682B4;
}

.navbar-links li {
  list-style: none;
  text-align: start;
  background-color: #4682B4;
}

.navbar-links li a {
  display: block;
  
  text-decoration: none;
  color: white;
  padding: 1rem;
}

.navbar-links li:hover {
  background-color: #111;
  
}

.navbar-links .active {
  font-family: "Arial", San Serif;
  background-color: #4CAF50;
}
.toggle-button {
  position: absolute;
  top: .75rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
}
@media only screen and (min-width: 660px) {
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .division-none {width: 100%}
  .division-half {width: 50%}
  .division-third {width: 33.3333%}
  .division-quarter {width: 25%}
  .division-fifth {width: 20%}
  .division-sixth {width: 16.6666%}

}

@media only screen and (max-width: 810px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .standout-a {width: 100%;
                font-size: 5vw;}
  .standout-b {width: 100%;
                font-size: 4.5vw;}
  .navbar {
    flex-direction: column;
    align-items: flex-start;
}

.toggle-button {
    display: flex;
}

.navbar-links {
    display: none;
    width: 100%;
}

.navbar-links ul {
    width: 100%;
    font-size: 3vw;
    flex-direction: column;
}

.navbar-links ul li {
    text-align: center;
}

.navbar-links ul li a {
    padding: .5rem 1rem;
}

.navbar-links.active {
    display: flex;
}
}
