/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

html, body {
  font-family: 'Nunito', 'Helvetica', sans-serif;
}

.orange-text{
  color: #fa4b0f !important;
 }

.orange{
  background-color: #fa4b0f !important;
 }

.orange-text li a{
  color: #fa4b0f;
 }

.thin{
  height:150px;
}

 .collapsible-header{
  background-color: #ffffff;
 }

 [hidden] { 
  display: none !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.materialbox-caption {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* #index-banner {
  background: #ffffff url("/images/gradient2.png") no-repeat center;
  background-size: 1000px;
 }*/

 #user-pic {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  background-image: url('/images/profile_placeholder.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  border-radius: 15px;
 }

/*#user-container {
   width: 100%;
   right: 0;
   padding-left: 10px;
   padding-right: 10px;
 }
#user-pic {
   position: relative;
   display: inline-block;
   background-image: url('/images/profile_placeholder.png');
   background-repeat: no-repeat;
   width: 30px;
   height: 30px;
   background-size: 30px;
   border-radius: 15px;
 }
#user-name {
   font-size: 16px;
   line-height: 36px;
   padding-right: 10px;
   padding-left: 20px;
 }*/