  bodytest {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color:#212529;
    text-align: left;
    background-color: #fff;
  }

body {
    background-color:ghostwhite;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   padding-left: 10px;
   padding-bottom: 1.5em;
}
h1 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    margin: 20px;
    padding: 40px;
}

.bgorange {
  background-color:orange;
  margin: 20px;
  padding: 40px;
}


h5 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 15px;
    font-weight: 300;
    margin: 10px;
    padding-top: 3px;
    padding-left: 25px;
    padding-bottom: 10px;
    line-height: 110%;
}

h2 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 15px;
    font-weight: 200;
    margin: 20px;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 5px;
    line-height: 100%;
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  /* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
  }
  
  /* Style navigation menu links */
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  /* Add a grey background color on mouse-over */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Style the active link (or home/logo) */
  .active {
    background-color: white;
    color: paleturquoise;
  }

  .bluebox {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 15px;
    font-weight: 200;
    height: 100px;
    width: 100%;
    padding-top: 10px;
    text-align: right;
    padding-right: 10px;
    background-image: url('/assets.background1920.jpg');
  }
  
  .sbs {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 30px;
    font-weight: 200;
    color: #2699fb;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-image: url('/assets.background1920.jpg');
  }

  p.center {
    text-align: center;
  }

  .btn-min-width {
    min-width: 150px;
    padding:5px;
}

select{
  margin:40px;
  background: lightgoldenrodyellow;
}
  