
a {
  color: #03adef;
}
a:focus, a:hover {
  color: #bde142;
}

.btn-circle:focus, .btn-circle:hover {
  color: #bde142;
  background: rgba(255, 255, 255, 0.1);
}

.highlight {
  color: #bde142;
}

.masthead {
  background: url("../../img/projects/flo/intro.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.breaker-a {
background: url("../../img/projects/flo/break_a.jpg") no-repeat center scroll ;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.breaker-b {
background: url("../../img/projects/flo/break_b.jpg") no-repeat center scroll ;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.breaker-c {
background: url("../../img/projects/flo/break_c.jpg") no-repeat right scroll ;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.breaker-d {
background: url("../../img/projects/flo/break_d.jpg") no-repeat left scroll ;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.breaker-a-content {
  position: absolute;
  top: 50%;
  left: 15px;
  max-width: 60%;
  width: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .breaker-a-content  {
  top: 45%;
  left: 40px;
  }
}
.breaker-b-content {
  position: absolute;
  top: 70%;
  left: 15px;
  max-width: 60%;
  width: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .breaker-b-content  {
    left: 40px;
  }
}

.breaker-c-content {
  position: absolute;
  top: 48%;
  left: 15px;
  max-width: 60%;
  width: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .breaker-c-content  {
  left: 40px;
  }
}

.breaker-d-content {
  position: absolute;
  top: 76%;
  right: 15px;
  max-width: 60%;
  width: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
@media (min-width: 768px) {
  .breaker-d-content  {
  right: 40px;
  }
}
