  html,
  body,
  header,
  .view {
    height: 100%;
	font-family:'Century Gothic'
  }
  
  h3{
	  font-size:22px;
	  color:#000;
  }
  
  h1{
	  font-size:25px;
  }
  
  .spaces{
    margin-top: 30px;
    margin-bottom: 190px;
  }

  .card-body{
	  background-color: rgba(1,21,42,0.8);
    box-shadow: 2px 2px 4px #808080; 
    border-radius: 0px;
    color: #333;
  }

  .color_standar{
	  color:#1C2331;
  }
  
  @media (max-width: 740px) {
    html,
    body,
    header,
    .view {
      height: 1000px;
    }
  }
  @media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
      height: 650px;
    }
  }

  .top-nav-collapse {
    background-color: #1C2331!important;
  }

  .navbar:not(.top-nav-collapse) {
    /*background: transparent !important;*/
	background-color:#1e2737;
  }

  @media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
      background: #1e2737 !important;
    }
  }
  @media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
      background: #1e2737 !important;	  
    }
  }

  .rgba-gradient {
    /*
	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
    background: -webkit-gradient(linear, 45deg, from(rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%)));
    background: linear-gradient(to 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
	*/
	background-color: rgba(0,0,0,0.2);
  }

  .card {
    background-color: rgba(126, 123, 215, 0.0);
  }

  .md-form label {
    color: #ffffff;
  }

  h6 {
    line-height: 1.7;
  }