body
{
 margin:0px;
 padding:0px;
 font-family:helvetica;
 background-image: url("../pics/pexels-martin-damboldt-814499_1920_1279.jpg");
 /*width:100%;
 height:100%;*/
 width: auto;
 height: auto;
}
#header
{
 width:65%;
 height:65px;
 /*background-color:#E6E6E6;*/
 padding:10px;
 /*box-sizing:border-box;*/
 float:left;
 /*box-shadow:0px 0px 10px 0px #6E6E6E;*/
}
#header a
{
 margin:0px;
 padding:0px;
 margin-left:5%;
 font-size:45px;
 text-decoration:none;
 color: white; /*#6E6E6E;*/
 float:left;
}
#navigation_bar
{
 /*clear:both;*/
 /*margin-top:3%;*/
 width:30%;
 height:65px;
 /*background-color:#E6E6E6;*/
 padding:10px;
 /*box-sizing:border-box;*/
 float:left;
 /*box-shadow:0px 0px 5px 0px #6E6E6E;*/
}
#navigation_bar a
{
 text-decoration:none;
 color:white; /*#6E6E6E;*/
 margin-left:5%;
 font-size:18px;
}
#left_column
{
 clear:both;
 float:left;
 margin-top:4%;
 margin-left:1%;
 padding:10px;
 /*box-sizing:border-box;*/
 width: 100%;
 min-height:500px;
 /*box-shadow:0px 0px 1px 0px #6E6E6E;*/
 /*border:1px solid #D8D8D8;*/
 color:white; /*#424242;*/
 font-size:17px;
}
#left_column p
{
  width: inherit;
  color:white;
  opacity: 1;
  /*font-size:14px;*/
  font-weight: bold;
}
#text_box
{
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  width: max-content;
  background-color:black;/*#E6E6E6;*/
  opacity: 0.6;
}
h1
{
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  width: max-content;
  background-color:black;/*#E6E6E6;*/
  opacity: 0.6;
}
#footer
{
 clear:both;
 margin-top:3%;
 width:100%;
 height:50px;
 background-color:black;
 color: white;
 padding:10px;
 position:relative;
 bottom:0;
 /*box-sizing:border-box;*/
 float:left;
 /*box-shadow:0px 0px 5px 0px #6E6E6E;*/
}
#footer a
{
 margin:5%;
 text-decoration:none;
 color:#6E6E6E;
 font-size:18px;
}
