body  {
  background-color: white;
  font-family: 'Montserrat', sans-serif;
  color: white;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

a {
  font-size: 20px;
  line-height: normal;
  position: relative;
  z-index: 2;
}

p {
  font-size: 20px;
  line-height: normal;
}  

#table {
  margin: auto;
}

a:hover, a:focus {
  /* No underlining when hovering over a link */
  text-decoration: none;
}

.button {
  border: none;
  font-family: inherit;
  background-color: #f7f7fc;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 3px;
  border-bottom: 2px solid #0000004d;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  position: relative;
  z-index: 2;
}

.button__secondary {
  border: none;
  font-family: inherit;
  background-color: #e0b354;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 3px;
  border-bottom: 2px solid #0000004d;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
position: relative;
  z-index: 2;
}

.button__secondary:hover, .button__secondary:focus, .button:hover,
.button:focus {
  cursor: pointer;
  opacity: 0.8;
}

.navigation-list__item {
  text-decoration: none;
  color: #000000;
}

.navigation-list__item--active {
  text-decoration: underline;
}

#profile__portrait {
  float: top;
  max-width: 250px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 15px;
  border-radius: 50%;
  border-top-right-radius: 15%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 25%;
  border-top-left-radius: 25%;
}

.page-footer {
  clear: both;
  color: #000000;
}

.find-me-footer a {
  text-decoration: none;
}

.find-me-footer a:hover {
  opacity: .6;
}

.profile {
  max-width: 700px;
  margin: 0 auto;
}

.profile a {
  color: #ffffff;
}

.header-container {
  border-bottom: solid white 1px;
  padding-top: 10px;
  text-align: center;
}

.profile-container {
  background-color: #3856fd;
  height: 700px;
  text-align: center;
  border-top-right-radius: 10%;
  border-bottom-left-radius: 10%;
  border-bottom-right-radius: 10%;
  border-top-left-radius: 10%;
  margin-left: 20px;
  margin-right: 20px;
}

#about-description-container, #about-skills-container {
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
}

#about-portfolio {
  font-style: bold;
  border-top: solid white 1px;
  text-align: center;
}

.modea-link {
  color:  #fffb09;
}

.work-together {
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  font-style: bold;
  border-top: solid white 1px;
}

.profile-container-about {
  background-color: #3856fd;
  border-top-left-radius: 10%;
  border-bottom-right-radius: 10%;
  border-top-right-radius: 10%;
  border-bottom-left-radius: 10%;
  margin: 5px;
}

#work-header {
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  font-style: bold;
  border-bottom: solid white 1px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
}

#work-grid {
  background-color: #3856fd;
  text-align: center;
  border-top-left-radius: 5%;
  border-bottom-right-radius: 5%;
  border-top-right-radius: 5%;
  border-bottom-left-radius: 5%;
}

.work-grid-image {
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
  
}

.work-grid-image-mobile {
  width: 200px;
  height: 480px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.work-grid-text-container {
  text-align: left;
  border-top: solid black 1px;
  border-bottom: solid black 1px;
}

.skills-list {
  list-style-type: none;
}

.profile-container-contact {
  background-color: #3856fd;
  border-top-left-radius: 10%;
  border-bottom-right-radius: 10%;
  border-top-right-radius: 10%;
  border-bottom-left-radius: 10%;
  margin: 20px;
}

#contact-header {
  border-bottom: solid white 1px;
  padding: 20px;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}

#contact-info {
  border-bottom: solid white 1px;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 40px;
  text-align: center;
  padding: 20px;
}

#contact-info a {
  color: #ffffff;
}

#contact-preference-note {
  text-align: center;
  padding: 20px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-footer {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
}

.page-header__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
}

.page-header__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

#logo {
  max-height: 100px;
  max-width: 120px;
}

.navigation-list {
  list-style-type: none;
}

.navigation-list li {
  margin-left: 15px;
}

.site-image {
  width: 80%;
  padding-bottom: 50px;
  padding-top: 50px;
}

.site-image-mobile {
  width: 30%;
  height: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}

.portfolio-button {
  border: none;
  font-family: inherit;
  background-color: #3856fd;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 3px;
  border-bottom: 2px solid #0000004d;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  position: relative;
  z-index: 2;
}

.portfolio-button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.portfolio-page-container {
  background-color: #ffffff;
  color: black;
}

.site-image-display-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-description-container {
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 50px;
  padding-top: 20px;
  border-bottom: solid black 1px;
  border-top: solid black 1px;
}

.site-background-container, .preview-container {
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 50px;
  padding-top: 20px;
  border-bottom: solid black 1px;
}

.preview-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.technologies {
  color: #000000;
  font-size: 14px;
}

.back-to-portfolio {
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  font-style: bold;
}

/* start grid fallback */
.grid__item {
  display: inline-block;
  width: 33%;
  background-color: #3856fd;
  border-top-left-radius: 10%;
  border-bottom-right-radius: 10%;
  border-top-right-radius: 10%;
  border-bottom-left-radius: 10%;
}

 /* end grid fallback */

@supports (display: grid) {
 .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  }

  .grid__item {
  background-color: #ffffff;
  color: #000000;
  width: auto;
  min-height: auto;
  margin: 20px;
  padding: 30px;
  border-top-left-radius: 10%;
  border-bottom-right-radius: 10%;
  border-top-right-radius: 10%;
  border-bottom-left-radius: 10%;
  }
}

@media all and (max-width: 500px) {
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 500px) and (max-width: 750px){
  .grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 750px) {
  .grid {
    grid-gap: 10px;
  }
  .grid__item:last-child {
    grid-column: auto / auto;
    grid-row: auto / auto;
  }
  h1 {
    font-size: 22px;
  }
}

@-webkit-keyframes color-change {
  0% {
    fill: #e61212;
  }
  50% {
    fill: #e6d818;
  }
  100% {
    fill: #f76414;
  }
}

@keyframes color-change {
  0% {
    fill: #e61212;
  }
  50% {
    fill: #e6d818;
  }
  100% {
    fill: #f76414;
  }
}

.cleveland {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-name: color-change;
          animation-name: color-change;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

#circle-container {
  position: absolute;
  z-index: 1;
}

.circles{
  position: -ms-page;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circles li {
  display: inline-block;
  position: static;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

.circles li:nth-child(11){
  right: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(12){
  right: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 6s;
  animation-duration: 12s;
}

.circles li:nth-child(13){
  right: 70%;
  width: 20px;
  height: 20px;
  animation-delay: s;
}

.circles li:nth-child(14){
  right: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 5s;
  animation-duration: 18s;
}

.circles li:nth-child(15){
  right: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 8s;
}

.circles li:nth-child(16){
  right: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 13s;
}

.circles li:nth-child(17){
  right: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(18){
  right: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 18s;
  animation-duration: 45s;
}

.circles li:nth-child(19){
  right: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 4s;
  animation-duration: 35s;
}

.circles li:nth-child(20){
  right: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 8s;
  animation-duration: 11s;
}


@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }

}