/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3.5rem;
}

img{
  border-style: outset;
  margin: inherit;
}

.jumbotron .container{
  position: relative;
  top: 28%;
  z-index: 4;
  text-align: center;
  height: 100vh;
  padding-top: 200px;
}


#jumbotron-one{
  background-image: url("images/background5.jpg");
  background-size: cover;
  background-attachment: fixed;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}



.lead{
  text-align: center !important;
}

h2{
  color: cadetblue !important;
  font-weight: 200 !important;
  font-size: 54px !important;
  text-align: center;
}

.col-lg-4{
  padding: 0px;
}

/*
.display-4{
  text-align: center;
}

*/
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

h3{
  font-size: 28px;
  color: cadetblue ;
  text-align: left;
}


p{
  text-align: left !important;
}



ul.no-bullets { list-style-type: none; margin: 0px; padding: 0px; }

.rounded-circle{
  height: 280px;
  width: 280px;
  align-self: center;
  padding: 40px;
}

#profile .row > div {
  margin-bottom: 20px!important;
}

#profile, #experiences, #abilities, #contact{
  padding-top: 50px;
}
#profile .row > div img {
  width: 100%!important;
  max-width: 246px!important;
  height: auto!important; }

#experiences .experience {
  margin-bottom: 20px!important;
}
#experiences .experience p > strong {
 display: block!important;
 padding-top: 8px!important;
 margin-bottom: 10px!important;
  }
#experiences .experience .experience-details {
  display: block!important;
  margin-top: !important6px;
}
#experiences .experience .experience-details * {
 color: #22A39F!important;
}
#experiences .experience .experience-details .seperator {
  color: #BCBCBC!important;
}

#abilities ul > li { min-height: 30px!important; padding: 3px 0px!important; }
#abilities ul > li:hover { background: #F2F2F2; }
#abilities ul > li .ability-title { display: inline-block; width: 60%; }
#abilities ul > li .ability-score { float: right; }


#contact { padding-bottom: 30px; }
#contact h2, #contact .row * { color: #6c757d; }
#contact a { display: block; line-height: 32px; margin-bottom: 20px; opacity: 0.6; filter:alpha(opacity=60);  }
#contact a .icon { float: left; margin-right: 20px; }
#contact a:hover { opacity: 1; filter:alpha(opacity=100); text-decoration: none; }


.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

footer{
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
