@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* MY WWWW */

body {
 background-color: #000; 
 background-image: url("../img/bg.png"); 
  background-size: cover; 
  color: #fff;
  font-family: "klavika-web", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  line-height: 1.5;
  padding-top: 20vh;
  text-align: left;
    background-repeat: no-repeat;
  background-attachment: fixed;
}
.container-fluid {
    padding-left: 1px;
}

.lb-closeContainer {
    position: fixed;
    right: 20px;
    top: 20px;
}


h1 {
  font-size: 2em;
	margin-bottom: -1px;
  /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 1); */
}
h2 {
  font-size: 1.4em;
	margin-bottom: -1px;
  /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 1); */
}
p {}
.bg_black {
  background-color: rgba(0, 0, 0, 1);
    color: #fff;
  padding: 5px 10px 6px;
}
a, a:hover, a:visited {
  color: #ff0054;
}
hr {
border: solid 1px #ff0054;
}
.center_gallery {
    text-align: center;
    margin: 50px auto;
}

.center_gallery img{
border: 1px solid #c2c2c2;
    
}
.no_border {
    border: 0!important;
}


.gallery {
    background-color: #fff;
    color: #000;
    padding: 50px 0 70px;
    margin-top: 25px;
}

.gallery h3 { 
 

}
.gallery p { 
    font-size: .8em;
   color: #919191;

}
footer {
background-color: black;
    color: #949494;
  min-height: 50px;
    padding: 10px;
    font-size: .9em;
    }
.copy {
    float: right;
}
#current_date {
    float: left;
}
/* portfolio */
.portfolio {
    padding-top: 0;
    background-image: none;
    background-color: #fff;
}
.portfolio .close {
    display: block;
  position: fixed;
  right: 20px;
  top: 20px;
}



.portfolio a {
    text-decoration: none;
    color: #fff;
}
.portfolio .gallery {
margin-top: 0;
padding: 10px 0 30px;
}
.portfolio h2, .portfolio p {
    font-size: .8em;
}
.portfolio h1 {
    font-size: 1.4em;
    line-height: 1.8em;
    
}
.portfolio .bg_black {
    padding: 3px 10px 4px;
}

.portfolio .center_gallery {
    margin: 0 auto;
}

.portfolio .center_gallery img {
    max-height: 70vh;
}


.portfolio footer {
    background-color: #fff;
}
.bio_p p {
    margin-bottom: 1em;
}
