/*
 * Globals
 */

 .wx {
   margin-right: 2.5%;
 }
 img {
     max-width: 100%;
     height: auto;
     padding: 0px;
     margin: 0px;
 }

figure {
     padding: 0px;
     margin: 0px;
 }

p {
  /* text-align: justify; */
}


 .size-large {
   width:100%;
 }

a {
  color:black;
}

a:hover {
  /* background-color: #000; */
  color:#000;
}

body {
  font-family: Courier New;
  color: #000;
  background-color: #fff;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0px;
  font-family: Courier New;
  font-weight:lighter;
  color:#000;
  text-align: center;
  padding: 0px;
}

/*
$grid-breakpoints: (
  xs: 0,
  sm: 480px,
  md: 768px,
  lg: 1024px
);

$container-max-widths: (
  sm: 420px,
  md: 720px,
  lg: 960px
);
*/

.blog-description {
  display:none;
}

h1 a{
    font-size:50px;
}

h2 {
  font-size: 27px;
  margin-bottom: 15px;
}


@media (max-width: 1920px) {
  .container {
    font-size: 16px;
  }

  .blog-title {
    margin-top:40px;
    margin-bottom: 30px;
  }

  h1 a{
    font-size: 4.8vw;
  }

  h2 {
    font-size: 2.5vw;
  }
}

@media (max-width: 1200px) {
  .container {
    font-size: 16px;
  }

  .blog-title {
    margin-top:40px;
    margin-bottom: 30px;
  }

  h1 a{
    font-size: 5vw;
  }

  h2 {
    font-size: 2.5vw;
  }
}

@media (max-width: 960px) {
  .container {
    font-size: 16px;
  }
  .blog-title {
    margin-top:30px;
    margin-bottom: 30px;
  }
}


@media (max-width: 740px) {
  .container {
    font-size: 12px;
  }

  .blog-title {
    margin-top:0px;
    margin-bottom: 30px;
  }

  p {
    padding: 10px;
  }

  h1 a{
    font-size: 6vw;
  }

  h2 {
    font-size: 3vw;
    margin: 0px;
  }
}


.container {
  /* border: 1px solid red; */
  overflow: hidden;
  padding: 0px;
}

.tile-content {
  position: absolute;
}

img.tile-content {
  top:0px;
  left:0px;
  height:100%;
  object-fit: cover;
  object-position: center;
}

video {
  width:100%;
}

video.tile-content {
  object-fit: cover;
  object-position: center;
  height:100%;
  left:0px;
  top:0px;
}

 .img_small {
   width:10%;
 }

 .image-block {
   border: 3px solid white ;
   background-color: black;
   padding: 0px;
   margin: 0px;
   height:200px;
   text-align: center;
   vertical-align: bottom;
 }

 .hoverlink {
   position: absolute;
   padding: 10%;
   color:rgba(255,255,255,0);
   width:100%;
   left:0%;
   height:100%;
   background-color: rgba(0,0,0,0.0);
   transition: all 0.2s ease-in;
 }

 .hoverlink:hover{
   color:rgba(255,255,255,1.0);
   text-decoration: none;
   background-color: rgba(0,0,0,0.0);
   transition: background-color 1s;
   transition: color 0s;
   transition: all 0.2s ease-in;
 }



.blog-masthead {
  background-color: #fff;
  color:#000;
  /* border-bottom: 1px solid #e5e5e5; */
  /* -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1); */
}



.blog-main {
  font-size: 18px;
  line-height: 1.5;
}





/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}

.blog-post-meta {
  margin-bottom: 20px;
}


.blog-post-excerpt {
    font-size: 14px;
}

/*
 * Footer
 */

.blog-footer {
  margin-top:20px;
  padding: 20px 0;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #000;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
