body {
	color: #CCC;
	background-color: #3E1616;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 25px 0px 0px;
}	 
* {
  box-sizing: border-box;
}
video {
    width: 100%; max-width: 640px;
    height: auto;
	display: -webkit-flex;
	display: flex;
	background-color: #2f1111;
	margin: 20px auto;
	padding: 10px;
}
header {
    width: 100%;
}
nav {
    margin: 10px auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #5C2E2E;
}
.txt {
    margin: 30px auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}
.new6 {	font-size: 18px;
	font-weight: bold;
	color: #6C3;
	font-family: Arial, Helvetica, sans-serif;
}
.new7 {	background-color: #3E1616;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #CCC;
}	
h1, h2 {
  font-family: Comic sans MS, Geneva, sans-serif;
  background-color: #5C2E2E;
  width: 100%;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}
h1 {
  font-size: 1.3em; 
}
h2 {
  font-size: 1.2em;
} 
h3 {
	font-size: 1.1em;
	font-family: Comic sans MS, Geneva, sans-serif;
	width: 100%; max-width: 880px;
	text-align: center;
	align-self: center;
	background-color: #5C2E2E;
    border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
}
p {
	padding: 10px;
	width: 100%; max-width: 880px;
	text-align: justify;
	background-color: #5C2E2E;
    border-radius: 5px;
	align-self: center;
}	
.main-container {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.prev-container {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
    width: 100%; max-width: 900px;
    background-color: #2f1111;
	border: 1px solid #653333;
    margin: 5px 0;
	padding: 10px 5px;
}
.prev-container2 {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
    width: 100%; max-width: 900px;
	border: 1px solid #653333;
    margin: 5px 0;
	padding: 10px 5px;
}
.prev-container3 {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
	align-items: center;
    width: 100%; max-width: 960px;
	border: 1px solid #653333;
    margin: 5px 0;
	padding: 10px 5px;
}
.prev-container4 {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
    width: 100%; max-width: 300px;
	border-radius: 10px;
    background-color: #2f1111;
    margin: 5px auto;
	padding: 0 10px;
}
.prev-pic-container {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.prev-pic-container3 {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
    width: 100%; max-width: 900px;
    margin: 5px 0;
	padding: 10px 5px;
}
.prev_descr {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%; max-width: 880px;
	margin: auto;
}
.tagged-container {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%; max-width: 900px;
    margin: 0;
}
.tggs { 
list-style-type: none;
}
.tggs a, .tggs a:visited, .tggs a:active { 
    display: -webkit-inline-flex;
    display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-self: center;
	flex-wrap: wrap;
    margin: 5px;
    background: #5C2E2E;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px;
    text-transform: uppercase;
}
.tggs a:hover { 
    background: #996666;
    color: #FFF;
}
.tggs2 { 
list-style-type: none;
}
.tggs2 a, .tggs2 a:visited, .tggs2 a:active { 
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
    margin: 5px;
    background: #5C2E2E;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
}
.tggs2 a:hover { 
    background: #996666;
    color: #FFF;
}
.down6 {
	display: flex;
	display: -webkit-flex;
	background-color: #5C2E2E;
	width: 100%;
	font-size: 1.1em;
    text-align: center;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 20px;
    justify-content: center;
}
.footer {
	display: -webkit-flex;
    display: flex;
	flex-direction: column;
    justify-content: center;
	align-self: flex-end;
    width: 100%;
	background-color: #5C2E2E;
	font-size: 1.1em;
    text-align: center;
	padding: 10px;
	margin-top: 100px;
}
.menubtm {
   display: -webkit-flex;
   display: flex;
   padding: 5px;
   margin: 10px auto;
   width: 100%; max-width: 900px; 
   flex-direction: row;
   justify-content: center;
   align-items: center;
   list-style-type: none;
}
.menubtm li {
   border-right: 2px solid #3E1616;
}
.menubtm li:last-child {
    border-right: none;
}
.menubtm li a, .menubtm li a:visited {
   text-decoration: none;
   padding: 1px 8px;
   margin: 10px;
   text-align: center;
   justify-content: space-between;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1em;
}
.menubtm a, .menubtm a:visited {
   text-decoration: none;
   padding: 1px 8px;
   margin: 10px;
   text-align: center;
   justify-content: space-between;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1em;
}
.algn_cntr {
	display: -webkit-flex;
    display: flex;
	flex-direction: row;
	justify-content: center;
}
.login {
   border-radius: 5px;
   border: 1px solid #7f5656;
   text-decoration: none;
   padding: 5px 10px;
   margin: 5px;
   text-transform: uppercase;
   font-size: 1em;
}
.login a, .login a:visited, .login a:active { 
   color: #CCC;
   text-decoration: none;
}
#checkbox1,
.toggle {
   display: none;
}
.menu {
   padding: 0;
   margin: 0;
   width: 100%; max-width: 900px; 
   height: 50px;
   display: flex;
   display: -webkit-flex;
   flex-direction: row;
   justify-content: space-around;
   align-items: center;
   list-style-type: none;
}
.menu li a, .menu li a:visited {
   text-decoration: none;
   border-radius: 5px;
   align-self: center;
   padding: 10px 8px;
   margin: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1em;
   transition: background .2s linear;
}
.first {
   background: #5C2E2E;
}
.first li a {
   color: #CCC;
}
.first li a:hover {
   background: #7f5656;
}
.active {
   background-color: #7f5656;
}
.entr {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    background-color: #5C2E2E;
    border-radius: 5px;
    width: 100%; max-width: 900px;
    text-align: center;
    padding: 5px;
    margin: 10px;
}
.entr a, .entr a:visited {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
    background-color: #5C2E2E;
    border-radius: 5px;
    width: 100%; max-width: 900px;
    text-align: center;
    padding: 5px;
    margin: 10px;
}

@media screen and (max-width: 760px) {
img {
    width: 100%;
    height: auto;
}
.toggle {
clear: both;
display: block;
text-align: center;
font-size: 15px;
line-height: 20px;
cursor: pointer;
width: 30px;
height: 20px;
color: #595959;
background: #dbdbdb;
transition: all .1s linear;
}
.toggle:hover {
background: #cecece;
}
#checkbox1:checked + label .first li {
opacity: 1;
visibility: visible;
transition: all .7s linear;
}
#checkbox1:checked + label .first {
height: auto;
}
.menu {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 0px;
transition: height .3s linear;
}
.menu li {
display: flex;
align-self: center;
width: 100%;
opacity: 0;
visibility: hidden;
}
.menu li a {
width: 100%;
text-align: center;
align-self: center;
align-content: center;
}
.menubtm {
display: flex;
flex-direction: column;
padding: 5px;
margin-bottom: 10px;
}
.menubtm li {
border-right: none;
padding: 5px;
margin: 5px;
}
}
@media only screen and (max-width: 801px) {
img {
    width: 100%;
    height: auto;
}
.prev-container {
   display: -webkit-flex;
    display: flex;
	flex-direction: column;
	align-items: center;
    background-color: #2f1111;
	width: 100%;
}	
.prev-pic-container {
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
}
.prev-pic-container3 {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
}
