
body, h2, h3, h4, h5, h6, .w3-bar, button  {
  font-family: Arial, Helvetica, sans-serif ;
}

h1 {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif ;
}

body {
  font-size: 16px ;
}

a:link {
    text-decoration: none;
}

p.big {
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

/* Create four equal columns that float next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;

}

/* Create a separate column for home page WORK columns since we only want 4 columns, 2 columns or 1 column, never 3 */
.column-home {
  float: left;
  width: 25%;
  padding: 10px;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes three columns instead of four columns */
@media screen and (max-width: 1200px) {
  .column {
    width: 33.33%;
  }
}

/* Responsive layout - makes two columns instead of three columns */
@media screen and (max-width: 992px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes two columns instead of three columns */
@media screen and (max-width: 1200px) {
  .column-home {
    width: 50%;
  }
}

/* Responsive layout - makes four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, .column-home {
    width: 100%;
  }
}

.container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

/* Create four equal columns that floats next to each other */
.JulieTest {
  position: relative;
  width: 100%;
}

/* Responsive layout - makes the three columns instead of four columns */
@media screen and (max-width: 800px) {
  .JulieTest {
    width: 70%;
  }
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .JulieTest {
    width: 100%;
  }
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: gray;
}

.container:hover .overlay {
  opacity: 0.95;
}

.text {
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text2 {
  font-size: 20px;
  letter-spacing: 0.5px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
}

.mySlides {display:none;}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

iframe{
    border-width: 0px;
}

/* Bootstrap JS Jquery Modal */
.modal-dialog, .modal-body {
  padding: 30px;
}

.modal-header {
  padding: 10px 30px 10px 30px;
}
