body {font-family: Arial, Helvetica, sans-serif;}
#bu-container{
  margin-top: 100px;
}
section div{
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
section div:nth-child(1) * {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 20px;
    
}
section div:nth-child(1){
  margin-top: 60px;
}
section div:nth-child(1) button {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    overflow: hidden;
}
section div a {
    padding: 0.3em 0;
    color: #212121;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
  }
  section div a:before,
  section div a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  section div a:before {
    bottom: 100%;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
    background-color: black;
  }
  section div a:after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    color: #212121;
    white-space: nowrap;
  }
  section div button:hover a,
  section div .current a {
    transform: translateY(100%);
  }

body {
    background: #eee;
    overflow-x: hidden;
  }
main {
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    width: 980px;
  }
li {
    border: 1px solid #eee;
    margin: 20px 0;
    width: 49%;
    height: 195px;
    display: inline-block;
    position: relative;
}
ul li img {
    height: 195px;
    border: transparent solid;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  li span{
  position: absolute;
  top: 30px;
  font-size: 16px;
  }  
  #sPrice{
    top: 30px;
    left: 150px;
    transform: rotate(45deg);
    text-shadow: 0 0 5px #000000;
    }
ul li button{
    cursor: pointer;
    background: black;
    color: #fff;
    font-size: 22px;
    border: black solid;
    border-radius: 50px;
    height: 53.6px;
    margin-left: 5px;
}
ul li button:hover{
  background: rgb(43, 43, 43);
  border: black solid;
}
ul li button:active{
background-color: rgb(40, 146, 46);
}

ul li input{
    border: white solid;
    border-radius: 50px;
    font-size: 20px;
    height: 53.6px;
    width: 88px; 
}
ul li input:focus{
    outline: none;
}
ul li input,ul li button{
    box-sizing: border-box;
    padding: 0 20px;
    float: right;
    margin-top: 65px;
}
#t-p{
    margin: 30px 0 0 0;
    padding: 40px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    border-style: none none solid none;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 7px 0;
    padding: 14px 40px;
    text-align: center;
}
/* -------------------- */
.topnav {
  position: fixed;
  align-items: flex-end;
  justify-content: flex-end;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
  background-color:black;
  box-shadow: 0px 0px 10px gray;
  display: flex;
  line-height: 50px;

}


.topnav> .brand {
    position: absolute;
    left: 5%;
    top: 12%;
}

.topnav .link {
  flex: left;
  margin: 7% 10px 11px;
  padding: 10px 0 0 12px;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  font-family:open-sans-serif;
}
.topnav >a>i{
  display: inline;
  float: left;
  margin-top: 12px;
  margin-right:12px;
  margin-bottom:17px;
}
.topnav>a :hover{
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5); 

}
.topnav >.link:hover {
  border-bottom: 2px solid white;

}
.footer-sticky {
  position: absolute;
  width:100%;
  background: black;
  color:white;
  margin-top: 0px;
  font-family:open-sans-serif;
  padding-bottom: 20px;
}
.icons{
  padding-top: 1rem;
  text-align: center;

}
.icons a{
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  margin: 0.5rem;
  color: #f4f4f4;
}
.company-name{
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
@media (max-width: 500px){
  html{
      font-size: 50%;
  }
}    
@media(min-width: 501px) and (max-width: 768px){
  html{
  font-size: 50%;
  }
}  