/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    -webkit-overflow-scrolling:touch;

}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Syne", serif;
    font-weight: 400;
}

p{
	font-weight:normal;
}


h3{
    font-size:1.6rem;
    margin-bottom:1rem;
}

h4{
    font-size:1.3rem;
    margin-bottom:1rem;
}

ul{
    padding-left:17px;
}

nav{
   position: fixed;
   top:0;
   left:0;
   right:0;
   padding-top:0;
   padding-bottom:0;
   background-color: #fff;
   box-shadow: inset 40px 0px 16vw -9vw rgb(250, 250, 250, 0.5), 0 5px 10px rgba(0,0,0,0.1);
   z-index: 2;
   background-color: rgb(50,70,90);
}

.topnav.navbar-brand {
    padding-left:20px;
    font-size: 22px;
	font-family: 'Syne', sans-serif;
    font-weight:400;
    color:#fff;
}

.topnav.navbar-brand i{
	color:#fff;
}


.navbar-right{
    font-size:1.1em;
    float:right;
    display:inline-block;
    margin-right: 10px;

}

.navbar-right > li{
    display:inline;
}

.navbar-right > li > a{
    display:inline-block;
    padding:3px 10px;
    color:#ccc;
}

.header-linkedin-link{
	border-radius:4px;
	box-shadow: 0px 0px 2px  rgba(0,0,0,0.3);
    background-color:#0072b1;
    color: #fff !important;
}

.header-linkedin-link:hover{
    text-decoration:none;
    background-color:#1082c2;
}

.header-linkedin-link > i{
	display:inline-block;
	background-color:#fff;
	color:#0072b1 !important;
	border-radius:3px;
	vertical-align::middle;
	height:auto;
	margin-top:0em;
	line-height:normal;
	padding:3px 6px !important;

}



.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background-image: url(../img/intro-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#a6a6b0;
    background-size: cover;
}

.intro-message {
    position: relative;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    font-size: 4em;
	font-family: 'Syne', sans-serif;
	font-weight:400;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	color:#f0f0f0;
}

.intro-message > p{
	font-size:16px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6) inset;
	color:#777;
}

.intro-message > p > i{
	margin-right:3px;
	color:#669;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}


.linkedin-link{
    background-color:#fff;
    color:#555;
}
.linkedin-link:hover{
    background-color:#f0f0f0;
    color: #668;
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: rgba(50,60,80,0.98) !important;
    color: #fff;
    background:url('../img/bg-tri-top.png') top center no-repeat, rgba(30, 50, 80 ,0.99) !important;
    background-size: auto 100%;
    background-attachment: fixed !important;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #677797;
    border-bottom: 1px solid #677797;
    color:#fff;
    box-shadow: inset 0 15px 34px -15px rgba(0,0,0,0.4) !important;
    background:url('../img/bg-tri-bottom.png') top center no-repeat, rgba(40, 60, 80 ,0.99) !important;
    background-size: auto 100%;
    background-attachment: fixed !important;
}

.section-heading {
    margin-bottom: 20px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 2px solid #e7e7e7;
}

.banner {
    padding: 30px 0;
    color: #f8f8f8;
    background: url(../img/intro-bg4a.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
	font-family: 'Syne', sans-serif;
	font-weight:400;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 15px 0;
    background-color: rgb(50,70,90);
    color: #fff;
    position:sticky;
}

p.copyright {
    margin: 15px 0 0;
}

h2{
    xcolor: cadetblue;
}
h2.section-heading{
	font-size:1.75em;
}

h2.section-heading > em {
    display:block;
	font-size:0.6em;
	font-style:normal;
	xcolor:#777;
	font-weight:normal;
}

.btn > i{
    margin-left:3px;
    margin-right:3px;
}

.btn-primary{
	background-color:#c71585;
	border-color:transparent;
	box-shadow:2px 2px 3px rgba(0,0,0,0.2);
}

.btn-primary:hover,
.btn-primary:focus{
	background-color:#d72595;
	border-color:transparent;
}



/*==================  SVG SKLLSET DISPLAY ===================== */



#skills-section{
    position:sticky;
    height:100vh;
    padding: 50px 0;
    color: #fff;
    background:url('../img/bg-tri-top.png') bottom right no-repeat, rgba(40, 85, 90 ,0.99) !important;
    background-size: auto 100%;
    background-attachment: fixed !important;
    border-top: 1px solid #677797;
    border-bottom: 1px solid #677797;
    box-shadow: inset 0 15px 34px -15px rgba(0,0,0,0.4) !important;
}


text {
  pointer-events:none;
  font-size:15px !important;
  font-weight:normal;
}

#skillchart {
	padding:15px 0;
	text-align:center;
	position:relative;
}

