html,
body {
  overflow-x: hidden;
  background-color: #dddddd;
  overflow-y: scroll;
}
p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
::-webkit-scrollbar {
  display: none;
}

#headerDiv {
  width: 100vw;
  margin: 0px;
  padding: 0px;
}

#jumboDiv {
  height: 30%;
  width: auto;
  border-bottom: 0px;
  margin: auto;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 10px;
  background-color: #dddddd;
}

#jumboContent {
  color: #025aa5;
}

#profilePic {
  height: 135px;
  width: auto; /*130*/
  float: left;
}

#nameDiv {
  display: inline-block;
  text-align: center;
  border: 0px;
  margin: 0 auto;
  padding-top: 30px;
}

#headerText {
  font-size: 500%;
  border: 0px;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}

#socialMedia {
  width: auto;
  display: inline-block;
  float: right;
  vertical-align: top;
  padding-top: 30px;
}

.linkpic {
  height: 64px;
  width: auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#linkedpic {
  height: 72px;
  width: 72px;
}
.linkpic:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#menuDiv {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#navigationMobile {
  display: none;
  font-size: 32px;
}

.mobileMenuDiv {
  width: 33%;
  display: inline-block;
  float: left;
  text-align: center;
}

#person {
  margin-left: 20px;
  margin-right: 0px;
  text-decoration: none;
}
#folder {
  margin-left: 20px;
  margin-right: 0px;
  text-decoration: none;
  text-align: center;
}
#mail {
  margin-left: 20px;
  margin-right: 0px;
  text-decoration: none;
  text-align: center;
}

#navigation {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.navbar {
  border: 0;
}

.navbar-inverse {
  border-color: #ddd;
}

#menu {
  width: 100vw;
  text-align: center;
  /*font-weight: bold;*/
  margin-left: 0px;
  background-color: #ddd;
}

#menu li {
  margin: 0px;
  padding: 0px;
  font-size: 150%;
  width: 33%;
}

.navbar-inverse .navbar-nav > li > a {
  /*The navbar*/
  color: #769cc1;
}

#mainContent {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

#scrollable {
  width: 400%;
  height: 100vh;
  padding-left: 0px;
}

.page {
  width: 100vw;
  display: inline-block;
  float: left;
}

.pageContent {
  width: 75%;
  height: auto;
  background-color: #ddd; /*#769cc1*/
  margin: auto;
  padding-left: 0px;
  /*box-shadow: 2px 2px 10px 2px #888888;*/
}

.firstElementOnPage {
  margin-top: 45px;
}

#aboutContent {
  padding-top: 60px;
  padding-left: 60px;
  color: #292b2c;
}

#aboutPic {
  float: right;
}

#bigProfilePic {
  hight: auto;
  width: 200px;
  box-shadow: 1px 1px 10px 1px #1d1e1f;
}

.spinner {
  margin: auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.competences {
  padding-left: 0;
}

.competenceContainer {
  margin-top: 1%;
  margin-bottom: 1%;
}

.badge {
  padding: 1%;
  margin: 1%;
  font-size: 1em;
  cursor: pointer;
}

.competenceDetailsContainer {
  margin-top: 2%;
}

.minOnPhone h4 {
  margin-top: 0px;
}

#projects {
  height: 100vh;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.project {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.projectPicDiv {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.projectTextDiv {
  text-align: justify;
  padding: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.projectTextDiv a {
  color: darkblue;
}

.projectPic {
  width: 300px;
  height: auto;
  padding: 0px;
  margin: 0 auto;
  opacity: 1;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.npm-logo {
  width: 200px;
}

.phonePic {
  max-width: 50%;
}

#meetingPic {
  max-width: 50%;
}

.projectPicDiv :hover .projectPic {
  border-radius: 20px;
  box-shadow: 5px 5px 30px 0px #386591;
  opacity: 0.3;
}

.projectPicDiv:hover .middle {
  opacity: 1;
}

.imageHoverText {
  background-color: #769cc1;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

#vallaloggenPic {
  margin-top: 35px;
}

.glyf {
  font-size: 10em;
  text-align: center;
}

.projectLink {
  /*float: right;*/
  height: 100%;
  width: auto;
  vertical-align: middle;
  padding: 0px;
}

.gitProjectLink {
  display: block;
  margin: auto;
  margin-top: 40px;
  width: 120px;
  height: auto;
}

#project0 .projectLink {
  position: relative;
  top: 50%;
  transform: translateY(50%);
}

.documentIcon {
  margin-top: 3%;
}

#contactContent {
  margin-bottom: 20px;
  height: auto;
}

.link {
  display: inline-block;
}

#media {
  margin-top: 40px;
  text-align: center;
}

#linkedContact {
  height: 74px;
}

