@import url('https://fonts.googleapis.com/css?family=Merriweather');

p {
    font-family: 'Merriweather', serif!important;
    line-height: 1.8!important;
}

ul {
  font-family: 'Merriweather', serif!important;
  line-height: 1.8!important;
}

i {
    margin-right: 8px;
}

h2 {
    /* color: #f89760!important; */
}

.card {
    margin-right: auto;
}

.card:last-of-type {
    margin-right: 0px;
}

@media (min-width: 768px) {
    .card {
        flex: 0 0 32%!important;
    }

}

.main-cover-container {
  background-image:url('../images/background-design-marble.jpg');
  background-position: center;
  margin-top: 100px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height:100%;

  color: white;

  text-shadow: 2px 2px rgba(0,0,0,.18);

  z-index:-1;
}

.cover-container {
    background-image:url('../images/Attachment-1.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height:100%;

    color: black;
    text-shadow: 2px 2px rgba(0,0,0,.18);

    z-index:-1;
}

.logo-container {
  position: relative;
  top: 40%;
}


/* body {
  background-image: url('../images/color-design-flora.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
} */

.logo-text {
  color:white;
  font-size: 4rem;
  text-shadow: 2px 2px rgba(0,0,0,.18);
  border: 1px black;
  
}

.cover-text {
  color:white;
  /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
  text-shadow: 2px 2px rgba(0,0,0,.18);
  font-size: 1.5rem;
}


@media (max-width: 768px) {
  .logo-container {
    top:70px;
  }

  .logo-text {
    font-size: 2rem;
  }

  .cover-text {
    font-size: 1rem;
  }
}

.cover {
  padding: 0 1.5rem;
}

.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.cover img {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.logo-photo {
  margin-top: -170;
  padding-top: 200;
}

.navbar-nav {
  float:none;
  margin:0 auto;
  display: block;
  text-align: center;
}

.navbar-nav > li {
  display: inline-block;
  float:none;
}

.navbar {
  color: white;
  background-color: black;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  transition:200ms ease;

}

.navbar a {
    margin-left:10px;
    margin-right:10px;
    color: white;
    font-weight: 500;
    font-size: 1.1rem;
    text-shadow: 2px 2px rgba(0,0,0,.18);
}

.navbar a:hover {
    color: grey;
    text-decoration: none;
}

.btn-scroll {
  width: 49px;
  height: 49px;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.logo {
    width: 95%;
    max-width: 125px;
    margin-bottom: 10px;
}

.link {
  color: #688ca8;
}

.link:hover {
  color: #95A8B6;
  text-decoration: none;
}

.link-color {
  color: #243443;
}

.link-color:hover {
  color: #95A8B6;
  text-decoration: none;
}