html {
  box-sizing: border-box;
}

body {
  background-color: rgba(0, 128, 128, 0.459);
  color: whitesmoke;
  align-content: center;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.intro {
  position: relative;
}

.hdrTxt {
  position: absolute;
  top: 10%;
  right: 10%;
}

.title {
  background-size: cover !important;
  color: white;
  margin-top: 10px;
  margin-bottom: 4px;
}

.header_title {
  color: black;
}

.hdrImg {
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.header {
  color: wheat;
  background-repeat: no-repeat;
  height: 60vh;
  width: 100%;
  padding: 0px !important;
  border-radius: 5px;
}

.photographyDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 30px;
  background-color: rgba(245, 245, 245, 0.767);
}

.menu {
  font-size: 100px !important;
  align-content: center;
  margin-top: 10px;
}

.modalDiv {
  padding: 0px !important;
  background-color: rgba(0, 0, 0, 0.363);
  text-align: center;
  width: 100%;
}

.modalHeader {
  text-align: center;
  border: 0px !important;
  background: rgba(96, 118, 118, 1) !important;
}

.renderedPhoto {
  background-repeat: no-repeat;
  width: 100%;
}

.aboutMe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: black;
}

.photoOfMe {
  width: 50vw;
}

@media (min-width: 768px) {
  .hdrImg {
    align-content: center;
    width: 80vw;
  }

  .photographyDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 30px;
    background-color: rgba(245, 245, 245, 0.767);
  }

  .modalDiv {
    width: 75vw;
  }
}

@media (min-width: 1050px) {
  .hdrImg {
    width: 90vw
  }

  .modalDiv {
    width: 50vw;
  }
}

@media (min-width: 1600px) {}