
body {
  width: 100%;
  height: 100%;
  font-family: 'PT Sans', sans-serif;
  /*font-family: "Roboto","Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  color: #404040;
  background-color: white;
  font-size: medium;
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing:antialiased;
}

/*
p {
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 18px;
    line-height: 1.6;
  }
}
*/

a {
  color: #4c4cff; /* Color of links */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #4c4cff;
}
.light {
  font-weight: 400;
}

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/header-bg-blur.jpg) no-repeat bottom;
  background-position: 100% 0;
  background-attachment: fixed;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}

.img-bubble{
  height: 150px;
  border-radius: 100px;
}

.img-social{
  height: 50px;
}

.content-section{
  padding-top: 10px;
}
.title-section{
  padding-top: 45px;
  width: 100%;

  border-top-style: solid;
  border-top-color: lightgray;
  border-top-width: 1px;
}

.icon-size{
  font-size: 5em;
}

.service-box {
  margin: 50px auto 0;
  max-width: 400px;
  height: 240px;
}

.card-design{
  margin-bottom: 50px;
  margin-top: 10px;
  padding-top: 20px;
  margin-right: 10px;
  margin-left: 10px;

  border-top-style: solid;
  border-top-color: lightgray;
  border-top-width: 1px;

  border-bottom-style: solid;
  border-bottom-color: lightgray;
  border-bottom-width: 1px;

  height: 600px;
}

.smallGreyText{
  color:lightgray;
  font-size: 1.2em;
}


.service-box p {
  margin-bottom: 0;
  transition-duration:0.2s;
  height: 120px;
}
.service-box:hover{
  transition-duration:0.2s;
  /*box-shadow: 5px 5px 10px grey;*/
}

.content-img img{
  max-width: 200px;
}
.breeze-section{
  width: 100%;
  padding: 150px 0;
  color: white;
  background: url(../img/header-bg-blur.jpg) no-repeat center center scroll;
  background-color: #7f7fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

@media (min-width: 767px) {
  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .breeze-section {
    padding: 100px 0;
  }
}

.btn-default {
  border: 1px solid #42DCA3;
  color: #42DCA3;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}

footer {
  padding-top: 10px;
  padding-bottom: 30px;
  border-top-style: solid;
  border-top-color: lightgray;
  border-top-width: 1px;
}
footer p {
  margin: 0;
}



