* {
  box-sizing: border-box;
  font-family: 'Montserrat';
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  margin-top: 30px;
  /*margin: 10px 20px;*/
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.main-info {
  font-size: 14px;
  /*font-family: 'Montserrat';*/
  letter-spacing: 3px;
  /*text-transform: lowercase;*/
}

.home-page-button {
  font-size: 12px;
  border: 1px solid white;
  margin: 0 40px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.home-page-button a {
    text-decoration: none;
}


.home-page-button:hover {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.2); /* Black w/opacity/see-through  */
}

img {
  margin: 20px 0;
}

#photo-license {
   position:fixed;
   height:30px;
   width:100%;
   font-size: 6px;
  z-index: 2;
  text-align: left;
  color: gray;
   filter: none;
  -webkit-filter: none;

    /*background-color: rgb(0,0,0); /* Fallback color */*/
  background-color: rgba(0,0,0, 0.1);
  color: white;
  position: absolute;
  margin-top: 10px;
  margin-left: 20px;
  height: 20px;
  bottom: 0;

}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 970px) {
  .column {
    width: 100%;
    top: 50%;
    left: 50%;
    margin-top: 5px;

  }

  .bg-text {
    width: 80%;
    height: auto;
  }

  .home-page-button {
/*    margin: 0 10px;
    display: inline-block;
    padding: 0 10px;
  }

  .content-button {*/
  text-align: center;
    font-size: 12px;
    border: 1px solid white;
    margin: 20px 30px 20px 30px;
    letter-spacing: 1px;
    padding: 8px 0;
}

..home-page-button a {
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}


}

@media screen and (max-width: 1300px) {

  .bg-text {
    width: 80%;
    height: auto;
    padding: 0;
  }
}

@media screen and (max-width: 350px) {

  .bg-text {
    width: 90%;
    height: auto;
  }
}


@media screen and (max-width: 450px) {

  .bg-text {
    width: 90%;
    height: auto;
  }

  .home-page-button {
    padding: 4px;
  }
}

