/*
Theme Name: Twenty Fifteen Child
Theme URI: http://example.com/twenty-fifteen-child/
Description: Twenty Fifteen Child Theme
Author: Dmitry Brant
Author URI: http://dmitrybrant.com
Template: twentyfifteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twentyfifteen-child
*/

.site-title {
    font-family: "Special Elite", "Noto Serif", serif;
}
h1 {
	font-family: "Special Elite", "Noto Serif", serif;
}
h2 {
	font-family: "Special Elite", "Noto Serif", serif;
}
code {
    background: rgba(0, 0, 0, 0.1);
}
article.article-main-page {
    margin: 0;
    padding: 0;
    background: url("/background1.png")
}
main.site-main-page {
    margin: 0;
    padding: 0;
}
div.entry-main-page {
    margin: 0;
    padding: 0;
}


div.main-page-header {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
    margin: 0;
    display: table;
    width: 100%;
    min-height: 320px;
    /*background-attachment: fixed;*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main-page-headerpanel {
    background: rgba(0, 0, 0, 0.75);
    max-width: 540px;
    min-height: 320px;
    float: right;
    display: table-cell;
    text-align: right;
}
div.main-page-headerpanel p {
    font-family: "Special Elite", "Noto Serif", serif;
    line-height: 1.1;
    padding-left: 64px;
    padding-right: 32px;
    font-size: 120%;
}
div.main-page-headerpanel p.main-title {
    line-height: 1.1;
    font-size: 300%;
    margin-top: 16px;
    margin-bottom: 16px;
}
div.main-page-headerpanel p a {
    color: #fff;
}

ul.main-page-list {
    text-align: center;
    line-height: 1.1;
    margin-top: 32px;
}
ul.main-page-list li {
    font-family: "Special Elite", "Noto Serif", serif;
    font-size: 130%;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin: 8px;
    padding-bottom: 20px;
}
ul.main-page-list li img {
    width: 80px;
    height: 80px;
}
ul.main-page-list li a {
    color: inherit;
    text-decoration: none;
}
ul.main-page-list li:hover {
    background: url("/images/underline1.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

div.main-page-contact-icons {
    text-align: center;
    clear: both;
    margin-top: 64px;
    margin-bottom: 48px;
    padding-bottom: 300px;
}
div.main-page-contact-1 {
    font-family: "Special Elite", "Noto Serif", serif;
    font-size: 130%;
    display: inline-block;
    width: 120px;
    margin: 8px;
}

.site-footer {
    text-align: center;
}
div.custom-footericons {
    text-align: center;
    clear: both;
    margin-bottom: 32px;
}
div.custom-footericons a {
    text-decoration: none;
}
div.custom-footericons a:hover {
    text-decoration: none;
    border: none;
}
img.custom-footerimg {
    width: 48px;
    height: 48px;
    margin: 8px;
    opacity: 0.5;
}
img.custom-footerimg:hover {
    opacity: 1.0;
}


div.info_container {
    text-align: left;
}
div.info_container img {
    vertical-align: top;
    float: left;
    margin: 16px 32px 16px 0;
    box-shadow: 4px 4px 24px 2px rgba(0, 0, 0, 0.5);
}
div.info_container img:hover {
    box-shadow: 4px 4px 24px 2px rgba(0, 0, 0, 1);
}
img.info_image {
    width: 30%;
}
img.info_image_port {
    width: 25%;
}

p.softtitle {
    font-family: 'Special Elite', cursive;
    font-size: 140%;
    line-height: 1.1;
    margin-bottom: 16px;
}
div.softseparator {
    font-family: 'Special Elite', cursive;
    clear: both;
    text-align: center;
    font-size: 120%;
    margin-bottom: 16px;
}