
/* 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 {
/*
*  max-width:1080px;
*  margin-left:auto ;
*  margin-right:auto;
*/
}
#index-banner h5 {
    text-shadow: 2px 2px 2px #000;
}
#info {
    background-color:#343838;
}
#info h5 {
    text-shadow: 2px 2px 2px #000;
}
#info p {
    text-shadow: 1px 1px 1px #000;
}
.card-title {
    font-size: 14px !important;
    font-weight: 700 !important;
}
footer.page-footer {
    background-color:#343838 !important;
}
/*
#info i,h5,p,span {
    color: white;
}

#projects i,h5,p,span {
    color: black;
}
*/

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

a {
    color: #444;
}
a:visited {
    color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #0c6058;
}

.parallax-container {
  min-height: 300px;
  max-height: 400px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

.some {
 display: -webkit-flex; /* Safari */
 -webkit-justify-content: space-around; /* Safari 6.1+ */
 display: flex;
 justify-content: space-around;
 font-size: 1px;
 width:140px;
}

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

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}


.icon-block {
  padding: 0 15px;
}

footer.page-footer {
  margin: 0;
}
