*
{
	margin:0;
	padding:0;
	font-family:"Sans Serif";
	outline : none;
	color:#606060;
}

html,body {
    height:100%;
}

body
{
	background-color:#000;
}

/* unvisited link */
a:link {
  color: #bbbbbb;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #bbbbbb;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #ffffff;
  text-decoration: none;
}

.container {
    height: 220%;
    width: 100%;
    background: #EEE;
	max-width:1100px;
	min-width:310px;
    margin: 0px auto;
    background-image:url(header.jpg);
	background-repeat:no-repeat;
	position:relative;
	background-color:#000;
}

.block-left 
{
    width: 560px;
    float: left;
    margin: 30px;
}

.block-right 
{
	
    width: 420px;
    float: left;
    margin: 30px;
}

.menu-container
{
      margin-top: 217px;
      margin-left: 28px;
      background:000;
	  font-size:1.3em;
	  font-weight:bold;
    
}

.topnav {
    background-color: #111;
    max-width: 512px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #bbbbbb;
  text-align: center;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #151515;
  color: bbbbbb;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #888888;
  color: black;
}
.text-container
{
      margin-top: 33px;
      margin-left: 0px;
	  margin-bottom: 33px;
	  line-height: 1.4;
	  font-size:0.8em;
	  color:#999999;
	  font-weight: normal;
	  
    
}
.embed-container
{
	  width: 420px;
	  height: 100%;
      margin-top: 0px;
	  margin-bottom: 32px;
      margin-left: 0px;
      background:000;
	  font-size:1.3em;
	  font-weight:bold;
	  border:4px solid #272727;
	  background-color: #272727;
    
}
.release-content
{
	width:100%;
	border-top: 1px solid #39241E;
    padding-top:10px;
}

.release-img
{
	width:200px;
	float:left;
}

.release-title
{
	width:100%;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:10px;
}

.project-title
{
	width:100%;
	font-size:1.35em;
	font-weight:bold;
	margin-bottom:10px;
}

.release-img img
{
	display:block;
	width:200px;
	border:4px solid #272727;

}

.release-text
{
	padding-left:20px;
	padding-bottom:40px;
	float:left;
	min-height:320px;
	max-width:300px;
	line-height: 1.4;
	  font-size:0.90em;
	  color:#999999;
	  font-weight: normal;
}

/* Style the Image Used to Trigger the Modal */
.popup-image {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
  border:4px solid #272727;
}

.popup-image:hover {opacity: 0.7;}


.image-container {
  width: 100%;
  text-align: center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
