/*master style*/
body {
  margin: 0px;
  background-color: ghostwhite;
  transition: 0.3s;
}
.container {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}

/*navigation style */
.nav-wrapper {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-left: 8px;
  background: whitesmoke;
}
.left-side {
  display: flex;
  padding-top: 30px;
  padding-left: 10px;
  color: black;
}
.right-side {
  display: flex;
  padding-top: 60px;
  color: white;
}
.nav-wrapper > .left-side > div {
  margin-right: 20px;
  font-size: 1.2em;
}

.nav-link-wrapper {
  height: 22px;

  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s;
}
.nav-link-wrapper a {
  text-decoration: none;
  transition: color 0.5s;
  color: whitesmoke;
}
.nav-link-wrapper:hover {
  border-bottom: 1px solid white;
}
.nav-link-wrapper a:hover {
  background-color: rgba(0, 0, 0, 0.479);
}

#theme-options-wrapper {
  display: flex;
}

.theme-dot {
  height: 30px;
  width: 30px;
  background-color: black;
  border-radius: 50%;

  margin: 5px;
  border: 2px solid #24292e;

  -webkit-box-shadow: -1px 1px 3px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 3px -1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 1px 3px -1px rgba(0, 0, 0, 0.75);

  cursor: pointer;
}

.theme-dot:hover {
  border-width: 4px;
  transition: 0.3s;
}

.active-nav-link {
  border-bottom: 3px solid white;
}

.active-nav-link a {
  background-color: rgba(0, 0, 0, 0.459);
  color: whitesmoke;
}

/*portfolieo style */

