* {
  outline:none;
}
body {
  background-color:#FFF7E6;
  font-family:'Mukta',sans-serif;
  margin:0;
  padding:0 0 100px 0;
  font-weight:400;
  font-size:18px;
  color:#898989; line-height: 150%
}
#wrapper {
  max-width:1000px;
  padding:0 20px;
  margin:0 auto;
}
#language-switcher {
  background-color:#4C575F;
  text-align:center;
  float:right;
  font-size:80%;
  width:100px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}
.last_block {
	margin-bottom:5em;	
}
@media (max-width:1000px) {
  #language-switcher {
    margin-right:-20px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:0;
  }
}
#language-switcher a {
  color:#FFD300;
}
#language-switcher a:hover {
  color:#C4A300;
} 
#logo {
  clear:both;
  text-align:center;
  padding-top:40px;
} 
blockquote {
  font-family:'Courgette',cursive;
  font-size:30px;
  text-align: center;
  padding:30px 0;
  line-height:130%;
}
a {
  color:#4F4200;
  text-decoration:none;
}
a:hover {
  color:#000000;
  text-decoration:none;
}  
h2 {
  font-weight:700;
  font-size:22px;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
a:hover {
color: #252667;
}
#yellowstripe {
  font-family:'Coda',cursive;
  font-size:26px;
  background-color:#F4CF1A;
  margin-top:20px;
  padding:15px;
  text-align:center;
  letter-spacing:0.15em;
  word-spacing:.5em;
}
#footer {
  font-family:'Coda',cursive;
  font-size:13px;
  text-align:center;
  margin:10px 20px 0 20px;
}
#footer span {
  padding:0 5px;
}