/*
  Theme Name: p3design
  Version: 1
  Author: Paul Rutan III
*/
    header, a, img, li, nav{
      transition: all .5s;
      -moz-transition: all .5s; /* Firefox 4 */
      -webkit-transition: all .5s; /* Safari and Chrome */
      -o-transition: all .5s; /* Opera */
    }

/* Basic layout */

body{
/* background-color: #ebebeb;*/
background-color:white;
}

ul{
  list-style-type: none;
/*  float: right;*/
}

li{
  display: inline;
  float: left;
}

p {
  font-family:'Lato', sans-serif;
  font-size:18px;
  font-weight:300;
  color:#979797;
  line-height:1.2;
}

h1, h2, h3 {
  font-family:'Montserrat', sans-serif;
}
/*===============================================  NAVIGATION / HEADER ========================================================*/

#wrapper {
  max-width: 1368px;
}
header {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 9999;
  padding-top:0px;
}

header a {
  font-family: 'Montserrat', "Helvetica Neue", sans-serif;
  color:white;
  line-height: 24px!important;
}

header a.active, header a:hover{
  color: #3d3d3d;
}

/* Sizes for the bigger menu */
nav.large-nav {
  height: 80px;
  padding-top:15px;
}

nav.large-nav > a.nav-links:hover {
  background-color:rgba(0,0,0,0);
}
/* Sizes for the smaller menu */
nav.small-nav { 
  height: auto; 
  background-color:rgba(0,0,0,1);
  padding-top:0px;
  border-bottom:solid 1px;
  border-color:rgba(255,255,255,0.3);
}


nav.large-nav > .container > div.navbar-header {
  display:none;
}
.navbar {
  margin-bottom:0px;
}

.navbar-brand {
  font-size:18px;
  font-weight:700;
  letter-spacing:1px;
}


.nav-logo {
  width:40px;
}

.piiibars {
  color: white;
}
/*========================================================== INTRO ===================================================================*/

h2.section-title {
  color:#979797;
  font-family: 'Montserrat', "Helvetica Neue", sans-serif;
  font-weight:700;
  padding-top:80px;
}

section#intro{
  float: left;
  width: 100%;
  background-color: black;
}

.bg {
  width:100%;
  height:100vh;
  background-size: cover;
  background-attachment: fixed;
  background-repeat:no-repeat;
  overflow:hidden;    
  background-position:left top;
  background-image:url(images/autotypebw.jpg);
}


.mainpage-logo {
  margin-top:50%;
  width:80px;
  opacity: .7;
/*  margin-left:auto;
  margin-right:auto;*/

}

.bg h1 {
  font-weight:700;
  font-size:24px;
/*  margin-top:140px;*/
  letter-spacing: 0.01em;
  line-height:1.2em;
  margin-bottom:0px;
  color:rgb(209,174,90);
  opacity:.7;
/*    color:rgba(201, 166, 89, 1);*/
}


.bg p {
  font-weight:300;
  letter-spacing: 0.05em;
  margin-bottom:15px;
  color:white;
}
.cover-main {
  width:100%;
  height:100%;
  overflow: hidden;
  color:white;
  position:relative;
  background-size: cover;
  background-attachment: fixed;
}


.cover-main h1 {
  font-family:'Montserrat';
  font-weight:700;
  color:white;
  font-size:50px;
  padding-top: 0px;
  padding-top: 0px;
  margin-top: 0px;
  width: 80%;
/*  font-size:36px;*/
}

.cover-overlay  {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background: linear-gradient(209deg, rgba(231,76,60,0.9), rgba(141,25,164,0.9), rgba(62,184,255,0.9));
  background: linear-gradient(209deg, rgba(62,184,255,0.9), rgba(141,25,164,0.9),rgba(231,76,60,0.9) );
  background-size: 400% 400%;
  z-index:2;
/*  background:url(images/triangle-background-p.png);*/

  -webkit-animation: gradientoverlay 15s ease infinite;
  -moz-animation: gradientoverlay 15s ease infinite;
  animation: gradientoverlay 15s ease infinite;

}

@-webkit-keyframes gradientoverlay {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}
@-moz-keyframes gradientoverlay {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}
@keyframes gradientoverlay {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}


.cover-overlay-2  {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background: linear-gradient(209deg, rgba(141,25,164,0.9),rgba(231,76,60,0.9),rgba(62,184,255,0.9) );
  background-size: 400% 400%;
/*  background:url(images/triangle-background-p.png);*/

  -webkit-animation: gradientoverlay 15s ease infinite;
  -moz-animation: gradientoverlay 15s ease infinite;
  animation: gradientoverlay 15s ease infinite;

}

@-webkit-keyframes gradientoverlay {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}
@-moz-keyframes gradientoverlay {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}
@keyframes gradientoverlay {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}

