* {
    /* The asterisk '*' targets every single element on the page */
    font-family: "Times New Roman", Times, serif;
	cursor: url('images/Smilie.cur'), auto;
}

body {
	background-repeat: no-repeat;
	background-size: cover;
}

.logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
}


.navbar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 50.1%;
	margin: 10px;
	margin-left: 35%;
}

.navbar a{
	color: rgb(0, 0, 0);
	text-decoration: none;
	padding: 15px;
	display: block;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	color: white;
	transition: transform 0.3s ease-in-out; 
	transform: translate3d(0, 0, 0); 
}

.navbar a:hover{
	transform: scale(1.2); 
}

.navbar li {
	float: left;
}

#main {
	font-size: 25px;
	padding-top: 2%;
	margin: auto;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url("images/transparent.png");
	border-style: dotted;
	text-align: center;
	color: white;
}

.container {
	display:flex;
	margin-left: 21.1%;
	width: 58%;
}

#leftbutton {
	padding: 10px;
	background: none;
	border: none;
	background-image: url("images/navtab.png");
	color: white;
	margin-top: 2.2%;
	width:65px;
	gap:0px;
}

#rightbutton {
	padding: 10px;
	background: none;
	border: none;
	background-image: url("images/cooltab.png");
	color: white;
	margin-top: 2.2%;
	width:65px;
	gap:0px;
}

#leftpop {
	margin-top: 2%;
	margin-left: 0%;
	color: white;
	flex: 0;
	border-style: dotted;
	gap: 15px;
	padding: 10px;
	display: none;
	background-image: url("images/transparent.png");
	opacity:0;
	transition: opacity 0.2s linear; 
}

#leftpop.show {
    opacity: 1;
}

#rightpop {
	margin-top: 2%;
	margin-left: 0%;
	color: white;
	gap: 15px;
	flex: 0;
	border-style: dotted;
	padding: 10px;
	display: none;
	background-image: url("images/transparent.png");
	opacity:0;
	transition: opacity 0.2s linear; 
	z-index: 1;
}

#rightpop.show {
    opacity: 1;
}

#leftpop.show {
    opacity: 1;
}

#bush {
	width: 100px;
	height: auto;
	position: relative;
  	z-index: 0;
	margin-top: -40%;
}

.panel {
	margin-top: 2%;
	color: white;
	flex: 1;
	border-style: dotted;
	padding: 10px;
	background-image: url("images/transparent.png");
	
}

.left {
	margin-top: 2%;
	color: white;
	flex: 1;
	width: 10%;
	border-style: dotted;
	padding: 10px;
	background-image: url("images/transparent.png");
	
}


.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  border-style: dotted;
  background-image: url("images/transparent.png");
  color: white;
  width: 50.2%;
  padding: 12px;
  margin: auto;
  z-index: -1;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 10s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

h{
	font-size: 30px;
}

footer {
	color:white;
	margin: 50px;
	text-align: center;
}