﻿@import url('rammetto-one.css');
@import url('playfair-display.css');
@import url('cwtex-hei.css');

body {
    margin: 30px;
    background-color: #ffffff;
    background-image: url('../img/bg.jpg');
    background-repeat: repeat-x;
    color: #222222;
    font-family: 'cwTeX Hei', sans-serif;
}

h2 {
    font-family: 'Rammetto One', sans-serif;
    font-weight: normal;
}

em {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bolder;
}

input[type='image']:hover {
    cursor: pointer;
    opacity: 0.5;
    -moz-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
}

.box {
    min-width: 225px;
    border-radius: 25px;
}

.text-shadow {
    opacity: 1;
    transition: all .5s ease;
    text-shadow: 1px 1px 2px #000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
