﻿body {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.toprow {
  max-height: 180px;
}

.headerbg {
   background-image: url("http://www.lathrope.net/images/RearView 1200x300.jpg");
   background-size: cover;
}

.headerh1 {
  text-align: center;
  color: rgb(223, 193, 23);
  text-shadow: -2px 0 white, 0 2px black, 2px 0 black, 0 -2px black;
}

/*  From Bootstrap Navbar template */
    body {
      padding-top: 20px;
      padding-bottom: 20px;
}

    .navbar {
      margin-bottom: 0px;
    }
      
/*  End of Bootstrap Navbar CSS   */

.navbar-brand {
  padding-bottom: 8px;
  padding-top: 7px;
}

.mainbg {
  background-color: rgb(245, 245, 133);
}

.mainborder {
  border-right: 5px double blue;
}

.asidebg {
  height: 500px;
  background-color: violet;
  background-size: contain;
}

.footerbg {
  font-size: 10px;
  padding-top: 10px;
  background-color: rgb(30, 30, 30);
  color:lightgray;
}

.scrsizbtn {
  color: black;
  background-color: white;
}