body {
  background-color: #ffffff;
  font-family: Oswald;
}

header {
  padding: 154px 0 100px;
}

h1 {
  font-weight: 800 !important;
}

h3 {
  font-weight: 600 !important;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  /*background-color: #dfDed4;*/
  padding: 75px 0;
}

#skills hr{
  background-color: #4e4a41;
}


/*======    HOME  FRONT  ======*/


#headHold {
  background-color: rgba(128, 128, 128, 0.5);
  color: #black;
}

h1.nameHold, h3.nameHold{
  margin-left: 340px;
}

#top {
  background-image: url("../img/skyline1.jpg");
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

#iconTop{
  margin-top: 130px;
}

#iconTop,#iconBottom{
  margin-left: 320px;
  color: black;
}

#aboutBtn{
  margin-left: 260px;
}

#aboutBtn:hover{
  color:white;
}


/*======   Nav Bar   =======*/

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color:rgb(128,128,128);
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color:rgba(128,128,128,0.5);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content i {
  margin-left: 15px;
  font-size:20px;
}

.dropdown-content span{
  margin-left:12px;
}

.dropdown-content a:hover {background-color: #fff;
  color:black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#mainNav, footer {
background: rgba(44,44,44,1);
background: -moz-linear-gradient(left, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 13%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(28,28,28,1) 85%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(44,44,44,1)), color-stop(13%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(85%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(left, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 13%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(28,28,28,1) 85%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(left, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 13%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(28,28,28,1) 85%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(left, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 13%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(28,28,28,1) 85%, rgba(19,19,19,1) 100%);
background: linear-gradient(to right, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 13%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(28,28,28,1) 85%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#131313', GradientType=1 );
}

footer{
  padding-top:1.5rem;
  padding-bottom:1.5rem
}

.navbar-brand {
  margin-left: 100px;
}

.navbar {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4)
}

ul.justify-content-end {
  margin-right: 100px;
}

#contact {
  text-align: center;
}

.btn {
  background-color:black;
  color: #d6d3c4
}

/*------   ICON STYLE ------*/

i {
  /*color: rgba(202, 23, 27, 0.75);*/
  color: #636363;
  color: #636363;
}

.devicon-git-plain, .devicon-github-plain, .devicon-gitlab-plain, .devicon-jquery-plain, .devicon-mongodb-plain, .devicon-html5-plain, .devicon-atom-original, .devicon-css3-plain, .devicon-nodejs-plain, .devicon-react-original, .devicon-express-original, .devicon-javascript-plain, .devicon-mysql-plain {
  margin-left: 5px;
  font-size: 40px;
  color: black;
}

/*==== ABOUT STYLE ====*/

#aboutImg {
  text-align: center;
}

#about {
  background-image: ;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

#portImgCon {
  background-image: url(../img/profile.jpg);
  background-repeat: no-repeat;
  float: left;
  width: 300px;
  height: 300px;
  margin-right: 20px;
  object-fit: none;

}

#aboutMeP {
  margin-top: 25px;
}

#aboutWord {
  color: black;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

#meWord {
  color: #4e4a41;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.aboutP {
  font-size: 18px;
}

.circular--square {
  border-radius: 50%;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.img-about {
  margin: 0 auto;
  width: 200px;
  height: auto;
}

.social_links {
  text-align: center;

}

/* ============   SKILLS ==============*/

#frontList {
  text-align: center;
  list-style: none;
  font-weight: 600;
  font-size: 20px;
}

#frontListTop {
  font-weight: bold;
}

#skillTop {
  font-weight: 600;
  font-size: 25px;
  text-align: center;
}

#skillText{
  margin-top:200px;
  font-weight: 600;
  font-size: 25px;
}

#skillP{
  font-size:18px;
}

#skills{
background-color:rgb(128,128,128);
  padding-top:40px;
  color:#f2f2f2;
}

ul#frontList li, ul#backList li {
  display: inline-block;
  border: 2px solid rgba(57, 57, 57, .5);
  border-radius: 50%;
  text-align: center;
  margin: 10px 10px 10px 0;
  padding: 0;
  width: 100px;
  height: 100px;
  line-height: 7;
  font-size: 14px;
  float: center;
}

/*== PORTFOLIO STYLE==*/

.portTag {
    font-size: 4em;
    font-weight: 300;
    margin-bottom: 40px;
}
#experience{
background-color:#CCCCCC;
margin-bottom: 40px;
}
#education{
  margin-bottom: 100px;
}

