@charset "utf-8";
/* CSS Document */

body {
	background-color: #f7e8e8;
	}

#wrapper {
	background-color: #FFF;
	width: auto;
	height: auto;
	border-radius: 20px;
	border: #d06779 solid 2px;
	}
.header {
	width: auto;
	height: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #d06779;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
	padding-left: 2%;
	padding-top: 2%;
	border-right: #d06779 solid 2px;
	border-bottom: #d06779 solid 2Px;
	border-bottom-right-radius: 10px;
	}
.content-2 {
	width: auto;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	border-radius: 20px;
	border: #5799c2 solid 2px;
	}
.content-2 h3 {
	color: #5799c2;
	}

.content-1 {
	width: auto;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 2%;
	padding-bottom: 3%;
	border-radius: 20px;
	border: #d06779 solid 2px;
	}	
.content-1 img {
	background-color: #FFF;
	border: #d06779 solid 2px;
    }
.content-1 h3 {
	color: #d06779;
	}

.footer {
	background-color: #d06779;
	width: auto;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	color: #FFF;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 2%;
	border-radius: 10px;
	border: #d06779 solid 2px;
	}
/* The sidepanel menu */
.sidepanel {
  height: 600px; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #d06779; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #000;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn{
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #d06779;
  color: white;
  margin: 10px;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #d06779;
} 


#vid-box {
	width: 270px;
	height: 480px;
	padding: 20px;
	border-radius: 20px;
	border: #d06779 solid 2px;
}

@media(max-width: 480px){
#wrapper{
	background-color: #FFF;
	width: auto;
	height: auto;
	border-radius: 5px;
	border: #d06779 solid 2px;
	}	
.header {
	width: auto;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	text-align: center;
	color: #d06779;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	padding-left: 1%;
	padding-top: 3%;
	padding-bottom: 3%;
	border-right: #d06779 solid 2px;
	border-bottom: #d06779 solid 2Px;
	border-bottom-right-radius: 10px;
	}		
.content-2 {
	width: auto;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: center;
	color: #000;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 2%;
	margin-bottom: 1%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 3%;
	border-radius: 20px;
	border: #5799c2 solid 2px;
	}	
.content-1 {
	width: auto;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: center;
	color: #000;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 2%;
	margin-bottom: 1%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 3%;
	border-radius: 20px;
	border: #d06779 solid 2px;
	}
.content-1 img {
	width: auto;
	height: auto;
	border: #d06779 solid 2px;
    }
.content-1 h3 {
	color: #d06779;
	}
.footer {
	background-color: #d06779;
	width: auto;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	color: #FFF;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 2%;
	border-radius: 10px;
	border: #d06779 solid 2px;
	}
}