﻿body
{
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("../surveyor.jpg");
}

.CheckboxClass
{
    width: 25px;
    height: 25px;
}

.main-items
{
    background-color: white;
    min-height: 450px;
    align-content: center;
    padding-top: 20px;
}

.first-line
{
    font-size: 15px;
    line-height: 20px; 
    color: black;
}

.second-line
{
  font-size: 15px;
  line-height: 20px; 
  color: black;
}

.third-line
{
  font-size: 15px;
  line-height: 20px; 
  color: black;
}

.fourth-line
{
  font-size: 15px;
  line-height: 20px; 
  color: black;
}

.pricing-box
{
    font-size: 20px;
    color: silver;
    min-height: 250px;
    text-align: center;
}

.features
{
    font-size: 20px;
    background-color: white;
    min-height: 250px;
    align-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.video-box
{
    font-size: 20px;
    background-color: lightgray;
    min-height: 140px;
    text-align: center;
    align-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-box
{
    font-size: 20px;
    background-color: white;
    min-height: 140px;
    text-align: center;
    align-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-box
{
    margin-top: -100px;
    width: 100px;
    height: 100px;
    align-content: center;
    text-align: center;
    background-color: lightblue;
}

.menu-summary
{
    font-size: 20px;
    background-color: white;
    min-height: 100px;
    text-align: center;
    align-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


.banner 
{
  min-height: 400px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
}

.banner h1 
{
  line-height: 1;
  color: inherit;
}

.banner p 
{
  line-height: 1.1;
}

@media screen and (min-width: 768px) 
{
    .banner 
    {
       padding-right: 40px;
       padding-left: 40px;
    }
    .banner h1 
    {
      font-size: 63px;
    }
}