body{
    background-color: rgba(241, 241, 241);
    margin: auto;
    padding: 0%;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; 
    font-style: normal; 
    font-variant: normal; 
}

a{
    color: white;
    text-decoration: none;
}

#loading-wrapper{
    background-color: white;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.navbar{
    display: none;
    width: 100%;
    height:40px;
    background-color: rgb(60, 23, 75);
    color: white;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 900;
}

.Contact-Banner{
    width: 100%;
    height: 80px;
    margin: auto;
    left: 0%; 
    top: 50%;
    background-color: rgba(60, 23, 75, 0);
    position: absolute;
    z-index: 90001;
}

.fa:hover {
    opacity: 0.7;
  }

.fa{
    padding: 15px;
    width: 20px;
    height: 20px;;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
}

  .fa-linkedin{
    background-color: rgba(56, 56, 56, 0);
    color: aliceblue;
    font-size: 30px;
  }

  .fa-google{
    background-color: rgba(56, 56, 56, 0);
    color: aliceblue;
    font-size: 30px;
  }

  .fa-github{
    background-color: rgba(56, 56, 56, 0);
    color: aliceblue;
    font-size: 30px;
  }

  .Hero-Image{
    
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;

    
}

  .Hero-Banner{
    background-image: url("Images/ClimbingPro.JPG");
    margin: auto;
    margin-top: 10%;
    height: 175px;
    width: 175px;
    display: block;
    background-size: cover;
    display: block;
    border-radius: 100%;
    animation: shadow-pulse 1s 3;
    border: 5px solid rgba(60, 23, 75, 0.993);
    box-shadow: 0 0 0 10px rgba(240, 10, 240, 0.116);
}

@keyframes shadow-pulse{
    0% {
      box-shadow: 0 0 0 0px rgba(240, 10, 240, 0.2);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(240, 10, 240, 0.2);
    }
}

  .Hero-Banner-Text{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    mix-blend-mode: screen;
  }

  .PS-Container{
    color: black;  
    margin-top: -1.3em;
    margin-left: 10%;
    margin-right: 10%;
    padding: auto;
    font-size: 16px;
    color: rgb(51, 51, 51);
    background-color: rgb(245, 230, 240);
}

.Section1{
    width: 100%;
    background-color: rgb(241, 241, 241);
    margin: 0%;
    padding: auto;
    padding: auto;  
}
.Section2{
    width: 100%;
    background-color: rgba(241, 241, 241);
    margin: 0%;
    padding: auto;
    padding: auto;   
}

#tabs{
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left:10%;
}

@media (max-width: 479px) {
    #tabs{
        margin-left:5%;
    }
}

#tabs li{
    float: left;
    margin: 0 .5em 0 0;
}

#tabs a {
    position: relative;
    background: beige;
    background-image: linear-gradient(to bottom, #fff, #ddd);
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: 5px 0 0 0;
    box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
    background: #fff;
}

#tabs a:focus {
    outline: 0;
}

#tabs a::after {
    content:'';
    position:absolute;
    z-index: 1;
    top: 0;
    right: -.5em;
    bottom: 0;
    width: 1em;
    background: rgb(225, 225, 200);
    background-image: linear-gradient(to bottom, #fff, #ddd);
    box-shadow: 2px 2px 2px rgba(0,0,0,.4);
    transform: skew(10deg);
    border-radius: 0 5px 0 0;
}

#content {
    background: #fff;
    padding: 2em;
    margin-left: 10%;
    margin-right: 10%;
    min-height: 220px;
    position: relative;
    z-index: 2;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}

.tabContent{
  display:none;
}

#tabs #current a,
#tabs #current a::after {
    background: #fff;
    z-index: 3;
}

.Section3{
    width: 100%;
    background-color: rgb(192, 192, 192);
    margin: 0%;
    padding: auto;
    padding: auto;      
}

.Section4{
    width: 100%;
    background-color: rgb(248, 248, 248);
    margin: 0%;
    padding: auto;
    padding: auto;   
}

.Wrk-Exp-Container{
    color: rgb(0, 0, 0);  
    background-color: beige;
    margin-left: 10%;
    margin-right: 10%;
    padding: auto;
    padding-top: 1%;
    font-size: 16px;

    border: solid 1px black;
}

.Languages-Container{
    color: black;  
    margin-left: 10%;
    margin-right: 10%;
    padding: auto;
    padding-top: 1%;
    font-size: 16px;

    border: solid 1px black;
}

.Education-Container{
    color: black;  
    margin-left: 10%;
    margin-right: 10%;
    padding: auto;
    padding-top: 1%;
    font-size: 16px;

    border: solid 1px black;
}

.Slide-Down{
  display: none;
}

.active{
  display: block;
}

.center{
  width: 80%;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  padding: 20px; 
  background: #333;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.graph-title{
  margin:0;
  padding:0;
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.skill-box{
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0;
}

.skill-box p{
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 1%; 
  letter-spacing: 1px;
  font-size: small;
}

.skill-box p:nth-child(2){
  float:right;
  position: relative;
  top: -25px;
}

.skill{
  background: #262626;
  box-sizing: border-box;
  border: 1px solid rgba(192, 77, 238, 0.993);
  border-radius: 2px;
  max-height: 10px;
  padding: .5px;
  width:90%;
  overflow: hidden;
  position: absolute;
}

.skill-level{
  background-color: rgba(192, 77, 238, 0.993);
  width: 0%;
  height: 10px;
  max-height: 10px;
  overflow: hidden;
}


/*form style*/
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px;
  margin-bottom: 16px; 
  resize: vertical;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: rgba(164, 63, 204, 0.993);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: rgba(192, 77, 238, 0.993);
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: white;
  padding: 20px;
}

/*Responsize margins*/
@media (max-width: 479px) {
  #tabs{
      margin-left:5%;
  }
}

@media (min-width: 479px){
  .container{
    margin-left:25%;
    margin-right:25%;
  }

  .PS-Container{
    margin-left:25%;
    margin-right:25%;
  }

  #tabs{
    margin-left:25%;
    margin-right:25%;
  }

  #content{
    margin-left:25%;
    margin-right:25%;
  }
}

.mobile{
    display: block;
}

.parallex{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:black;
    width:auto;
    min-height: 300px;
}

.project-thumbnail{
    position: relative;
    width: 100%;
}

.blogg-thumbnail{
    text-align: center;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    width: 100%;
}

#blog-modal{
    z-index: 10000;
    width: 80%;
    background-color: white;
    position: fixed;
    margin-left: 10%;
    margin-top:10%;
    border-radius: 5px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 10px 0px 0px ;
}

.blog-inner{
    margin-left: 10%;
    margin-right: 10%;
    height: 300px;
    overflow:scroll;
}

.modal-buttons{
    text-align: center;
    width: 60px;
    background-color: #4d88ff;
    color: white;
    margin: 10px;
    font-size: 1.5em;
    float: right;
    border: none;
    border-radius: 5px;
}

.modal-buttons:hover {
    cursor: pointer;
}

@media only screen and (max-width: 601px){
    .Hero-Image{
        background-attachment: scroll;
    }
    
    .blogg-thumbnail{
        text-align: center;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
        position: relative;
        width: 100%;
    }
}