/* --------------------------------
Colors:
Pink: #ff3399
Blue: #33ccff
Green: #b3c935
Grey 1: #f2f2f2
Grey 2: #a3a5a7
Grey 3: #616466
Grey 4: #424547
Grey 5: #222222
-------------------------------- */

/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);


/* --------------------------------
Global
-------------------------------- */
html, body {
	font-family: 'Roboto', sans-serif;
	color: #616466;
	font-weight: 300;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  font-size: 1rem; /*16/16px*/
  line-height: 24px;
}

	::-moz-selection{ background: #ff3399; color:#ffffff; text-shadow: none; }
	::selection { background: #ff3399; color:#ffffff; text-shadow: none; }
	img::selection { background: transparent; }
	img::-moz-selection {background: transparent; }

/* --------------------------------
Text
-------------------------------- */
p {
    font-size: 1rem; /*16/16px*/
	line-height: 24px;
	margin-bottom: 28px;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	padding: 0;
	font-weight: 300;	
}
  
  
h1 {
	font-size: 5rem; /*80/16px*/
	line-height: 57px;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #222222;
}


h2 {
	font-size: 5rem; /*80/16px*/
	line-height: 57px;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #ffffff;
}

h1 span, h2 span {
	font-weight: 500;
}

h3 {
	font-size: 2.5rem; /*40/16px*/
	line-height: 60px;
	color: #222222;
}

h4 {
	font-size: 1.5rem; /*24/16px*/
	line-height: 36px;
	color: #616466;
	
}

h5 {
	font-size: 1.25rem /*20/16px*/; 
	line-height: 30px;
	color: #222222;
}

h5 span {
	color: #ff3399;
}

h6 {
	font-size: .875rem /*14/16px*/; 
	line-height: 21px;
	color: #a3a5a7;
}

.title{
	white-space: nowrap;
	margin: 0 0 8px 0;
}

.subtitle{
	margin: 0 0 20px 0;
	
}

.tooltip {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.tooltip-inner {
  max-width: 200px;
  padding: 10px 10px;
  text-align: left;
  background-color: #222222;
}

/* --------------------------------
Links
-------------------------------- */
a {
	color: #ff3399;
	text-decoration: none;
	outline: none;
	-ms-transition: all 0.15s; 
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}

a:hover,
a:active,
a:focus{
	color: #33ccff;
}

a.rev {
	color: #ffffff;
}

a.rev:hover,
a.rev:active,
a.rev:focus {
	color: #33ccff;
}

/* --------------------------------
Buttons
-------------------------------- */
button, .btn {
	cursor: pointer;
}

.btn-right {
	text-align: right;
	width: 100%;
}

.btn-xl {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-weight: 400;
	font-size: 1rem; /*16/16px*/
  	padding: 20px 40px;
  	border: 1px solid #b3c935;
  	background-color: #b3c935;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition-property: all;
	transition-duration: 0.3s; }
	
.btn-xl.focus, .btn-xl:focus {
    color: #ffffff;
    border-color: #b3c935;
    background-color: #b3c935;}
	
.btn-xl:hover {
    color: #ffffff;
    border-color: #ff3399;
    background-color: #ff3399;
	-ms-transform: scale(1.08,1.08);
	-webkit-transform: scale(1.08,1.08);
	-moz-transform: scale(1.08,1.08);
	transform: scale(1.08,1.08);}
	
.btn-xl.active, .btn-xl:active,
.open > .btn-xl.dropdown-toggle {
    color: #ffffff;
    border-color: #33ccff;
    background-color: #33ccff; }
	
	
.btn-xl.active.focus, .btn-xl.active:focus, .btn-xl.active:hover, .btn-xl:active.focus, .btn-xl:active:focus, .btn-xl:active:hover,
.open > .btn-xl.dropdown-toggle.focus,
.open > .btn-xl.dropdown-toggle:focus,
.open > .btn-xl.dropdown-toggle:hover {
    color: #ffffff;
    border-color: #ff3399;
    background-color: #ff3399; }
	
	
.btn-xl.active, .btn-xl:active,
.open > .btn-xl.dropdown-toggle {
    background-image: none; }
	
	
.btn-xl.disabled.focus, .btn-xl.disabled:focus, .btn-xl.disabled:hover, .btn-xl[disabled].focus, .btn-xl[disabled]:focus, .btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl.focus,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl:hover {
	color: #ffffff;
    border-color: #b3c935;
    background-color: #b3c935; }
	

/* --------------------------------
Sections
-------------------------------- */	
section {
  padding: 100px 0;}
  
section#work, section#about {
	background-color: #f2f2f2;
}
section#contact {
  background-color: #222222;
}



	
/* --------------------------------
Nav
-------------------------------- */	
#mainNav {
  background-color: #222222;
  border-bottom: 1px solid #424547;
 }
 
#mainNav .navbar-toggler {
	right: 0;
	padding: 0;
	margin: 0;
    border: 0;
}
	
#mainNav .navbar-toggler:hover {
     }
	 
.navbar-toggler .icon-bar {
	  position: absolute;
	  height: 1px;
	  width: 48px;
	  background-color: #fff;
	  transition: all .3s;
	  backface-visibility: hidden;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
	  top: 22px;
}
	 
.navbar-toggler .icon-bar:nth-of-type(2) {
	  top: 32px;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  	  top: 42px;
}


.navbar-toggler.active .icon-bar:nth-of-type(1) {
	  top: 32px;
	  transform: rotate(45deg);
	  background-color: #ff3399;
}

.navbar-toggler.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggler.active .icon-bar:nth-of-type(3) {
	  top: 32px;
	  transform: rotate(-45deg);
	  background-color: #ff3399;
}
	
  #mainNav .navbar-brand {
    background: url(../img/jbc-logo.svg) no-repeat;
	display: block;
	min-width: 180px;
	min-height: 50px;}
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #ffffff;
	font-size: 1rem; /*16/16px*/
	font-weight: 300;
    padding: 0.5em 0;
	backface-visibility: hidden;
	transition-property: color;
	transition-duration: 0.3s;}
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #ff3399; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #222222;
	border-bottom: 1px solid #424547;}
    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 6px 1em 0 !important; }
    #mainNav.navbar-shrink {
      padding-top: .5em;
      padding-bottom: .5em;
      background-color: #222222; }
      #mainNav.navbar-shrink .navbar-brand {
        padding: 0; } }

