
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: PlayfairDisplay-BlackItalic;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.ttf');
}

@font-face {
  font-family: PlayfairDisplay-BoldItalic;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.ttf');
}

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/Poppins/Poppins-Medium.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {max-width: 1200px;}


/*//////////////////////////////////////////////////////////////////
[ Form ]*/
.contact100-form {
  max-width: 100%;
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 500px;
  max-width: 100%;
  position: relative;
  background-color: transparent;
  height: 80px;
}

/*---------------------------------------------*/
.input100 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 90px 0 35px;
  background-color: #fff;

  box-shadow: 0 10px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.1);
}

.input100:focus {
  box-shadow: 0 10px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.2);
}

/*//////////////////////////////////////////////////////////////////
[ Simple slide100 ]*/
.simpleslide100-parent {
  position: relative;
  z-index: 1;
}

.simpleslide100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.simpleslide100-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}



/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}
.cl1 {color: #333;}




/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/

/*---------------------------------------------*/
.s2-txt1 {
  font-family: Poppins-Medium;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
}



/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/

/*---------------------------------------------*/
.m2-txt1 {
  font-family: Poppins-Regular;
  font-size: 24px;
  color: #999;
  line-height: 1.2;
}

.m2-txt2 {
  font-family: PlayfairDisplay-BoldItalic;
  font-size: 18px;
  color: #333;
  line-height: 1.1;
}

.company {
    font-size: 18px;
    font-family: 'Barlow Condensed', sans-serif;
    color: #333;
}

.date {
    float:right;
    font-size: 16px;
    font-family: 'Barlow Condensed', sans-serif;
    color: #999;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.l1-txt1 {
  font-family: PlayfairDisplay-BlackItalic;
  font-size: 36px;
  color: #333;
  line-height: 1.1;
}


/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  min-height: 100vh;
}

.size2 {
  width: 90px;
  height: 80px;
}

.size3 {
  width: 36px;
  height: 36px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  width: 50%;
}

.wsize2 {
  max-width: 100%;
}

/*//////////////////////////////////////////////////////////////////
[ Height ]*/




/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}

.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




/*//////////////////////////////////////////////////////////////////
[ Border ]*/





/*==================================================================
   WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE
==================================================================*/




/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW
==================================================================*/
.placeholder0::-webkit-input-placeholder { color: #999999;}
.placeholder0:-moz-placeholder { color: #999999;}
.placeholder0::-moz-placeholder { color: #999999;}
.placeholder0:-ms-input-placeholder { color: #999999;}


/*---------------------------------------------*/
.overlay1 {
  position: relative;
  z-index: 1;
}
.overlay1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}

/*---------------------------------------------*/
.wrappic1 {
  display: block;
}

.wrappic1 img {
  max-width: 100%;
	height: 50px;
}

/*---------------------------------------------*/
.how-btn1 {
  padding: 0 15px;
  background-color: #fff;
  border-radius: 25px;
}

.how-btn1:hover {
  background-color: #555555;
  color: #fff;
}

/*---------------------------------------------*/
.how-social {
  color: #fff;
  font-size: 22px;
  background-color: #ccc;
  border-radius: 50%;
}

.how-social:hover {
  background-color: #333;
  color: #fff;
}


/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

/*---------------------------------------------*/
.hov1:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}






/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1200px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    width: 60%;
  }

  /*---------------------------------------------*/
  .respon2 {
    width: 40%;
  }

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 992px) {
  .dis-none-lg {display: none;}
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  /*---------------------------------------------*/
  .respon2 {
    width: 100%;
    height: 500px;
  }


}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 768px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}
  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 576px) {
  .dis-none-sm {display: none;}
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}

  /*---------------------------------------------*/
  .respon3 {
    font-size: 60px;
  }


}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}
  /*---------------------------------------------*/

}

/* ~~~~~~~~ Layout fixes / misc styles ~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.sample {
    color: #888;
}

@media screen and (min-width: 993px) {
  /* Slider fixed position -- fix */
  .screenFH {
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
  }

  .custom-resume {
    /* Force content box to go 100 viewport height on desktop */
    min-height: 100vh;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

.section {
  border-bottom: 1px #ccc dotted;
  margin-bottom: 20px;
}

.bio p {
    margin-bottom: 10px;
}

.custom-title-box {
  position: relative;
}

.location{
    color: #999;
}

.contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap:wrap;
}

.contact ul li {

    padding: 0 16px 16px 0;
}

