h2,h4 {
  margin: 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

body {
  padding-top:0px;
  width:100%;
  height:100%;
  margin:0%;
  background: url("/SiteAssets/bluewoodbg.jpeg") no-repeat;
}

.container {
  width: 100%;
  margin: 0;
  padding: 0;
}

.header {
  margin: auto;
  padding-top: 0px;
  height:1000px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap; 

}

.navbar {
  background-color: rgba(255, 255, 255, .90)
}

.navbar-toggle {
  float: left;
  margin-left: 15px
}

.navbar-default .navbar-nav>li>a {
  font-weight: bold;
  color: #252525;
}

#home {
  background-color: rgba(255, 255, 255, .93);
  opacity: 75%;
  border-radius: 15px;
  color: #252525;
  height: auto;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding: 65px 30px;
  box-sizing: border-box; /* required */
    width: 100%; /* required */
    flex: none; /* required */
}

#particle-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
  }

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.about {
  margin: 0;
  padding: 50px 20px;
  height:auto;
  width: 100%;
  background-color: #fff;
}


.professional {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px;
    background-color: #383838;
  }

  .professional h1 {
    color: #FFF;
    font: Montserrat;
  }

.content {
  max-width: 900px;
  margin: auto;
}

#skills {
    float: left;
    width: 50%;
  }

  #social-box h1 {
    padding: 20px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
  }

  #social-box h1 {
    padding: 20px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
  }

  #links {
    width: 50%;
    float: left;
  }
  
  #links h1 {
    padding: 20px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
  }

  #contact-form {
    float: left;
    width: 50%;
    padding: 1em;
  }
  
  #social-box {
    width: 50%;
    float: left;
    align-content: center;
    align-items: center;
    text-align: center;
  }
  
  #social-box h1 {
    padding: 20px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
  }
  
  

.background {
  background: url("/SiteAssets/bluewoodbg.jpeg") no-repeat;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section {
    padding-top: 70px;
}

.section-box {
    padding: 40px 50px;
}

.section-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}


.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
  



/**** HTML FORM ****/

form {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}

h1 {
  margin: 0.5em;
  text-align: center;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #4bc970;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
}

fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}

.biologos {
    text-align: center;
    padding: 0.2em;
    display: block;
    justify-content: space-between;
}

.biologos img{
    text-align: center;
    padding: 1em;
}


