/* Text */
h1, h2, h3 , h4, h5, h6, a, p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }
  p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }
  
  /* Navigation bar */
  
  /* General */
  .customNav {
    position: fixed;
    width: 100%;
    background: url("../images/transparency.png");
    background-color: transparent !important;
    background-size: cover;
    z-index: 10;
    padding: 10px;
  }
  .navbar-nav {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .navbar-brand img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .nav-item {
    margin: 0px 15px;
  }
  
  /* Navigation dropdown menu */
  .dropdown-menu {
    background: url("../images/transparency.png");
    background-color: transparent !important;
    background-size: cover;
  }
  .dropdown-item:focus, .dropdown-item:hover {
      color: #16181b;
      text-decoration: none;
      background: black;
  }
  
  /* Navigation links */
  .customNav a {
    color: white !important;
  }
  .navCTA {
    font-size: 15px;
    background-color: orange;
    border-color: orange;
  }
  
  /* Jumbotron  */
  .jumbotron {
    background: url("../images/jumbo-image.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1rem solid orange;
  }

.about-me-title {
    text-align: center;
    padding: 15px;
}

.about-me {
    text-align: center;
    padding: 15px;
    border-bottom: 1rem solid orange;
}


.my-skills-title {
    text-align: center;
    padding: 15px;
}

.my-skills {
    text-align: justify;
    padding: 15px;
    border-bottom: 1rem solid orange;
}

.bold {
    font-weight: bold;
}

.btn-primary {
    background-color: orange;
    border-color: orange;
}
.btn:hover { 
    color: #fff !important; 
    background-color: #666;
    border-color: #666;
}

.copyright {
    background-color: #fff;
    text-align: center;
}

  
  /* STYLES FOR TEMPLATE*/
.dropdown-menu {
    left: -97px;
  }

  footer {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    margin-top: 50px;
  }
  .cardContainer {
    margin-top: 20px;
    
  }
  .card {
    margin: 0 auto;
  }

  
  .content {
    padding: 50px;
  }
  
  .sectionHeading{
    text-align: center;
  }
  .showsNear {
  padding: 0px 30px 30px 30px;
  }
  
  .cardContainer {
    text-align: center;
  }
  
  .valueProp {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .sideAccent {
    background: orange;
    width: 15px;
  }
  
  .imageContainer {
    padding: 50px;
  }
  
  .imageContainer img {
    width: 100%;
    height: 100%;
  }
  
  .emailContain {
    background: url(../images/mailing-backgroundi.jpeg);
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 500px;
  }
  
  form {
    width: 500px;
    margin: 35px auto;
    padding: 45px;
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1), 0 0 40px rgba(0,0,0,0.1);
    background-color: white;
  }