/*Author by SelmarT*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Начало верстки*/

body {
    background-image: url(images/rpcw.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/*Контейнер - основа*/

#container {
    background: rgba(16, 23, 49, 0.54);
    border: 3px solid rgba(255, 0, 0, 0.47);
    position: relative;
    margin-top: 3%;
    margin-left: 10.7%;
    width: 77.9%;
    min-width: 575px;
    height: 575px;
}

/*Кнопки*/

h1,h2,h3 {
    background: rgba(16, 23, 49, 0.49);
    color: rgba(255, 0, 0, 0.82);
    border-radius: 2px;
    border: double;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.button {
    margin-top: 3.5%;
    margin-left: 6.9%;
}

a {
    text-decoration: none;
}

h1 {
    padding-left: 65px;
    padding-right: 65px;
}

h1:hover {
    background: rgba(16, 23, 49, 0.69);
    color: rgba(255, 0, 0, 0.94);
}

h2 {
    margin-left: 16.8%;
    padding-left: 36px;
    padding-right: 36px;
}

h2:hover {
    background: rgba(16, 23, 49, 0.69);
    color: rgba(255, 0, 0, 0.94);
}

h3 {
    margin-left: 16.4%;
    padding-left: 48px;
    padding-right: 48px;
}

h3:hover {
    background: rgba(16, 23, 49, 0.69);
    color: rgba(255, 0, 0, 0.94);
}

/*Контент*/

.content {
    background: rgba(16, 23, 49, 0.93);
    border-top: 3px solid rgba(255, 0, 0, 0.97);
    border-radius: 3px;
    margin-top: 2%;
    margin-left: 7%;
    width: 86%;
    height: 86%;
}

/*Содержимое контента*/

.title {
    text-align: center;
    margin-top: 2%;
    font-size: 23px;
    color: #e3e3e3;
}

.header {
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 3%;
    font-size: 20px;
    color: #e3e3e3;
}

strong {
    color: rgba(255, 0, 0, 0.72);
    font-weight: bold;
}

em {
    padding-right: 0.5%;
    color: #e3e3e3;
    font-weight: bold;
}

ul {
    background: rgba(119, 115, 115, 0.18);
    border-left: 2px solid #e3e3e3;
    width: 94%;
    margin-top: 2%;
    margin-left: 3%;
    padding-top: 8px;
    padding-bottom: 15px;
}

ul li {
    margin-top: 1%;
    margin-left: 1%;
    color: rgba(145, 168, 255, 0.95);
    font-size: 18px;
    font-weight: bold;
}