body, html {
  height: 100%;
  margin: 0;
}
.container {
    height: 100%;
    width: 100%;
    /*margin: 0px;*/
    padding: 0px;
    /*background-color: #efcb10;*/
	/*background-image: linear-gradient(#707B7C, white, white, white, white, white)*/
}
.banner-right-tp h3 {
	font-family: /*'Montserrat', sans-serif*/'Comfortaa', cursive;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 44px;
	text-align: right;
	margin: 2%;
	margin-top: 15%;
	color: #EF6E5B;
}

.home-bottom {
	max-height: 931px;
}
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  opacity: 0.7;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  opacity: 1;
}

.facebook {
  background: #3B5998;
  color: white;
  margin-bottom: 8px;
}

.twitter {
  background: #55ACEE;
  color: white;
  margin-bottom: 8px;
}

.linkedin {
  background: #007bb5;
  color: white;
}
  .banner-slideshow {
    background-color: white;
    height: 400px;
	width: 100%;
    text-align: center;
    font-size: 100px;
    font-family: 'Major Mono Display', monospace;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	  z-index: -1;
  }
    .slideshow {
      padding-top: 15%;
    }

  .floating-boxes.row {
    margin-top: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 0;
    height: auto;
	width: 100%;
    background-color: firebrick;
	position: relative;
    left: 15px;
  }

.column {
  float: left;
  width: 20%;
  margin-bottom: 70px;
  margin-top: 40px;
  margin-left: 10%;
  padding: 10px;
}

.box{
	height: 200px;
	text-align: center;
	cursor: pointer;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
}
.box .fas {
	color: white;
}
.box:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.box img {
	margin: 0;
	padding: 0;
	position: relative;
}
.sign-up-input {
    float: left;
    width: auto;
    margin-top: 50px;
}
.sign-up-input.sign-up-form input {
    float: left;
    width: 250px;
    margin-right: 20px;
}
.sign-up-input.subscribe {
    margin-top: 35px;
    margin-left: 65px;
    width: auto;

}

/* Clear floats */
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: white;
}

  .newsletter-box {
    background-color: /*#ef6e5b*/#203455;
	margin: 2%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    height: 150px;
  }

  .sign-up {
    float: left;
  }


  .sign-up-info {
    color: white;
    text-align: center;
  }
.sign-up-left {
    width: 33%;
    margin-top: 10px;
}
.sign-up-right {
    width: 66%;
}



  .sign-up-info h2 {
    font-size: 50px;
  }

  input[type=text], input[type=submit] {
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-border-box;
  }

  input[type=text] {
    width: 100%;
  }

  input[type=submit] {
    background-color: /*#203455*/#ef6e5b;
    width: 200px;
    height: 70px;
    color: white;
    border: none;
    border-radius: 10px;
}

  .footer {
    height: 3%;
    background-color: #753b8e;
    color: white;
    text-align: center;
  }

  .footer p {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 0;
  }
.inner-row {
    background-color: #FFFFFF;
}



.banner-img img {
	margin-left: 15%;
	width: 550px;
	height: 366px;
}

.banner-img {
	position: relative;
	height: 100%;
	width: 100%;
}

.banner-img button {
	margin-right: 5%;
	font-weight: 900;
	position: relative;
	bottom: 25px;
	right: 20px;
	width: 200px;
	height: 50px;
	font-family: 'Comfortaa', cursive;
	color: black;
	background: 0 0;
	border-color: black;
}

.banner-img button:hover {
	color: grey;
	background: 0 0;
	border-color: black;
}
.box-container h2 {
	font-family: 'Comfortaa', cursives;
	font-size: 25px;
	font-weight: 1000;
	color: burlywood;
	padding-bottom: 20px;
}
.floating-boxes .column a:hover {
	text-decoration: none;
}

.disc-text {
	color: red;
	font-size: 12px;
	font-weight: 800;
	max-width: 80%
}

.disc {
	float: left;
}

.disclaimer {
	height: 50px;
	width: auto;
	padding-top: 25px;
	margin-bottom: 4%;
	margin-left: 10%;
}

.disc-icon {
	width: auto;
	padding-right: 10px;
}

.home-bottom {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top: -15px;
	background-color: white;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 5px;
	margin-bottom: 1%;
	padding-bottom: 1%;
}
.banner-column {
    height: 100%;
	width: 50%;
    float: left;
}

.banner-btm {
	height: auto;
	width: 100%;
	display: flex;
	flex-direction: row;
}

.banner-left-btm, .banner-right-btm {
	height: auto;
	width: 50%;
}

.banner-right-btm button {
	background-color: darkcyan;
	border-color: darkcyan;
	color: white;
}

.banner-right-btm button:hover {
	background-color: burlywood;
	border-color: white;
}

@media only screen and (max-width: 2000px) {
	.banner-img {
		margin: 0% 15% 0% 0%;
	}
}

@media only screen and (max-width : 1296px ){
	.sign-up-info h2 {
		font-size: 30px;
	}

	.sign-up-left {
		width: 20%;
	}

	.sign-up-right {
		width: 80%;
	}
	
	input[type=submit] {
    	width: 200px;
  	}
}

@media only screen and (max-width: 1098px) {
	.banner-right-tp h3{
		margin: 2%;
		margin-top: 15%;
		padding-left: 15%;
		font-size: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.container {
		margin: 0;
	}
	.banner-slideshow {
		height: 300px;
	}
	.banner-img img {
		height: 300px;
		width: 450px;
	}
	.banner-right-tp h3{
		margin: 2%;
		margin-top: 15%;
		padding: 0;
		font-size: 30px;
	}
	.banner-img button {
		width: 150px;
		height: 40px;
	}
	.disclaimer {
		height: 50px;
		width: 100%;
		margin: 4%;
		margin-left: 10%;
	}
	.sign-up-input {
		width: 50%;
	}
	input[type=text] {
		width: 50%;
		padding: 0;
		margin-left: 50px;
		float: left;
	}
	.sign-up-form {
		width: 50%;
	}
	
}

@media only screen and (max-width: 955px) {
	.sign-up-left h2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 940px) {
	.banner-left {
		position: relative;
	}
}

/* Display the columns below each other instead of side by side on small screens */
@media only screen and (max-width: 780px) {
 .column {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 700px) {
	.banner-left img {
		height: 200px;
		margin-top: 50px;
		width: 300px;
	}
}

@media screen and (max-width: 414px) {
	.newsletter-box {
		height: 450px;
  	}
	.sign-up {
		width: 100%;
		display: block;
	}
	.banner-slideshow {
		display: none;
	}
	.box {
		left: 0;
	}
	.column {
		margin-left: 1%;
	}
	.disclaimer {
		height: 110px;
		margin-left: 0;
	}
}
