/*DESKTOP*/
.id7-page-title h1 {
	border-bottom-width: 0;
}
.gray-lg {
	color: #404246!important;
	/*Dark slate grey*/
	font-size: 45px!important;
	line-height: 1.1em;
	font-weight: bold;
}
.white-lg {
	color: #fff!important;
	font-size: 45px!important;
	line-height: 1.1em;
	font-weight: bold;
}

.btn, .box2 {
	box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
	/*border-radius: 5px;*/
}
/*img {
	border-radius: 5px!important;
}*/
h2, h3 {
	font-weight: bold;
}

.larger {
	font-size: 1.1em!important;
}
.margins {
	margin-left: 8%;
	margin-right: 8%;
}

		.btn-white {
  color: black;
  background-color: white;
  border-color: white;
  color: black !important
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}
.btn-white.focus, .btn-white:focus {
  color: black;
  background-color: white;
  border-color: #000;
}
.btn-white:hover {
  color: black;
  background-color: white;
  border-color: #e4ab2d;
}
.btn-white.active, .btn-white:active, .open>.dropdown-toggle.btn-white {
  color: black;
  background-color: white;
  background-image: none;
  border-color: white;
}
.btn-white.active.focus, .btn-white.active:focus, .btn-white.active:hover, .btn-white:active.focus, .btn-white:active:focus, .btn-white:active:hover, .open>.dropdown-toggle.btn-white.focus, .open>.dropdown-toggle.btn-white:focus, .open>.dropdown-toggle.btn-white:hover {
  color: black;
  background-color: #eeeeee;
  border-color: #000;
}
.btn-white.disabled.focus, .btn-white.disabled:focus, .btn-white.disabled:hover, .btn-white[disabled].focus, .btn-white[disabled]:focus, .btn-white[disabled]:hover, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:hover {
  background-color: #eeeeee;
  border-color: #eeeeee
}
.btn-white .badge {
  color: #febf33;
  background-color: #fff;
}
.btn-white:not(.btn-link) {
  text-decoration: none
}

/*.zoom {

  transition: transform .2s;
}

.zoom:hover {
  transform: scale(1.05); 
}*/

/*TABLET*/
@media (max-width: 768px) {
 .larger {
	font-size: 1em!important;
}
	.margins {
		margin-left: 4%;
		margin-right: 4%;
	}
 }

/*MOBILE*/
@media (max-width: 414px) {
		.margins {
		margin-left: 0%;
		margin-right: 0%;
	}
}
