/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 .success-msg {
  font-size: 16px;
  background: #0080003b;
  padding: 8px;
  color: green;
 }

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.contact-skill {
  width: 25%;
  float: left;
}

.submit-btn {
  background: #29b6f6;
}

.alert-danger {
  padding: 0px 10px;
  background: #ff000026;
  border-radius: 5px;
}

.alert-danger > ul > li {
  color: red;
  padding: 3px;
}

@media screen and (max-width: 600px) {
  .contact-skill {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  } 
}

@media screen and (max-width: 350px) {
  .contact-skill {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  } 
}