﻿@charset "utf-8";

h1, h2, h3, h4 {
	font-family: mplus;
	font-weight: bold;
	text-shadow: 2px 2px 2px #999999;
}

.gal_container {
    width:640px;
    margin-left: auto;
    margin-right: auto;
}
.video {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
}
#pageTop{
	padding:10px;
	position:fixed;
	bottom:20px;
	right:20px;
	font-size: 90%;
	text-decoration: none;
	z-index: 999;
	}
#pageTop:hover{
	}

body {
	margin-bottom: 10em;
}

@media (max-width: 640px) {
    .gal_container {
        width:100%;
    }
    .video {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}
