/* materialize is no longer Roboto-first, bah! */

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.eot");
  src: url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.eot");
  src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}

button,
input,
optgroup,
select,
textarea {
/*  font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

html {
/*  font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

/* end roboto section */

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    text-align: justify;
}

main {
    flex: 1 0 auto;
}

.twitter {
    min-width: 200pt;
}

.smaller.card-panel {
  transition: box-shadow .25s;
  padding: 12px;
  margin: 0.3rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

.smaller.card {
  position: relative;
  margin: 0.3rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

.smaller.card .card-title {
  font-size: 20px;
  font-weight: 300;
}

.smaller.card .card-header,
.smaller.card .card-footer {
  padding: 12px 20px 12px 20px;
  border-radius: 0 0 2px 2px;
  font-size: 16px;
  font-weight: 300;
}

.smaller.card .card-header .card-title {
  line-height: 32px;
}

.smaller.card .card-content {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 6px 20px 6px 20px;
  border-radius: 0 0 2px 2px;
  z-index: 2;
  width: 100%;
}

.smaller.card .card-content p {
  padding: 6px 0px 6px 0px;
  overflow-x: hidden;
}

.smaller.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 12px;
  z-index: 3;
}

.smaller.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 12px;
  transition: color .3s ease;
  text-transform: uppercase;
}

.smaller.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.smaller.card .card-action a {
    padding: 2px 8px 2px 8px;
}

.plusone {
  font-size: 16px;
  font-weight: 300;
}

.brand-logo.small {
  font-size: 20px;
}

.page-footer-copyright-only {
  padding-top: 0px !important;
}

.album-container img {
  cursor: pointer;
  background-color: #D0D0D0;
}

.album-modal {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: black;
}

.album-modal .carousel {
  min-height: 100%;
  background-color: black;
}

.album-modal .carousel-item .image-holder {
  min-width: 100%;
  width: 100%;
  height: 100%;
  background-color: black;
}

.album-modal .image-title {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: rgba(64, 64, 64, 0.5);
}

.album-modal .image-title .row {
  font-size: 1rem;
  margin: 8px;
}
.album-modal .image-title .row i {
  font-size: 1.5rem;
  margin: 8px;
}

.album-modal .carousel-nav {
    position: absolute;
    top:50%;
    width:100%;
}
.album-modal .carousel-nav .carousel-nav-next {
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 12px;
    color: #fff;
    background: rgba(64, 64, 64, 0.5);
    font-size: 35px;
    font-weight: 800;
    border-radius: 50px;
    border: 1px solid;
}
.album-modal .carousel-nav .carousel-nav-prev {
    cursor: pointer;
    text-align: center;
    position: absolute;
    left: 12px;
    color: #fff;
    background: rgba(64, 64, 64, 0.5);
    font-size: 35px;
    font-weight: 800;
    border-radius: 50px;
    border: 1px solid;
}

img, i {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
