footer {
  background-color: #f8f8f8;
  padding: 20px 0;
}

p.copyright {
  margin: 10px 0 0;
}

body {
  width: 100%;
  height: 100%;
}

html {
  width: 100%;
  height: 100%;
}

h1,h2,h3,h4,h5,h6 {
  margin: 20px 0;
  /*font-family: 'Audiowide', cursive;*/
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}

@media(min-width:767px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}

a {
  color: #1797fa;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  /*color: #176e61;*/
  color: #738AA3;
}


/* Navigation Bar Styles */
nav {
  /*font-family: 'Audiowide', cursive;*/
}

a span.my-brand {
  font-size: 24px;
  margin-top: 300px;
  text-shadow: 0px 0px 5px black;
}

.navbar-nav li a {
  text-shadow: 0px 0px 5px black;
}

.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
  text-transform: uppercase;
  background-color: #333;
}

.navbar-brand {
  font-weight: 700;
  height: 66px;
}

.navbar-brand:focus {
  outline: 0;
}

.navbar-custom a {
  color: #fff;
}

.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  padding: 31px;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
  outline: 0;
  background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}

.icon {
  height: 65px;
}

a.navbar-brand {
  padding-top: 7px;
  padding-bottom: 0px;
}

@media(min-width:767px) {
  .navbar {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }

/* Media Query to navbar more responsive */
@media(max-width:996px) {
  .navbar-custom .nav li a {
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

  .top-nav-collapse {
    padding: 0;
    background-color: #333;
  }

  .top-nav-collapse li a, .top-nav-collapse .navbar-brand{
    color: #fff;
    text-shadow: none;
  }

  .top-nav-collapse span.my-brand{
    text-shadow: none;
  }

  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255,255,255,.5);
  }
}

/* Intro / Jumbotron Section*/
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: url(../images/xcode.png) no-repeat center center scroll;
  /*background-color: #000;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro-text {
  font-size: 18px;
  text-shadow: 2px 2px 5px black;
  font-weight: bold;
  /* background-color: rgba(43,61,79,0.2);*/
}

/*.intro-text:hover {
  background-color: #333;
  border-radius: 5px;
  border: 1px solid #1797fa;
}*/

.nanner-header,.intro h1 {
  /*text-shadow: 0px 0px 5px black;*/
  text-shadow: 2px 2px 3px black;
  font-size: 52px;
}

@media(min-width:767px) {
  .intro {
    height: 100vh;
    padding: 0;
  }

  .intro-text {
    font-size: 28px;
    font-weight: bold;
    color: white;
  }
}

.page-scroll .btn-circle i.animated,
.page-scroll .btn-about i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated,
.page-scroll .btn-about:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.content-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.aboutme {
  text-align: justify;
}

#projects, #experience, #contact {
  background-color: #333;
}

#projects h2, #experience h2, #contact h2 {
  color: #1797fa;
}

#projects p, #contact p {
  color: #1797fa;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 45px;
}

#projects p {
  color: #fff;
  font-weight: 300;
  text-align: left;
  font-size: 18px;
  margin-bottom: 45px;
}

#experience {
  color: #1797fa;
  font-weight: 300;
}

.icon-img {
  width: 35px;
  padding: 0px 4px 0px 4px;
}

.skills {
  text-align: left;
  margin-bottom: 10px;
  height: 37px;
}

.pro-icon {
  color: #1797fa;
  padding-right: 7px;
  padding-left: 47px;
}

.pro-skills-lg li {
  font-size: 20px;
  text-align: left;
  list-style-type: none;
  padding-bottom: 10px;
  padding-left: 30px;
  /*margin-bottom: 10px;*/
}

.pro-skills-sm li {
  font-size: 20px;
  text-align: left;
  list-style-type: none;
  padding-bottom: 10px;
  padding-left: 30px;
  /*margin-bottom: 10px;*/
}

.pro-skills-lg{
  border-left: 1px solid rgba(43,61,79,0.4);
}

.coding-skills, .pro-skills-lg {
  border-top: 1px solid rgba(43,61,79,0.4);
}
.coding-skills, .pro-skills-sm {
  border-top: 1px solid rgba(43,61,79,0.4);
}

.date {
  /*font-style: italic;*/
  margin-bottom: 0px;
}

.logo-container {
  height: 85px
}

.work-container {
  max-width: 720px;
  margin: 0 auto;
}
.work {
  color: #fff;
  display: inline-block;
  vertical-align: center;
  /*padding-left: 50px;*/
  /*text-align: left;*/
  font-weight: 300;
  margin-top: 20px;
  padding: 10px;
  height: 187px;

}

.work p {
  font-size: 18px;
  margin-bottom: 0px;
}

.school {
  display: inline-block;
  vertical-align: top;
  /*padding-left: 50px;*/
  text-align: left;
  font-weight: 300;
  margin-top: 20px;
}

.bump {
  margin-top: 5px;
}

.logo {
  width: 220px;
  padding-bottom: 18px;
}

.school img {
  margin-top: 5px;
}

.project-image {
  width: 100%;
}

.app-project-image {
  max-width: 58%;
  border-radius: 20px;
}

/*.img-responsive:hover{
  transform: scale(2,2);
  transition: all 0.3s linear;
}*/

@media(min-width:767px) {
/*  .content-section {
    padding-top: 200px;
  }*/
}

.btn {
  /*text-transform: uppercase;*/
  /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-default {
  border: 1px solid #1797fa;
  color: #1797fa;
  background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #1797fa;
  outline: 0;
  color: #333;
  background-color: #1797fa;
}

.btn-about {
  border: 1px solid #fff;
  border-radius: 0px;
  /*font-family: 'Audiowide', cursive;*/
  color: #fff;
  background-color: #333;
  font-size: 18px;
  font-weight: bold;
}

.btn-about:hover,
.btn-about:focus {
  border: 1px solid #333;
  outline: 0;
  color: #333;
  background-color: #1797fa;
}



ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  /*height: 100px;*/
  position: relative;
  /*width: 100px;*/
  margin: 10px;
  padding: 0px
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

span.text-content:hover {
  opacity: 1;
}

.job-title {
  font-size: 26px;
  padding: 3px auto;
  color: #ff8300;
}

.white {
  color: #fff;
}

.orange {
  color: #ff8300;
}

.vert-center {
  vertical-align: middle;
  margin-left: 5px;
}

.go-left {
  text-align: left;
  margin-left: 15%;
}

.coding-skills #skills-table {
  border-collapse: collapse;
  border: 0px;
}

.text-left {
  text-align: left;
}

.col-edge {
  width: 15%;
}

.col-content {
  width: 32%;
}

.col-center {
  width: 8%;
}

#name {
  margin-top: 190px;
  font-size: 60px;
}
