
.col-sm {
	padding-top: 30px;
}
.topsectionabout {
	padding-top: 120px;
}
.bold {
	padding-left: 5px;
	font-weight: bold;
}

.socials {
	width: 100px;
}
.imageme {
	width: 300px;
}

a:hover img.imagedropshadow {
    -moz-box-shadow: 1px 1px 5px #333;
    -webkit-box-shadow: 1px 1px 5px #333;
        box-shadow: 1px 1px 5px #333;
}
.col-sm-4 img {
	border-radius: 10%;
}
.socials2 {
  width: 60px;
  padding-bottom: 40px;
}

.g-recaptcha {
  padding-left: 15;
}


 /* Container holding the image and the text */
.container {
  position: relative;
}


.text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

div.text-block h4 {
	text-align: center;
	text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
/* --- */