/* * { background-color: rgba(0,255,0,0.1); } */

body {
  padding-top: 50px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  position: relative;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}


/* ============================= */
/* Colors  */
/* ============================= */

.white-tx-5 {
  color: rgba(255, 255, 255, .5);
}


/* ============================= */
/* CSS Caption Silde Up Animation  */
/* ============================= */

article {
  position: relative;
  float: left;
  overflow: hidden;
  margin-top: .75em;
}

figcaption {
  text-align: center;
  font-size: 1em;
  width: 100%;
  position: absolute;
  background: rgba(146, 85, 153, .90);
  color: white;
  padding: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
figcaption dl{
  margin-bottom: .5em;
}
figcaption dh{
  font-size: 1.15em;
}

figcaption dh:after {
  margin: 0 auto; 
  display: block;
  margin-top: .25em;
  content: "";
  height: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 85%;
}

figcaption dd {
  font-size: .9em;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  margin-top: 1em;
  color: rgba(255, 255, 255, .5);
}

#portfolio article:hover figcaption,
#portfolio article:focus figcaption {
  opacity: 1;
}

#portfolio article:hover img,
#portfolio article:focus img {
  -webkit-filter: grayscale(20%) blur(3px);
  filter: grayscale(20%) blur(3px);
}

#portfolio article:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  font-weight: 800;
  background: rgba(146, 85, 153, .7);
  text-shadow: 0 0 5px white;
  color: white;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.3s ease;
  opacity: 0.75;
}
#portfolio article:hover:before {
  visibility: hidden;
}
article:hover:before {
  opacity: 0;
}

.cap-bot:before {
  bottom: 10px;
  left: 10px;
}

.cap-bot figcaption {
  left: 0;
  bottom: -30%;
}

.cap-bot:hover figcaption {
  bottom: 0;
}


/* ============================= */
/* Custom Bootstrap */
/* ============================= */

.n13_1 {
  font-weight: 100;
}

.n13_3 {
  font-weight: 300;
}

.n13_4 {
  font-weight: 400;
}

.n13_8 {
  font-weight: 800;
}

.jumbotron {
  background-color: rgba(119, 136, 153, 1);
  color: white;
}

.container h1 {
  font-family: 'Raleway', sans-serif;
  color: rgba(146, 85, 153, 1);
  font-weight: 400;
}

.jumbotron h1 {
  color: white;
}

.jumbotron p {
  padding: 0.5em;
  font-size: 21px;
  border: 1px solid white;
  margin-bottom: -1px;
}

.jumbotron a {
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 0.5em;
  margin-bottom: 15px;
  font-size: 21px;
  border: 1px solid white;
  text-decoration: none;
}

.jumbotron a:hover {
  background-color: rgba(146, 85, 153, .3);
  transition: background-color 0.35s;
}

.jumbotron a:before {
  content: "\f105";
  position: absolute;
  right: 2em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.jumbotron a:hover:before,
.jumbotron a:focus:before,
.jumbotron a:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.btn-warning {
  color: rgba(0, 0, 0, 1);
}

.btn-warning:focus,
.btn-warning.focus {
  color: rgba(70, 80, 90, 1);
}

.btn-warning:hover {
  color: rgba(70, 80, 90, 1);
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: rgba(70, 80, 90, 1);
}


/* ============================= */
/* Quote Section  */
/* ============================= */
#about a
 {
  color: rgba(170, 170, 170, 1);
}
#about h1 a
 {
  font-size: .75em;
}

/* ============================= */
/* Quote Section  */
/* ============================= */

#quotes {
  background-color: rgba(119, 136, 153, 1);
  color: white;
}

#quotes h1 {
  color: rgb(255, 255, 255);
}


/* ============================= */
/* Skills and Contact Section  */
/* ============================= */

#contact iframe {
  margin-top: 1.9em;
  margin-bottom: 1em;
  border: 5px solid rgba(255, 255, 255, .5);
}

#skillSlider1 {
  margin-top: .75em;
}

.skillsHighlight p {
  margin-top: .5em;
  color: rgba(255, 255, 255, .5);
}

/* ============================= */
/* Sort Portfolio Buttons  */
/* ============================= */

.sortPortfolioBtns {
  font-size: 12px;
  display: block;
}

.sortPortfolioBtns p {
  text-align: left;
  color: rgba(119, 136, 153, 1);
  display: inline-block;
  padding: 0.5em;
  border: 1px solid rgba(119, 136, 153, 1);
  text-decoration: none;
  margin-left: -1px;
  margin-top: -1px;
}

.sortPortfolioBtns a {
  text-align: center;
  color: rgba(119, 136, 153, 1);
  display: inline-block;
  padding: 0.5em;
  border: 1px solid rgba(119, 136, 153, 1);
  text-decoration: none;
  margin-left: -1px;
  margin-top: -1px;
}

.sortPortfolioBtns a:hover {
  background-color: rgba(146, 85, 153, .2);
  transition: background-color 0.35s;
}

.sortPortfolioBtns a:before {
  content: "\f105";
  position: absolute;
  right: .6em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sortPortfolioBtns a:hover:before,
.sortPortfolioBtns a:focus:before,
.sortPortfolioBtns a:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}


/* ============================= */
/* Nav Bar Inverse Mods  */
/* ============================= */

