body {
  color: #40514E;
  margin: 0;
  text-align: center !important;
  font-family: 'Open Sans Condensed', sans-serif;
}

h1 {
  font-size: 5rem !important;
  color: #66BFBF;
  margin: 50px auto 0 auto;
  font-family: 'Dancing Script', cursive;
}

h2 {
  font-size: 2rem;
  color: #66BFBF;
  font-weight: lighter;
  font-family: 'montserrat', sans-serif !important;
}

h3 {
  font-family: 'montserrat', sans-serif;
  font-weight: lighter;
  color: #11999E;
}

hr{
  border-style: dotted none none none !important;
  width: 7% !important;
  border-color: gray !important;
  border-width: 7px !important;
  margin: 100px auto !important;

}

a {
  color: #11999E !important;
  font-family: 'montserrat', sans-serif;
  font-weight: normal;
  margin: 10px 20px;
  text-decoration: none;
}

a:hover {
  color: #be79df;
}

p {
  color: #40514E;
  line-height: 2;
}

/* NAVBAR */
.navbar {
  background-color: #66BFBF;
  padding: 25px;
  font-family: 'Dancing Script', cursive;
  text-align: center;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
  font-size: 2.5rem !important;
  font-weight: bold;
}

.nav-link {
  font-size: 1.2rem;
  font-weight: lighter;
}

.navbar a:hover {
  color: #be79df !important;
}

/* TOP CONTAINER */
.top-container{
  background-color: #effcef;
  position: relative;
  padding: 20px !important;
  text-align: center;
}

.heading-txt {
  margin-bottom: 0px;
}


/* MIDDLE CONTAINER */
.middle-container {
  background-color: #effcef !important;
  padding: 4rem, 0, 1rem !important;
  position: relative;
  text-align: center;
  }

.profile-photo {
  border-radius: 50%;
  opacity: 0.2;
  height: 300px;
  width: 300px;
  margin-bottom: 2rem;
}

.profile-photo:hover {
  opacity: 1.0;
}

.intro {
  width: 30%;
  margin: auto;
}

.webdev-img {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.skill-row{
  text-align: left;
  width: 50%;
  margin: 50px auto 80px auto;
}

.yoga-img {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.yoga-description {
  text-align: left;
}

.skill-row-2{
  text-align: right;
  width: 50%;
  margin: 50px auto;
  background-color: #effcef;
}

.contact-me {
  padding-bottom: 30px;
  text-align: center;
}
.btn {
  margin: 30px auto!important;
  padding: 15px 25px 15px 25px !important;
  border: 2px solid #66BFBF !important;
  background-color: #effcef !important;
  color: #be79df !important;
  /* padding: 14px 28px; */
  font-family: 'montserrat', sans-serif !important;
  font-size: 16px !important;
}
.btn:hover {
  background-color: #fff !important;
}

/* Footer */
.bottom-container {
  background-color: #66BFBF;
  padding: 50px 0 10px !important;
  text-align: center;
  }

.copyright {
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: .5rem 0;
  margin-bottom: .2rem !important;
}

.footer-icon {
  color: #11999E;
}

.footer-icon:hover {
  color: #EAF6F6;
}

/* APP PAGE */ 
.top-container-1 {
  background-color: #effcef;
  position: relative;
  padding: 3rem 4rem !important;
  line-height: 1.5rem !important;
  text-align: center;
}

.app-title {
  /* padding: 2rem 6rem !important; */
  font-size: 4rem;
}

.app-description {
  font-size: 1.5rem !important;
  color: #66BFBF;
}


.row {
  margin: 0 !important;
  background-color: #effcef !important;
  padding-bottom: 3rem;
}

.card {
background-color: #66BFBF !important;
}

.card a {
  margin: 1.5rem !important;
}

.bottom-container-1 {
  background-color: #66BFBF;
  padding: 1rem 0 1rem 0 !important;
  text-align: center;
}

/* Media Query */
@media screen and (max-width: 1018px) {
  h1 {
    font-size: 3rem !important;
    font-weight: bold;
  }

  h2 {
    font-size: 1.7rem !important;
  }

  .topnav a {
    font-size: 2rem;
    padding: 10px !important;
  }

  .heading-txt {
    font-size: 2rem;
    margin: auto;
  }

  .intro {
    width: 80%;
  }

  .skill-row, .skill-row-2 {
    width: 85%;
    margin: 50px auto;
  }

  .app-description {
    font-size: 1.5rem !important;
    line-height: 2;
  }

  .card {
  margin: 25px !important;
  }
}



