
body {
    font-family: "Source Sans Pro";
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro";
  font-weight: 700;
}

p {
  color: #8f8389;
  font-size: 1.2rem;
}

/* Headings */
.big-heading {
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.5;
}

.p-heading {
  color: #fff;
}

a {
  color: #8f2d56;
}

a:hover {
  color: #d81159;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
}

/* Containers */
.container-fluid{
  padding: 7% 15%;
}

/* Sections */
.colored-section {
  background-color: #0496ff;
  color: #fff;
}

.white-section {
  background-color: #fff;
}

/* Navbar */
.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: "Open Sans";
  font-size: 2.5rem;
  font-weight: 700;
}

.hero-image {
  width: 80px;
  height: 80px;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
  font-family: "Source Sans Pro";
}

.hidden {
  display: none;
}

.icon {
	color: #d81159;
	padding-bottom: 8px;
}

/* Buttons */
.download-button {
  margin: 5% 3% 5% 0;
}

/* Title Section */
#title {
  background-color: #0496ff;
  color: #fff;
  text-align: left;
}

#title .container-fluid {
  padding: 3% 15% 7%;
}

.center-with-padding {
  margin: 1.5rem auto;
  text-align: center;
}

/* Title Image */
.title-image {
  width: 200px;
  height: 200px;
}

/* Testimonial Section */
#testimonials {
  background-color: #0496ff;
}

.testimonial-text {
  font-size: 3rem;
  line-height: 1.5;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

/* contact Section */

/* Footer Section */
small {
  color: #fff;
}

.social-icon {
  margin: 20px 10px;
  color: #fff;
}

.social-icon:hover {
  margin: 20px 10px;
  color: #8f8389;
}

/* portfolio */
.portfolio-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.portfolio-sub-divider {
  margin: 1.5rem 0; /* Space out the Bootstrap <hr> more */
}

.portfolio-heading {
  font-family: "Source Sans Pro";
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.05rem;
}

.skill-alert {
  display: inline-block;
  border-radius: 6px;
  background-color: #FFBC42;
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 1rem;
  color: #fff;
  padding: 4px 8px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.skill-container {
  display: inline-block;
  padding-right: 4px;
}

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

.pad-bottom {
  padding-bottom: 16px;
}

.pad-top {
  padding-top: 24px;
}

.pad-vertical {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* end portfolio */

.exp-sub-heading {
	font-weight: 700;
	font-style: italic;
}

.exp-sub-heading-blue {
color: #0496ff;
  font-weight: 700;
	font-style: italic;
}

.exp-role-heading {
	padding-top: 12px;
	font-weight: 400;
	font-style: italic;
}

.exp-list {
	text-align: left;
	color: #8f8389;
	font-size: 1.2rem;
}

.exp-list.li {
	padding-bottom: 12px;
}

@media (max-width: 1028px) {

  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }

  title-sub-image {
    object-fit: fill;

  }
}