.portfolio-items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
  background: whitesmoke;
}
.portfolio-items2-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 10px;
}
.portfolio-item2-wrapper {
  position: relative;
  /*box-shadow: 5px 10px 8px #888888;*/
  text-align: center;
}
.portfolio-image2-background {
  height: 200px;
  width: 95%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin: 10px;
}
.portfolio-item-wrapper {
  position: relative;
  text-align: center;
}
.portfolio-image-background {
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-text-wrapper {
  position: absolute;
  top: 10px;
  display: flex;
  flex-direction: column;

  align-items: center;
  height: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 150px;
}

.image-text-wrapper .subtitle {
  transition: 1s;
  color: transparent;
}
.logo-wrapper {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.logo-wrapper:hover .a {
  font-weight: 500;
  color: lightgreen;
}

.image-darken {
  transition: 1s;
  filter: brightness(10%);
}
.twocolumn-content-wrapper {
  display: grid;
  background-color: rgba(0, 0, 0, 0.685);
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;

  grid-template-columns: 1fr 1fr 1fr;
  box-shadow: 5px 10px 8px #888888;
  height: auto;
}
.twocolumn-content2-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.profile-image-wrapper img {
  width: 250px;
  height: 320px;
}

.profile-content-wrapper {
  padding-top: 10px;
  padding-right: 100px;

  padding-left: 50px;
  font-family: georgia;
  height: 60%;
}
.content2 {
  background-color: black;

  padding-left: 10px;
}
.third_column {
}
#profile {
  width: 100%;
  height: 100%;

  margin: 10px;
}

.profile-content-wrapper h1 {
  color: lightseagreen;
}

.reference {
  display: grid;
  padding-left: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
}
.reference a.hover {
  color: blue;
}
.reference2 a.hover {
  color: blue;
}
.button {
  background-size: 40%;
  border-radius: 6px;
  border: none;
  color: rgb(255, 255, 255);
  padding: 10px;
  text-align: center;

  transition-duration: 0.4s;
  width: 100%;
}
.button:hover {
  background-size: 30%;
  background-color: #55555562;
  text-decoration: blue;
}
.button a:hover {
  color: blue;
}
.button a {
  color: black;
}
.button2:hover {
  background-size: 30%;
  background-color: #55555562;
  color: white;
}
.button3:hover {
  background-size: 30%;
  background-color: #555555;
  color: white;
}
.button3 {
  width: 30%;
}
.profile-content3-wrapper {
  font-family: Verdana;

  margin: 20px;
  padding-left: 15px;
}
.photos-wrapper {
  display: grid;
  max-width: 1200px;
  margin: auto;
  background: #f2f2f2;
}
.gallery {
  margin: 5px;
  border: 1px solid #f2f2f2;
  float: left;
  width: 390px;
}
.gallery img {
  width: 100%;
  height: auto;
}
.description {
  font-family: cursive;
  padding: 15px;
  text-align: center;
}
.buttonlab {
  background-size: 10%;
  border-radius: 10px;
  border: none;
  color: rgb(255, 255, 255);
  padding: 10px;
  text-align: center;
  justify-content: center;

  transition-duration: 0.4s;
  width: 30%;
}
.buttonlab a {
  color: black;
}
.buttonlab :hover {
  background-color: #55555562;
}
.b1 :hover {
  background-color: #55555562;
  color: white;
}
.content3 {
  justify-content: center;
  padding-top: 50px;
  padding-left: 25%;

  background: wheat;
}
.bottom {
  font-family: "Times New Roman", Times, serif;
  font-size: small;
  text-align: center;
  text-decoration-color: whitesmoke;
  color: thistle;
}
.bottom a:hover {
  color: tomato;
}
.Link a {
  color: blue;
}
.Link a:hover {
  color: rgba(0, 119, 255, 0.726);
}
.buttona {
  background-size: 10%;
  border-radius: 7px;
  border: none;
  color: black;
  text-align: center;

  transition-duration: 0.4s;
  width: 80%;
}

.buttona a:hover {
  color: blue;
}
.buttona :hover {
  background-size: auto;

  color: blue;
}
hr.solid {
  border-top: 0.5px solid rgba(187, 187, 187, 0.89);
}
.text_style {
  font-size: 200%;
  -webkit-text-stroke: 1px black;
  color: white;

  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
    -1px 1px 0 #000;
}
.button1 {
  background-size: 40%;
  border-radius: 2px;
  color: white;
  border: none;
  background-color: black;
  padding: 10px;
  text-align: center;

  transition-duration: 0.4s;
  width: 100%;
}
.button1:hover {
  background-size: 30%;
  background-color: blue;
  text-decoration: white;
  color: white;
}
.button1 a:hover {
  color: white;
}
.button1 a {
  color: black;
}
.footer {
  position: auto;
  padding-top: 0px;
  bottom: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: small;
  text-align: center;
  text-decoration-color: whitesmoke;
  color: thistle;
  width: 100%;
  height: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.column {
  flex: 50%;
  padding: 0 4px;
  grid-template-columns: auto;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}
.twocolumn-content-wrapper3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 2px 5px 8px #888888;
  height: auto;
}

.image-wrapper img {
  padding-top: 20px;
  padding-left: 90px;
  padding-right: 40px;
  width: 80%;
  height: 60%;
}
.image-wrapper2 img {
  padding-top: 20px;
  padding-left: 90px;
  padding-right: 40px;
  width: 85%;
  height: 90%;
}
.twocolumn-content-wrapper4 {
  background-color: #fff;
  border-radius: 7px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 80px;
  height: auto;
  /*box-shadow: 0 0 4px #444;*/
  box-shadow: 2px 5px 8px #888888;
}
.twocolumn-content-wrapper5 {
  background-color: #fff;
  border-radius: 7px;
  padding-top: 10px;
  padding-right: 2px;
  padding-left: 10px;
  padding-bottom: 80px;
  height: auto;
  /*box-shadow: 0 0 4px #444;*/

  box-shadow: 2px 5px 8px #888888;
  border: 1px solid #dfe1e5;
}
.background {
  background-image: url("Images/graduate-home.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 230px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.background2 {
  background-image: url("Images/graduate-home.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 550px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.bot a {
  text-decoration: none;
  color: whitesmoke;
}
.bot a:hover {
  text-decoration: black;
}
