@import url('https://fonts.googleapis.com/css?family=Chivo|Spectral|Timmana');

body {
  background: white;
  color: black;
  font-family: 'Spectral', serif;
  font-size: 14px;;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/loader.gif') center no-repeat #000000;
}

p {
  font-family: 'Spectral', serif;
  font-size: 16px;
  line-height: 140%;
}

#content {
margin: 2% 3% 2% 3% !important;
}

#header {
  background: white;
  background-image: url("images/bgheader.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120%; /*parallax*/
  padding: 20% 15% 150px 15%;
  }

h1 {
  font-family: 'Timmana', sans-serif;
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
  line-height: 85%;
}

h2 {
  font-family: 'Spectral', serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding: 0 5% 0 5%;
}

h3 {
  font-family: 'Chivo', sans-serif;
  font-size: 30px;
  color: black;
  font-weight: bold;
}

h4 {
  font-family: 'Chivo', sans-serif;
  font-size: 22px;
  color: black;
}

#menu {
font-size: 28px;
font-family: 'Timmana', sans-serif;
background: black;
color: white!important;
width: 100%;

}

#menu li a:hover, #menu li.active {
  color: #ffffff !important;
  background-color: #00a987 !important;
  font-weight: normal !important;
}

#logoimg {
margin-top: -8px;
height: 50px;
vertical-align: middle;
}

#colbtn {
  height: 65px;
}


a {
  text-decoration: none;
  color: inherit;
}
a:visited {
  text-decoration: none;
  font-weight: bolder;
  color: inherit;
}
a:active {
    text-decoration: none;
    color: inherit;
}


#bio {
  width: 100%;
  margin: 0 0 0 0;
}

#whoami {
}

#whoamiimg {
  width: 80%;
  margin: 0 2.5% 0 2.5%;
}

#whoamiimg:hover {
content: url('images/whoami2.png');
}

#biotext {
  text-align: center;
}

#biotext img {
  width: 5%;
  margin: 5px 1% 5px 1%;
}

#fb:hover {
content: url('images/fb2.png');
}
#ig:hover {
content: url('images/ig2.png');
}
#twitter:hover {
content: url('images/twitter2.png');
}


#impressya {
      width: 100%;
      margin: 20px 0 0 0;
      }

    #impressya h3 {
          text-align: center;
          margin: 0 5% 0 5%;
          padding-bottom: 20px;
          }

#impressyatext {
      text-align: center;
      vertical-align: middle;
      }

      #impressyatext a {
            font-weight: bolder;
            }

      #impressyatext a:hover {
            color: #00a987;
            font-weight: bolder;
            text-decoration: line-through;
            }

#bootcamp {
  width: 100%;
  margin: 60px 0 0 0;
  text-align: center;
}

    #bootcamp a {
          font-weight: bolder;
          }

    #bootcamp a:hover {
          color: #00a987;
          font-weight: bolder;
          text-decoration: none;
          }

      #bootcamp a:visited {
        color: black;
        font-weight: bolder;
        text-decoration: line-through;
      }

#term1 blockquote {
  margin: 10px 0 10px 0;
}

#term1 h4 {
  padding-top: 20px;
}

#term1 p {
  padding-top: 25px;
}




#ineednewfriends {
    width: 100%;
    margin: 60px 0 0 0;
    text-align: center;
}

#formdiv {
}

#form-main{
  width:100%;
  padding-top:35px;
  padding-bottom:50px;
  z-index: 999;
  color: black;
}

.feedback-input {
  color:black;
  font-size: 18px;
  border-radius: 0;
  line-height: 22px;
  background-color: #eeeeee;
  padding: 13px 13px 13px 54px;
  margin-bottom: 10px;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
  background: #fff;
  box-shadow: 0;
  border: 3px solid #00a987;
  color: #00a987;
  outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
  color:#30aed6;
  border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
  background-image: url(images/user.png);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#name:focus{
  background-image: url(images/user.png);
  background-size: 30px 30px;
  background-position: 8px 5px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#email{
  background-image: url(images/email.png);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#email:focus{
  background-image: url(images/email.png);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#message{
  background-image: url(images/pencil.png);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 120%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
  background-color:white;
}

#buttoncolor{
  width: 100%;
  color: #00a987;
  background-color:white;
  border: #00a987 solid 4px;
  cursor:pointer;
  font-family: 'Chivo', sans-serif;
  font-size:16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 12px 0 10px 0;
}

#buttoncolor:hover{
  border: #fbfbfb solid 4px;
  background-color: #00a987;
  color:white;
}

#mapdiv {
  margin: 15px 0 100px 0;
}

#map {
padding-top: 35px;
}

.portfolio-details {
  margin: 20px 0 20px 0;
}

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

.github-link .note {
    background: #00a987;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.github-link .note:hover {
    opacity: 1;
}

.github-link .note .note-content {
    position: absolute;
    width: 100%;
    height: 0px;
    font-size: 20px;
    text-align: center;
    margin-top: -12px;
    top: 50%;
    color: white;
}

.github-link .note .note-content p {
  font-size: 22px;
  margin-top: -8px;
  padding: 0 20px 0 20px;
}


@media only screen and (max-width: 1023px) {

  #biotext img {
    width: 100px;
  }


}


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

  #biotext img {
    width: 100px;
  }

  #bio {
    text-align: right !important;
  }

  #impressya {
    text-align: left!important;
  }
}
