.green-text {
  color: #637A31 !important; }

.pink-text {
  color: #EA7FDD !important; }

.green-text {
  color: #637A31 !important; }

.blue-text {
  color: #5290A3 !important; }

.grey-text {
  color: #808285 !important; }

.white-text {
  color: #FFF !important; }

.pink-bg {
  background-color: #EA7FDD !important; }

.green-bg {
  background-color: #92BC2B !important; }

.blue-bg {
  background-color: #76C7DD !important; }

.grey-bg {
  background-color: #A7A9AC !important; }

.purple-bg {
  background-color: #AA6CE0 !important; }

.salmon-bg {
  background-color: #F15A29 !important; }

.unopen {
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: white; }
  .unopen span {
    display: block;
    line-height: .8; }

.icon-flipped {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.modal-content {
  color: black; }

body {
  font-family: "Raleway", sans-serif;
  min-width: 320px;
  color: #FFF; }

h1 {
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 0; }

.dropdown {
  padding: 10px;
  color: #FFF; }
  .dropdown p {
    margin: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold; }
  .dropdown i {
    cursor: pointer;
    font-size: 1.5rem; }

.more {
  display: none; }

.lt a {
  color: white;
  padding: 10px;
  border-radius: 12px;
  background-color: #808285; }
.lt a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.25) !important; }

.btn {
  border: none;
  margin-bottom: 20px; }

img {
  padding: 20px; }

p {
  text-align: justify; }

.container {
  padding: 30px; }

#back-to-top.show {
  opacity: 1; }

#main-header {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0; }
  #main-header img {
    padding: 0;
    margin: 0 !important; }
  #main-header .headline {
    width: 100%;
    position: absolute;
    bottom: 3%;
    text-align: center;
    z-index: 440; }
    #main-header .headline h1 {
      font-weight: 600;
      font-size: 1.05em;
      color: white; }

#what-people-say {
  padding: 30px 0;
  background-color: #8397c9;
  height: 340px;
  text-align: center; }
  #what-people-say p {
    text-align: center;
    font-style: italic;
    font-size: 1rem; }
  #what-people-say span {
    font-size: .75rem; }

#who-i-am {
  position: relative;
  text-align: center;
  background-color: #FFF;
  color: #808285; }
  #who-i-am .trip {
    display: none; }
  #who-i-am .dropdown {
    background-color: #F15A29; }
  #who-i-am .more {
    background-color: #F15A29; }
    #who-i-am .more p {
      color: white;
      text-align: justify !important; }

#what-i-do {
  text-align: center;
  background-color: #5290A3;
  color: #FFF; }
  #what-i-do .dropdown {
    background-color: #334D63; }
  #what-i-do .more {
    background-color: #334D63; }
    #what-i-do .more p {
      color: white;
      text-align: justify !important; }
  #what-i-do .specific-work {
    background-color: #334D63; }
    #what-i-do .specific-work h1 {
      width: 100%; }
  #what-i-do .box {
    padding: 10px;
    min-width: 220px;
    min-height: 240px;
    text-align: center;
    border-style: solid;
    border-width: 10px;
    -webkit-box-shadow: 5px 5px 52px -3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 5px 5px 52px -3px rgba(0, 0, 0, 0.19);
    box-shadow: 5px 5px 52px -3px rgba(0, 0, 0, 0.19);
    margin-bottom: 30px; }
    #what-i-do .box h4 {
      padding-top: 30px; }
    #what-i-do .box p {
      text-align: center !important; }
    #what-i-do .box img {
      display: none; }

#meet-my-clients {
  background-color: #585285;
  color: #FFF; }
  #meet-my-clients .client {
    margin: 0 auto; }
  #meet-my-clients h1 {
    margin-top: 0; }
  #meet-my-clients .client-icons {
    padding-top: 30px; }
    #meet-my-clients .client-icons a div {
      -webkit-box-shadow: 1px 1px 43px 8px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 1px 1px 43px 8px rgba(0, 0, 0, 0.06);
      box-shadow: 1px 1px 43px 8px rgba(0, 0, 0, 0.06);
      margin-bottom: 30px; }
  #meet-my-clients .meet-image {
    display: none; }

#contact-me {
  background-color: #EA7FDD; }
  #contact-me h1 {
    margin-top: 0; }
  #contact-me img {
    display: none; }
  #contact-me a {
    color: #FFF; }

#footer {
  background-color: #434343;
  font-size: .95rem;
  text-align: center; }
  #footer img {
    padding: 20px 0 10px 0; }
  #footer h5 {
    text-align: center;
    margin: 0;
    font-size: 1.2rem; }
  #footer p {
    text-align: center;
    font-size: 1rem; }
  #footer a {
    text-align: center;
    color: white;
    text-decoration: underline;
    font-size: 1rem; }

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  z-index: 9999;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 60px;
  background: rgba(128, 130, 133, 0.5);
  color: white;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0; }
  #back-to-top :hover {
    background: rgba(0, 0, 0, 0.4); }

@media (min-width: 576px) {
  #main-header .headline h1 {
    margin: 10px 20px;
    font-size: 1.5rem;
    text-align: center; }

  #what-people-say {
    height: 300px; }
    #what-people-say p {
      font-size: 1.3rem; }

  #footer {
    height: 100%;
    text-align: right; }
    #footer .footer-contact h5, #footer .footer-contact a, #footer .footer-contact p {
      text-align: left; }
    #footer .footer-links {
      position: relative; }
      #footer .footer-links a, #footer .footer-links p {
        text-align: right; }
      #footer .footer-links .footer-bottom-right {
        position: absolute;
        bottom: 0;
        right: 0; } }
@media (min-width: 768px) {
  .row img {
    margin-top: 30px; }

  .round {
    max-height: 350px; }

  #navigation {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 1000; }
    #navigation a.nav-item {
      font-size: .75rem;
      color: white; }
    #navigation .navbar-brand {
      color: #FFF;
      font-size: 1.5rem; }
    #navigation .navbar-toggler-icon {
      z-index: 1001; }
    #navigation .tel {
      font-size: 1.5rem;
      color: #FFF; }

  #main-header {
    width: 100%;
    position: relative;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    #main-header .headline h1 {
      margin: 20px 20px;
      font-size: 2.2rem;
      text-align: center; }
    #main-header img {
      max-width: 100%;
      margin: 0 !important; }

  #meet-my-clients .meet-image {
    display: block; } }
@media (min-width: 992px) {
  #navigation a.nav-item {
    font-size: 1rem; }

  .row img {
    margin-top: 10px; }

  #main-header .headline h1 {
    margin: 20px 20px;
    font-size: 2.5rem;
    text-align: center; }

  #what-people-say {
    height: 340px; }
    #what-people-say p {
      font-size: 1.8rem; }

  #who-i-am .trip {
    display: block; }

  #what-i-do .specific-work .box {
    height: 266px; }

  #contact-me img {
    display: block; } }
@media (min-width: 1200px) {
  #what-i-do .specific-work .box {
    height: auto; } }

/*# sourceMappingURL=style.css.map */
