body{
   font-family: sans-serif; 
   background-image: url("images/background4.png");
   background-size: cover;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.column {
    float: left;
    background-color: lightcyan;
    margin: 8px;
    padding: 8px;
}

.left {
    width: 26%;
 }
 .right {
     width: 26%;
 }
 
.focus {
    width: 45%;
}

.half1 {
    width: 48%;
 }
 
 .half2 {
     width: 48%;
 }
 
.focus2 {
    width: 33%;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.column ul {
    list-style: none;
    text-decoration: none;
    margin: 15px;
    padding: 15px;
    font-size: 20px;
}

.column ul li a{
    list-style: none;
    text-decoration: none;
}

img {
    float: left;
    border: 1px solid blue;
    margin: 0px 10px 10px 10px;
    max-width: 100%;
    box-sizing: border-box;
}

h1 {
    font-family: sans-serif;
    text-align: center;
}

h2{
    font-family: sans-serif;
    font-size: 17pt;
    font-weight: bold;
    color: red;
    margin-bottom: 10px;
}
p {
    font-family: sans-serif;
    font-size: 14pt;
}

.footer{
    justify-content: flex-end;
    background-color: lightcyan;
}
#footer {
    position: fixed;
    width: 100%;
    bottom: 2px;
    border-top: .5pt solid blue;
    align-content: flex-end;
    padding: 5px;
    margin: 5px 5px 5px 5px;
}

.site_head {
    padding-top: 15px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    align-content: center;
    
}

nav {
    border-bottom: 2pt solid blue;
    margin-bottom: 20px;
    width: 100%;
    height: 150px;
}

nav img {
    float: left;
    margin: 10px 20px;
}
  nav ul {
    float: left;
  }

  nav ul li {
    float: left;
    list-style: none;
    position: relative;
  }

  nav ul li a {
     font-family: sans-serif;
     font-size: 24px;
     color: darkslategray;
     padding-top: 75px;
     padding-bottom: 10px;
     padding-left: 40px;
     display: block;
     text-decoration: none;
  }
  
  nav ul li ul {
     display: none;
     position: absolute;
     background-color: lightcyan;
     padding: 10px;
     border-radius: 0 0 8px 8px;
  }
  
  nav ul li:hover ul {
     display: block;
  }
  
  
  nav ul li ul li {
    text-align: left;
    width: 180px;
    border-radius: 4px;
  }
  
  nav ul li ul li a {
    padding: 8px 14px;
    font-size: 14px;    
  }

 nav ul li ul li a:hover {
    background-color: forestgreen;
    
  }
  
.focus ul  {
   list-style-type: square   
  }
  
.form {
    font-family: sans-serif;
    font-size: 14pt;
  }
  
.login {
  align-content: center;
  justify-content: center;
  margin: auto;
  width: 25%;
  border: 3px solid blue;
  background-color: lightcyan;
  padding: 10px;
}

h2  {
    padding-top: 5px;
    padding-bottom: 5px;
}
h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}
h4 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.buttonBlue {
  float: right;
  background-color: blue;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
  margin: 2px 2px;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}

#button {
  background-color: blue;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
  margin: 2px 2px;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}

table {
  table-layout: fixed ;
  width: 100%;
  align-content: center;
}


tr{
  content: left;
  width: 100%;
  border: 1px solid blue;
  background-color: lightcyan;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  min-height: 400px;
}

th{
  content: left;
  border: 1px solid blue;
  background-color: lightcyan;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px;
}

td{
  content: left;
  border: 1px solid blue;
  background-color: lightcyan;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px;
  
}

.full{
    justify-content: flex-start;
    background-color: lightcyan;
    width: 100%;
    height: 100px;
    border-top: .5pt solid blue;
    align-content: flex-start;
    padding: 15px;
    margin: 10px 10px 10px 10px;
}

.price {
    background-color: lightcyan;
    border: none; 
    font-weight: bold;
    font-size: 18px;
}

.view {
    align-content: center;
    text-align: center;
    padding-right: 20px;
    margin-right: 20px;
}
.frame {
  height: 250px;
  background: transparent no-repeat center;
  background-size: cover;
}
.row-full{
 width: 50%;
 position: relative;
 margin-left: 10px;
 height: 100px;
 margin-top: 5px;
 left: 50%;
}

input[type='number']{
    width: 50px;

}