header {
  color: rgb(74, 0, 0);
  font-size: 8em;
  font-weight: bolder;
  text-align: center;
  font-style: oblique;
}


.nav {
  overflow: hidden;
  background: rgb(35, 80, 249)
}

.nav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  color: #f1b8b8;
}

.nav a:hover {
  background-color: #dab0b0
  color: black;
}

.active {
  background-color: #41b645;
  color: white;
}

.nav .icon {
  display: none;
}


body {
    background-image: url("background.jpg");
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;

}

section {
  background-color: rgba(51, 47, 56, 0.9);
  width: 75%;
  margin: 0 auto 0 auto;
  padding: 2em;
}

iframe {
  border: 0;
}

#box {
  display: flex;
  flex-direction: row;
}

#about {
  padding-left: 15px;
}

p{
  font-size: 2em;
  color: white;
}

h1{
  color: white;
  font-size: 3vw;
  text-align: center;
}

footer {
    height:50px;

    width: 100%;

    background-image: none;

    background-repeat: repeat;

    background-attachment: scroll;

    background-position: 0% 0%;

    position: static;

    bottom: 0pt;

    left: 0pt;

    color: white;

    font-size: 1.5em;

    font-weight: bold;

    text-align: center;

    background: #333;
}

tr {
  color: white;
}

th {
  font-size: 1.25em;
}

td {
  font-size: 1.25em;
  vertical-align: top;
}

.mobilecontainercoffee {
  position: relative;
  width: 100%;
  display: none;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.mobilecontainercoffee:hover .coffeeimage {
  opacity: 1;
}

.mobilecontainercoffee:hover .middle {
  opacity: 1;
}

.coffeeblurb {
  font-size: 2vw;
}

.coffeeblurb {
  font-size: 2.50vw;
}
h2{
  text-align: center;
  color: white;
  font-size: 3em;
}
h3{
  text-align: left;
  color: white;
  font-size: 2vw;
}
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #capuccino;
  box-sizing: border-box;
}

button:hover {
  opacity: 0.34;
}

iframe{
  border: 0;
}

#loginback{
  background-color: rgba(244, 229, 155, 1);
}

.container{
  padding: 19px;
  padding-left: 44%;
  width: 16%;
  text-align: center;
}

b{
  color: rgb(146, 228, 96);
}

@media screen and (max-width: 900px) { /*Navigation icon will be displayed*/
  .nav a:not(:first-child) {display: none;}
  .nav a.icon {
    float: right;
    display: block;



  }
  .nav.responsive {position: relative;}
  .nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;


  }
  .nav.responsive a { /*this css creates a drop box*/
    float: none;
    display: block;
    text-align: left;
  }
    #box {
      flex-direction: column;
    }
    #about {
      padding-left: 0;
    }
    p {
      font-size: 2.5vw;
    }
    iframe {
      width: 70vw;
      height: 50vw;
    }
    footer {
      height: 50px;
      font-size: 25px
    }
    #mobilecoffeetable {
      display: inherit;
    }
    .mobilecontainercoffee {
      display: inherit;
    }
    #normalcoffeetable{
      display: none;
    }
    .container{
      padding-left: 25%;
      width: 53%;
    }
    h1 {
      font-size: 8vw;
    }
    h3 {
      font-size: 3vw;
    }
}
