body {
	margin: 0 auto;
	background-color: #0a0a0a;
	font-size: 0.95em;
	/*background-image: url(img/ppr_nippon.png);*/
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
}

#slider {
	height: 100%;
	background-image: url('../img/ppr_nippon_s.png');
	background-size: inherit;
	background-repeat: no-repeat;
	background-position: top;
	-webkit-transition: background 1s ;
}

#slider:after {
	position: relative;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

h2, p
{
	color: rgba(255, 250, 240, 0.6);
	text-align: center;
	z-index: 1;
	position: relative;
}

h2
{
	font-size: 3em;
	padding-top: 2.5em;
}

* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 0.7em;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 37.50em) {
    /* For tablets: */
    .col-m-1 {width: 100%;}
}

@media only screen and (min-width: 48.00em) {
    /* For desktop: */
    .col-1 {width: 100%;}
}

html {
    font-family: Tahoma, Geneva, sans-serif;
}

.header {
    background-color: rgba(153, 25, 20, 0.6);
    color: #fff5ee;
    padding: 0.94em;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

.main {
	float: center;
}

h1 {
	color: #fff5ee;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background-color: rgba(153, 25, 20, 0.1);
}

ul.topnav li {
    float: left;
    /*border-right: 1px solid #bbb;*/
}

ul.topnav li.right {
	float: right;
    border-right: none;
}

ul.topnav li:last-child {
    border-right: none;
}

ul.topnav .active {
    background-color: rgba(153, 25, 20, 0.6);
    color: #fffafa;
}

ul.topnav li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0.88em 1em;
    text-decoration: none;
}

ul.topnav li a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(153, 25, 20, 0.6);
}

ul.topnav li.dropdown {
    display: inline-block;
}

ul.topnav .dropdown-content {
    display: none;
	z-index: 3;
	position: absolute;
	background-color: rgba(84, 112, 116, 0.1);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

ul.topnav .dropdown-content a {
    color: white;
    padding: 0.75em 1em;
    text-decoration: none;
    display: block;
    text-align: left;
}

ul.topnav .dropdown-content a:hover {
	background-color: rgba(245, 211, 18, 0.2);
}

ul.topnav .dropdown:hover .dropdown-content {
    display: block;
}