/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a, nav .brand-logo {
    color: #444;
}

.resized {
    position: relative;
    float: left;
    width:  100px;
    height: 100px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}


a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: gray url("triangle-up.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

a.back-to-top:hover {
    background-color: #fff;
}

p {
  line-height: 2rem;
}

a.right {
    padding-top: 9px;
}

.position {
    position: relative;
    top: 0;
    left: 0;
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.table-of-contents a {
    display: inline-block;
    color: #212121;
    height: 1.5rem;
    line-height: 1.5rem;
}

.table-of-contents a.active {
    font-weight: 500;
    padding-left: 18px;
    border-left: 2px solid #212121;
}

.table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 19px;
    border-left: 1px solid #212121;
}


.button-collapse {
  color: #212121;
}

   #border {
    border: 30px solid #40c4c8;
    padding: 20px;
    -moz-border-image: url(border.jpg) 30 round round;
    -webkit-border-image: url(border.jpg) 30 round round; 
    -o-border-image: url(border.jpg) 30 round round;
    border-image: url(border.jpg) 30 round round;
   }
   
   .secondary-content {
    float: right;
    color: #212121;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
  
    .slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.social ul {
list-style-type: none;
text-align: center;
}

.social ul li {
    display: inline-block;
    padding: 4%;  
}

.social-trans {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.any-hover {
  color: #757575;
}

.facebook-hover {
  color: #3b5998;
}

.instagram-hover {
  color: #bc2a8d;
}

.deviantart-hover {
  color: #05cc47;
}

div.transbox {
  min-height: 380px;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  opacity: 0;
  position: absolute;
  filter: alpha(opacity=60); /* For IE8 and earlier */
  left: 0;
  top: 0;
}

div.transbox a {
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1);
}

.trans-block { 
padding: 20px; background-color: rgba(0,0,0,0.5);
}

@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;
}
.icon-block .material-icons {
  font-size: inherit;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 100%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 100%;
    border-radius: 0;
    will-change: bottom, opacity;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}

.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

.modal .modal-content {
  padding: 24px;
}

.modal .modal-close {
  cursor: pointer;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}


#painting {   
   width: 100%;
   height: auto;
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.zoomin {
    -webkit-animation-name: zoomin;
    animation-name: zoomin;
}

@keyframes zoomin {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.resp img {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}


  // Class for when element is above threshold
  .pin-top {
    position: relative;
  }

  // Class for when element is below threshold
  .pin-bottom {
    position: relative;
  }

  // Class for when element is pinned
  .pinned {
    position: fixed !important;
  }


.carousel .carousel-item img {
    width: 150%;
}

.carousel {
    overflow: hidden;
    position; relative;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    perspective: 500px;
    display: block;
}


.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 20px;
    transition: color .3s ease;
    text-transform: uppercase;
}

.pagination li.active {
    background-color: #212121;
}

footer.page-footer {
  margin: 0;
}