.number {
  background-color: #104E8B;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}

@media screen and (min-width: 480px) {

  form {
    max-width: 75%;
  }


  #footer-links {
  text-align: center;
  color: #fff;
  height: auto;
  background: #383838;
  padding: 2em;
}

#footer-links li {
  display: inline;
  padding: 0 40px;
  border-right: 1px solid white;
}

  #footer-links li:nth-child(7) {
  border-right: none;
}
  
  #footer-links p {
    text-align: center;
  }
  

  /* Front Logo Draw */

  svg {
    max-width: 95%;
    max-height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  svg #logo {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    fill-opacity: 50;
    stroke: #456BB2;
    stroke-width: 0;
    stroke-opacity: 0;
    -webkit-animation-name: draw-logo;
            animation-name: draw-logo;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  svg #trevor {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    fill-opacity: 0;
    stroke: #456BB2;
    stroke-width: 0;
    stroke-opacity: 0;
    -webkit-animation-name: draw-logo;
            animation-name: draw-logo;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  svg #dot {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    fill-opacity: 0;
    stroke: #456BB2;
    stroke-width: 0;
    stroke-opacity: 0;
    -webkit-animation-name: draw-logo;
            animation-name: draw-logo;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }
  
  
  @-webkit-keyframes draw-logo {
    0% {
      fill-opacity: 0;
      stroke-opacity: 0;
    }
    10% {
      stroke-width: 0.3;
      stroke-opacity: 0.3;
    }
    50% {
      fill-opacity: 0;
      stroke-opacity: 1;
      stroke-width: 0.3;
    }
    90% {
      stroke-opacity: 0;
      stroke-width: 0;
      stroke-dashoffset: 0;
    }
    to {
      fill-opacity: 1;
      stroke-opacity: 0;
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes draw-logo {
    0% {
      fill-opacity: 0;
      stroke-opacity: 0;
    }
    10% {
      stroke-width: 0.3;
      stroke-opacity: 0.3;
    }
    50% {
      fill-opacity: 0;
      stroke-opacity: 1;
      stroke-width: 0.3;
    }
    90% {
      stroke-opacity: 0;
      stroke-width: 0;
      stroke-dashoffset: 0;
    }
    to {
      fill-opacity: 1;
      stroke-opacity: 0;
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes inf-kons-centr-anim {
    to {
      fill-opacity: 1;
    }
  }
  @keyframes inf-kons-centr-anim {
    to {
      fill-opacity: 1;
    }
  }

  /* Skills CSS */
  .periodic-table body {
    background:#383838;
    font-family: "Poppins", sans-serif;
  }
  
  .periodic-table h1 {
    margin: 2em auto 0;
    font: 700 3em "Poppins", sans-serif;
    color: #f1f5f6;
    text-align: center;
  }
  
  .periodic-table h5 {
    margin: 0 auto 2em;
    font: 400 1.3em "Poppins", sans-serif;
    color: #f1f5f6;
    text-align: center;
  }
  
  a {
    text-decoration: none;
  }
  
  .periodic-table {
    display: grid;
    grid-template-columns: repeat(9, 100px);
    grid-template-rows: repeat(4, 100px);
    grid-gap: 10px;
    margin: auto;
    max-width: 1200px;
    justify-content: center;
  }
  
  .periodic-element {
    padding: 4px;
    position: relative;
    z-index: 1;
    cursor: default;
    transition: all 0.3s ease;
  }
  .periodic-element .periodic-element-inner {
    background: #383838;
    padding: 15px 15px;
    transition: inherit;
    text-align: center;
  }
  .periodic-element .title {
    font: 700 34px/1.3 "Poppins", sans-serif;
    margin: auto;
    transition: 0.8s ease 600ms;
  }
  .periodic-element .description {
    font: 500 12px "Poppins", sans-serif;
    margin-top: auto;
    text-align: center;
  }
  .periodic-element:after {
    z-index: 10;
    content: attr(data-description);
    background: #f9f8f7;
    color: #333;
    width: 180px;
    position: absolute;
    top: 80%;
    opacity: 0;
    transition: opacity 0.3s ease 0.3s, top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    height: auto;
    font-size: 12px;
    line-height: 1.4;
    padding: 10px;
    margin: 0 0 0 -50px;
    border-radius: 6px;
    text-align: center;
  }
  .periodic-element:hover {
    transform: scale(1.12);
    z-index: 10;
  }
  .periodic-element:hover .periodic-element-inner {
    background: transparent;
  }
  .periodic-element:hover .title,
  .periodic-element:hover .description {
    -webkit-text-fill-color: #222;
  }
  .periodic-element:hover:after {
    top: 105%;
    opacity: 1;
  }
  
  a.periodic-element {
    cursor: pointer;
  }
  
  .yellow {
    background: linear-gradient(to bottom right, #f3f9a6 0%, #cbc634 100%);
  }
  .yellow .title,
  .yellow .description {
    background: -webkit-linear-gradient(#f3f9a6, #cbc634);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .red {
    background: linear-gradient(to bottom right, #ff616d 0%, #ffc171 100%);
  }
  .red .title,
  .red .description {
    background: -webkit-linear-gradient(#ff616d, #ffc171);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .blue {
    background: linear-gradient(to bottom right, #37cfdc 0%, #5a88e5 100%);
  }
  .blue .title,
  .blue .description {
    background: -webkit-linear-gradient(#37cfdc, #5a88e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .gradient {
    background: linear-gradient(to bottom right, #fff 0%, #859398 100%);
  }
  .gradient .title,
  .gradient .description {
    background: -webkit-linear-gradient(#fff, #859398);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .green {
    background: linear-gradient(to bottom right, #58ac30 0%, #a7df62 100%);
  }
  .green .title,
  .green .description {
    background: -webkit-linear-gradient(#58ac30, #a7df62);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .spacer-1 {
    grid-column: 9 / span 1;
    grid-row: 1;
  }
  .spacer-2 {
    grid-column: 6 / span 4;
    grid-row: 2;
  }
  .spacer-3 {
    grid-column: 7 / span 3;
    grid-row: 3;
  }
  .spacer-4 {
    grid-column: 4 / span 1;
    grid-row: 4;
  }
  .spacer-5 {
    grid-column: 9 / span 1;
    grid-row: 4;
  }

  
  /* Button Styles */
  .social-container a {
  display: block;
  width: 30%;
  line-height: 40px;
  border: 1px solid rgba(0,0,0,.1);
  color: rgba(0,0,0,.6);
  margin:20px 0;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-align: center;
  }

  .social-container:hover a {
    color: blue;
    }

  
  .social-container a i {
  margin-right: 15px;   
  }

  