/*.portTag:before,.portTag:after {
    content: "";
    background: #ccc;
    display: inline-block;
    height: 1px;
    position: relative;
    width: 42%;
    vertical-align: middle;
}*/
#collection, #exper, #edu {
  text-align: center;
}

.portTag:before {
    right: 0.5em;
}
.portTag:after {
    left: 0.5em;
    margin-right: -42%;
}

.img-portfolio {
  width: 400px;
  height: 210px;
  border: 0 none;
  overflow: hidden;
}

img-fluid {
  width: 400px;
  border: 0 none;
  overflow: hidden;
}

.lead2 {
  font-size: 1em;
}

.portfolio-entry {
  text-align: center;
}

.port-row {
  margin-bottom: 60px;
}

.portTag {
  color: black;
  text-align: left;
}

#contact p {
  font-size: 18px;
  font-weight: 600;
}

.clearfix {
  clear: both;
}

.fa {
  margin-left: 15px;
}


.portPic {
  width: 100%;
  height: 210px;
}


#portfolio section{
  background-color: #e1e0dc;
}
/*======   Contact =======*/
#contact{
background-color:rgb(128,128,128)
}

#contact {
  margin-top: -65px;
  clear: both;
}


/*--------   Animations   ------------------*/

/*======  Float  ======*/
@-webkit-keyframes float-up {
  0%   { opacity: 0; top: 4rem; }
  100% { opacity: 1; top: 0; }
}

.float-up {
  opacity: 0;
  position: relative;
  -webkit-animation-name: float-up;
  -webkit-animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
}

.float-up:nth-child(1) { -webkit-animation-delay: .1s; }
.float-up:nth-child(2) { -webkit-animation-delay: .2s; }
.float-up:nth-child(3) { -webkit-animation-delay: .3s; }
.float-up:nth-child(4) { -webkit-animation-delay: .4s; }
.float-up:nth-child(5) { -webkit-animation-delay: .5s; }
.float-up:nth-child(6) { -webkit-animation-delay: .6s; }
.float-up:nth-child(7) { -webkit-animation-delay: .7s; }
.float-up:nth-child(8) { -webkit-animation-delay: .8s; }
.float-up:nth-child(9) { -webkit-animation-delay: .9s; }
.float-up:nth-child(10) { -webkit-animation-delay: 1s; }
.float-up:nth-child(11) { -webkit-animation-delay: 1.1s; }
.float-up:nth-child(12) { -webkit-animation-delay: 1.2s; }
.float-up:nth-child(13) { -webkit-animation-delay: 1.3s; }
.float-up:nth-child(14) { -webkit-animation-delay: 1.4s; }



.view-first img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(202, 23, 27, 0.7);
  background-color: rgba(36, 171, 156, 0.7);
  background-color: rgba(17, 17, 17, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.view-first h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-first p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.view-first:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.view-first a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.view-first:hover h2, .view-first:hover p, .view-first:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.view-first:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.view-first:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


#iconBottom{
   -webkit-animation: fadein 6s;
   animation: 2s ease-out 0s 1 slideInFromLeft;
}

#aboutBtn{
  -webkit-animation: fadein 4s;
}

#headHold {
   -webkit-animation: fadein 4s;

}

#iconTop{
  -webkit-animation: fadein 2s;
   animation: 1s ease-out 0s 1 slideInFromLeft;
}


@keyframes slideInFromLeft {
  0% {
    transform: translateY(0%);
  }
  00% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*--------------------------------------*/

.view {
  width: 100%;
  height: 230px;
  margin: 10px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.view .mask, .view .content {
  width: 100%;
  height: 96%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view img {
  display: block;
  position: relative;
}

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 10px 0 0 0;
}

.view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 15px;
  position: relative;
  color: #fff;
  padding: 5px 10px 10px;
  text-align: center;
}

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
  margin-left: 5px;
}

.view a.info: hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

/*----------    Screen resizing   -----------------*/

@media screen and (max-width:640px) {
  .overlay {
    margin-left: 0px;
    width: 100%;
  }
  .overlay2 {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
  }
  .img-portfolio {
    width: 100%;
    height: 100%;
    border: 0 none;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #portCon {
    width: 100%;
  }
  #aboutMeP {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  #skillText{
    margin-top: 20px;
  }

  #contact p, #contact h3 {
    color:#fff;
    text-shadow: 2px 2px 2px black;
  }

  #aboutBtn{
    margin:0 auto;
  }

  #top{
    text-align: center;
  }

  h1.nameHold, h3.nameHold,  #iconTop, #iconBottom{
    margin-left:0;
  }

  .navbar-brand {
    margin-left: 10px;
  }
}