header.masthead {
  text-align: left;
  background-image: url("../img/self-portrait.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  
  header.masthead .intro-text {
    padding-top: 100px;
    padding-bottom: 100px;
	max-width: 650px;
	}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 250px;
    padding-bottom: 300px; }
}





/* --------------------------------
Work
-------------------------------- */
#work .portfolio-item {
  right: 0;
  margin: 0 0 15px; }
  #work .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer; }
    #work .portfolio-item .portfolio-link .portfolio-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      background: rgba(179, 201, 53, 0.9);}
	  
	  
	  
#work .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 1; }

#work .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
		position: absolute;
        width: 100%;
        height: 100%;
		background: url(../img/plus.svg) no-repeat center;
		background-size: 75px 75px;
}
	  
	  
  #work .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    background-color: white; }
	
    #work .portfolio-item .portfolio-caption h4 {
      margin: 0;
	  
      text-transform: none; }
	  
#work .portfolio-item .portfolio-caption p {
     margin: 0;
	 line-height: 12px;}

#work * {
  z-index: 2; }

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

.portfolio-modal .modal-dialog {
  max-width: none;
  height: 100%;
  margin: 0; }

.portfolio-modal .modal-content {
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }
  
.portfolio-modal .modal-content h3 {
	margin-bottom: 15px; 
}
		
.portfolio-modal .modal-content h6 {
	font-size: 1.5rem; /*24/16px*/
    margin-bottom: 30px; }
	
  .portfolio-modal .modal-content p {
    margin-bottom: 30px;
	
	}

  .portfolio-modal .modal-content img {
    margin-bottom: 30px; }
	
  .portfolio-modal .modal-content button {
    cursor: pointer; }
	
.portfolio-modal .close-modal-top {
  top: 25px;
  right: 25px;
}

.portfolio-modal .close-modal-btm {
  bottom: 25px;
  right: 25px;
}

.portfolio-modal .close-modal {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal .lr, .portfolio-modal .close-modal .lr .rl {
	width: 1px;
	height: 50px;
	background-color: #222222;
transition: all .3s;
backface-visibility: hidden; 
	
}
	
  .portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    margin-left: 25px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
    .portfolio-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);}
	  
.portfolio-modal .close-modal:hover > .lr {
	      background-color: #ff3399; }
		  
.portfolio-modal .close-modal:hover > .lr .rl {
	      background-color: #ff3399; }

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0; }
  
.portfolioImgFull {
	max-width: 1140px;
	
}

/* --------------------------------
Capabilities
-------------------------------- */
#skillset, #software, #languages {
	margin-bottom: 20px;
}

#capabilities p {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

#capabilities p.full, #capabilities p.empty {
	margin-bottom: 0px;
	font-size: 2.4rem;
	letter-spacing: -2px;
}

#capabilities p.full {
	color: #222222;
	margin-left: 5px;
}

#capabilities p.empty {
	color: #f2f2f2;
}


/* --------------------------------
About
-------------------------------- */
#about img.headshot {
	width: 100%;
	margin-bottom: 20px;
	}
	
ul.interests {
	width: 100%;
}

ul.interests li {
	display: inline-block;
	text-align: center;
	margin: 0px 20px 20px 0px;
}

ul.interests li img {
	height: 50px;
	margin: 0px 0px 10px 0px;
}

