/* Space out content a bit */
body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #606c71;
}

* {
  box-sizing: border-box; }

a {
  color: #1e6bb8;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 40px;
}

/* Custom page header */
.header {
  
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 1;
  line-height: 3rem;
}
.container h3 {
  margin: 30px 0px 30px 0px ;
}
/* Custom page footer */
.footer {
  padding-top: 1.5rem;
  color: #777;
  border-top: .05rem solid #e5e5e5;
}

/* Customize container */
@media (min-width: 48em) {
  .container {
    max-width: 60rem;
  }
  .center-text-box {
    padding: 0 20% 0 20%;
  }
}
.container-narrow > hr {
  margin: 2rem 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
}
.jumbotron .btn {
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
}

/* Supporting marketing content */
.marketing {
  margin: 3rem 0;
}
.marketing p + h4 {
  margin-top: 1.5rem;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 2rem;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
  .center-text-box {
    padding: 0 10% 0 10%;
  }
}

.about-image {
  display: block;
  margin: 0 auto;
  width: 250px;
  border-radius: 5px;
}

.work-image {
  width: 600px;
  height: 440px;
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #f4f4f4;
}

.heading {
  margin-top: 20px;
  margin-bottom: 20px;
}

.work-image-small {
  /* width: 250px; */
  height: 270px;
  padding: 20px;
  display: block;
  margin: auto;
  border-radius: 5px;
}

.main-image {
  max-width: 80%;
  max-height: 420px;
  display: block;
  margin: auto;
}

.text-box {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container_offset {
  padding: 0px 10px 0 10px;
}

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

.anchor {
  text-align: center;
}

/* font awesome logos */

i.fa.fa-dribbble.fa-3x {
  color: #E54D8C;
  padding: 1px 18px 1px 1px;
}

i.fa.fa-twitter.fa-3x {
  color: #2E9FF9;
}

i.fa.fa-dribbble.fa-3x:hover {
  opacity: 0.75;
}

i.fa.fa-twitter.fa-3x:hover {
  opacity: 0.75;
}

.social-list {
  list-style: none;
}

.social-list li {
  display:inline;
  margin: 10px;
}

.social-list li img {
  height: 42px;
}

.p-description {
  padding: 20px;
}