@charset "utf-8";
/* CSS Document */

.container-top {
    
    background-color: #17234E;
	background-image: url("../image/background2.png");
    min-height: 200px;
	width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.header-main {
	 background-color: #17234E;
	background-image: url("../image/background3.jpg");
    min-height: 200px;
	width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

h1{
	font-size: 30px;
	color: aliceblue;
}

h2{
	font-size: 24px;
	color: aliceblue;
	text-shadow: 2px 2px #ff000;
}

h3{
	font-size: 30px;
	color:darkgray}

.intro{
	font-size: 16px;
	color: #17234E;
}