

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:justify;
	line-height:1.3;
	background-image:url(../imgs/bg-poezii.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	background-size:cover;
}

h1 {
	font-size:1rem;
	color:#2abdd7;
	text-align:right;
}

h2 {
	font-size:1.5rem;
	color:#a0ce00;
}

h3 {
	font-size:1.2rem;
	color:#2abdd7;
}

hr {
	border: 1px solid #2a9cd7;
	margin: 20px 0 0 0;
}

.Clear {
	clear:both;
}

.Page {
	max-width:900px;
	margin: 3px auto;
}

.Header {
	border-bottom: 1px solid #2abdd7;
}

.Logo {
	float: left;
	border:none;
}


@media screen and (max-width: 600px) {
	.Logo {
	float: none;
	border:none;
	text-align:center;
}
}

.MenuTop {
	overflow: hidden;
}

.MenuTop a {
	display: block;
	float: right;
    font-size: 1.2rem;
    font-weight: bold;
	text-align:center;
    margin: 10px;
    padding: 10px;
	text-decoration:none;
	color: #a2d101;
}

.MenuTop a:hover {
	color: #2a9cd7;
}

.MenuTop a:active {
	color: #bbef06;
}

/* Hide the link that should open and close the topnav on small screens */
.MenuTop .hamburger {
  display: none;
}	


 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
	  .MenuTop a {display: none;}
	  .MenuTop a.hamburger {
		float: right;
		display: block;
	  }
  
	.ham-menu { display: inline-block; position: relative; margin: 8px 0; } /* margin = (width-height)/2 */
	.ham-menu, .ham-menu::before, .ham-menu::after { width: 60px; height: 10px; border-radius: 0px; background-color: #2a9cd7; }
	.ham-menu::before, .ham-menu::after { content: ""; display: block; position: absolute; }
	.ham-menu::before { bottom: 130%; } .ham-menu::after { top: 130%; }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {

	  .MenuTop.responsive {position: relative;}
	  .MenuTop.responsive .hamburger {
		position: absolute;
		right: 0;
		top: 0;
	  }
	  .MenuTop.responsive a {
		float: none;
		display: block;
		text-align: left;
		background-color: #ffffff;
	  }
}
} 

.MenuTopSeparator {
	color: #a2d101;
	font-size:1rem;
	margin:0px 10px;
}

.MainContent {
	background-color: #FFFFFF;
	padding: 25px;
}

.PoemNo {
	color:#999999;
	font-size:0.7rem;
	font-style:italic;
}

.PoemImg {
	max-width: 500px;
	height: auto;
	float: right;
	border:none;
}

.PoemTitle {
	padding:0px 0 0 60px;
	font-style:italic;
	color: #2a9cd7;
}

.PoemText {
	padding:0px 0 0 60px;
}

@media screen and (min-width: 601px) and (max-width:920px) {
.PoemImg {
	max-width: 350px;
}
}


@media screen and (max-width: 600px) {
.PoemImg {
	float:none;
	max-width: 100%;
}

.PoemTitle {
	padding:0px;
	text-align:center;
}

.PoemText {
	padding:0px;
	text-align:center;
}
}

.Footer {
	background-color: #f5ffd2;
	text-align:center;
	padding: 20px 0;
	box-shadow: 0px 10px 10px 0px #cccccc;
}

.Copyright {
}