#email {
  text-align: center;

  float: left;
  position: absolute;
  margin: 0 auto;
}

#emailText {
  margin-left: 12%;
}

#handStandDiv {
  text-align: center;
  float: right;
  margin-top: -65px;
  margin-bottom: 15px;
}

#handStandPic {
  max-width: 50%;
  height: auto;
}

.myButton {
  border: 2px solid black;
  background-color: #ddd;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  border-color: #769cc1;
  color: #769cc1;
  margin-left: 12%;
  margin-top: 5%;
}

.myButton:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media only screen and (max-width: 999px) {
  #aboutPic {
    margin-right: 5px;
  }
  #email {
    margin-top: 20px;
    float: none;
    position: relative;
  }
  #emailText {
    margin: 0 auto;
  }
  .myButton {
    margin-left: 0%;
  }
  #handStandPic {
    max-width: 25%;
  }
  #handStandDiv {
    margin-top: 30px;
  }
  .project {
    flex-direction: column;
  }
  #project0 .projectLink {
    transform: none;
  }
  #inaviconPic {
    max-width: 25%;
  }
  #meetingPic {
    max-width: 25%;
  }
  .badge {
    padding: 3%;
    margin: 2%;
  }
}

@media only screen and (max-width: 768px) {
  #folder {
    padding-left: 7px;
  }
  #mail {
    padding-left: 16px;
  }
  .page {
    float: left;
  }
  .minOnPhone {
    float: left;
  }
  #bigProfilePic {
    width: 100px;
    margin-right: 10px;
  }
  .gitProjectLink {
    width: 75px;
    float: none;
    margin: 0 auto;
    margin-right: 230px;
  }
  .glyf {
    font-size: 10em;
    margin-left: 110px;
  }
  .linkpic {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #headerText {
    font-size: 400%;
    padding-left: 0px;
  }
  #jumboContent {
    font-size: 9px;
    margin-bottom: -27px;
    margin-top: -25px;
  }
  .hideOnPhone {
    display: none;
  }
  #socialMedia {
    display: none;
  }
  #menuDiv {
    display: none;
  }
  #navigationMobile {
    display: inline;
  }
  #folder {
    padding-left: 20px;
  }
  #mail .h3,
  h3 {
    font-size: 16px;
  }
  #handStandDiv {
    text-align: center;
  }
  #mainContent {
    margin-top: -50px;
  }
  #scrollable {
    margin-top: -15px;
  }
  .page {
    float: left;
  }
  #aboutContent {
    padding: 30px;
  }
  #aboutPic {
    margin-right: 0px;
  }
  #bigProfilePic {
    width: 100px;
    hight: auto;
    box-shadow: none;
  }
  .gitProjectLink {
    width: 75px;
    float: none;
    margin: 0 auto;
    margin-right: 80px;
  }
  .glyf {
    margin-left: 0px;
  }
  .pageContent {
    box-shadow: none;
    width: 90%;
  }
  .nav-tabs > li > a {
    font-size: 0.7em;
  }
  .projectTextDiv {
    padding: 0px;
  }
  .linkpic {
    margin-bottom: 5%;
  }
}
h2 {
  text-align: center;
}