.contact ul li a {
    color: #f53dc3;
    border-bottom: 1px dotted #f53dc3;
}

.contact ul li a:hover {
    color: #ca2eaa;
    border-bottom: 1px dotted #ca2eaa;
}

.contact ul li::before {
content: none;
}

::selection {
color: #fff;
    background: #f53dc3; /* WebKit/Blink Browsers */
}
::-moz-selection {
    color: #fff;
  background: #f53dc3; /* Gecko Browsers */
}

.bio-pic {
    float: right;
    height: 120px;
    width: 120px;
    display: block;
    padding: 0 0 15px 15px;
}

@media screen and (max-width: 480px) {
.bio-pic {
    display: none;
}

}

.img-caption {
    position: absolute;
    padding: 10px 20px;
    bottom: 40px;
    right: 0;
    background: #fff;
    text-align: center;
    opacity: 0.8;
    color: #000;
    font-weight: 400;
    border-radius: 4px 0 0 4px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .25);
}

/* ~~~~~~~~ Copy Email ~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.email-container {
    width: 185px;
}
.email-container::after {
  content:'';
  display: table;
  clear: both;
}

.email-container input {
    outline: none;
    width: 165px;
    align-self: center;
    color: #666;
    background-color: #fff;
    border: none;
    float: left;
    color: #f53dc3;
    border-bottom: 1px dotted #f53dc3;
}

.email-container .icon-container {
    float: left;
    width: 15px;
    height: 16px;
    color: #f53dc3;
}

.email-container .icon-container i::before {
    display: block;
    width: 15px;
    margin: 0 auto;
}

.email-container.copied::after {
    font-family: 'Barlow Condensed', sans-serif;
    position: absolute;
    top: -5px;
    z-index: 100;
    right: -30px;
    height: 30px;
    line-height: 25px;
    display: block;
    content: "COPIED";
    font-size: 12px;
    font-weight: 500;
    padding: 1px 8px;
    color: #f53dc3;
    background-color: #fff;
    border: 1px solid #f53dc3;
    border-radius: 2px;
    opacity: 1;
    will-change: opacity, transform;
    -webkit-animation: showcopied 1.5s ease;
    animation: showcopied 1.5s ease;
}

.email-container:hover i {
    cursor: pointer;
    color: #ca2eaa;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.email-container:hover input{
    cursor: pointer;
    color: #ca2eaa;
    border-bottom: 1px dotted #ca2eaa;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

@media screen and (max-width: 600px) {
  .contact ul {
    flex-direction: column;
    
  }
  .contact ul li{
    padding: 20px 0;
  }

  .email-container.copied::after {}
}
@-webkit-keyframes showcopied {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
    }
}

@keyframes showcopied {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
    }
}


/* ~~~~~~~~ Navigation tab styles ~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#myTab {
  border-bottom: none;
  margin-top: -10px; /* Push move up nav space on mobile */
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
}

#myTab .nav-link {
  padding: 0 5px;
  margin: 0;
  color: #999; /* Nav font color */
  background: transparent;
  border: none;
  font-weight: 500;
}

#myTab .nav-link:hover {
  color: #888; /* Nav hover color */
}

#myTab .nav-link.active {
  color: #f53dc3; /* Nav active font color */
}

#myTab .nav-link.active:hover {
  color: #ca2eaa; /* Nav active hover font color */
}

#myTab li {
  list-style: none;
  padding: 0;
}

#myTab li::before {
  display: none;
}

#myTab .nav-item:first-child .nav-link {
  padding: 0 5px 0 0;
}

#myTab .nav-item:last-child .nav-link {
  padding: 0 0 0 5px;
}

@media screen and (min-width: 650px) {
  #myTab {
    /* Absolutely position the navigation to the right on desktop */
    position: absolute;
    right: 0;
    top: 18px;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
  }
}


/* ~~~~~~~~ Custom Bullet styles ~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul li {
  list-style: none;
  position: relative;
  padding: 0 20px 10px;/* padding for custom list items */
}

ul {
  padding: 16px 0;
  margin: 0;
}

ul li::before {
  /*  custom bull points using font awesome 4.7, to replace copy and paste bullest from cheat sheet  https://fontawesome.com/v4.7.0/cheatsheet/ */
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  color: #999; /*  bullet color */
  left: 3px; /*  bullet from left side */
  top: 9px; /*  bullet from top  */
  font-size: 5px; /*  bullet size */
}