@charset "utf-8";
/* CSS Document */
#readBegin{
	float: right;
	width: 80%;
	margin-top:0px;
}
#titleBegin {
    font-size: 24px;
    font-style: italic;
    text-transform: capitalize;
    color: #9F31CA;
    background-color: #FFFF53;
    -moz-user-select: none;
    width: 77%;
    margin-right: auto;
    margin-left: auto;
    border-right: 2px solid #B150B4;
    border-left: 2px solid #B150B4;
}
#readNav{
	background-color: #BE55A0;
	width: 97%;
	animation: navig;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	border-radius: 21px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #662ECF;
	border-right-color: #9DFFFF;
	border-bottom-color: #662ECF;
	border-left-color: #9DFFFF;
}
@keyframes navig{
50%{background-color:#8152CF;}
	}
.sidebar{
	height: 550px;
	background-color:#BCB05C;
	border-radius:25px;
	padding-top:25px;
	width: 190px;
	float: left;
}
.navTranslat{
	text-align:center;
	background-color:#6AFFFF;
	border-radius:11px;
	width: 180px;
	height:200px;
	background-image:url(../../Photos/nature/sidebarUp.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #A06063;
}
#downHill{
	height: 190px; border-radius:18px;
	width: 170px;
	clear: both;
	margin-top: 25px;
	background-image: url(../../Photos/nature/nocTrejcer.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #77A1C7;
	border: 5px double #525B3C;
	margin-right: auto;
	margin-left: auto;
}
.readAndNav{
	margin-top: 0px;
}
button {
	margin-top: 1px; cursor:pointer;
	margin-bottom: 1px;
}
button:hover{text-decoration:underline};
