html, span, applet, object, iframe, blockquote, pre,
a, p, 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 {
  border: 0;
  border-spacing: 0;
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  vertical-align: baseline;
}
body {
    background-color: black;
}
p {
  font-family: Arial, Helvetica, sans-serif;
}
a {
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
}
div {
  font-family: Arial, Helvetica, sans-serif;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('#') center center / cover no-repeat;
    }
    .fullscreen-bg__video {
        display: none;
    }
}

#navigation_bar {
    position: fixed;
    position: -webkit-fixed;
    top: 40px;
    left: 40px;
    color: white;
    z-index: 10;
}
.navigation_text {
  font-size: 22px;
  text-decoration: none;
  text-decoration-color: none;
  text-shadow: 0 0 5px black, 0 0 3px black, 0 0 2px black;
  color: white;
  vertical-align: middle;
}
.menu_back_button_img{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

#menu {
    position: fixed;
    position: -webkit-fixed;
    bottom: 40px;
    right: 40px;
    float: right;
    color: white;
    text-decoration: none;
    z-index: 11;
}
.menu_button {
  font-size: 22px;
  text-decoration: none;
  text-decoration-color: none;
  text-shadow: 0 0 5px black, 0 0 3px black, 0 0 2px black;
  color: white;
}
.menu_button_selected {
  font-size: 22px;
  text-decoration: underline;
  text-decoration-color: none;
  text-shadow: 0 0 5px black, 0 0 3px black, 0 0 2px black;
  color: white;
}

#works_bg_bar {
    margin: auto;
    margin-top: 10%;
    width: 80%;
    background-color: white;
    display: flex;
}
#card_aligner {
    position: relative;
    width: 70%;
    margin: auto;
    height: 300px;
    display: flex;
}
.works_card {
    position: relative;
    margin: auto;
    margin-left: 10px;
    margin-top: 25px;
    width: 150px;
    height: 250px;
    text-align: center;
    background-color: gray;
    
}
a.card_text_faded {
    position: absolute;
    padding: 115px 0;
    left: 0;
    right: 0;
    font-size: 22px;
    text-decoration: none;
    color: white;
    background-color: rgba(0,0,0,0);
    transition: all 0.3s ease-out;
}
a.card_text_faded:hover {
    background-color: rgba(255,255,255,0.2);
    text-shadow: 0 0 5px black, 0 0 3px black, 0 0 2px black;
    .works_card {display: none;}
}

@media screen and (max-width: 800px) {
    #works_bg_bar {
        width: 100%;
        margin-top: 80px;
        height: 480px;
    }
    #card_aligner {
        position: relative;
        width: 100%;
        height: 480px;
        display: block;
    }
    .works_card {
        position:relative;
        width: 100%;
        height: 96px;
        margin: auto;
        display: flex;
        padding: 20px 0;
    }
    a.card_text_faded {
        padding: 12px 0;
    }
}
#about_bg_bar {
    margin: auto;
    margin-top: 10%;
    width: 60%;
    background-color: white;
    display: flex;
}
#about_text_aligner {
    position: relative;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 300px;
    display: flex;
    text-align: justify;
}
#about_picture {
    position: relative;
    width: auto;
    height: 12px;
    margin-top: 50px;
    margin-right: 40px;
    margin-left: 20px;
}
#about_text_div {
    margin-top: 60px;
}
@media screen and (max-width: 800px) {
    #about_bg_bar {
        width: 100%;
        margin-top: 25%;
    }
    #about_text_aligner {
        height: 450px;
        width: 100%;
        margin-left: 2px;
        margin-right: 2px;
    }
    #about_picture {
        margin: auto;
        margin-top: 10px;
    }
    #about_text_div {
        position: absolute;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 170px;
    }
}

