

.background-images{
  margin: 0 auto;
  overflow: hidden;
  height: 60vw;
  max-width: 1200px;
  position: relative;
  zoom: 1;
}

.homepage-section{

  background: rgb(0,28,64);
  background: linear-gradient(128deg, rgba(0,28,64,1) 0%, rgba(0,45,65,1) 100%);
  padding-top: 100px;
  overflow: hidden;
}

.background-images .img1 img{
  position: absolute;
  opacity: 1;
  left: 3%;
  width: 18%;
  top: 19%;
  height: auto;
}
.background-images .img2 img{
  position: absolute;
  opacity: 1;
  left: 18%;
  width: 22%;
  top: 2%;
  height: auto;
}
.background-images .img3 img{
  position: absolute;
  opacity: 1;
  left: 35%;
  width: 36%;
  top: 28%;
  height: auto;
}
.background-images .img4 img{
  position: absolute;
  opacity: 1;
  right: 3%;
  width: 36%;
  top: 46%;
  height: auto;
}
.background-images .homepage-logo img{
  position: absolute;
  opacity: 1;
  right: 15%;
  width: 38%;
  top: 3%;
  height: auto;
}

.homepage-logo-mobile img{
  display:none;
}

.body-container{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  zoom: 1;
  float: none;
  margin-top: -160px;
}

.button{
  background: none;
  float: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
  background-color: #2385e8;
  height: 72px;
  width: 356px;
  font-family: gilroyFont;
  font-size: 24px;
  color: #FFFFFF !important;
  z-index: 100;
  margin-left: 24px;
  margin-top: 48px;
  margin-bottom: 164px;
}


.body-copy{
 
  margin-left: 24px;
  font-family: gilroyFont;
  font-size: 40px;
  line-height: normal;
  color: #FFFFFF !important;
  width: 60%;
}


.img-container{
}

/*RESIZE*/
@media screen and (min-width: 1200px) {
  .background-images{
    height: 720px;
  }
}

@media screen and (max-width: 600px) {
  .button{
    width: auto;
    margin-right: 32px;
  }
}

@media screen and (max-width: 800px) {
  .background-images .homepage-logo img{
    position: absolute;
    opacity: 0;
    right: 10%;
    width: 38%;
    top: 0%;
    height: auto;
  }

  .homepage-section{
    padding-top: 90px;
  }
  
  .background-images{
    opacity: 0.4;
  }

  .body-copy{
    width: 80%;
  }

  .homepage-logo-mobile img{
    display: block;
    width: 80%;
    max-width: 256px;
    margin-left: 24px;
    margin-top:-32px;
    margin-bottom: 24px;
  }
}


