body,
html {
  height: 100%;
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
}
.navbar {
  border: 0;
  border-bottom: 1px solid #dddddd;
  background: white;
  margin-bottom: 0;
  border-radius: 0;
  color: black;
  padding: 1% 0%;
  font-size: 1.5em;
}
.navbar-brand {
  float: left;
  min-height: 55px;
  padding: 0 15px 5px;
}
.navbar-inverse .navbar-nav .active a,
.navbar-inverse .navbar-nav .active a:focus,
.navbar-inverse .navbar-nav .active a:hover {
  color: black;
  background-color: transparent;
  font-weight: bold;
}
.navbar-inverse .navbar-nav li a:hover {
  color: black;
  font-weight: bold;
}
.navbar-inverse .navbar-nav li a {
  color: grey;
}
.headCaption {
  margin-left: 20px;
  font-weight: 100;
  font-size: 25px;
}
.main-page-img {
  background-image: url("../../img/apple-1868496_1920.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-page-img h2 {
  display: inline-block;
  color: #111;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 225px;
  padding-right: 30px;
  letter-spacing: 8px;
  margin: 185px;
}
.main-page-img h2 h2 {
  display: inline-block;
  color: #111;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 8px;
}
#blink {
  display: inline-block;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  10% {
    opacity: 0;
  }
}
span {
  border-right: 0.05em solid;
  animation: caret 1s steps(1) infinite;
}
@keyframes caret {
  50% {
    border-color: transparent;
  }
}
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.flex-item-img > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 400px;
}
.flex-item-desc {
  text-align: center;
  margin-bottom: 10px;
}

.flex-item-desc p {
  font-size: x-large;
}

.row {
  margin: 10px;
  padding: 20px;
}
.row h1 {
  padding-top: 40px;
  font-weight: bold;
}
.row .contactButton {
  font-weight: bold;
  background-color: #00b0f0;
  border: none;
  border-radius: 5px;
  transition: background-color 1s;
  padding: 6px 26px;
}
.row .contactButton a {
  color: white;
  font-size: 25px;
}
.row .contactButton a:hover {
  text-decoration: none;
}
.row .contactButton:hover {
  background-color: black;
}
.row .roundedBorder {
  border-radius: 50%;
}

@media only screen and (min-width: 600px) {
  .row .services-block {
    padding: 0px 100px 50px 100px;
  }
}

.row .services-block .caption {
  background-color: #dddddd;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.row .services-block .caption h4 {
  color: grey;
}
.row .services-block .caption h3,
.row .services-block .caption h4 {
  padding: 20px 20px 0px 20px;
}
.row .services-block .caption .directContact {
  margin: 10px 0px 10px 20px;
  background-color: transparent;
  border-style: groove;
  border-radius: 5px;
  transition: background-color 1s;
}
.row .services-block .caption .directContact a {
  font-size: 17px;
}
.row .services-block .caption .directContact a:hover {
  text-decoration: none;
}
.row .services-block .caption .directContact:hover {
  background-color: black;
}
.row .services-block div {
  padding-left: 0px !important;
}
.contact-row {
  margin: 40px;
}
.highLighted {
  background-color: #dddddd;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.footer {
  margin: 60px 0px 0px 0px;
}
.footer p {
  font-size: 19px;
  font-weight: bold;
}
.footer hr {
  width: 100px;
  height: 5px;
  margin: 0 auto;
  color: #00b0f0;
  background: #00b0f0;
}
.footer button {
  border: none;
  background-color: transparent;
  padding: 5px;
  font-size: 16px;
}
.footer a {
  color: black;
}
.footer a:hover {
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
}
.communication {
  background-color: black;
}
.bold {
  font-weight: bold;
}