#projects_bg_bar {
    margin: auto;
    margin-top: 6%;
    margin-bottom: 6%;
    width: 80%;
    background-color: white;
    display: flex;
}
#projects_card_aligner {
    position: relative;
    width: 70%;
    margin: auto;
}
.project_card{
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,0.1);
}
.project_card_link {
    text-decoration: none;
    color: black;
}
.project_card_picture {
    width: 200px;
    height: 200px;
    float: left;
}
.project_card_pname {
    margin-left: 250px;
    margin-top: 20px;
    padding: 20px 0;
}
.project_description {
    margin-left: 250px;
    margin-top: 20px;
}
@media screen and (max-width: 800px) {
    #projects_bg_bar {
        width: 100%;
        margin-top: 70px;
        margin-bottom: 70px;
    }
    #projects_card_aligner {
        position: relative;
        width: 100%;
        display: block;
    }
    .project_card {
        position:relative;
        width: 100%;
        height: 60px;
        margin: auto;
        display: flex;
        padding: 20px 0;
    }
    .project_card_pname {
        margin: auto;
    }
    .project_description {display: none;}
    .project_card_picture {display: none;}
}

#D_gallery_bg_bar {
    margin: auto;
    margin-top: 6%;
    margin-bottom:6%;
    width: 80%;
    background-color: white;
    display: flex;
}
#D_gallery_card_aligner {
    position: relative;
    width: 100%;
    margin-bottom: 46px; 
    display: block;
}
@media only screen and (max-width: 1280px) {
    #D_gallery_card_aligner {
        margin-bottom: 66px;
    }
}
@media only screen and (max-width: 700px) {
    #D_gallery_bg_bar {
        margin-top: 70px;
        margin-bottom: 75px;
        width: 100%;
    }
}
/* CSS READY */
div.gallery {
  margin-top: 10px;
  margin-bottom: 10px;
}
div.gallery:hover {
  opacity: 80%;
}
div.gallery img {
  width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}
.responsive {
  position: static;
  padding: 10px 6px;
  height: 420px;
  float: left;
  background-color: red;
  width: 24.99999%;
}
.overlay {
  background-color: white;
  opacity: 0.65;
  z-index: 20;
}
.overlay:hover {
    opacity: 1;
}
.centered-sold-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  color: black;
  opacity: 0.5;
}
@media only screen and (max-width: 1280px) {
    .responsive {
        height: 155px;
    }
}
@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 40px 0;
  }
}
@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Video */
#video_gallery_bg_bar {
    margin: auto;
    margin-top: 4%;
    width: 80%;
    background-color: white;
    display: flex;
}
#video_gallery_card_aligner {
    position: relative;
    width: 100%;
    display: block;
}

#video_align {
    width: 645px;
    margin: auto;
    margin-top: 10px;
}
#video_descriptions {
    position: relative;
    padding: 15px 0;
    width: 645px;
    margin: auto;
}
#video_frame {
    width: 640px;
    height: 360px;
}

@media only screen and (max-width: 500px) {
    #video_gallery_bg_bar {
        width:100%;
        margin-top: 20%;
        height: 500px;
    }
    #video_align {
        width: 100%;
        height: 270px;
    }
    #video_frame {
        width: 345px;
    }
    #video_descriptions {
        padding: 0 0;
    }
}

#project_works_bg_bar {
    margin: auto;
    margin-top: 6%;
    margin-bottom: 6%;
    width: 80%;
    background-color: white;
    display: flex;
}
#project_card_aligner {
    position: relative;
    width: 70%;
    margin: auto;
    height: 100%;
    display: flex;
}
#project_video_card_aligner {
    position: relative;
    width: 100%;
    display: block;
}
.project_pic_div {
    position: relative;
    margin: auto;
    width: 100%;
}
.project_pic {
    position: relative;
    width: 45%;
}
.project_text {
    position: relative;
    margin-top: 30px;
    width: 50%;
    float: right;
}
@media screen and (max-width: 500px) {
    #project_works_bg_bar {
        height: 100%;
        margin-top: 70px;
        margin-bottom: 70px;
        margin-left: 0;
        width: 100%;
    }
    #project_card_aligner {
        margin-left: 0;
        width:100%;
    }
    #project_video_card_aligner {
        width: 100%;
    }
    .project_pic {
        width: 100%;
    }
}