body {
    overflow-x: hidden;
    font-family: "Pontano Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:17px;
}

::selection {
  background: #492100;
  color: #ffffff;
}

::-moz-selection {
  background: #492100;
  color: #ffffff;
}

p {
    font-size: 23px;
}

p.small {
    font-size: 19px;
}

a {
    outline: 0;
    color: inherit;
	text-decoration: underline;
}

.col-lg-5 a:hover,
.col-lg-5 a:focus,
.col-lg-5 a:active,
.col-lg-5 a.active,
.col-lg-6 a:hover,
.col-lg-6 a:focus,
.col-lg-6 a:active,
.col-lg-6 a.active,
.photobomb-caption a:hover,
.photobomb-caption a:focus,
.photobomb-caption a:active,
.photobomb-caption a.active,
.modal-body a:hover,
.modal-body a:focus,
.modal-body a:active,
.modal-body a.active {
    outline: 0;
    color: inherit;
	opacity: 0.6;
}

.navbar a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Dosis,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

h3 {
	font-size: 32px;
}

h4, .h4 {
    font-size: 26px;
}

h4, .h4 {
    margin-top: 20px;
    margin-bottom: 5px;
}

hr.star-light,
hr.star-primary, hr.star-top {
    margin: 25px auto 40px;
    padding: 0;
    max-width: 375px;
    border: 0;
    text-align: center;
}

hr.star-light,
hr.star-primary {
	border-top: solid 4px;
}

hr.star-top {
	border-top: solid 5px;
}

hr.star-light:after,hr.star-primary:after, hr.star-top:after {
    content: "\f111";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
}

hr.star-light:after,hr.star-primary:after {
    font-size: 1.4em;
}

hr.star-top:after {
	font-size: 1.6em;
}

hr.star-light, hr.star-top {
    border-color: #fff;
}

hr.star-light:after, hr.star-top:after {
    color: #fff;
	background-color: #007a00;
}

section.green hr.star-light:after {
	background-color: #007a00;
}

section.green ::selection, header ::selection {
  background: #ffffff;
  color: #007a00;
}

section.green ::-moz-selection, header ::-moz-selection {
  background: #ffffff;
  color: #007a00;
}

section.cyan hr.star-light:after {
	background-color: #18bc9c;
}

section.cyan ::selection {
  background: #ffffff;
  color: #18bc9c;
}

section.cyan ::-moz-selection {
  background: #ffffff;
  color: #18bc9c;
}

section.red hr.star-light:after {
	background-color: #990000;
}

section.red ::selection {
  background: #ffffff;
  color: #990000;
}

section.red ::-moz-selection {
  background: #ffffff;
  color: #990000;
}

section.orange hr.star-light:after {
	background-color: #D35814;
}

section.orange ::selection {
  background: #ffffff;
  color: #D35814;
}

section.orange ::-moz-selection {
  background: #ffffff;
  color: #D35814;
}

section.purple hr.star-light:after {
	background-color: #510086;
}

section.purple ::selection {
  background: #ffffff;
  color: #510086;
}

section.purple ::-moz-selection {
  background: #ffffff;
  color: #510086;
}

.photobomb {
    color: #FFF;
    padding: 60% 0 0 0;
	background-color: #492100;
	text-align:left;
}

.photobomb-caption {
	background-color: rgba(73,33,0,0.6);
	line-height: 1.2;
	padding: 0px 5px;
}

#photobomb01 {
	background: url('../img/photobomb01.jpg') no-repeat fixed center center / cover transparent;
}

#photobomb02 {
	background: url('../img/photobomb02.jpg') no-repeat fixed center center / cover transparent;
}

#photobomb03 {
	background: url('../img/photobomb03.jpg') no-repeat fixed center center / cover transparent;
}

#photobomb04 {
	background: url('../img/photobomb04.jpg') no-repeat fixed center center / cover transparent;
}

#photobomb05 {
	background: url('../img/photobomb05.jpg') no-repeat fixed center center / cover transparent;
}

#photobomb06 {
	background: url('../img/photobomb06.jpg') no-repeat fixed center center / cover transparent;
}

#photobomb07 {
	background: url('../img/photobomb07.jpg') no-repeat fixed center center / cover transparent;
}

@media(max-width:800px) {
	.photobomb {
		padding: 80% 0 0 0;
	}
	
	#photobomb01 {
		background: url('../img/800/photobomb01.jpg') no-repeat fixed center center / cover transparent;
	}

	#photobomb02 {
		background: url('../img/800/photobomb02.jpg') no-repeat fixed center center / cover transparent;
	}

	#photobomb03 {
		background: url('../img/800/photobomb03.jpg') no-repeat fixed center center / cover transparent;
	}

	#photobomb04 {
		background: url('../img/800/photobomb04.jpg') no-repeat fixed center center / cover transparent;
	}

	#photobomb05 {
		background: url('../img/800/photobomb05.jpg') no-repeat fixed center center / cover transparent;
	}

	#photobomb06 {
		background: url('../img/800/photobomb06.jpg') no-repeat fixed center center / cover transparent;
	}

	#photobomb07 {
		background: url('../img/800/photobomb07.jpg') no-repeat fixed center center / cover transparent;
	}
}

