@font-face {
    font-family: 'Signpainter-Bup';
    src:
         url('/assets/font/SignPainter-HouseScript.eot') format('eot'),
         url('/assets/font/SignPainter-HouseScript.woff') format('woff'),
         url('/assets/font/SignPainter-HouseScript.ttf') format('truetype'),
         url('/assets/font/SignPainter-HouseScript.svg') format('svg');
}

body {
  background-color: #000;
}

button, p, h6 {
  font-family: 'Avenir Next','Nunito Sans', 'Open Sans';
  font-size: 1.3em;
  color: #353b42;
  /* text-align: justify; */
}

a {
  /* font-family: 'Signpainter'; */
  font-family: 'Avenir Next','Nunito Sans', 'Open Sans';
  color: #fc4e48;
  cursor: pointer !important;
  font-size: 1em;
  /* letter-spacing: 6px; */
  /* text-transform: uppercase; */
  top:5px;
}

a:visited, a:hover {
  color: #f72a23;
  cursor: pointer !important;
}

h1 {
  font-family: 'Signpainter','Signpainter-Bup';
  font-size: 8em;
  margin: 40px 0px;
  font-weight: 900;
  line-height: 0.9em;
}

h2 {
  font-size: 1.6em;
  font-weight: 400;
  font-family: 'Avenir Next','Nunito Sans','Montserrat';
}

h3 {
  font-size: 3em;
  font-family: 'Avenir Next','Nunito Sans','Montserrat';
}

h4 {
  font-family: 'Avenir Next','Nunito Sans','Montserrat';
}

h5 {
  font-family: 'Signpainter','Signpainter-Bup';
}

h6 {
  font-family: 'Avenir Next','Nunito Sans', 'Open Sans';
  font-size: 1.0em;
}

section {
  padding: 110px 0px;
  background-color: #fff;
}

footer {
  padding: 50px 0px;
  background-color: #fff;
}

code {
  color: #c959a8;
  background-color: #f9f3f9;
}

canvas {
    display: block;
    background-color: #000;
    margin:auto;
}

button {
    background-color: #fc4e48;
    cursor: pointer !important;
    outline: none;
    border: none;
    color: #ffffff;
    border-radius: 30px;
    padding: 6px 26px;
    font-family: 'Avenir Next','Nunito Sans', 'Open Sans';
    cursor: pointer !important;
    font-size: 1.2em;
}

button:hover {
    background-color: #f52119;
    cursor: pointer !important;
    outline: none;
}

button:focus {
outline: none;
    border: none;
}

.horline {
  background-color: #eee;
  height: 1px;
  width: 100%;
  display: block;
  margin: auto;
}

i {
    color: #67bfe7;
    font-size: 6em;
    margin-bottom: 30px;
}

.vert-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#navbar
{
    position: fixed;
    left: 0px;
    right:0px;
    z-index: 999;
    color: #fff;
    padding: 10px 0px;
    background-color: #000;
    height: 60px;
    top:-60px;
    opacity: 0;
    transition: all 0.2s ease-out;
}

#navbar.show
{
    top:0px;
    opacity: 1;
}

#navbar p, #navbar a, #navbar span{
  /* font-family: 'Signpainter'; */
  font-family: 'Avenir Next','Nunito Sans', 'Open Sans';
  color: #fff;
  cursor: pointer !important;
  font-size: 0.9em;
  letter-spacing: 6px;
  text-transform: uppercase;
  top:7px;
  position: relative;
  display: inline;
}

#navbar span{
    margin-left: 5px;
    margin-right: 5px;
}

#logo{
    width: 100px;
    margin: 10px;
}

#top {
  /* background-image: url("/assets/img/top5.jpg"); */
  background-color: #000000;
  background-position: center;
  background-size: cover;
  height: 100vh;
    /* min-height: 1500px; */
  /* padding: 40px 0px; */
}

#canvas-overlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#canvas-overlay #tagline
{
    margin-top: 90px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: 0;
    transition: opacity 0.2s;
}

#top h1 {
  color: #eee;
  text-align: center;
  margin-top: 0px;
}

#top h2 {
  color: #eee;
  text-align: center;
  font-weight: 400;
}

.resizable {
  transition: height 0.2s ease-out;
}

.thumbs {
    margin-top:40px;
    margin-bottom: 40px;
}

.thumb {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
}

.badge{
    padding: 5px;
    border-radius: 3px;
}

.badge-mine
{
    color: #fff;
    background-color: #000
}

@media (max-width: 768px) {
    h1{
        font-size: 5em;
    }
    .list-item {
        border-left: none;
        padding: 0px;
    }

    section {
    padding: 80px 0px;
    }
}