.cover-overlay-image {
      background-image:url(images/triangle-background-p.png);
      z-index:1;
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        background-attachment:fixed;
/*
  -webkit-animation: gradientoverlay 15s ease infinite;
  -moz-animation: gradientoverlay 15s ease infinite;
  animation: gradientoverlay 15s ease infinite;*/
}

div.cover-overlay p {
  font-size:18px;
}

ul.slides {
  min-height:100%;
  background:rgba(0,0,0,.6);
}

.profile-picture {
/*  height:100px;
  background-color:red;*/
  width:100px;
  margin-top:0px;

/*  float:left;*/
}

button.cover-link {
  background-color:rgba(255,255,255,0)!important;
  padding:10px 20px 10px 20px;
  border-radius:15px;
  border:solid 1px white;
  color:white;
  font-size:14px;
}

button.cover-link:hover {
  color:gray;
  background-color:white!important;

}


a.cover-link {
  background-color:rgba(255,255,255,0)!important;
  padding:10px 20px 10px 20px;
  border-radius:15px;
  border:solid 1px white;
  color:white;
  font-size:14px;
}

a.cover-link:hover {
  color:gray;
  background-color:white!important;

}

.hero-text {
  z-index: 10;
  position: relative;
}

/*================================================= PORTFOLIO SECTION ===========================================================*/


#portfolio {
  clear:both;
  padding-bottom:20px;
}
#portfolio h2 {
  color:#979797;
  font-family: 'Montserrat', "Helvetica Neue", sans-serif;
  font-weight:700;
  padding-top:80px;
}

#portfolio p {
  color:#979797;
  font-family: 'Lato', "Helvetica Neue", sans-serif;
  font-weight:300;
  padding-left:40px;
  padding-bottom:15px;
  font-size:18px;
}
/* 
.portfolio-p {padding-left:40px;} */

.portfolio-item {
    right: 0;
    margin: 0 0 0px !important;
    padding: 0 0 0px !important;
}

.portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

.portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(231,76,60,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.portfolio-link .caption:hover {
    opacity: 1;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.portfolio-link .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.caption-content h3 {
  padding-top:0px;
  font-style:italic;
}

.portfolio-link .caption-content i {
    margin-top: -12px;
    font-size: 32px;
}

.portfolio-link .caption .caption-content h3,
.portfolio-link .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

button.portfolio-btn {
  padding:10px 20px 10px 20px;
  border-radius:15px;
  color:white;
  background-color: rgba(231,76,60,.9);
  border:0px solid;
  margin-top:20px;
  font-family:'Montserrat', sans-serif;
  font-size:16px;
  margin-bottom:50px;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

button.portfolio-btn:hover {
  border:solid 1px rgba(231,76,60,.9);
  color: rgba(231,76,60,.9);
  background-color:white;

}

@media(min-width:767px) {
   /* #portfolio .portfolio-item {
        margin: 0 0 30px;
    } */
      #portfolio .portfolio-item {
        margin: 0 0 0px;
    }

   #portfolio .portfolio-item {
        margin: 0 0 0px;
    }
}

.portfolio-link .caption-content h4 {
  font-weight: 300;
  margin-top: 8px;
}

.mh-p {
  height: auto;
  padding: 0px!important;
}


.portfolio-modal .modal-content {
    padding: 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
/*     text-align: center; */
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
    background-color: rgba(0,0,0,0)!important;
}

.portfolio-modal.modal.fade .modal-dialog {
  top: 600px;
  opacity: 1;
  -webkit-transition: all 0.3s!important;
  -moz-transition: all 0.3s!important;
  transition: all 0.3s!important;
  width: 100%;
  background-color: white;
  padding-top: 0px;
  margin-top: 0px;
}

.portfolio-modal.modal.fade.in .modal-dialog {
  -webkit-transform: translate3d(0, -600px, 0)!important;
  transform: translate3d(0, -600px, 0)!important;
  opacity: 1!important;
  width: 100%;
}

.portfolio-modal.modal.fade .modal-backdrop {
  opacity:0;
  background-color: red;
}

.modal-body p {
  font-size:14px;
}

.portfolio-modal .modal-header {
      border-bottom: 1px solid #e5e5e5;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-item:nth-child(odd) {
 /*padding-right:7px;*/
}

.portfolio-item:nth-child(even) {
  /*padding-left:7px;*/
}


.project-description {
    font-size:14px;
    padding-bottom:40px;
}

.image-md {
  width:478px;
  height:478px;
}

.gallery-right {
  width:480px;
  float:left;
}

.gallery-left {
  width:480px;
  float:left;
}

.autotype-gallery-8 {
  padding:0px 5px;
}

    /*-------

   Gallery 2

-------*/

.piii-section-no-pad {
    padding:0px!important;
}
.piii-gallery .piii-gallery-item {
    position: relative;
    /*display: inline-block;*/
    padding-bottom: 30px;
}
.piii-gallery .piii-gallery-item > a {
    position: relative;
    display: block;
    background: #fff;
    outline: none;
}
.piii-gallery .piii-gallery-row {
    margin-bottom: -30px;
}
.piii-gallery .piii-gallery-item img {
    width: 100%;
    opacity: 1;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}
.piii-gallery .piii-gallery-item > a:hover img {
    opacity: 0.9;
}
.piii-gallery .piii-gallery-item .icon {
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}
.piii-gallery .piii-gallery-item > a:hover .icon {
    opacity: 1;
}

/* remove spacing */
.piii-gallery .piii-gallery-row.no-gutter {
    margin: 0;
}
.piii-gallery .piii-gallery-row.no-gutter .piii-gallery-item {
    padding: 0;
}

/* container */
.piii-gallery .container.piii-gallery-layout-default {
    padding: 93px 0;
}

/* fix horizontal scrollbar */
.piii-gallery .piii-gallery-layout-default,
.piii-gallery .piii-gallery-layout-article {
    overflow: hidden;
}

/* article layout */
.piii-gallery .piii-gallery-layout > div {
    padding-left: 0;
    padding-right: 0;
}


/* lightbox */
.piii-gallery .modal {
    position: fixed;
    overflow: hidden;
    padding-right: 0 !important;
}
.piii-gallery .modal-body {
    padding: 0;
}
.piii-gallery .modal-body img {
    width: 100%;
}
.piii-gallery .modal .close {
    position: absolute;
    background-image: none;
    font-size: 20px;
    width: 54px;
    height: 54px;
    top: 20px;
    right: 20px;
    line-height: 54px;
    opacity: 1;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    text-shadow: none;
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.piii-gallery .modal .close:hover {
    background: #fff;
    color: #000;
}

/* modal back color opacity */
.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

    section.piii-section {
        margin-top:40px!important;
    }
    .no-pad {
     padding:0px;
    }
    .piii-gallery-layout {
    }
@media (max-width: 768px) {
    .piii-gallery .modal-dialog {
        margin: 10px auto;
    }

    .piii-gallery .carousel-indicators,
    .piii-gallery .carousel-control,
    .piii-gallery .modal .close {
        position: fixed;
    }
}

/* fix fade in effect */
.piii-gallery .modal.fade .modal-dialog {
    margin-top: -100px;
    -webkit-transition: margin-top 0.3s ease-out;
    -moz-transition: margin-top 0.3s ease-out;
    -o-transition: margin-top 0.3s ease-out;
    transition: margin-top 0.3s ease-out;
}
.piii-gallery .modal.in .modal-dialog,
.piii-gallery .modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.piii-gallery .modal.in .modal-dialog {
    margin-top: 30px;
}



 /********** MEDIA KWUERIES ******************/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .project-description {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    font-size:14px;
    padding-bottom:40px;
  }
  .section-title h2 { font-size: 18px; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}


/*================================================= ABOUT SECTION ===========================================================*/

section#about {
/*  text-align:center;*/
  clear:both;
  position:relative;
  width:100%;
/*  background-image: url(images/dtlabw.png);*/
  background-size: cover;
  background-color: rgba(0,0,0,0);
  overflow:hidden;
  padding-top:50px;
}

div#about-content {
    background-image: url(images/dtlabw.png);
/*    height:100%;*/
    width:100%;
/*    height:442px;*/
    overflow:hidden;
    position:relative;
/*    background-attachment:fixed;*/
/*    background-size:200%;*/
    background-position:bottom;
}
#about p {
/*  color:#979797;*/
  color:white;
  font-family: 'Lato', "Helvetica Neue", sans-serif;
  font-weight:300;
  padding:20px 0;
  font-size:16px;
  line-height:1.4;
  letter-spacing: 0.03em;
  word-spacing:2.5px;
}

#about h2 {
  color:white;
  font-size:36px;
  color:rgba(255,255,255,0.8);
}


#about h2.section-title {
  padding-top:150px;
}
.home-about-image {
/*    opacity:0.97;*/
    width:100%;
/*    margin-left:70px;*/
/*    background:url(images/profilepic2.png) no-repeat center;
    background-size: cover;*/
/*    z-index:1000;*/
/*    position:relative;*/
}
.about-avatar {
    text-align: center;
    border: 4px solid #fff;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.45);
    margin-left:auto;
    margin-right:auto;
}

.about-icon {
  color: rgba(231,76,60,.9);
  font-size:28px!important;
  font-weight:bold;
  margin-right:10px;
  vertical-align:middle;
}

.slogan  {
  font-size:36px;
  text-align:center;
  color: rgba(231,76,60,.9)!important;
  font-family: 'Lato', sans-serif!important;
  font-weight:300!important;
  font-style: italic;
  margin-top:70px;
}

.slogan-mobile {
  font-size:28px;
  text-align:center;
  color: white!important;
  font-family: 'Lato', sans-serif!important;
  font-weight:300!important;
  font-style: italic;
  margin-top:70px;
  position:absolute;
  z-index:1000;
  top:40%;
  left:0px;
}


.about-text-mobile h2, .about-text-mobile p {
 color:black!important;
}

