
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

@font-face { font-family: 'Script-MT';
             src: url('source/SCRIPTBL.TTF') format('truetype'); }

body {
    min-height: 100vh;
    position: relative;
    background: #fff;    
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.tm-container {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
.tm-header .tm-container,
.tm-main .tm-container{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,929292+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}
.tm-header .tm-container{
     border-bottom: 2px solid #CD0A1E;
}
.tm-header p{
     font-family: 'Script-MT';
    font-size: 3em;
    line-height: 1em;
    padding-bottom: 10px;
    margin: 0;
}
.tm-main h1{
    font-size: 2em;
    line-height: 1em;
    padding: 15px;
    margin: 0;
}
#minigalerie a img {width:133px;}
.tm-main-content {
    display: inline-block;
    width: 100%;
    padding: 4em 0;
}
.width50 {
    width: 50%;
    float: left;
}
.width50 > div {
    display: inline-block;
}
.width50 p {
    background: #CD0A1E;
    margin: 2px 0;
    padding: 5px 0;
    font-size: 1.25em;
    line-height: 1em;
    font-weight: 300;
    color: #fff;
}
.width50 a {color: #fff; text-decoration: none;}
footer {
    background: #444444;
    border-top: 10px solid #303030;
    font-weight: 300;
}
footer p {
    margin: 0;
    padding: .5em 0 2em 0;
}
footer p,
footer a {color: #fff; text-decoration: none;}

@media screen and (max-width : 600px)  {
    .width50 {
        width: 100%;
        padding: 1em 0;
        float: inherit;
    }

}