@charset "UTF-8";

body {
	background-image: url(../img/kuro.jpg);
	}


.jumbotron {
     position:relative;
     background:url(../img/coin.jpg) center no-repeat;
     background-size: cover;
     height: 25vh;
}
.jumbotrontext1{
    font-size: 5vw;
}
.jumbotrontext2{
    font-size: 3.5vw;
}
.jumbotron-fluid{
    padding-left:  1em;
    padding-top:  0em;
}
.jumbotron a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p{
    margin-top:2em;
    margin-bottom:2em;
    text-indent:1em;
}
.h4 {
    color: lime;
    text-decoration:underline;
}
h4 {
    color: lime;
    text-decoration:underline;
}
b {
    color: yellow;
    text-decoration:underline;
}
a {
    color: white;
}
hr{
    width:70%;
    margin-top:40px;
    margin-bottom:40px;
	border:dashed;
	border-color:white;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 75px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}