.about-text-mobile h2.section-title {
  padding-top:0px!important;
}

/*================================================= SERVICES SECTION ===========================================================*/


#services-content {
  margin-bottom:0px;
  padding-top:50px;
}

#services {
  z-index:-50;
}
#services-content h2.section-title {
  padding-top:40px;
/*   color:rgba(20,20,20,0.8); */
}

hr.hr1 {
    font-family: 'FontAwesome';
    font-size: 25px;
    text-align: center;
    line-height: 1px;
    height: 1px;
    font-size: 1em;
    border-width: 1px 0;
    border-style: solid;
/*    border-color: #ccc;*/
    border-color:#979797;
    margin-top:60px;
    margin-bottom:70px;
}

.hr1:after {
    font-size: 2em;
    content: "\f085";
/*    color: #999;*/
/*    color:#e74c3c;*/
    color:black;
    display: inline;
    background-color: #fdfdfd;
    padding: 0 0.5em;
}

hr.hr2 {
    font-family: 'FontAwesome';
    font-size: 25px;
    text-align: center;
    line-height: 1px;
    height: 1px;
    font-size: 1em;
    border-width: 1px 0;
    border-style: solid;
/*    border-color: #ccc;*/
    border-color:#979797;
    margin-top:60px;
    margin-bottom:110px;
}

.hr2:after {
    font-size: 2em;
    content: "\f0eb";
/*    color: #999;*/
    color:#e74c3c;
    display: inline;
    background-color: #fdfdfd;
    padding: 0 0.5em;
}
.fade2 {
  display:block;
}

.serv-container {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
}
.serv-icons {
  width:80%;
  margin-left:auto;
  margin-right:auto;
  min-height:120px!important;
}

i.fa-serv-icon {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
/*  font-size:80px;    for large and medium devices*/
  font-size:48px;
  color:#979797;
}

.serv-icons p {
  text-align:center;
  font-size:16px;
  color:black;
  font-family:'Lato', sans-serif;
}

#skill {
  padding-bottom:60px;
}

.skill-bar {
  color:white;
  font-family:'Montserrat', sans-serif;
  text-transform:uppercase;
  padding:5px 8px 5px 2px;
  margin-bottom:5px;
  border-radius:3px;
}

.skill-bar span {
  margin-left:5px;
}

.skill-percent {
  float:right;
  margin-right:5px;
}

.bean-skillset {
  margin-top:10px
}


/*============================================== RESUME SECTION ===========================================================*/


header#resume-header {
  float: left;
  width: 100%;
  z-index: 9999;
  padding-top:0px;
/*   box-shadow: 0px 3px 5px 0px #E1DDDD; */
}

.resume-nav-border {
  background:-webkit-linear-gradient(209deg, rgba(62,184,255,1), rgba(141,25,164,1), rgba(231,76,60,1));
  background-size: 150%;
  height: 6px;
}

#resume {
  clear:both;
  padding-left:15px;
  padding-right:15px;
}


#resume h3 {
/*   text-transform:uppercase; */
  font-size:32px;
  font-weight:700;
  padding-top:80px;
}

#resume h2.section-title {
  padding-top:0px;
}

.resume-content {
  padding: 10px;
}

.resume-logo {
  width: 25%;
  float: left;
/*   display: none; */
}

.dh-logo {
  width: 50%;
}

.resume-contact {
  padding-top: 100px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E4E4E4;
}

.resume-contact-pad {
  padding: 15px 0px 30px 0px!important;
}


#resume-2 h2 {
  font-family: 'Montserrat';
  font-weight: 400;
  padding-bottom: 6px;
/*   color: #8B8989; */
  color: #5C5B5B;
  font-size: 26px;
  margin-bottom: 0px; 
  margin-top: 10px;

  /*  remove margin bottom style for col-md and above */

/*  font-size: 36px; 
    padding-left: 20px; 
    text-align: center;

    background:-webkit-linear-gradient(209deg, rgba(62,184,255,1), rgba(141,25,164,1), rgba(231,76,60,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */


}

#resume-2 .resume-details h3 {
    font-family: "Lato";
    text-transform: uppercase;
    font-weight: 300;
    float: left;
    letter-spacing: 0.3em;
    margin-bottom: 3px;
    width: auto;
    font-size: 24px;
    width: 100%;
 /* font-size: 28px; */
}

#resume-2 h6 {
  margin-top: 0px;
      font-weight: 300;
    font-style: italic;
    float: left;
    margin-bottom: 2px;
    margin-top: 10px;
    font-size: 16px;
    padding-bottom: 0px;
}

.resume-title {
  display: block;
  padding-top: 15px;

}

.resume-icon-container {
  float: left;
/*   margin-left:auto;
  margin-right:auto; */
  padding-top:19px;
  margin-right: 15px;
  text-align: center;
  border:2px solid #BBB;
/*   width:75px;
  height:75px; */
  border-radius: 100%;
/*   padding-top: 18px; */
  padding-top: 8px;
  width: 40px;
  height: 40px;
/*   background:-webkit-linear-gradient(209deg, rgba(62,184,255,1), rgba(141,25,164,1), rgba(231,76,60,1));
  background-size: 800%; */
}

