.imgLogo {
    height: 10%;
    width: 10%;
}

.siteTitle {
	font-size: 140px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 4px;
	text-align: center;
	text-transform: none;
    color: white;
    font-family: 'Herr Von Muellerhoff';
}

.imageContainer {
    display: inline-block;
    position: relative;
    text-align: center;
    color: white;
 }
 .caption{
    font-size: 25px;
    font-weight: bolder;
    font-family: 'Herr Von Muellerhoff';
 }
 .BL {
    position: absolute;
    bottom: 8px;
    left: 16px;
    text-align: left;
 }
 .TL{
    position: absolute;
    top: 8px;
    left: 16px;
 }
 .TR {
    position: absolute;
    top: 8px;
    right: 16px;
 }
 .BR {
    position: absolute;
    bottom: 8px;
    right: 16px;
 }
 .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }

 /* Style all font awesome icons */
.fa {
    padding: 15px;
    font-size: 30px !important;
    width: 60px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: white !important;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
