header{
	margin: 1vw;
	width: 23.5vw;
	color: white;
	text-align: center;
}

body{
  background-color: #dbe7ec;
}

.grid-container{
	width: 99vw;
	background-color: #dbe7ec;
	position: top;
	display: inline-block;
  position: relative;
}

.column1 {
	width: 25vw;
	height: 26vw;
	display: inline-block;
	position: relative;
}

.
.column2 {
  width: 74vw;
  height: 32vw;
  display: inline-block;
  position: relative;
  top: 32vw;
}
.column2-1{
  background-color: grey;
  width: 44vw;
  height: 1vw;
  display: inline-block;
  position: absolute;
  left: 25.5vw;
  text-align: center;
  font-size: 1vw;
  top: 0.1vw;
}

.column2-2{
  background-color: grey;
  width: 29vw;
  height: 1vw;
  display: inline-block;
  position: absolute;
  left: 71vw;
  text-align: center;
  font-size: 1vw;
  top: 0.1vw;
}

.skills {
  background-color: #b4b7b2;
  color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  font-size: 1vw;
  top: 0vw;
  padding: 0.5vw;
}

.skill1{
  background-color: #b4b7b2;
  color: white;
  position: relative;
  display: inline-block;
  margin: 1.6vw;
  padding: .3vw;
  top: 1vw;
  font-size: 1.3vw;
  bottom: 2vw;
  float: top;
}

.skill1 .skill1text {
  visibility: hidden;
  width: 15vw;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6%;
  padding: 1% 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -1vw;
  left: 5vw;
}

.skill1:hover .skill1text {
  visibility: visible;
}



.hobbie {
  background-color: #b4b7b2;
  color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  font-size: 1vw;
  top: 0vw;
  padding: 0.5vw;
}

.hobbies1{
  background-color: #b4b7b2;
  color: white;
  position: relative;
  display: inline-block;
  margin: 1.6vw;
  padding: .3vw;
  top: 1vw;
  font-size: 1.3vw;
  bottom: 2vw;
  float: top;
}

.hobbies1 .hobbies1text {
 visibility: hidden;
  width: 15vw;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6%;
  padding: 1% 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -1vw;
  right: 5vw;
}

.hobbies1:hover .hobbies1text {
  visibility: visible;
}

img {
  width: 99.9%;
  height: 99%;
  object-fit: cover;
  cursor: pointer;
  position: relative;
}

input[type="message"] {
	height: 43%;
	word-wrap: break-word;
	word-break: break-all;
}

h1{
  margin: 6%;
  font-size: 95%;
}

.p1 {
	margin: 6%;
	font-size: 95%;

}



/* The popup form - hidden by default */
.form-popup {
	background-color: #ffdfd3;
  display: none;
  position: absolute;
  top: 0;
  width: 66vw;
  left: 67%;
  right: 0px;
  border: 33% solid #f1f1f1;
  z-index: 55;
}

.open-button {

	margin: 0;
	position: relative;
	top: 0vw;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #a0dde5;
  color: white;
  padding: 3% 3%;
  margin-left: 15%;
  border: none;
  cursor: pointer;
  width: 66%;
  margin-bottom:2%;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #8ca6b8;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
  background-color: #8ca6b8;
}

:root {
  font-family: sans-serif;
}


div.collapsible-exp-container{
  display: flex;
  flex-wrap: nowrap
}
  div.collapsible-sub-container > details {
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
  }

div.collapsible-sub-container {
  display: flex;
  flex-wrap: nowrap
}
  div.collapsible-exp-container > details {
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
  }


.collapsible-exp-container {
  position: relative;
  top: 1vw;
}





div.ccollapsible-edu-container{
  display: flex;
  flex-wrap: nowrap
}
  div.collapsible-sub-container > details {
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
  }

div.collapsible-sub-container {
  display: flex;
  flex-wrap: nowrap
}
  div.ccollapsible-edu-container > details {
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
  }


.ccollapsible-edu-container {
  position: relative;
  top: 2vw;
}










div.collapsible-sid-container {
  display: flex;
  flex-wrap: nowrap
}
  div.collapsible-sub-container > details {
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
  }

div.collapsible-sub-container {
  display: flex;
  flex-wrap: nowrap
}
  div.collapsible-sid-container > details {
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
  }


.collapsible-sid-container{
  position: relative;
  top: 3vw;
}
















div.collapsible-ref-container {
  display: flex;
  flex-wrap: nowrap
}
  div.collapsible-sub-container > details {
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
  }

div.collapsible-sub-container {
  display: flex;
  flex-wrap: nowrap
}
  div.collapsible-ref-container > details {
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
  }


.collapsible-ref-container{
  position: relative;
  top: 4vw;
}



details {
  background-color: #b4b7b2;
  border: 1% white;
  overflow: hidden;
}
details[open] {
  background-color: #8bd3f0;
}

  details > summary {
    color: white;
    padding: 2%;
    cursor: pointer;
  }
  details > summary:hover {
    background-color: #a0dde5;
  }
  details > summary:active {
    background-color: #190f0e;
  }
    details > summary::before {
      display: inline;
    }
    details[open] > summary::before {
      content: url("images/open1.png");
    }
    details:not([open]) > summary::before {
      content: url("images/closed2.1.png");
    }
  
  details > summary + div {
    background-color: #89a0b5;
    padding: 0.5%;
  }


/* Mobile-friendly (rounded corners on top and bottom items only): */
/* This is commented-out because the StackOverflow snippet preview area is too narrow, so it will always use the mobile-friendly rules when we want to show the desktop styles instead:
@media screen and (max-width: 767px) {
  details:first-child {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
  details:last-child {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
  }
  div.collapsible-container {
    flex-direction: column;
  }
    div.collapsible-container > details {
      flex-basis: auto;
      flex-grow: 1;
      flex-shrink: 1;
    }
}
*/

/* Same-row rounded-corners for desktops only: */
@media screen and (min-width: 768px) {
  details:first-child {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  details:last-child {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
  }
}





footer{
	background-color: white;
	position: fixed;
	bottom: 0;
  right: 0;
}