.resume-contact-icons {
  display: inline-block;
  margin-top: 10px;
}
.resume-contact-icons .resume-icon-container {
  width: 40px;
  height: 40px;
  padding-top: 8px;
}
i.resume-icon {
  font-size: 18px;
  /* font-size: 36px; */
  color:#BBB;

}

.resume-details h6 {

  /* font-size: 20px; */
}

.resume-details h6, .resume-details p {
  font-family:'Lato', sans-serif;
  color: #878787;
}

.resume-details p {
  font-size: 18px;
  line-height: 1.25em;
/*   letter-spacing: .04em; */
}

.resume-contact-text {
/*   padding-left: 15px; */
  padding-top: 0px;
}

.resume-text p {
  padding-top: 0px;
  margin-top: -4px;
  font-size: 16px;
}

#resume-2 .resume-text h3 {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 16px;
/*   text-transform: uppercase; */
/*   letter-spacing: 0.2em; */
  color: black;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 2px;
/*   padding-top: 10px; */

}

.resume-item {
  margin-bottom: 25px;
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #E4E4E4;
  padding-top: 25px 0px;
}

a.client-url {
  color: black;
  font-size: 16px;
}

.tags-ul {
  margin-top: 15px;
}

.skill-tags {
  display: inline-block;
  margin-right: 3px;
}

.skill-tags {
  background:-webkit-linear-gradient(209deg, rgba(141,25,164,1), rgba(231,76,60,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
}

.tags-ul li {
  border-radius: 15px;
  border: 1px solid rgba(231,76,60,1);
  margin-right: 3px;
  margin-bottom: 5px;
}

.resume-nav {
  border-bottom: 1px solid #DBDBDB;
  height: auto;
  opacity: .9;
  background-color: white;
  display: block;
}

.resume-piii-logo {
  display:block;
}

.resume-piii-logo img {
  float: left;
}

.resume-nav-logo {
  width: 35px;
  padding: 15px 0px 0px 0px;
  margin-right: 10px;
}

.resume-name {
  height: auto;
  float: left;
  max-width: 225px;
}

.resume-name h1 {
  font-weight:500;
  color: #5C5B5B;
  margin-top: 0px;
  padding-top: 10px;
  font-size: 34px;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
  padding-left: 15px;
  float: left;
  font-family: montserrat;
}

.resume-name h4 {
  float: left;
  padding-left: 15px;
  font-weight: 300;
  font-family: 'lato';
  color: #333;
  margin: 0px 0px 17px 0px;
  letter-spacing: ;
  font-size: 16px;
}

#resume-nav-contact {
  border: 1px solid #BBB;
  border-radius: 5px;
  margin-top: 15px;
}
#resume-nav-contact i {
/*   background:-webkit-linear-gradient(209deg, rgba(141,25,164,1), rgba(231,76,60,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-size: 23px;
  color: #BBB;
}
span.type-color-olay {
/*   font-weight: 700; */
      background:-webkit-linear-gradient(209deg, rgba(141,25,164,1), rgba(231,76,60,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
      display: inline-block;
}

.iii {
  letter-spacing: -0.08em;
      background:-webkit-linear-gradient(209deg, rgba(62,184,255,1), rgba(141,25,164,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#education {
  background-image: url(images/csun_exterior.jpg);
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
  background-position: center;
}

#skills-content h1 {
  font-weight: 700;
  font-family: 'Montserrat';
  font-size: 36px;
}

.job-title {
  width: 100%;
  font-weight: 700;
  display: block;
  font-size: 14px;
  color: black;
  /* make sure to remove this in col-md sizes and above */
}

.job-city {
  width: 100%;
  padding-bottom: 20px;
}


/*  Resume Media Queries----------------------------------------------------------------- */

              /* Custom, iPhone Retina */ 
              @media only screen and (min-width : 320px) {}

              /* Extra Small Devices, Phones */
              @media only screen and (min-width : 480px) {}

              /* Small Devices, Tablets */
              @media only screen and (min-width : 768px) {
                  .resume-icon-container {
                    margin-left: auto;
                    margin-right: auto;
                    float: none;
                    border-radius:50%;
                    border:3px solid #BBB;
                    width:75px;
                    height:75px;
                }
                #resume-2 .resume-text h3, #resume-2 .resume-text p  {
                  text-align: center;
                }

                #resume-2 .resume-text p {
                  padding-top: 8px;
                  line-height: 1.2;
                }

                i.resume-icon {
                    font-size: 32px;
                    color:#BBB;
                  }

                .resume-icon-container {
                  padding-top:15px;
                  border:  3px solid #BBB;
                }
              }

              /* Medium Devices, Desktops */
              @media only screen and (min-width : 1024px){
                .resume-contact-pad {
                padding: 30px 100px 30px 100px!important;
                }

              }

              /* Large Devices, Desktops */
              @media only screen and (min-width : 1200px) {
                .resume-contact-pad {
                padding: 30px 170px 30px 170px!important;
                }
              }

/*=============================================== HIRE ME SECTION ===========================================================*/

#hire-me {
  width:100%;
  background-color: rgb(60,60,60);
  height:auto;
}

