
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url("userimages/colonial.gif"); 
	color:black;
}

p {
    margin: 10px;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
}
	
h2 {
	font-size:20px;
	font-weight: bold;
	text-align: center;	
}

h3 {
	font-size:25px;
	font-weight: bold;
	text-align: center;	
}

#topbox {
  	background-color: hsla(49,99%,66%,1.00) ;
	padding: 5px ;
	width:auto;
} 
	
#bottombox {
  	background-color: hsla(49,99%,66%,1.00) ;
	padding: 20px ;
	width:auto;
} 

#footer {
	background-color: hsla(49,99%,66%,1.00) ;
	padding: 5px ;
	width:auto;
	text-align: center;
}

#article {
  	padding: 20px;
  	float: left;
	width: 75%;
	margin-left:10px;
	background-color: white;
}

a:link {
    color: black;
    text-decoration: none;
}

a:hover {
    color: red;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.left {
  text-align: left;
}
#logo {
  background-image: url("images/icons8-facebook-50.png");
  display: block;
  width: 50px;
  height: 50px;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 10px;
}

.menu__btn {
 
  align-items: center;
  position: absolute;
  top: 230px;
  left: 20px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;
  
  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: absolute;
  visibility: hidden;
  
  top: 245px;
  width: 200px;
  height: auto;
  
  margin: 0;
  padding: 40px 0;

  list-style: none;

  background-color: hsla(49,99%,66%,1.00) ;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .1);

  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 6px 20px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
