.bg {
  /* The image used */
  background-image: url("../images/backgroundImage.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #007bff;
    text-decoration: underline;
}

.vertical_container {
	display: flex; /* or inline-flex */
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}

.Hor_container {
	display: flex; /* or inline-flex */
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}

.item_Hor {

	align-self:center;
}

.item_vertical {

	align-self:center;
}


body, html {
  height: 100%;
  margin: 0;
  font-family: 'DynaPuff';
}

footer {
background-color:#303030;
}

.parallax {
  /* The image used */
  background-image: url("../images/backgroundImage.png");

  /* Set a specific height */
  min-height: 1000px;


  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
@font-face {
  font-family: 'Patua One';
  src: url(../fonts/NotoSans-Regular.ttf);
}
*/

.whiteText{
	font-size: 27px;
	color: white;
	text-shadow: 2px 2px 5px black;
}

.whiteTextNoShadow{
  font-size: 27px;
  color: white;
}

.whiteText2{
	font-size: 15px;
	color: white;
	text-shadow: 2px 2px 5px black;
}

.logo {
  box-shadow: 2px 2px 5px black;
}

.BlackText{
	font-size: 30px;
	color: black;
}

.BlackSmallerText{
  font-size: 25px;
  color: black;
}

.clip-ellipse {
  clip-path: ellipse(180px 140px at 200px 150px);
  /* OLD VALUE example: ellipse(245px, 80px, 75px, 30px); */
}

.BlackText_Small{
	font-size: 18px;
	color: black;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.block{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}

.container_vid{
	 border: 5px solid white;
}
