@charset "UTF-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
body{
	font-family: verdana, sans-serif;
	background-color: antiquewhite;
}
.wrapper{
	max-width: 1250px;
	height: 100%;
	margin: auto;
	overflow: auto;
	background-color: rgba(255,255,255,1.00);
	text-align:center;

	
}
.box1{
	background-color: pink;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 18px 18px;
  text-decoration: none;
  font-size: 17px;
  
}
.topnav{
	list-style-type: none; 
    margin: 0px;
    padding: 0px;
	align-items: center;
    background-color: rgba(102,102,102,1.00);
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
	text-align:center;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 1000px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
.aside{
	background-color: rgba(154,154,154,1.00);
	height: 1150px;
}
.main{
background-color: pink;
height: 1150px;
}
.article{
background-color: rgba(154,154,154,1.00);
	height: 1150px;
}
.footer{
	background-color: silver;
}

@media only screen and (max-width: 600px) {
	.aside,.article{
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.main{
		align-items: center;
	}
}

.btn {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}
/* Green */
.Cupcake, .chesses, .latecake, .yellowcup {
  border-color: #04AA6D;
  color: green;
}
.Cupcake:hover {
  background-color: #04AA6D;
  color: white;
}
.chesses:hover {
  background-color: #04AA6D;
  color: white;
}
.latecake:hover {
  background-color: #04AA6D;
  color: white;
}
.yellowcup:hover {
  background-color: #04AA6D;
  color: white;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.col-50{
  padding: 0 70px;
}

label {
  margin-bottom: 10px;
  display: block;
}
input[type=text] {
  width: 60%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
a {
  color: #2196F3;
}

hr {
  border: 1px solid lightgrey;
}
span.price {
  float: right;
  color: grey;
}
.container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}
.checkbtn{
  background-color: #04AA6D;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;

}
.checkbtn:hover {
  background-color: #45a049;
}
.footer{
	background-color: aquamarine;
}