.hire-me-cta {
  background-color:rgb(60,60,60);
  height:100%;
  padding:60px 0px;
}

.hire-me-cta h2 {
  margin-top:0px;
  font-family: 'Lato', sans-serif!important;
  font-weight: 300!important;
  font-style: italic;
  font-size:32px;
/*  color:#AF2C5D;
  color:rgba(62,184,255,0.9);
  color:rgba(141,25,164,0.9);*/
  color:white;
  line-height:1.3em;
  margin-bottom:15px;
  text-align:center;
  color:white;
}

.hire-me-cta p {
  padding-bottom:15px;
}

.hire-me-cta a {
  float:left;
  border:1px solid white;
  color:white;font-family:'montserrat';
  text-transform:uppercase;
/*  font-weight:700;*/
  font-size:12px;
  letter-spacing:2px;
  padding:16px 16px;
  border-radius:30px;
  border: linear-gradient(209deg, rgba(141,25,164,0.9),rgba(231,76,60,0.9),rgba(62,184,255,0.9) );
  margin-bottom:10px;
  
  /*  background-size: 400% 400%;
  background:url(images/triangle-background-p.png);


  -webkit-animation: gradientoverlay 15s ease infinite;
  -moz-animation: gradientoverlay 15s ease infinite;
  animation: gradientoverlay 15s ease infinite;*/

}

.form-btn {
  margin-bottom:10px;
  width:100%;
}

.hire-me-cta a:hover, .hire-me-cta:focus {
  
}


/*============================================   TESTIMONIAL SECTION ============================================*/

.reviews {
  list-style: none;
  margin: 0 -15px;
  padding: 3px 0 0 0;
  width:100%;
  height:auto;
  position:relative;
}
.reviews-item {
  position: relative;
  margin-top: 39px;
}
.reviews-text {
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #ededed;
  color: #777;
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
  position: relative;
}
.reviews-text:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  background-color: #fafafa;
  border-color: #ededed;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  bottom: -8px;
  content: "";
  display: block;
  left: 50px;
  position: absolute;
}
.reviews-p {
  margin: 0;
}
.reviews-author {
  margin-top: 30px;
  padding-left: 102px;
  position: relative;
}
.reviews-author--short {
  margin-top: 27px;
  padding-left: 32px;
}
.reviews-author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 33px;
  position: absolute;
  top: 0;
  content:"/f113";
}
.reviews-author-name {
  color: #777;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -3px;
}
.reviews-author-bio {
  color: #999;
  font-size: 12px;
}


#testimonials h2.section-title {
  margin-top:0px;
  padding-top:80px;
}


/*=============================================== MAPS ====================================================================================*/


#map {
  width:100%;
  height:200px;
/*   margin-top:40px!important; */
  padding-top: 0px;
}

.mapz {
 /*  margin-top:130px!important; */
/*  margin-left:80px;*/
  background-color:#fff;
/*   z-index:1;
    position:absolute;
    top: 0;
    left: 0;  */
/*  margin-bottom:40px;*/
}

.map-overlay {
  height: 100%;
  width: 100%;
  position: relative;
  background: linear-gradient(209deg, rgba(141,25,164,0.9),rgba(231,76,60,0.9),rgba(62,184,255,0.9) );
  background-size: 400% 400%;
  z-index: 99;
}

.map-overlay-image {}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .hire-me-cta h2 {
    text-align:left;
  }
  .cover-overlay-image {
  }
    .resume-logo {
    width: auto;
    float: right;
  }
  .resume-details h6 {
    float:right;
    margin-top: 30px;
  }
  .resume-details h2 {
    width: auto;
  }
    .mainpage-logo {
      margin-top:32%;

  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #map {
      height:400px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}

/*============================================== CONTACT SECTION ===========================================================*/

section#connect {
  width:100%;
/*   background-color: rgb(60,60,60); */
  padding-top: 90px;
}

.contact-bg {
/*   background-color: rgb(60,60,60);
  position: relative; */
}

#connect h2 {
  margin-bottom:0px;
  color:white;
  font-weight:900;
  font-family:'Montserrat', sans-serif;
}

.connect-overlay {
/*  background-color:rgba(171,16,0,.9);*/
/*  background-color:rgba(79,27,139,0.9);*/
/*  background-color: rgba(6,199,232,.9);*/
/*  background-color:rgba(20,20,20,1);*/
  background-color: rgba(124,209,78,.9);
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-10;
  clear:both;
}

.connect-title {
  z-index:1000;
  position:center
}