.navbar-inverse {
  background-color: rgba(119, 136, 153, 1);
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(105, 122, 138, 0.5);
  -moz-box-shadow: 0px 2px 10px 0px rgba(105, 122, 138, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(105, 122, 138, 0.5);
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
/*  background-color: rgba(106, 121, 136, 1);*/
  background-color: rgba(146, 85, 153, 1);
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: rgba(146, 85, 153, 1);
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgba(119, 136, 153, 1);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgba(119, 136, 153, 1);
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgba(119, 136, 153, 1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgba(119, 136, 153, 1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #fff;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #fff;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}


/* ============================= */
/* QUOTE CAROUSELL  */
/* ============================= */


/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px 0px 0px;
}


/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: rgba(255, 255, 255, .5);
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}

/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
  background: rgba(255, 255, 255, .5);
  -webkit-transition: background 2s;
  /*adjust timing here */
  -moz-transition: background 2s;
  -o-transition: background 2s;
  transition: background 2s;
}

#quote-carousel .carousel-indicators .active {
  background: rgba(146, 85, 153, 1);
  -webkit-transition: background 2s;
  /*adjust timing here */
  -moz-transition: background 2s;
  -o-transition: background 2s;
  transition: background 2s;
}

#quote-carousel img {
  width: 250px;
  height: 100px
}

/* End carousel */
.item blockquote {
  border-left: none;
  margin: 0;
  font-weight: 400;
}

.item blockquote img {
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, .4);
}

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
  color: rgba(146, 85, 153, 1);
}

.item blockquote small {
  color: rgba(255, 255, 255, .6);
  text-align: right
}


/**   MEDIA QUERIES **/
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
  }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}

/* Fade transition for carousel items */

.carousel .item {
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 2s;
  /*adjust timing here */
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}

.carousel-control {
  background-image: none !important;
  /* remove background gradients on controls */
}


/* Fade controls with items */

.item.active {
  opacity: 1;
}

.next.left,
.prev.right {
  opacity: 1;
  z-index: 10;
}

.active.left,
.active.right {
  opacity: 0 !important;
  z-index: 2;
  -webkit-transition: opacity 2s;
  /*adjust timing here */
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}


/* ============================= */
/* Owl Sliders  */
/* ============================= */

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

/* ============================= */
/* Mix It Up  */
/* ============================= */

#Container-mix .mix{
	display: none;
}

/* ============================= */
/* OnScroll Effect  */
/* ============================= */
.cbp-so-scroller {
	margin-top: 3em;
	overflow: hidden;
}

.cbp-so-section {
	margin-bottom: 5em;
}

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}

.cbp-so-section:after {
	clear: both;
}

/* Text styling */
.cbp-so-section h2 {
/*	font-size: 5em;*/
	font-weight: 300;
	line-height: 1;
}

.cbp-so-section p {
/*	font-size: 3em;*/
	font-weight: 300;
}

/* Sides */
.cbp-so-side {
	width: 50%;
	float: left;
	margin: 0;
	padding: 3em 4%;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

.cbp-so-side:after {
	clear: both;
}

.cbp-so-side-right {
	text-align: left;
}

.cbp-so-side-left {
	text-align: right;
}

.cbp-so-side-right img {
	float: left;
}

.cbp-so-side-left img {
	float: right;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/

/* Example media queries */

@media screen and (max-width: 73.5em) {
	.cbp-so-scroller {
		font-size: 65%;
	}

	.cbp-so-section h2 {
		margin: 0;
	}

	.cbp-so-side img {
		max-width: 120%;
	}
}

@media screen and (max-width: 41.125em) {
	.cbp-so-side {
		float: none;
		width: 100%;
	}

	.cbp-so-side img {
		max-width: 100%;
	}
}

/* ============================= */
/* Footer  */
/* ============================= */

footer{
  background: rgba(146, 85, 153, 1);
  color: rgba(255, 255, 255, 1);
  padding-top: 2.5em;
  padding-bottom: 2.5em;

}
#contact-info {
  text-align: center;
  padding: 4em;
}

#contact-info h1,
#contact-info a {
  color: white;
}

#contact-info hr {
  max-width: 100px;
  border-top: 1px solid rgba(255, 255, 255, .75);
  border-bottom: 1px solid rgba(255, 255, 255, .75);
  height: 2px;
  margin: 15px auto;
}
@media screen and (min-width: 73.5em) {
  #contact-info hr {
    max-width: 200px;
    border-top: 1px solid rgba(255, 255, 255, .75);
    border-bottom: 1px solid rgba(255, 255, 255, .75);
    height: 2px;
    margin: 15px auto;
  }
}

#quotes h1 i,
#contact-info h1 i,
#contact-info h4,
#contact-info hr {
  color: rgba(255, 255, 255, .25);
}

#contact-info h1 i {
  margin-top: 0.4em;
}

.n13bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#778899+0,925599+100 */
  background: rgb(119, 136, 153);
  background: -moz-linear-gradient(top, rgba(119, 136, 153, 1) 0%, rgba(146, 85, 153, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(119, 136, 153, 1) 0%, rgba(146, 85, 153, 1) 100%);
  background: linear-gradient(to bottom, rgba(119, 136, 153, 1) 0%, rgba(146, 85, 153, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#778899', endColorstr='#925599', GradientType=0);
  color: rgba(255, 255, 255, 1);
}
.n13bg h1{
  color: rgba(255, 255, 255, 1);
}


#skillshighlight {
  margin-top: 5em;
}

.checkgreen{
  color: YellowGreen;
}