/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

body {
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

html { width:100%; height:100%;}

.middle {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    z-index: 100;
	
}
.logo { padding:40px;}
.middle_text {
    height: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 50px 0px;
	z-index:999;
}

p { padding:20px 0px; color:#041776; width:100%;}
a { color:#041776;}