/*-----------------------------------------------------------------------------------

	Kat Tp

-----------------------------------------------------------------------------------*/
html {
    height: 100%;
    width: 100%;
}
body {
  height: 100%;
  margin: 0;
  width: 100%;
	line-height: 1.5;
	color: #555;
	font-family: 'Lato', sans-serif;
	background-color: #FFF;
}

a {
	text-decoration: none !important;
	color: #1ABC9C;
}

a:hover { color: #222; }

a img { border: none; }
img { max-width: 100%; }

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

.displayContainer {
    display: block;
    height: 100%;
    width: 100%;
}
.centerPseudo {
    display: inline-block;
    text-align: center;
}
.centerPseudo::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0px;
}

#wrapper {
}

#logo {
	margin: 0px 0 40px;
}