.contact-icon-container {
  float: left;
/*   margin-left:auto;
  margin-right:auto; */
  /* padding-top:19px;
  margin-right: 15px; */
/*   text-align: center; */
}

#connect h5 {
  font-family:'Lato';
  font-size:22px;
  font-weight:400;
  margin-bottom:0px;
  margin-top:10px;
/*  color:#c9a659;*/
  color:white;

}

#connect p {
  font-size:19px;
/*  color:#c9a659;*/
  color:white;
  line-height:1.4;
  font-weight:300;
  letter-spacing:.01em;
  font-family:'Lato', sans-serif;
  margin-top:0px;
  margin-bottom:25px;
}

#connect h4 {
    color:#c9a659;
    font-size:32px;
    font-family:'Lato' sans-serif;
    font-weight:900;
    margin-bottom:20px;
    padding-top:80px;
}

#connect i {
  font-size:36px;
/*  color:#c9a659;*/
  color:white;
}

.contact-sm-icons {
  padding-left:10px;
  display:inline-block;
}

.home-sm-icons-foot {
  display:inline-block;
  font-size:42px;
  margin-bottom:30px;
}

#home-form-list {
    display:block;
    width:70%;
}
#home-form-list li {
  height:55px;

}

.forms-link-btn {
  color:#6c3a56;
  border-radius:20px;
  border: solid 1px white;
  padding:10px 17px 10px 17px;
  float:left;
  margin-bottom:10px;
  margin-left:15px;
  color:white;

}

#homepage-contact {
  background: #050505 url("images/typography1920.png") repeat 0% 0% / cover;
  overflow: hidden;
  position: relative;
  height: auto;
  display: block;
}

.color-overlay-3 {
  width:100%;
  height:100%;
  background: linear-gradient(209deg, rgba(231,76,60,0.9), rgba(141,25,164,0.9), rgba(62,184,255,0.9));
  background: linear-gradient(209deg, rgba(62,184,255,0.9), rgba(141,25,164,0.9),rgba(231,76,60,0.9) );
  background-size: 400% 400%;
  z-index:9;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-animation: gradientoverlay 15s ease infinite;
  -moz-animation: gradientoverlay 15s ease infinite;
  animation: gradientoverlay 15s ease infinite;

}

@-webkit-keyframes gradientoverlay {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}
@-moz-keyframes gradientoverlay {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}
@keyframes gradientoverlay {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}

.contact-text {
  padding-left: 15px;
  padding-top: 0px;
}

.contact-text p {
  padding-top: 0px;
}

.contact-item {
  margin-bottom: 50px;
  display: block;
}

.contact-item a:hover {color:rgb(60 60 60);}

#footer {background-color: rgb(60 60 60); padding:10px;}
#footer p {color:white;}
/*========================== PORTFOLIO STYLES ===========================================================*/

#portfolio-content {
  padding-top: 100px;
  background-image: url('images/blackandwhitebghero.png');
  background-size: 700%;
  background-position: right top;

}

.project-header-brand {
  padding-bottom: 12px;
}

.project-title {
  font-family: 'lato';
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding-bottom: 10px;

}

i.port-stats {
  font-size: 20px;
}

.port-images {
  padding-top: 20px;
}

.proj-descript {
  padding-top: 10px;
}

.smpresents {
  margin-bottom: 10px;
}
/*=================================================== HELPERS ================================================================*/


.left {
  float: left;
}
.mt-40 {
  margin-top:-60px;
}

.mt-50 {
  margin-top: ;
}
.mb35 {
  margin-bottom:40px;
}

.mb25 {
  margin-bottom: 25px;
}
.bold {
  font-weight:700;
}

.light-gray {
  background-color:#F7F7F7;
}

.line-break {
  margin-top:-22px!important;
}

.center {
  margin-left:auto;
  margin-right:auto;
}

.desk-container {

}

.mw-960 {
  max-width:960px!important;
  margin-left:auto;
  margin-right:auto;
}

button:focus {outline:0;}

.pad-top-75 { padding-top:75px;}
.pad-top-50 {
  padding-top: 50px;
}

.pad-bot-40 {
  padding-bottom: 40px;
}

.pad-bot-30 {
  padding-bottom: 30px;
}

.pad-bot-20 {
  padding-bottom: 20px;
}

.pad-bot-10 {
  padding-bottom: 10px;
}

/*====================================================    BOOTSTRAP MODAL  =====================================================  */

.portfolio-modal {
  background-color:white;
}

.modal {
  width:100%;
  padding-left:0px;
  height:auto;
}

.violet-text {
  margin-top:20px;
}
.modal-header {
  width:100%;
  height:auto;
  margin-top:0px;
  position:fixed;
  border-bottom:0px;
 /*   background-color: rgba(231,76,60,.9);*/
  background-color:rgba(255,255,255,.95);
  padding:0px;
  z-index:2000;
  padding:0px;
  color:white;
}

.modal-header .close {
  margin-top:0px;
}

