﻿/*
Theme Name: ZDK Web
Theme URI: https://www.stb.tsukuba.ac.jp/~zdk
Description: Web page of the School and college representative meeting
Author: Department of Information Technology, Council of General Affairs
Author URI: https://www.stb.tsukuba.ac.jp/~zdk
*/

/* Include roboto.css to use the Roboto web font, material.css to include the theme and ripples.css to style the ripple effect */

@import url("static/bootstrap/css/bootstrap.min.css");
@import url("static/material/css/roboto.min.css");
@import url("static/material/css/material-fullpalette.min.css");
@import url("static/material/css/ripples.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");

.top {
    background-image: url("./static/img/top.png");
    color: white;
    background-position: center;
}

.content {
    background-color: white;
}

footer {
    background-color:#1A237E;
    color: white;
    padding-bottom: 5px;
}

.btn {
    text-align: center;
}

.btn-lg {
    text-align: center;
}

p{
	letter-spacing: 0.03em
}

body{
    font-family:Helvetica, Arial,
    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
    Meiryo, メイリオ, sans-serif;
}

.container-fluid{
  text-align: center;
}
.float-r {
    float: right;
    margin: 10px;
}

footer p {
    margin-left: 20px;
}

blockquote{
    font-size: 1em;
}
