
@import "node_modules/bootstrap/scss/bootstrap";

html {
  scroll-behavior: smooth;
}



/*
Pink #f6416c;
Yellow #F3BA4C;
*/

/* Hamburger Bar */
.bg-light {
  background-color: #ffffff!important;
}

.navbar {
  padding: 1rem 1rem;
}

.navbar-toggler {
  z-index: 2;
  position: relative;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #F3BA4C;
  transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #F3BA4C;
  transition: 0.3s;
}

.navbar-nav {
  padding-top: 20px;
  padding-left: 20px;
  z-index: 2;
  position: relative;
}

/* Portfolio Projects */

.section {
  padding: 100px 30px;
}

.section2 {
  padding: 70px 30px;
  background-color: #eeeeef;
}

@media screen and (max-width: 501px) {
  .section3 {
    padding: 20px 0px;
  }
}

@media screen and (min-width: 500px) {
  .section3 {
    padding: 50px 30px;
  }
}

.wrapper {
  display: block;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.project-body-text {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.project-body-text h2 {
  padding: 0px;
  margin-bottom: 20px;
}

.project-body-text h3 {
  padding: 0px;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.project-body-text p {
  line-height: 25px;
  color: #6c6c6c;
  hyphens: none;
}

.project-body-text ul {
  line-height: 25px;
  color: #6c6c6c;
  hyphens: none;
}

.project-body-text ol {
  line-height: 25px;
  color: #6c6c6c;
  hyphens: none;
}

.project-body-text a {
  color: #f6416c;
}

.project-body-text a:hover {
  color: #f6416c;
  text-decoration: none;
}

.project-body-text b {
  color: #535050;
}

.team p {
  padding: 0px;
  text-align: center;
}

.team h4 {
  padding: 15px 0px 0px 0px;
  text-align: center;
  font-weight: normal;
}

.team h6 {
  padding: 10px 0px 60px 0px;
  text-align: center;
  font-weight: normal;
}

.team2 h6 {
  padding: 10px 0px 30px 0px;
  text-align: center;
  font-weight: normal;
}

.large-content-head {
  margin: 0px 0px 40px 0px;
}


/* - - - - - SVG GRAPHIC OVERLAY JPG GRAPHIC - - - - - */
.test-parent1 {
  position: relative;
  top: 0;
  left: 0;
}
#img-test1 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
#object-test1 {
  position: absolute;
  top: 6px;
  left:46px;
  z-index: 3;
}


/* - - - - - Projects Scrolling Wrapper Menu - - - - -  */


/*
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
*/


.containerscroll {
  max-width: 85rem;
  width: 100%;
  height: auto;
  padding: 0 2rem;
  margin: 0 auto;


}



.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .scroll {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: auto;
/*
  padding: 1rem 0;
  margin: 2.5rem 0;
*/
  padding-bottom: 10px;
  cursor: default;
  overflow: scroll hidden;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-padding: 0px 1.25rem;
  scrollbar-width: none;
  /* Shadow at right side of scroll */
  box-shadow: 10px 0px 7px -6px #00000047;
}
.main .scroll::-webkit-scrollbar {
  display: none;
}
.main .scroll.active {
  cursor: grab;
  cursor: -webkit-grab;
}
.main .scroll .cardscroll {
/*  width: 20rem;
  height: auto; */
  flex: 0 0 auto;
  margin: 0 0.75rem;
  /* border: none; */
  border: 1px solid #f6416c;
  outline: none;
  /* border-radius: 0.25rem; */
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.cardscrollskinny {
  width: 16rem;
  height: 20rem;
}

.cardscrollnormal {
  width: 20rem;
  height: 20rem;
}


.cardscrollwide {
  width: 25rem;
  height: 20rem;
}

.main .scroll .cardscroll:hover{

  background-color: #F3BA4C;
  border: 1px solid #F3BA4C;
  -webkit-transition: .5s;
}

.main .scroll .cardscroll a{
  text-decoration: none;
}

.cardscroll h4 {
  padding: 15px 0px 0px 0px;
  text-align: center;
  font-weight: normal;
}

.cardscroll h6 {
  padding: 10px 0px 20px 0px;
  text-align: center;
  font-weight: normal;
}

.main .scroll .cardscroll-image {
  position: relative;
  display: block;
  /* width: 100%; */
/*  width: 95%;
  height: auto;
  padding-top: 45%; */
  /* padding-top: 110%; */
  margin: 28px auto 0px auto;
}

.cardscroll-image-skinny {
  width: 34%;
  height: auto;
  padding-top: 69%;
}

.cardscroll-image-normal {
  width: 95%;
  height: auto;
  padding-top: 55%;
}

.cardscroll-image-wide {
  width: 95%;
  height: auto;
  padding-top: 45%;
}


.main .scroll .cardscroll-image img.responsive {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .scroll .cardscroll-inner {
  width: 100%;
  height: auto;
  padding: 1rem;
}





/* - - - - - HEIGHT TRANSITION EFFECT - WITH MIN WIDTH - - - - - */

@media (min-width: 992px) {
    .el {
      transition: max-height 0.5s;
        -webkit-transition: max-height 0.5s;
        -moz-transition: max-height 0.5s;
      overflow: hidden;
      max-height: 0;
    }

    .trigger:hover > .el {
      max-height: var(--max-height);
    }

    .el2 {
      transition: max-height 0.5s;
        -webkit-transition: max-height 0.5s;
        -moz-transition: max-height 0.5s;
      overflow: hidden;
      max-height: 0;
    }

    .trigger2:hover > .el2 {
      max-height: var(--max-height);
    }
}

/* - - - - - PARALLAX EFFECT - - - - - */
@media screen and (min-width: 768px) { /* PARALLAX BIG SCREEN */
    .parallax1, .parallax2 {
        position: relative;
        opacity: 0.65;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        clear: both;
    }
    .container-fluid.page-section.secondps {
      display: none;
    }
}

@media screen and (max-width: 768px) { /* PARALLAX LITTLE SCREEN */
    .parallax1, .parallax2 {
        background-attachment: scroll;
        opacity: 0.65;
    }
    .parallax2.secondp {
      display: none;
    }
    .container-fluid.page-section.secondps {
      display: inline-block;
    }
}

.parallax1 {
    /* The image used */
    background-image: url("https://www.w3schools.com/howto/img_parallax.jpg");
    min-height: 300px;
}

.parallax2 {
    background-image: url("https://www.w3schools.com/howto/img_parallax3.jpg");
    min-height: 300px;
}

/* - - - - - GRADIENT BOX - - - - -  */
.GradientBox {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.33, #F3BA4C), color-stop(0.67, #F6416C));
  padding: 4px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  margin-bottom: 1%;
  clear: both;
}
.GradientBox > div { background: #fff; }

.view-resume {
  width: 280px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background-color: #F6416C;
  padding: 5px;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  cursor: pointer;
}

.view-resume:hover {
  color: #ffffff;
  background-color: #F3BA4C;
  -webkit-transition: .5s;
  padding: 5px;
  display: block;
}

.view-resume a {
  color: #ffffff;
}

.context-statement {
  color:#6c6c6c;
  margin-left: auto;
  margin-right: auto;
  padding:20px 30px 10px 30px;
  text-align: center;
  width:90%;
  max-width:900px;
}

.context-statement a {
  color: #f6416c;
  transition: color 1s ease-in-out;
    -webkit-transition: color 1s ease-in-out;
    -moz-transition: color 1s ease-in-out;
  margin-left: 10px;
  margin-right: 10px;
}

.context-statement a:hover {
  color: #f6416c;
  transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
  text-decoration: none;
}



.other-head {
  padding:20px 30px 10px 30px;
  text-align: justify;
}

/* - - - - - BOOTSTRAP CUSTOMIZATIONS + PAGE WIDTH SCENARIO - - - - -  */
@media (min-width: 992px) {
  .navbar-nav.navbar-center {
/*    position: absolute;
    left: 50%;
    transform: translatex(-50%);
*/
float: right;
  }

/* - - - - - MENU FLOAT EFFECT - - - - - */
    #menu{
      z-index:2;
      transition:1s;
        -webkit-transition:1s;
        -moz-transition:1s;
      height: 100px;
      width: 332px;
      float: right;
/*      position: fixed; */
      bottom: 0;
      left: 0;
      top: 0;
/*      top:calc(100% - 100px); */

      /*unimportant*/text-align: right;
       /*unimportant*/
       font-size: 15px;
    }

  .navbar-light .navbar-nav .nav-link.active {
    color: #f6416c;
  }

  .navbar-light .navbar-nav .nav-link:hover {
     color: #f6416c;
     transition: 0.25s;
       -webkit-transition: 0.25s;
       -moz-transition: 0.25s;

  }

  .navbar-light .navbar-nav .nav-link {
     color: #737373;
     transition: color 1s ease-in-out;
       -webkit-transition: color 1s ease-in-out;
       -moz-transition: color 1s ease-in-out;
  }

  .bg-light {
    background-color: #ffffff !important;
  }


}  /* - - END PAGE WIDTH CONDITION - -  */

@media screen and (max-width: 524px) {
  .airline-img1 {
    width: 285px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 769px) {
  .airline-img1 {
    width: 285px;
  }
}

@media screen and (min-width: 769px) {
  .airline-img1 {
    width: 478px;
  }
}


@media screen and (max-width: 768px) { /* Little Page */
        .software-type{
            display: none !important;
        }
        .col-3.project-custom {
          min-width: 300px;
        }
        .form-control.port-cust-form{
          float: none;
          margin: auto;
        }
        .logoDiv {
          padding:50px 0px 3.5% 0px;
          text-align: center;
        }

        .headerDiv {
          padding:0px 0px 3.5% 0px;
        }

        #first-name-svg {
          width: 40%;
        }

        #last-name-svg {
          width: 63%;
        }
}
@media screen and (min-width: 768px) { /* Big Page */
        .software-text{
            display: none !important;
        }
        .col-9.project-custom {
          width: 10px;
        }
        .form-control.port-cust-form{
          float: right;
          display: inline;
        }

        .logoDiv {
          padding:100px 0px 3.5% 0px;
          text-align: center;
        }

        .headerDiv {
          padding:100px 0px 3.5% 0px;
          text-align: center;
        }

        #first-name-svg {
          width: 20%;
        }

        #last-name-svg {
          width: 43%;
        }
}

.software-text{
  margin: 10px;
  font-size: 10px;
  clear: both;
}

.col-9.project-custom embed {
  max-height: 55px;
  max-width: 55px;
  display: inline;
  float: right;
  margin: 5px;
  text-align: center;
  vertical-align: middle;
}

.container {
  clear: both;
}

.container-fluid.portfolio-custom {
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.col.portfolio-custom {
  margin: 10px;
  padding: 10px;
  min-height: 150px;
  border: 1px solid #f6416c;
  -webkit-transition: .5s;
}

.col.portfolio-custom:hover {
  border: 1px solid #F3BA4C;
  background-color: #F3BA4C;
  -webkit-transition: .5s;
  color: #F3BA4C;
  cursor: pointer;

}

.col.portfolio-custom:hover h5 {
  color: #535050;
  -webkit-transition: .5s;
}

.col.portfolio-custom h5 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  text-align: center;
  font-weight: normal;
  color: #6c6c6c;
  -webkit-transition: .5s;
}

.col.portfolio-custom:hover h6 {
  color: #535050;
  -webkit-transition: .5s;
}

.col.portfolio-custom h6 {
  margin: 0px 0px 6px 0px;
  padding: 0px;
  text-align: center;
  font-weight: normal;
  color: #6c6c6c;
  -webkit-transition: .5s;
}


.col.portfolio-custom-head {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  min-height: 50px;
  padding-left: auto;
  padding-right: auto;
}

.col.portfolio-custom-head h2 {
  color: #6c6c6c;
  text-align: center;
}

.container-fluid.home-custom {
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-fluid.home-custom a{
  text-decoration: none;
}

.col.home-custom {
  margin: 5px;
  text-align: center;
  border: 1px solid #f6416c;
  -webkit-transition: .5s;
  padding: 15px;
  color: #fff;
  font-size: 18px;
}


.col.home-custom:hover {
  background-color: #F3BA4C;
  border: 1px solid #F3BA4C;
  -webkit-transition: .5s;
}

.col.custom-head {
  min-height: 50px;
}

.col.custom-head h2 {
  background: -webkit-linear-gradient(#F3BA4C, #f6416c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 50px;
  padding: 4px 8px 4px 0px;
}


.port-hide {
  display: none;
}

.form-control.port-cust-form {
  width: 250px;
}

.container-fluid.about-custom {
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.aboutheadshot {
  padding: 10px;
}

.aboutcontent1 {
  padding-top: 10px 10px 0px 10px;
  margin: 10px 10px 0px 10px;
}

.aboutcontent2 {
  padding: 0px 10px 0px 10px;
  margin: 0px 10px 0px 10px;
}


.col.about-custom {
  margin: 10px;
  min-height: 150px;
}

.container-fluid.page-section {
  background-color: #8b8b8b;
  margin-top: 10px;
  height: 10px;
  box-shadow:           inset 0 6px 10px -4px #393939;
    -moz-box-shadow:    inset 0 6px 10px -4px #393939;
    -webkit-box-shadow: inset 0 6px 10px -4px #393939;
}


@portfolio-title {

}


/* PROJECTS POP UP */

/* Modal Content/Box */
.modal-container {
   display: none; /* Hidden by default */
   position: fixed; /* Stay in place */
   z-index: 50; /* Sit on top */
   left: 0;
   top: 0;
   width: 100%; /* Full width */
   height: 100%; /* Full height */
   overflow: auto; /* Enable scroll if needed */
   background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
       animation: opac 0.8s;
}

.modal-content {
    background-color: #fefefe;
    margin: 7% auto; /* 15% from the top and centered */
    padding: 7px;
    border: 1px solid #888;
    width: 93%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    padding: 0px 10px;
    float: right;
    font-size: 42px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #f7416c;
    text-decoration: none;
    cursor: pointer;
}

/* Scroll To Top Button */
    #myBtn {
      display: none; /* Hidden by default */
      position: fixed; /* Fixed/sticky position */
      bottom: 20px; /* Place the button at the bottom of the page */
      right: 30px; /* Place the button 30px from the right */
      z-index: 99; /* Make sure it does not overlap */
      border: none; /* Remove borders */
      outline: none; /* Remove outline */
      background-color: #f5416c; /* Set a background color */
      color: white; /* Text color */
      cursor: pointer; /* Add a mouse pointer on hover */
      padding: 15px; /* Some padding */
      border-radius: 10px; /* Rounded corners */
      font-size: 18px; /* Increase font size */
    }

    #myBtn:hover {
      background-color: #555; /* Add a dark-grey background on hover */
    }



/* SIDE BAR POP OUT */

              /* The side navigation menu */
              .sidenav {
                  height: 100%; /* 100% Full-height */
                  width: 0; /* 0 width - change this with JavaScript */
                  position: fixed; /* Stay in place */
                  z-index: 3; /* Stay on top */
                  top: 0; /* Stay at the top */
                  left: 0;
                  background-color: #fff;
                  overflow-x: hidden; /* Disable horizontal scroll */
                  padding-top: 60px; /* Place content 60px from the top */
                  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
                  box-shadow:           -3px 11px 20px 0px #393939;
                    -moz-box-shadow:    -3px 11px 20px 0px #393939;
                    -webkit-box-shadow: -3px 11px 20px 0px #393939;
              }

              /* The navigation menu links */
              .sidenav a {
                  padding: 8px 8px 8px 32px;
                  text-decoration: none;
                  font-size: 25px;
                  color: #737373;
                  display: block;
                  transition: 0.3s;
              }

              /* When you mouse over the navigation links, change their color */
              .sidenav a:hover {
                  color: #f1f1f1;
              }

              .sidenav p {
                color: #737373;
              }

              .sidenav p, h1, h2, h3, h4, h5, h6 {
                padding: 4px 8px 4px 32px;
              }

              .sidenav h1, h2, h3, h4, h5, h6 {
                margin-bottom: -4px;
                font-weight: bold;
                color: #535050;
              }

              .sidenav p {
                font-size: .9rem;
              }

              /* Position and style the close button (top right corner) */
              .sidenav .closebtn {
                  position: absolute;
                  top: 0;
                  right: 25px;
                  font-size: 36px;
                  margin-left: 50px;
              }

              #resume-about, #resume-skills, #resume-education, #resume-employement, #resume-download {
                margin-top: 25px;
                display: table;
              }

              #resume-top {
                clear: both;
              }

              /*
              Style page content - use this if you want to push the page content to the right when you open the side navigation
              #main {
                  transition: margin-left .5s;
                  padding: 20px;
              }
              */

              /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
              @media screen and (max-width: 450px) {
                  .sidenav {padding-top: 15px;}
                  .sidenav a {font-size: .6rem;}
                  .sidenav p {font-size: .6rem;}
                  .sidenav .closebtn {
                      position: absolute;
                      top: 0;
                      right: 85px;
                      font-size: 36px;
                      margin-left: 50px;
                  }
              }




              /* PORTFOLIO POP DOWN */

              /* The side navigation menu */
              .portPop {
                  height: 0px;
                  width: 100%;
                  position: fixed; /* Stay in place */
                  z-index: 3; /* Stay on top */
                  top: 0; /* Stay at the top */
                  left: 0;
                  background-color: #000000e0;
                  overflow-x: hidden; /* Disable horizontal scroll */
                  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */

              }


              .portPop a {
                  padding: 8px 8px 8px 32px;
                  text-decoration: none;
                  font-size: 25px;
                  color: #ffffff;
                  display: block;
                  transition: 0.3s;
              }

              .sidenav a:hover {
                  color: #828282;
              }

              #popPort-top {
                clear: both;
              }

              /* Position and style the close button (top right corner) */
              .portPop .closebtn {
                  position: absolute;
                  top: 0;
                  right: 25px;
                  font-size: 36px;
                  margin-left: 50px;
              }

              /*
              Style page content - use this if you want to push the page content to the right when you open the side navigation
              #main {
                  transition: margin-left .5s;
                  padding: 20px;
              }
              */

#ConfirmBox {
  border-left-style: solid;
  border-left-width: 10px;
  border-radius: 10px;
  border-color: #65C9FF;

}

/*  Confidential Content    */

    .confidential-container {
    position: relative;
    }

    .confidential-image {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    }

    .confidential-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    }

    .confidential-container:hover .confidential-image {
    opacity: 0.2;
    }

    .confidential-container:hover .confidential-middle {
    opacity: 1;
    }

    .confidential-text {
    background-color: #f5416c;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    }


/*   Adds a box to the Case Studies for Confidentiality and Featured  */
  .identification-slot-white {
    color: #f6416c;
    border: 1px solid #f6416c;
    background-color: #ffffff;
    margin: 15px 0px 0px 0px;
    vertical-align: middle;
    text-align: center;
    padding: 12px;
    width: 50px;
  }

  .identification-slot-pink {
    color: #ffffff;
    border: 1px solid #f6416c;
    background-color: #f6416c;
    margin: 15px 0px 0px 0px;
    vertical-align: middle;
    text-align: center;
    padding: 12px;
    width: 50px
  }