.modal-header .navbar-brand {
  color:rgb(100,100,100);
}
.modal-header > button {
  width:50px;
  height:50px;
  position:absolute;
  top:0;
  right:0;
  color:red;
  font-weight:300;
}

.modal-header > button:hover {
  background-color:red;
  text-shadow:none;
}

.modal-body {
  padding:50px 0px 0px 0px;
}


.modal-body h2 {
    color:#979797;
    font-weight:700;
/*    text-align:center;*/
    padding-top:20px;
    text-transform:uppercase;
    font-size:18px;
    letter-spacing:1.37px;
    padding-bottom:20px;
}

.modal-body h5, .modal-body p {
  letter-spacing: 2.3px;
  line-height: 1.6;
}
body.modal-open {  
  left:0;
  top:0;
  right:0;
  bottom:0;
  width:100%;
  margin-left:0px;
  margin-right:0px;
  }

  body.modal-open > header#site-nav > nav.navbar.nav-bar-custom.navbar-fixed-top.large-nav {
    display:none;
  }

 body.modal-open > header#site-nav > nav.navbar.nav-bar-custom.navbar-fixed-top.small-nav {
    display:none;  
 }


body.modal-open > header#site-nav > nav.navbar.nav-bar-custom.navbar-fixed-top.small-nav {
  display:none;
}


.modal-footer button {
  background-color:white;
  color:gray;
}


.project-slider {
background-color: #B21F24;
/*padding: 84px 0px 114px;*/
position: relative;
height:550px;
overflow:hidden;
width:100%;
}

.bg-slide {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-image: url("http://placehold.it/1920X1080");
background-repeat: no-repeat !important;
background-size: cover;
opacity: 0.07;
}


#slider {
    margin-top:60px;
}

#slider > .slides {
  height:350px;
}

.flex-direction-nav li a.flex-next {
    margin-left: 540px;
}
.flex-direction-nav li a {
    position: absolute;
    z-index: 2000;
    top: 22%;
    left: 22%;
    margin-top: -30px;
    margin-left: -582px;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0% padding-box;
    display: block;
    width: 42px;
    height: 44px;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
    line-height: 44px;
    transition: all 300ms ease-in-out 0s;

}

  /********** MEDIA KWUERIES ******************/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
  .home-about-image {
  margin-left:0px;
  
  }
  #portfolio h2 {
    padding-top:80px;
    margin-bottom:0px;
  }
  .about-text-mobile h2 {
    text-align:center;
    padding-top:0px;
  }
  #about > .about-text-mobile p {
    font-size:14px;
  }
    .contact-container {padding-left:65px;}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .bg {
/*       height:460px; */
    }
    .mainpage-logo {
      margin-top:36%;
    }
    .bg-mobile-margin {
      margin-left:10px;
    }
    .cover-main h1 {
    margin-top:0px;
    font-size: 40px!important;
    }

    .cover-main p {font-size:15px!;}
    .contactcontainer { padding-left:25px; }
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .bg-mobile-margin {
      margin-left:10px;
    }
/*     .contact-icon-container {
      margin-left: auto;
      margin-right: auto;
      float: none;
      border-radius:50%;
  border:2px solid #c9a659;
      border:2px solid white;
      width:75px;
      height:75px;
    } */
    .contact-text {
/*       text-align: center; */
      padding-left: 0px;
    }
  .color-overlay-3 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .contact-item {

  }
  #connect h5 {
    font-size: 28px;
  }
  .contact-container { padding-left: 55px; }

/*   .cover-main h1 {font-size:50px!important;} */

/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {
    .cover-main h1 {
      margin-top:10px;
    }
    .mainpage-logo {
      margin-top:40%;
    }
    .bg {
/*       height:768px; */
    }
    .desk-container {
      width:100%!important;
    }
    .portfolio-item:nth-child(odd) {padding-right:0px;/*padding-right:15px;*/}

  .portfolio-item:nth-child(even) {
  /*padding-left:15px;*/
  }
  #portfolio-content {
    background-size: 320%;
  }
  .project-title {
    font-size: 48px;
  }
  .port-images {
  padding-top: 50px;
  }
  .smpresents {
  margin-bottom: 60px;
  }
  .contact-container {padding-left:205px;}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

  .bg {
  height::100vh!important;
  background-size:cover;
  }

  .mainpage-logo {
    margin-top:20%;
 /*   width:175px;*/
/*    margin-left:auto;
    margin-right:auto;*/
  }

  div.cover-overlay p {
    font-size:26px;
  }
  #about-content {
    max-height:520px;
  }
  .home-about-image {
    margin-left:0px;
    margin-top:-20px;
  }

    .desk-container {
    max-width:1170px;
  }

  #portfolio > .container {
    padding:0 75px;
  }
}


/*    Mobirise   */

.mbr-gallery .mbr-gallery-row.no-gutter {
    margin: 0;
}
.mbr-gallery .mbr-gallery-row.no-gutter .mbr-gallery-item {
    padding: 0;
}
