/* Scss Document */
* {
  margin: 0; }

html, body {
  width: 100%;
  height: 100%; }

body {
  background: -webkit-radial-gradient(#2C6AAF, #104C97);
  /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#2C6AAF, #104C97);
  /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#2C6AAF, #104C97);
  /* For Firefox 3.6 to 15 */
  background: radial-gradient(#2C6AAF, #104C97);
  /* Standard syntax */
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0; }

.csContainer {
  display: table;
  width: 100%;
  height: 100%; }

.csWrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px; }

.csLogo {
  margin-bottom: 40px;
  margin-top: -150px;
}

.csLogo img {
  display: block;
  margin: 0 auto;
    width:280px;
}

.csNf {
  color: #FFF;
  margin-bottom: 40px;
  font-size: 70px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700; }

h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #84A8CE;
  margin-bottom: 10px;
  letter-spacing: 3px; }

p {
  text-align: center;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px; }
  p a {
    color: #84A8CE;
    text-decoration: none; }
    p a:hover {
      text-decoration: none;
      border-bottom: 2px solid #84A8CE;
      padding-bottom: 3px; }

@media screen and (max-width: 768px) {
  .csNf {
    font-size: 35px; }

  h1 {
    font-size: 20px;
    letter-spacing: 0; } }