
.navbar {
    margin-bottom: 20px;

}

a:hover {
  text-decoration: none;
}

#myBtn, #myBackBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  top: 85px; /* Place the button at the bottom of the page */
  left: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #3498db; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover,#myBackBtn:hover {
  background-color: #2ecc71; /* Add a dark-grey background on hover */
}


#resume-heading{
    margin-bottom:30px;
}

#target{
  color:white;
  margin-bottom:30px;
}
html,body {

  margin: 0;
}

.jumbotron{
  height: 100%;
width: 100%;
    text-align: center;
    /*background-color:white; */
    padding-top:10px;

}

@media only screen and (max-width: 960px) {
  .col-xs-12 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    max-width:100%;
    max-height:100%;
    width: 100%;
     height: auto;
  }
  .column {
    float: left;
    width: 60%;
    padding: 5px;
  }
  .aboutimg{
    width: 130%;
  }
}

@media only screen and (min-width: 960px)  {

  .column {
    float: left;
    width: 33%;
    padding: 5px;
  }
  .aboutimg{
    width: 70%;
  }
}




.category{
    display: inline-block;

    background: #ccc;
    margin: 5px;
}

.img-category{
  border: 1px solid #ccc;
      text-align: center;
}

 #jumbo{
text-align: center;
   margin-bottom:0px;
  padding-top:20px;
   background-color:white;
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   width:100%;
   height: 100vh;




   background-image: url('https://images.unsplash.com/photo-1517650862521-d580d5348145?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80');
}

.jumbotron-heading{
  text-align: center;
}

.image-container{
 /* margin-left: auto;
 margin-right: auto; */
 width: 91%;
 height: 69%;
    object-fit:cover;
}

p.enlarge { font-size: 100%; padding-right: 6.5em; line-height: 24px; }
.yui-gf .yui-u{width:80.2%;}


.btn:link,
.btn:visited {
    display:inline-block;
    padding: 10px 60px;
    font-weight: 300;
    text-decoration: none;
    border-radius:200px;
    color:#fff;
    transition: background-color 0.3s;
}

.btn-full:link,
.btn-full:visited{
  background-color: #e67e22;
  margin:8px;
}

.btn:hover,
.btn:active{
  background-color:#cf6d17;
}


.img-preview{
  border-radius: 50%;
  overflow: hidden;
    object-fit:cover;
}

#title{
    color:white;
}

.joblink{
  text-align:center;
}

.equal-column-content{
  height:500px
}

.joblink:hover {
  color:black;
  text-decoration: none;
}

  /* @media (min-width: 576px)
.jumbotron {

} */
