
body, html {

   min-height: 100%;
   background-image: url(images/.jpg);background-size: cover; background-repeat: no-repeat;
}

.bg {
    /* The image used */
    background-image: url("images/bg_1.jpg");1
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: ;
    background-repeat: no-repeat;
    background-size: cover;
  }



.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
  font-family: "helvetica neue", helvetica;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 0px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.row {
    display: flex;
  
      margin-left: 25px;
  }
  
  .column {
    flex: 50%;
    
  }
  
  .left {
      margin-left: 0;
      position: fixed;
      padding: 10px;
      
      border-style: solid;
  border-color: rgba(34, 33, 33, 0.95);
      border-width: 1px;
      border-bottom-right-radius: 15px;
      height: 90vh;
      width: 30%;
      text-align: left;
    
      font-family: "helvetica neue", helvetica;
      background-color:rgba(34, 33, 33, 0.95);
  
      background-size: cover;
      
      
      color: antiquewhite;
      
      font-size: 15px;
  }
  
  .right {
  margin-left: 35%;
  width:60%;
  margin-top: 100px;
  
  }


  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
  }
  .modal {
    width: 300px;
    height: 100px;
    line-height: 100px;
    position: fixed;
    top: 40%;
    right: 0%;
    margin-top: -100px;
    margin-left: -150px;
    background-color: black;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center;
    z-index: 11;
    font-family: 'Oswald';
    color: antiquewhite;
    font-size: 35px;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
    justify-items: center;
    align-items: center;
    margin-top: 20px;
}
.photo {
    width: 100%;
    height: auto;
    border-radius: 15px;
}



@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
    width: 100%;
    margin: 0;
  }

  .photo {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.bodyAbout {



  background-image: url(images/bg_1.jpg); background-size: cover; background-repeat: repeat;  height: 100vh;
}
}



/* Project */

div.fixed {
  position: fixed;
  bottom: 45%;
  right: 40%;
  left:20%;
  width: 400px;
 
  background-color: rgba(red, green, blue, 0.8);
  font-family: 'oswald', cursive;
  
  
}

.bodyAbout {



  background-image: url(images/bg_2.jpg); background-size: cover; background-repeat: repeat;  height: 100vh;
}

.bodyProjects {



  background-image: url(images/bg_2.jpg); background-size: cover; background-repeat: repeat;  height: 100vh;
}