/* styles.css */
body{
    margin-top:.5em;
    color: #666;
}
a:visited {
    color: #339;
    text-decoration: none;
}
.clearfix {
    clear:both;
}
.descript{
    text-align:center;
    margin-top:.2em;
    color: #333;
    line-height: 1em;
    font-size: .9em;
}
.zagolovok {
    color: #363 !important;
    margin-top:1.5em;
    margin-bottom: 1em;
}
h1.zagolovok {
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
}
h2.zagolovok {
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
}
h3.zagolovok {
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
}
h4.zagolovok {
    font-size: 1.1em;
    font-weight: normal;
    text-align: center;
    letter-spacing: .2em;
}
h5.zagolovok {
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    letter-spacing:.15em;
}
h6.zagolovok {
    font-size: .8em;
    font-weight: bold;
    text-align: center;
    letter-spacing:.15em;
}

h4.plus_minus {
    font-family: Tahoma,Arial,Verdana;
    letter-spacing:.3em;
    /*color: darkgreen;*/
}

.author {
    text-align: right;
    font-size: .8em;
    font-weight: normal;
    padding-right:1em;
    color:darkgreen;
}
.mcomment {
    line-height: 1.2em;
  /*  text-indent: 2em;*/
    font-weight: normal;
    font-style: italic;
    color: #333;
}   
.my_txt {
    color: #363;
    font-style: italic;
}
ul.arrow,ul.plus,ul.minus {
    text-align:left;
    padding-left:1rem;
    font-size:.9em;
}
li.arrow ,li.plus,li.minus{
    padding:1em;
    font-family: "Verdana", "Tahoma", "Arial", "Helvetica";
    /*color: black;*/
}
li.arrow {
    line-height: 1.5em;
    padding-bottom: 1em;
    padding-top: 0;
}
li.arrow::marker {
  display: inline-block;
  font-size: 1em;
  content: '\25B6';
  color: #00cc00;
}
li.plus::marker {
  display: inline-block;
  font-size: 1.3em;
  font-weight:bold;
  content: '+';
  color: #00cc00;
}
li.minus::marker {
  display: inline-block;
  font-size: 1.5em;
  font-weight:bold;
  content: '-';
  color: #cc0000;
}

/* FOOTER */

footer {
    padding: 20px 0px 40px 0;
    text-shadow: 1px 1px 0px rgba(255,255,255,.8);
    color:#888;
    font-size:.8em;
    background-color:#f0f0f0;
}
footer .wrapper {
    display: flex;
    align-items: flex-end;
}
footer .left {
    text-align:left;
    margin: auto;
}
footer .right {
    text-align:right;
    margin: auto;
}
footer a:link, footer a:visited {
    color:#888;
    text-decoration:underline;
}
footer a:hover, footer a:focus {
    color:#555;
    text-decoration:underline;
}
.dropdown-menu {
    width: 200px;
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0,0,0,.15);
    border: 0px solid rgba(0,0,0,.15);
}

.dropdown-item {
    white-space: normal  !important;
    line-height: 1.2rem;
    width: 100%;
    padding: .25rem .5rem;
    font-size:.9rem;
    color: #999;
}
.dropdown-item:hover, .dropdown-item:focus{
    text-decoration: none;
    background-color:transparent;
    color: #333  !important;
}
.dropdown-item:visited {
    color: #999;
    text-decoration: none;
}

.nav-link {
    text-transform: uppercase;
    transition: .1s ease-in-out;    
    color: #999;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    align-items: center;
    box-sizing: border-box;
    min-height: 30px;
    padding: 0 15px;
    font-size: .875rem;
}
.button-small {
    cursor: pointer;
    padding:.5rem .8rem;
    line-height: 1.5rem;
    font-size: .9rem;
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.button-small:visited {
    color: #333;
}
.button-small:hover {
    color: black;
    border-color:#b2b2b2;
}
#seed,#egg_mix {
    border:.1px solid #fbfbfb;
    border-radius:5px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
#content {
    margin-bottom:1.5em;
}

@media only screen and (max-width: 992px) {        
 /* styles for browsers less than 992px; */    
    .navbar {
        width:100%;
    }
	.dropdown-menu{
        width:90%;
    }
}