.img-responsive {
  display: block;
  max-width: 100%;
  /* height: auto; */
}

.carousel {
  height: 75%; 
}

.parallax { 
  background-image: url('../img/parallaxBG11.gif');
  height: 100%; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.parallax2 { 
  background-image: url('../img/parallaxBG21.gif');
  height: 100%; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.aboutCont {
  background-color: #0b131b;
  background: linear-gradient(#08162a, #0b131b);
}


hr {
    border: none;
    border-top: 2px dotted white;

}
.navbar-inner {
  background:transparent;
}

.navbar-toggler-icon,
.navbar-toggler {
  color: #fff;
  border-color: rgb(255,255,255);
}

body {
  background: linear-gradient(#3e6192, #08162a);
  /* background: linear-gradient(#08162a, #3e6192); */
}

.carousel {
  background: linear-gradient(#08162a, #3e6192);

}

#trademark {
  color: #fff;
  font-size: 6pt;
  align-content: center;
}

.indexBody {
  background-color: #000;
  background: linear-gradient(#5287d1, #3e6192);

}

.btn:focus,.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* OLD STYLE NUMBERS FOR SITE APART FROM SEPARATE FOR DRAWERS */
body {
  font-variant-numeric: oldstyle-nums;
}

h2 {
  font-family: "expo-serif-pro",serif;
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 900;
  color: #fff;
  line-height: -1;
  text-align: left;
} 

h4 {
  font-family: "expo-serif-pro",serif;
  font-size: 13px;
  letter-spacing: 0px;
  color: #fff;
  
} 

p {
  font-family: "expo-serif-pro",serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .25px;
  color: #fff;
}

.p1 {
  font-family: "expo-serif-pro",serif;
  font-size: 4vw;
  line-height: 1.35;
  letter-spacing: 0px;
  color: #fff;
}

.p2 {
  font-family: "expo-serif-pro",serif;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
 }


.p4 {
  font-family: "expo-serif-pro",serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #fff;
}

/* OLD STYLE NUMBERS NOT IN DRAWERS */
#scope-drawers{
  font-variant-numeric: normal;
}

.section-title {
  font-family: "expo-serif-pro",serif;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}



.li2 {
  left: -20px;
  font-family: "expo-serif-pro",serif;
  font-style: italic;

  color: #9dc2e7;
  padding: 0;
  /* text-indent: -20px; */
  font-size: 18px;
  line-height: 1.8;
  font-weight: regular;
}



.li3 {
  font-family: "expo-serif-pro",serif;
  font-style: italic;
  font-size: 14px;
  color: #9dc2e7;
  opacity: .555;
  /* text-indent: -20px; */
}

.pLeft {
  font-family: "expo-serif-pro",serif;
  font-size: 13px;
  line-height: 1.6;
  font-weight: regular;
  letter-spacing: 0px;
  color: #fff;
  text-align: left;
}
/* 
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background-color: #60a3bc
} */

#slides {
  background-color: #fff
}

.scope {
  background-color: #08162a
}

.card-header {
  border-top: 2px dotted white;
  border-right: none;
  border-left: none;
  border-bottom: none;
  background: linear-gradient(#02030542, #02030500);



}
.slides-navigation {
  z-index: 9;
  text-align: center;

}

.slides-navigation .prev, 
.slides-navigation .next {
  width: 47px;
  height: 47px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;

}

.slides-navigation a.prev {
  left: 16px;
  /* background-image: url(../img/icons8-hand-left-16.png); */

}

.slides-navigation a.next {
  right: 16px;
  /* background-image: url(img/img/icons8-hand-left-16.png); */
}

.titleMessage {
  position: absolute;
  width: 100%;
  top: 33%;
  z-index: 8;
  text-align: center;
  /* margin-left: 25%; */

}

.titleMessage .heading p {
  color: #fff;
    /* text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4); */
}

.titleMessage .heading .name {
  font-family: "expo-serif-pro",serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 1px;
}

.titleMessage .heading .sub {
  font-family: "expo-serif-pro",serif;
  font-size: 18px;
  letter-spacing: 1px;

}



.aboutImage {
  max-width: 100%;

}

.skillsSection {
  background-color: #0d2242;
  padding: 0 0 0 0;

}

.statsSection {
  background-color: #496ca1;
  padding: 10 0 10 0;

}

/* .contactSection {
  background: linear-gradient(#08162a, #0b131b);
  color: #fff;
  text-align: left;
} */

#contact {
  border-top: 2px dotted white;
}

/*         CARD ITEMS                */
/* .card-img-top {
  border-bottom: 1px solid white;
} */

/*         ACCORDIAN TRIANGLES         */
.panel-title {
  position: relative;
}
  
.panel-title::after {
	content: "\f0da";
	color: #333;
	top: -2px;
	right: 0px;
	position: absolute;
    font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
	content: "\f106";
}


.btn-link {
  font-family: "expo-serif-pro",serif;
  font-style: italic;

  color: #9dc2e7;
  padding: 0;
  /* text-indent: -20px; */
  font-size: 24px;
  line-height: 1.8;
  font-weight: regular;
}

.btn-link:hover {
  text-decoration: none;
  color: #fff;
}
/*         ACCORDIAN Link Font based on li3        */

.btn-accord {
  font-family: "expo-serif-pro",serif;
  font-style: italic;

  color: #9dc2e7;
  padding: 0;
  /* text-indent: -20px; */
  font-size: 24px;
  line-height: 1.8;
  font-weight: regular;
}


.contact-button,
.card-link {
  font-family: "expo-serif-pro",serif;
  font-weight: 700;
  color: #fff;
  /* display: inline-block; */
  /* margin-top: 20px; */
}

.contact-button:hover {
  text-decoration: none;
  color: #9dc2e7;
}

.skill {
  text-align: left;
  margin-left: 10px;
}



.squareItem {
  content: "%";
  margin-top: 60;
  padding: 50px 15px ;
  position: relative;
}

.squareInnercontainer {
  position: relative;
  padding: 50px 15px 35px;
  text-align: center;
  border: 2px solid #333;
  border-top: none;

}


.h2Contact {
  font-family: "expo-serif-pro",serif;
  font-size: 18px;
  letter-spacing: 0px;
  color: #333;
  line-height: -1;
  text-align: left;
} 

.portfolio {
  color: #fff;
  font-size: 56px;
  margin-bottom: 10px;
  text-align: left;
  background-color: #333;
}
.h2Portfolio {
  font-family: "expo-serif-pro",serif;
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 900;
  color: #fff;
  line-height: -1;
  text-align: center;

} 


.copyrightSection {
  font-family: "expo-serif-pro",serif;
	background-color: #000;
	color: #fff;
	padding: 30px 5px;
}

.copyrightSectionA {
  font-family: "expo-serif-pro",serif;
  color: #fff;
  margin: 0;
  padding: 1px 1px;
  display: inline-block;
  margin-top: 20px;
}

.copyrightSectionA:hover { 
  color: #ffda79;
  text-decoration: none;
}


.navbar {
  font-family: "expo-serif-pro",serif;
  color: #fff;
  background-color: #08162a;
  padding: 20px 10px;
  z-index: 100;

}

.navbar a {
  font-family: "expo-serif-pro",serif;
  color: #fff;
  z-index: 100;

}

.navbar-toggler-icon {
  color: #fff;
  z-index: 100;
  background: url(../img/burger.png);
  background-size: 100%;
}

.fixedNav #navigation {
  position: fixed;
  top: 0;
  width: 100%;
}


/* The progress container */
.progress-container {
  width: 100%;
  height: 5px;
  background: #3e6192; /*  */
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 5px;
  background: #9dc2e7; /*  */
  width: 0%;
}
/*
Blues...
Lightest: #3e6192
Middle: #0a3d62
Darkest (e.g. navbar): #08162a
*/


.carousel-caption-h1 {
  font-family: "expo-serif-pro",serif;
  /* font-size: 64px; */
  font-size: 8vw;

  /* line-height: 1.5; */
  font-weight: 900;
  /* letter-spacing: 0px; */
  color: #9cc2e9;
  /* background: #08162a; */
  display: inline;
  /* padding: 0.5rem; */
  text-align: left;
  padding: 10px 10px 10px 10px;
  /* left:400px!important; */
  /* display:inline-block; */
  
  /* -webkit-box-decoration-break: clone;
  box-decoration-break: clone; */
}

.carousel-caption-p {
  font-family: "expo-serif-pro",serif;
  font-size:2vw;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  /* background: #08162a; */
  /* display: inline; */
  text-align: left;
  padding: 10px 10px 10px 10px;
}

.carousel-caption-p2 {
  font-family: "expo-serif-pro",serif;
  font-size:1.25vw;
  line-height: 0;
  font-weight: 300;
  color: #fff;
  /* background: #08162a; */
  /* display: inline; */
  text-align: left;
  padding: 10px 10px 10px 10px;
}

/* PULLED UP OUT OF MEDIA QUERY FOR DRAWERS */
   .mobile-c, .mobile-caption-c, .card {
    
    font-family: "expo-serif-pro",serif;
    font-size: 14pt;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    background: transparent;
    /* display: inline; */
    text-align: left;
  }
  .card-accordian {
    padding-top: 0%;
  }


  /*    MEDIA QUERIES  */

/* Big Tablet to 1200px: from 1024px to 1200px          
@media only screen and (min-width: 1024 px) {
  .p1 {
    font-family: "expo-serif-pro",serif;
    font-size: 14px;
    line-height: 1.0vw;
    letter-spacing: 0px;
    color: red;
  }

  }
   */

/* Small phones to small tablets: from 0 to 767px */
@media only screen and (max-width: 767px) {
  #mobile-cards {
    display: block;
      font-family: "expo-serif-pro",serif;
    font-size: 14px;    
  }
  .p1 {
    font-family: "expo-serif-pro",serif;
    font-size: 20pt;
    line-height: 1.48;
    font-weight: 200;
    color: #fff;

    /* color: #ff6600; */
  }

  .p2 {
    font-family: "expo-serif-pro",serif;
    font-size: 16pt;
    line-height: 1.48;
    font-weight: 100;
    color: #fff;

    /* color: rgb(255, 255, 0); */
  }

  .p3 {
    font-family: "expo-serif-pro",serif;
    font-size: 16pt;
    line-height: 1.48;
    font-weight: 100;
    color: #fff};


    /* color: rgb(255, 255, 0); */
 
  .mobile-c, .mobile-caption-c, .card {
    /* background-color: #0d2242; */
    
    font-family: "expo-serif-pro",serif;
    font-size: 14pt;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    /* background: #08162a; */
    /* display: inline; */
    text-align: left;
  }
  .card-accordian {
    padding-top: 0%;
  }
  .list-group {
    /* background-color: #000; */
    background: transparent;
    /* padding: .5rem .5rem; */
  }
  .main-div {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .l2 {
    font-size: 24px;
  }
  #about {
    padding: 0px;
    margin: 0px;
  }

  .parallax { 
    /* background: linear-gradient(#3e6192, #08162a); */
    background-image: url("../img/mob_parallaxBG11.gif");
    height: 100%; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  
  .parallax2 { 
    /* background: linear-gradient(#3e6192, #08162a); */
    background-image: url("../img/mob_parallaxBG21.gif");
    height: 100%; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }

}

@media screen and (min-width: 768px) {
  #mobile-cards { display: none; }  
  #accord {display: none;}
}

.fa-twitter,
.fa-instagram,
.fa-twitter:visited,
.fa-instagram:visited {
  color: #fff;
}

.list-group-item {
  background-color: transparent;
  }

:visited {
  color: #fff;
}