@media(max-width:600px) {
	.photobomb {
		padding: 100% 0 0 0;
	}
}

hr.star-primary {
    border-color: #492100;
}

hr.star-primary:after {
    color: #492100;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

.img-rounded {
	border-radius: 8px;
}

header {
    text-align: center;
    color: #fff;
    background: #007a00;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Dosis,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 5em;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding: 150px 0 100px;
    }

    header .intro-text .name {
        font-size: 7em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

.navbar {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Dosis,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #492100;
}

.navbar-brand {
    font-size: 19px;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:focus {
	background-color: inherit;
	outline: 0;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}


.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #492100;
    }
}


section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 5em;
}

section.cyan {
    color: #fff;
    background: #18bc9c;
}

section.red {
    color: #fff;
    background: #990000;
}

section.orange {
    color: #fff;
    background: #D35814;
}

section.green {
    color: #fff;
    background: #007a00;
}

section.purple {
    color: #fff;
    background: #510086;
}

.col-lg-5.spaced {
	padding-left: 30px;
	padding-right: 30px;
}

.spacer {
	padding: 20px 0;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
		
	section h2 {
		font-size: 3em;
	}
	
	hr.star-light, hr.star-primary {
		border-top: solid 3px;
		color: inherit;
	}

	hr.star-top {
		border-top: solid 4px;
		color: inherit;
	}

	hr.star-light:after,hr.star-primary:after {
		font-size: 1.1em;
	}

	hr.star-top:after {
		font-size: 1.3em;
	}
}

.col-lg-5.spaced {
	padding-left: 20px;
	padding-right: 20px;
}

#websites .portfolio-item, #projects .portfolio-item, #stories .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#websites .portfolio-item .portfolio-link, #projects .portfolio-item .portfolio-link, #stories .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
}

#websites .portfolio-item .portfolio-link, #stories .portfolio-item .portfolio-link {
    max-width: 400px;
}

#projects .portfolio-item .portfolio-link {
    max-width: 555px;
}

#websites .portfolio-item .portfolio-link .caption, #projects .portfolio-item .portfolio-link .caption, #stories .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.portfolio-item .portfolio-link .caption {
	background: rgba(73, 33, 0, 0.7);
	}

section.cyan .portfolio-item .portfolio-link .caption {
    background: rgba(24, 188, 156, 0.7);
}

section.red .portfolio-item .portfolio-link .caption {
    background: rgba(153, 0, 0, 0.7);
}

section.orange .portfolio-item .portfolio-link .caption {
    background: rgba(211, 88, 20, 0.7);
}

section.green .portfolio-item .portfolio-link .caption {
    background: rgba(0, 122, 0, 0.7);
}

section.purple .portfolio-item .portfolio-link .caption {
    background: rgba(81, 0, 134, 0.7);
}

#websites .portfolio-item .portfolio-link .caption:hover, #projects .portfolio-item .portfolio-link .caption:hover, #stories .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#websites .portfolio-item .portfolio-link .caption .caption-content, #projects .portfolio-item .portfolio-link .caption .caption-content, #stories .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#websites .portfolio-item .portfolio-link .caption .caption-content i, #projects .portfolio-item .portfolio-link .caption .caption-content i, #stories .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#websites .portfolio-item .portfolio-link .caption .caption-content h3,
#websites .portfolio-item .portfolio-link .caption .caption-content h4, #projects .portfolio-item .portfolio-link .caption .caption-content h3,
#projects .portfolio-item .portfolio-link .caption .caption-content h4, #stories .portfolio-item .portfolio-link .caption .caption-content h3,
#stories .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#websites *, #projects *, #stories * {
    z-index: 2;
}

@media(min-width:767px) {
    #websites .portfolio-item, #projects .portfolio-item, #stories .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #492100;
    background: #fff;
}

.btn-sm, .btn-group-sm > .btn {
    border-radius: 6px;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid rgba(220,176,134,0.4);
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid rgba(220,176,134,0.4);
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #007a00;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid rgba(220,176,134,0.4);
}

#contact_form .row {
	margin-top: 5px;
}

.btn-info {
    background-color: #492100;
    border: solid 2px #fff;
	text-decoration: none;
}

.btn-info:hover, btn-info:active, btn-info.active {
	background-color: #2D1400;
	border: solid 2px #fff;
}

.form-control {
	height: 48px;
}

#captcha_code {
	font-size: 1.1em;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #492100;
}

footer .footer-above ::selection {
  background: #ffffff;
  color: #492100;
}

footer .footer-above ::-moz-selection {
  background: #ffffff;
  color: #492100;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #291300;
}

footer .footer-below ::selection {
  background: #ffffff;
  color: #291300;
}

footer .footer-below ::-moz-selection {
  background: #ffffff;
  color: #291300;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
	text-align: center;
}

.portfolio-modal .modal-bottom {
	text-align: center;
	padding-top: 10px;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 4.5em;
}

.portfolio-modal .modal-content h3 {
    border-bottom: solid 3px;
}


.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    z-index: 1050;
    position: fixed;
    top: 25px;
    left: 45px;
    width: 75px;
    height: 75px;
    background-color: #492100;
	border-radius: 6px;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    background-color: #2D1400;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 4px;
    height: 75px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 4px;
    height: 75px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}