/* --------------------------------
Contact
-------------------------------- */
section#contact .form-group {
    margin-bottom: 25px; }
    section#contact .form-group input,
    section#contact .form-group textarea {
      padding: 20px; }
    section#contact .form-group input.form-control {
      height: auto; }
    section#contact .form-group textarea.form-control {
      height: 236px; }

section#contact .form-control:focus {
    box-shadow: none; }
  
section#contact ::-webkit-input-placeholder {
	font-family: 'Roboto', sans-serif;
	color: #cccccc;
	font-weight: 300;
	font-size: 1rem; /*16/16px}*/}


  section#contact ::-moz-input-placeholder {
	
	/* Firefox 18- */}
  section#contact ::-moz-placeholder {

    /* Firefox 19+ */}
  section#contact :-ms-input-placeholder {
}
	
.text-danger, #success, .alert-success {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1rem /*16px*/;
	color: #ff3399;
}

b, strong {
	font-weight: 300;
}

.close {
font-family: 'Roboto', sans-serif;
color: #ffffff;
font-weight: 300;
line-height: .85;
text-shadow: none;
transition: color .3s;
opacity: 1; 
}

.close:focus, .close:hover {
  color: #ff3399;
  text-decoration: none;
  opacity: 1; 
}




  
 

 
  
/* --------------------------------
Footer
-------------------------------- */
footer {
  text-align: center;
  background: #616466;
	color: #ffffff;
	font-size: 0.8125rem /*13/16px*/; 
	position: relative;
}
	
footer .container {
	padding: 20px 0px 20px 0px;
}
	
footer .row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

#button-to-top {
	
}
	
.btn-to-top-cont {
	left: 50%;
	display: inline-block;
	width: 30px;
	height: 30px;
	backface-visibility: hidden;
    transform: translateZ(0);
	transition-property: all;
	transition-duration: 0.3s;
	margin-bottom: 30px;
}

.btn-to-top-left {
	margin-right: -6px;
}

.btn-to-top-right {
	margin-left: -6px;
}


.btn-to-top-cont .lr, .btn-to-top-cont .rl {
	width: 1px;
	height: 30px;
	display: inline-block;
	background-color: #fff;
	transition: all .3s;
	backface-visibility: hidden; 
}
	
.btn-to-top-cont .lr {
    z-index: 1053;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
.btn-to-top-cont .rl {
      z-index: 1054;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
	  
#button-to-top:hover > .btn-to-top-cont > .lr {
	      background-color: #ff3399; }
		  
#button-to-top:hover > .btn-to-top-cont > .rl {
	      background-color: #ff3399; }

.social-footer li {
	display: inline-block;
	margin: 0 5px;
}

.social-footer li a.icon {
	display: block;
	padding: 5px 0px 0px 0px;
	width: 24px;
	height: 24px;
	background: #222222;
	-webkit-border-radius: 50%; 
  	-moz-border-radius: 50%; 
  	border-radius: 50%;
	backface-visibility: hidden;
    transform: translateZ(0) color;
	transition-duration: 0.3s;
}

.social-footer li a.icon i {
	display: block;
	font-size: .8125rem; /*13px*/
	color: #ffffff;
	text-align: center;
}

.social-footer li a.icon:hover {
	-ms-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}

.social-footer li a.linkedin-btn:hover {background: #007bb6;}
.social-footer li a.instagram-btn:hover {background: #ff3399;}
.social-footer li a.twitter-btn:hover {background: #00aced;}


.contact-footer div {
	display: inline-block;
	margin: 0px 5px;

}

.contact-footer div i.icon {
	margin-right: 5px;
	font-size: .8125rem; /*13px*/
}




/* --------------------------------
Animations
-------------------------------- */
nav {
-webkit-animation-delay: 0s;
}

.title {
	-webkit-animation-delay: 0s;
}

.subtitle {
	-webkit-animation-delay: .1s;
}

.intro-text h1 {
-webkit-animation-delay: .2s;
}

.intro-text p {
-webkit-animation-delay: .3s;
}

.intro-text a {
-webkit-animation-delay: .4s;
}


div#skillset {
-webkit-animation-delay: .2s;
}

div#software  {
-webkit-animation-delay: .25s;
}

div#languages  {
-webkit-animation-delay: .3s;
}

#downloadCV {
	-webkit-animation-delay: .2s;
}

.paragraph1 {
	-webkit-animation-delay: .2s;
}

.paragraph2 {
	-webkit-animation-delay: .3s;
}

.paragraph3 {
	-webkit-animation-delay: .4s;
}

#headshot {
	-webkit-animation-delay: 0s;
}

#form-left {
	-webkit-animation-delay: .15s;
}

#form-right {
	-webkit-animation-delay: .2s;
}

#sendMessageButton {
	-webkit-animation-delay: .2s;
}

