/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}

b {
  font-size: 20px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  color: #5998ff;   /*bright green*/
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*  text-transform: uppercase;
*/  font-weight: 700;
}


.img-centered {
  margin: 0 auto;
}

header {
  color: black;
  font-size: 16px;
}
header .container {
/*  padding-top: 150px;
  padding-bottom: 20px;
*/}
header h2 {
  margin: 0;
  font-size: 3em;
}
header img {
  margin: 10px;
}

@media (min-width: 768px) {
  header .container {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
  background: #000;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  border: none;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  color: #292929;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #292929;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #292929;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #292929;
  color: white;
  border-color: #292929;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
.navbar-brand img {
  display: inline;
}
.navbar-logo {
  height: 30px;
}
section {
  padding: 50px 0;
}
section h2 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 3em;
}
section li {
  font-size: 20px;
}
section.success {
  background: #292929;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}

.youtube-embed {
  background:black;
}

.light {
  background: #e5e5e5;
}

.lighter {
  background: #f4f4f4;
}

section {
  color: black;
}

section img {
  margin: 5px;
}

ol li {
  margin: 10px 0;
}

.col-md-4 img {
  width: 300px;
}

.table-striped .block {
  width: 400px;
}

.table-striped>tbody>tr:nth-child(odd)>td {
  background-color: #f4f4f4;
  border: none !important;
 }

 .borderless td {
  border: none !important;
 }