#skillchart > .skill-legend{
	position:absolute;
	top:30px;
	left:15px;
	text-align:left;
	display:block;
	width:9em;
	color:#aaa;
	font-size:110%;
}

#skillchart > svg{
	font-family: "Titillium", "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	border-radius:50%;
	background-color:#fff;
	box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
}

path.arcSegment{
	stroke: #fff;
	stroke-width:2px;
}

circle.navup{
	fill:#58c;
	pointer-events:none;
	opacity:0;
	transition: opacity 1s;
	stroke:#fff;
	stroke-width:2px;
}

image.navup{
	pointer-events:none;
	fill:#fff;
	opacity:0;
	transition: opacity 1s;
}

.intro{
	font-size:11px;
	fill:#888;
	pointer-events:none;
	transition:opacity 0.6s;
}

.portfolio-container{
    position:sticky;

}

section.portfolio-section{
    background:#fff;
    top:0;
    box-shadow:inset 0 10px 10px 0px rgba(0, 0, 1, 0.2), inset 0 -24px 20px -20px rgba(0,0,0,0.3);
}

section.portfolio-section > .container{
 
}

section.portfolio-section > .container-fluid > .row{
    margin-top:5vh;
    margin-bottom:5vh;
}
section.portfolio-section > .container-fluid > .row.headerRow{
    margin-top:0vh;
    margin-bottom:0vh;
}




/*==================  PORTFOLIO OVERLAY ===================== */




#overlay{
  display:none;
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow: visible;
  z-index: 2000;
}

#lightbox-inner{
  display:none;
  background-color: #fff;
  position: fixed;
  top:30px;
  left:30px;
  right:30px;
  bottom:30px;
  overflow-y: visible;
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  z-index: 2001;
}


#main-content{
  position:sticky;
  top:40px;
  right:0;
  left:0;
  bottom:0;
 
  z-index: 1;
}

.overlay-active{
  overflow: hidden;
}

#lightbox-header{
  height:3em;
  background-color: #fff;
  overflow:hidden;
}

#lightbox-header h1{
  display:inline-block;
  font-size: 1.2em;
  padding:0em 0.1em;
  line-height: 15%;
  color: #aaa;
}

#lightbox-header a{
  display:block;
  color: #aaa;
  font-size: 1.4em;
  padding:0.4em 0.8em 0.3em 0.8em;
}

#lightbox-header a:hover{
  text-decoration: none;
  color: #888
}

#lightbox-content{
  position:absolute;
  top:3em;
  right:0;
  bottom:0;
  left:0;
  box-sizing: border-box;
  border:none;
  border-top:1px solid #888;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

#lightbox-iframe{
  position:absolute;
  width:100%;
  height:100%;
  box-sizing: border-box;
  border:none;
  padding:0;
  margin:0;

}

.border-img{
box-sizing: border-box;
  border: 10px solid #fff;
  box-shadow: 2px 2px 10px #888;
}


iframe.img-responsive{
  width:100%;
}


/*==================  2020 Styles updates ===================== */

#next-section:hover{
    text-decoration: none;
    background-color:#679abc;
}

section.sp-section{
    height: 100vh;
    width:100%;
    padding-top:100px;
    padding-bottom:100px;
}

