h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    font-family: 'Patua One', cursive;
}

.carousel-caption{
    text-shadow: 2px 0 0 #000,
        -2px 0 0 #000,
        0 2px 0 #000,
        0 -2px 0 #000,
        1px 1px #000,
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000;
}

.header-image-socks {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../imgs/Canada-150.JPG') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-image-SE-asia {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../imgs/SE-Asia/Rice-Fields.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-image-websites {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../imgs/Responsive-design.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-image-services {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../imgs/freelance-web-design.jpeg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-image-contact {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../imgs/suit.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-image-phot200 {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../imgs/lens.JPG') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*
 * BS-OPW (http://startbootstrap.com/)
 */

.headline {
    padding: 120px 0;
}


.headline h2 {
    font-size: 77px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.featurette-divider {
    margin: 80px 0;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 50px;
}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 50px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
    
    .headline{
        min-height: 500px
    }
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 40px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
    
    .headline{
        min-height: 500px
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
    
    .headline{
        min-height: 500px
    }
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 30px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
    
    .headline{
        min-height: 500px
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 30px;
    }

    .headline h2 {
        font-size: 30px;
    }
    
    .headline{
        min-height: 500px
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
    
    .headline{
        min-height: 500px
    }
}

.charity-socks{
    padding: 15px;
    background-color: rgba(244, 164, 181, 0.18);
    text-align: center;
}

.charity-socks-image {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../imgs/socks.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.charity-socks-text h4{
    text-shadow: 2px 0 0 #000,
    -2px 0 0 #000,
    0 2px 0 #000,
    0 -2px 0 #000,
    1px 1px #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    text-align: center;
}

.research{
    text-align: center;
}

.research p{
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.research h4{
    text-transform: capitalize;
    color: #BF2400;
    font-weight: bold;
}

.img-center{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.portfolio-caption{
    background-color: #DDDDDD;
    border-radius: 25px;
}

.text-muted {
    color: #0092BA;
}

#Journal{
    margin: 7%;
}

.bg-secondary{
  background-color: #DDDDDD;
}

ul{
    list-style-type: none;
}
.charity-socks #heading {
    padding: 15px;
    background-color: rgba(244, 164, 181, 0.18);
}

.charity-socks #conclusion {
    padding: 15px;
    background-color: rgba(221,221,221,0.5);
}

#socks-list li{
    font-size: 15px;
    list-style-type: none;
    padding-bottom: 10px;
}


/*-- hover box css --*/
.hover-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
    margin-bottom: 15px;
}
.hover-box .hover-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(11, 110, 137, 0.5);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.hover-box .hover-box-caption .hover-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hover-box .hover-box-caption .hover-box-caption-content .project-category,
.hover-box .hover-box-caption .hover-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.hover-box .hover-box-caption .hover-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.hover-box .hover-box-caption .hover-box-caption-content .project-name {
  font-size: 18px;
}
.hover-box:hover .hover-box-caption {
  opacity: 1;
}
.hover-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .hover-box .hover-box-caption .hover-box-caption-content .project-category {
    font-size: 16px;
  }
  .hover-box .hover-box-caption .hover-box-caption-content .project-name {
    font-size: 22px;
  }
}

#blog-entry-btn {
    float: right;
}

form {
    max-width: 85%;
    align-items: center;
    padding-left: 10%;
    padding-top: 25px;
    padding-bottom: 50px;
}

.container-fluid {
    style="background-color: rgb(225,225,225,0.5);
}

#graduationPic {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*Agency RIP*/
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(11,110,137,0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal .modal-dialog {
    margin: 5%;
    height: 90%;
    width: 90%;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 100px;
  }
}

@media screen and (max-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 75px;
  }
}

#education,
#portfolio,
#contact{
    text-align: justify;
}

#schooling img{
    margin-left: auto;
    margin-right: auto;
}

#employment img{
    margin-left: auto;
    margin-right: auto;
}

#university{
    padding-top: 50px;
}

section{
    padding: 25px;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #222222;
    background-color: rgba(11, 110, 137, 0.7);
    border-color: rgba(11, 110, 137, 0.7);
}

.quote{
    font-family: 'Lobster', cursive;
    font-size: 50px;
    text-align: center;
    color: white;
    background-color: rgba(11, 110, 137, 0.9);
    padding: 45px;
    margin-bottom: 50px;
    margin-top: 50px;

}

.quote h6{
    font-size: 30px;
    font-family: 'Lobster', cursive;
}

.quote hr{
    border-color: white;
}

#contact h6{
    font-size: 25px;
    font-family: 'Lobster', cursive;
}

.phot200Content{
	padding-top: 25px;
}

.even-week{
    background-color: #EBECEC;
}

.phot200Content hr{
    border-color: #D1D1D1;
    min-width: 100%
}

.cinfo a{
    color: white;
}

.updating{
    opacity: 0.4;
}

.ProHist{
    background: url('../imgs/projects/project-success.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    
}

.modal-content h2 img{
    vertical-align: top;
    width: 42px;
    height: 42px;
}

.projectInformation img{
    vertical-align: top;
    width: 35px;
    height: 35px;
}

.portfolio-modal .modal-content .projectInformation li p{
    margin-bottom: -30px;
    display: inline-block;
    width: 49%;
}

.carousel-indicators {
    bottom: -5px;
}

.carousel-indicators {

}

.carousel-indicators .active{
    height: 20px;
    width: 20px;
}

.carousel-indicators li {
    height: 20px;
    width: 20px;
}

.mega-heading{
    font-size: 60px;
    color: black;
    margin-top: 15px;
}

.sub-heading{
    color: #A2A2A2;
}

.social-media{
    padding-top: 50px;
}

.social-media img{
    width: 125px;
    height: 125px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 5px;
  padding: 3px;
  background-color: rgba(11, 110, 137, 0.9);
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 7px 0;
  font-size: 15px;
  font-weight: bold;
}

.item1, .item10 {
  grid-column: 1 / span 3;
}
.item5, .item14{
  grid-column: 2 / span 3;
}
.item9, .item18 {
  grid-column: 3 / span 3;
}
.grid-right{
	    background-image: linear-gradient(to bottom left, rgba(11, 110, 137, 0.6), rgba(255, 255, 255, 0.8));
}
.grid-left{
	    background-image: linear-gradient(to top right, rgba(11, 110, 137, 0.6), rgba(255, 255, 255, 0.8));
}