body{
  background-image: url("images/background.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  transition: 0.5s;
  z-index: 1;
}

header {
  height: 70px;
  background: rgba(0,0,0, .8);
  padding-top: 20px;
}

.navigation-section {
  float: left;
}
.navigation-section li{
  display: inline-block;
  font-size: 25px;
  margin: 0 10px;
  transition: .5s;
}

.navigation-section a{
  color: white;
  font-family: 'Abril Fatface', cursive;
  text-decoration: none;
}

.navigation-section a:hover{
  color: #b44c53;
  text-decoration: none;
}

.technologies-section {
  float: right;
  margin-right: 43px;
  display: flex;
}

.technologies-section li{
  display: inline-block;
  margin-left: 5px;
}

.technology-logo {
  width: 57px;
  height: 40px;
}

#fsharp-logo {
  width: 40px;
  height: 40px;
}

#profile_pic{
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin-top: 10%;e
  transition: 0.5s;
}

.portfolio{
  margin-top: 100vh;
  background: rgba(31, 42, 48, .7);
  width: 100%;
  text-align: center;
}

.name{
  font-family: 'Abril Fatface', cursive;
  font-size: 50px;
  text-align: center;
  margin-top: 80px;
}

h3{
  font-family: 'Abril Fatface', cursive;
  text-align: center;
}

.p{
  color: rgb(31, 42, 48);
  font-family: 'Kumar One', cursive;
  margin-top: 0px;
  margin-bottom: 40px;
  border-bottom: 2px solid white;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  padding-right: 0px;
  transition-duration: .5s;
}

.p:hover{
  color: #d32323;
  padding-right: 15px;
}

.p .coming-soon{
  display: none;
}

.p:hover .coming-soon{
  display: inline-block;
}

.p .code-challenges{
  display: inline-block;
}

.p:hover .code-challenges{
  display: none;
}

.selected-tab{
  color: rgb(31, 42, 48);
  background: white;
}

.not-selected{
  color: white;
}



h2, h4{
  color: white;
  /* font-family: 'Lato', sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

.inBlockLink-github{
  float: left;
  color:#e82737;
  font-size: 16px;
}

.inBlockLink-heroku{
  float: right;
  color:#e82737;
  font-size: 16px;
}

.redHR{
  border-color: #e82737;
}

.aboutMe{
  width: 100%;
  height: 100vh;
  background: white;
  text-align: center;
  margin-top: 100vh;
}

.icons{
  text-align: center;
}

.icon{
  margin: 0 5px;
  color: #303030;
}

i:hover{
  color: #b44c53;
}

.who{
  color:black;
  font-family: 'Abril Fatface', cursive;
  font-size: 40px;
}

.description{
  color: #b8b8b8;
  font-family: 'Abril Fatface', cursive;
  font-size: 20px;
  margin-top: 30px;
  width: 70%;
  margin-left:15%;
}

.sayHello{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #cdc8b6;
  color: white;
  margin-top: 30px;
  width: 150px;
  height: 45px;
  transition: 0.5s;
}

.sayHello:hover{
  color:#cdc8b6;
  background: white;
  border: 1px solid #cdc8b6;
}

@media (max-width: 1000px){
  .name{
    margin-top: 100px;
  }
  .portfolio{
    margin-top: 50%;
  }
  .aboutMe{
    width: 100%;
    height: auto;
    background: white;
    text-align: center;
    padding-bottom: 20%;
  }
  #profile_pic{
    margin-top: 20%;
    transition: 0.5s;
  }

  .p{
      margin-bottom: 0px;
  }
  .projects-container{
    margin-top: 160px;
  }
  .navBar li{
  font-size: 23px;
  margin-left: 0;
  margin-right: 0;
  transition: .5s;
  }

  a[href="#portfolio"]{
    margin: 0 15px;
  }
}