section.sticky{
    position:sticky;
    top:0;
}


/*================= DOUBLE DIAMOND DISPLAY ============= */

#dd-high{
    background: rgba(0, 0, 0, 0.07);
    background-size: cover;
    position: absolute;
    top:0;
    height:100%;
    width:100%;
}

.dd-section{
    position:sticky;
    top:0;
    height:100%;
}

.dd-section > .row{
}

.dd-content-panel{
    position:relative;
    color:#fff;
    padding:15px;
    box-shadow: 0 0 12px 5px rgba(0,0,0,0.1);
    background-size: cover !important;
    background-attachment: fixed !important;
}

.dd-content-panel:before, .dd-contentpanel:after{
    
}

.dd-content-panel:after{
    
}


/* DD Content panel stylings */
.dd-content-panel.discover{background:url('../img/bg-tri-bottom.png') bottom center no-repeat,rgba(255, 105, 180, 0.95);}
.dd-content-panel.define{background:  url('../img/bg-tri-top.png') top center no-repeat,rgba(233, 185, 52, 0.95);}
.dd-content-panel.develop{background: url('../img/bg-tri-bottom.png') top center no-repeat,rgba(72, 209, 204, 0.95);}
.dd-content-panel.deliver{background: url('../img/bg-tri-top.png') bottom center no-repeat,rgba(244, 184, 96, 0.95);}
.dd-content-panel.intro{background:   url('../img/bg-tri-bottom.png') top center no-repeat,rgba(105, 168, 170, 0.9);}
.dd-content-panel.outro{background:   url('../img/bg-tri-top.png') bottom center no-repeat,rgba(105, 168, 170, 0.9);}


.dd-container{
    
}

.dd-container > .row{
    
}

.dd-container > .row > .dd-col{
    
}

.img-responsive{
    display:block;
    max-width:100%;
    height:auto;
    margin-right:auto;
    margin-left:auto;
}


/* ======= DOUBLE DIAMOND SVG STYLING =====*/

#double-diamond{
    height:100vh;
    width:100%;
    max-height:250vmin;
}


.divider{
    stroke:rgba(255, 255,255,0.8);
    stroke-width: 0.15;
    stroke-dasharray: 1;
}

.diamond-segment,
.diamond-segment-bg,
.intro-segment{
    stroke-width: 0.06vmax;
    stroke-linecap:round;
}


/* DD Main segment stylings */

.diamond-segment{fill:none;}

/* DD Background segment stylings */
.diamond-segment-bg{
    stroke: rgb(255,255,255);
    fill:none;
}

/* DD Diamond fill area stylings */

.diamond-discover,
.diamond-define,
.diamond-develop,
.diamond-deliver{
    opacity: 0;
    stroke:rgba(230,230,230, 1);
    stroke-width:0.05vmax;
}

.diamond-discover{xfill: rgba(255, 105, 180, 0.6);}
.diamond-define{xfill: rgba(218, 165, 32, 0.6);}
.diamond-develop{xfill: rgba(72, 209, 204, 0.6);}
.diamond-deliver{xfill: rgba(244, 164, 96, 0.6);}

/* DD Text label stylings */
.text-discover,
.text-define,
.text-develop,
.text-deliver,
.diamond-text-bg,
.diamond-text-intro{
    font-size:0.25vh !important;
    font-family: "Syne", sans-serif;
}

.diamond-text-bg{fill:rgb(255,255,255); opacity: 1;}
.text-discover{xfill:rgb(255, 105, 180); opacity: 0; fill:#fff}
.text-define{xfill:rgb(218, 165, 32); opacity: 0; fill:#fff;}
.text-develop{xfill: rgb(72, 209, 204); opacity: 0; fill:#fff;}
.text-deliver{xfill:rgb(244, 164, 96, 0.6); opacity: 0; fill:#fff;}
.diamond-text-intro{opacity: 0 !important;}

.dd-mask{
    fill:rgba(255,255,255,0.8);
    opacity:0;
}