/* Core CSS */ /*- #eb1313 -*/ body {
  font-family: "Montserrat", Helvetica, Arial, "sans-serif";
  display: grid;
  margin: 0;
}
h1, h2, h3, h4 {
  color: #eb1313;
  margin: 0;
  font-weight: 400;
}
p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  color: #444;
}
a {
  margin: 0;
  text-decoration: none;
  color: #eb1313;
  transition: ease color .5s;
}
a:hover {
  curor: pointer;
  color: #eb1313;
}
a:visited {
  color: #eb1313;
} /* - - - - - - - - - - */ .workspace {
  padding: 64px 0;
  grid-gap: 32px;
} /* - - - - - - - - - */ .desktop-img {
  display: none;
}
@media(min-width:768px) {
  .desktop-img {
    display: block;
  }
  .mobile-img {
    display: none;
  }
} /* - */ .feature-1 {
  background-color: #222;
  padding: 24px;
  z-index: 3;
  border: solid 4px aliceblue;
  margin-top: -96px;
  width: 80%;
}
@media(min-width: 768px) {
  .feature-1 {
    margin-top: -32px;
  }
}
@media(min-width: 1200px) {
  .feature-1 {
    margin-top: -64px;
  }
}
@media(min-width: 1600px) {
  .feature-1 {
    width: 100%;
    margin-top: -128px;
  }
}
.feature-img-border {
  border: 1px solid #fff;
  padding: 8px;
  width: calc(100% - 16px);
}
.feature-container {
  display: grid;
  align-content: start;
}
.feature-content {
  display: grid;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  margin: 24px 0px 16px;
}
.feature-title {
  display: grid;
  grid-template-columns: 5% max-content auto;
  grid-gap: 16px;
}
.feature-title h3 {
  margin-top: -11px;
  letter-spacing: 1px;
  color: #fff;
}
.feature-title-bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.feature-content p {
  color: #fff;
  padding: 16px;
  font-size: 15px;
  line-height: 24px;
}
.feature-read-more {
  display: grid;
  justify-self: center;
  border: 1px solid #fff;
  padding: 8px 16px;
  transition: ease opacity .5s;
}
.feature-read-more:hover {
  opacity: 0.5;
}
.feature-read-more h4 {
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}
.feature-1 .btn {
  color: #fff;
  padding: 8px;
  text-align: center;
  background-color: #eb1313;
  border: none !important;
} /* - */ .centered {
  display: grid;
  justify-self: center;
  justify-content: center;
}
.centered h1, .centered h2, .centered h3, .centered h4, .centered p, .centered a {
  justify-self: center;
} /* - */ .stack {
  align-self: start;
} /* - */ .sec {
  padding: 16px 0;
}
.heading {
  grid-gap: 8px;
}
.heading h1 {
  color: #eb1313;
  font-size: 32px;
	border-bottom: solid 2px #eb1313;
}
.heading h3 {
  color: #676767;
  padding-top: 8px;
} /* - */ .dark {
  background-color: #222;
} /* - */ .btn {
  border-top: 1px solid;
  border-bottom: 1px solid;
  justify-self: start;
  padding: 16px;
  font-weight: 400;
}
.btn:hover {
  color: #ccc;
} /* - */ .box {
  border: solid 1px;
  border-top: none;
  color: #6f6f6f;
}
.box-top {
  display: grid;
  grid-template-columns: 32px max-content auto;
  grid-gap: 16px;
}
.box-line {
  border-top: 1px solid;
}
.box-top h2 {
  margin-top: -16px;
}
.box-content {
  padding: 0px 32px 24px;
}
.dark .box {
  color: #c8c8c8;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark a {
  color: #eb1313;
}
.dark p {
  color: #c8c8c8;
} /* - */ .list {
  display: grid;
  align-content: center;
}
.list p {
  align-content: center;
  display: grid;
  grid-template-columns: max-content auto;
}
.list p:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #eb1313;
  align-self: start;
  content: "\f1b0";
  margin-right: 8px;
  font-size: 16px;
  border-right: solid 2px;
  padding-right: 8px;
}
.font-color-white {
	color: white!important;
}

.box-shadow-add {
	box-shadow: 0px 0px 5px 0px grey;
}

.button {
	border-radius: 4px;
  background-color: #eb1313;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  width: 220px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button:hover span {
  padding-right: 25px;
}
.button:hover span:after {
  opacity: 1;
  right: 0;

}

.padding-b-gone {
	padding: 0px;
}

.padding-bottom-zero {
	padding-bottom: 0px;
}

.container {
	border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding: 16px;
  margin: 5px 0;
}

/* Clear floats after containers */
.container::after {
  content: "";
  clear: both;
  display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.container img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

/* Increase the font-size of a span element */
.container span {
  font-size: 20px;
  margin-right: 15px;
}

/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
  .container {
    text-align: center;
  }

  .container img {
    margin: auto;
    float: none;
    display: block;
  }
}
