@charset "utf-8";

* {
    margin:0px;
    padding: 0px;
}
p {
    padding-bottom:10px;
    text-indent: 20px;
}
#main {
    margin-top: 2%;
}

#logo {/*_*/}

#stop {
    color:red;
    font-size:2em;
    font-family: monospace;
}

.cont {
    padding-top: 1px;
    text-align: justify;
}

.gotop {text-align: right;}

#copyright { /*_*/ }

.menu {
    width: 85%;
    font-size: 1.4em;
    padding-bottom: 1.5%;
    padding-top: 1.5%;
}

.amenu {
	color:whitesmoke;
	font-size: 1.2em;
}

.cont, #copyright {
    background: azure; 
/*    width: 80%;*/
    padding-left: 20px;
    font-size: 1em;
    padding: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.poem {
    padding:0 0 5% 5%; 
    margin: 0 auto; 
    width:50%; 
    text-align: left;
    font-style: italic;
    color: seagreen;
}

a {
    text-decoration: none;
    color: blue;
}

a:hover {
    color:deepskyblue;
    text-decoration: none;
    transition: all.6s ease;
    -moz-transition: all.6s ease;
    -webkit-transition: all.6s ease;
    -ms-transition: all.6s ease;
}

a:active {  color:orange;}

img {max-width: 100%;}

iframe {max-width: 100%;}

html, body{
    background-color:#2E448C;
    font: 1.0em/1.4em Verdana, Tahoma, Arial, sans-serif;
    width: 100%;
    height: 100%;
    min-width: 850px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

ul {
    list-style: none;
    font-style: italic;
    margin-left: +35pt;
}

ul li:before {
    content:  "—";
    position: relative;
    left:     -5px;
}

/*style for old*/
/*@media (max-width: 650px) {.cont, #copyright {width: auto;}
html, body {font: 2.0em/1.4em Verdana, Tahoma, Arial, sans-serif;}}*/

/*style for tablets, smart-phones etc.*/
@media (max-width: 925px) {

html, body {
    min-width: auto;
    max-width: auto;
}

a {font-weight: bold;}
.menu {font-size: 1.0em;}
.gotop {display: none;}
.poem { width:80%; }
.cont, #copyright {width: auto;}}

/*style for screen*/
@media (min-width: 926px) {.cont, #copyright {width: 80%;}}

/* style for printer */
@media print { 
h1, h2, p {color: #000; /* Черный цвет текста */ }
html, body {
    min-width: auto;
    max-width: auto;
    background: white;
    font-family: Times, 'Times New Roman', serif; /* Шрифт с засечками */
}

a {
    text-decoration: underline;
    color: dimgray;
    font-weight: bold;
}

#logo img {display: none;}
#stop,.poem {color: black;}
.menu,.gotop,#copyright {display: none;}
/*.gotop {display: none;}*/
.cont {
    background: white;
    width: auto;
    box-shadow: none;
}
iframe {display: none;}}