﻿html,
body {
    height: 100%;
	font-family:'Segoe UI','Segoe', Tahoma, Geneva, Verdana, sans-serif;
}

.fill {
    width: 100%;
    height: 100%;
	background-image:url('../img/009.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

div.row:first-child > div {width:18%;margin:20px auto 0 auto}

div.row:nth-child(2) {background-color: rgba(0,0,0,0.6);}
div.row:nth-child(2) > div {font-size:5.8em;text-align:center;color:#fff;text-shadow: 0 1px 2px rgba(0, 0, 0, 1);line-height:80px;}


div.row:nth-child(3) {background-color: rgba(0,0,0,0.6);}
div.row:nth-child(3) > div {font-size:2em;text-align:center;color:#fff;text-shadow: 0 1px 2px rgba(0, 0, 0, 1);line-height:80px;}

div.row:nth-child(4) {background-color: rgba(0,0,0,0.6);}
div.row:nth-child(4) > div {font-size:1.3em;text-align:center;color:#fff;text-shadow: 0 1px 2px rgba(0, 0, 0, 1);}
/*
div.row:nth-child(4) > div:nth-child(2) > ul {list-style:none;margin:0;padding:0;border:1px solid red;width:100%}
div.row:nth-child(4) > div:nth-child(2) > ul li {display:inline-block;}
*/
.footer{
	position:absolute;
	bottom:0px;
	width:100%;
	height:35px;
	background-color: rgba(0,0,0,0.6);
	text-align:right;
}

ul.copyright {list-style:none;display:inline-block;margin:0;padding:0;}
ul.copyright > li {
    background:url(../img/logowhiteshadow_small.png) no-repeat 0px 0px;
    padding:10px 10px 10px 34px;
	color:#fff;font-size:11px;font-weight:bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.modal-title
{
    font-size:1.5em;
    color:green;
}