html, body {
  height: 100%;
  color: white;
  background-color: #1b171b;
  background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5) ), url('light_tunnel.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: 'Encode Sans';
}

.responsive-two-columns-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.responsive-two-columns-container img { 
  width: 100%; 
  height: 100%; 
  object-fit: contain; 
}

.responsive-two-columns-column {
  padding: 1rem;
  border-radius: 8px;
  flex: 1;
  text-align: center;
}

/* tablet breakpoint */
@media (max-width: 600px) {
    .responsive-two-columns-column {
        width: 100%;
        flex: auto;
    }
}

img {
    min-width:80%;
    min-height:80%;
    max-width:80%;
    max-height:80%;
    height:auto;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 25px;
}

small-print {
    font-size: 12px;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

.fa-envelope {
  background: #ff6600;
  color: white;
}

.button {
  color: #333333;
  padding: 20px 60px 20px 60px;
  text-decoration: none;
  background-color: white;
  border-radius: 25px;
}

.footer {
  width: 100%;
  text-align: center;
  background-color: #3A3A3A;
  color: white;
}

a {
  color: white;
}
