/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 
 body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }
  
  main div.countdown
  {
    height: 700px;
  }
  
  main div.container.countdown .row.center
  {
    margin: 0 auto;
  }
  
  main img.countdown
  {
    width: 500px;
    text-align: center;
  }

nav .container
{
  width: 95%;
}

nav ul a,
ul.side-nav a,
nav .brand-logo {
  color: #444;
}

nav ul a:hover,
ul.side-nav a:hover
{
  color: white;
  background-color: #2196F3;
}

p {
  line-height: 2rem;
}

.button-collapse {
  /*color: #ff9800;*/
  color: #2196F3;
}

.parallax-container {
  min-height: 400px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
  
  h1.section-header {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
}

#index-banner .banner
{
  background: url(http://fullautomedia.com/images/barn3large.jpg) no-repeat;
}
  
#index-banner .section .row {
    /*margin-top: 10%;*/
    margin-top: 100px;
    
  }  

.text-over-img {
  background: rgba(33,33, 33, .5);
}

/* med */
@media only screen and (max-width : 992px) {
  /*.parallax-container .section {
    position: absolute;
    top: 40%;
  }*/
  /*#index-banner .section {
    top: 10%;
  }*/
  
  #index-banner .section .row {
    /*margin-top: 20%;*/
  }  
}

/* small */
@media only screen and (max-width : 600px) {
  main div.countdown
  {
    height: 400px;
  }
  
  /*#index-banner .section {
    top: 0;
  }*/
  
  #index-banner .section .row {
    /*margin-top: 25%;*/
  }  
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

div.error {
  background-color: red;
}

div.success {
  background-color: lightgreen;
}

.flow-text.bold {
  font-weight: 600;
}

.flow-text.medium {
  font-weight: 400;
}

.container.card-list
{
  width: 85%;
}


a.icon {
  padding: 0;
}

a.icon i {
   width: 36px;
}

a.icon img {
  width: 36px;
}