@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Montserrat:100');

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

    font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin: 0;
	height: 1080px;
}

.t1 {
	padding-top: 250px;
}

.t2 {
	padding-top: 60px;
}

td {
	padding: 5px;
	vertical-align: middle;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}


