html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  font-family: "Open Sans Condensed", sans-serif;
  text-align: center;
  background-color: #fdfdf5;
  overflow-x: hidden !important;
}
#button {
    display: inline-block;
    background-color: rgba(29, 29, 29,0.4);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  
  /* Styles for the content section */
  
  @media (min-width: 500px) {
    #button {
      margin: 30px;
    }
  }
.container {
  display: block;
  text-align: left;
  width: 650px;
  margin: 0 auto;
  /*position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -60%);*/
}

.disclaimer {
  color: rgb(10, 10, 10);
  width: 100%;
  position: relative;
  font-family: "Amatic SC", cursive;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
  bottom: 0px;
  float: left;
}

body h1 {
  font-family: "Amatic SC", cursive;
  font-size: 50px;
}

a {
  color: #dc8100;
  text-decoration: none;
}
div {
    box-sizing: border-box !important;
}
.sideInfo {
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: 25%;
  text-align: right;
}
.divPortrait {
  position: relative;
  float: right;
  text-align: right;
  width: 150px;
  height: 225px;
  display: block;
  margin-top: -23px;
  margin-bottom: 10px;
}

.pPortrait {
  position: relative;
}

.pic {
  color: wheat;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: black;
  height: 300px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left 90%,
    left bottom,
    from(rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0))
  );
}

.pic a {
  color: wheat;
}
.pic a:hover {
  color: #dc8100;
}

.pic img {
  width: auto;
  clip-path: polygon(
    98% 99%,
    75% 86%,
    75% 70%,
    78% 59%,
    84% 41%,
    73% 8%,
    61% 0%,
    26% 0%,
    22% 46%,
    28% 72%,
    24% 83%,
    0% 100%
  );
}
.container p {
  width: auto;
  padding-top: -10px;
  position: relative;
  display: inline-block;
  margin: 0;
  margin-left: 90px;
  margin-bottom: 15px;
  margin-top: -22px;
}

b {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: grey;
}
.sub {
  height: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
  font-style: oblique;
  font-weight: 700;
  color: grey;
}
#image {
  width: calc(100% - 250px);
}
.rightFloat{
    float: right;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 660px) {
	#image {
		width: calc(100% - 165px);
	}
  .pic {
    height: 300px;
    width: 100%;
  }
  .sideInfo {
    font-size: 10px;
    right: 5%;
  }
  .sub {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    color: black;
    margin-left: -5px;
  }
  .container p {
    float: left;
    width: 100%;
    margin: 0;
    margin-left: 5px;
  }
  .pPortrait {
    float: left;
    text-align: center;
  }
  .container {
    width: 95%;
  }
  h1 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .sideInfo {
    font-size: 10px;
    right: 1%;
  }
  .divPortrait {
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
  }
  #image {
    width: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 340px) {
  .sideInfo {
    font-size: 10px;
    right: 1%;
  }
  .divPortrait {
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
  }
  #image {
    width: auto;
    margin-bottom: 10px;
  }
}
