.project-image {
  border-radius: 5px;
  height: 80%;
  width: 100%;
  background: white;
  border: solid 1px silver;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.project-text {
  height: 20%;
  width: 100%;
  color: black;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.project-item-base {
  background: ghostwhite;
  border-radius: 5px;
  padding: 7px 8px 7px 7px;
  color: white;
  border: 1px solid silver;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .project-item {
    margin: 10px 0 10px 0;
    height: 175px;
  }
  a {
    width: 100%;
  }
}

@media screen and (min-width: 480px) {
  .projects-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .project-item {
    height: 175px;
    margin: 10px 20px 10px 0;
  }
  .item-small {
    width: 175px;
  }
  .item-large {
    width: 225px;
  }
}

.ellipsis-circle {
  position: relative;
  background: linear-gradient(#5a5a5a, #000000);
  width: 20px;
  height: 20px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  z-index: 0;
  border-radius: 50%;
  animation: dotdotdot 4s infinite;
}

@keyframes dotdotdot {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.antenna-body {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 60px solid #5c94a7;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
}

.antenna-top {
  height: 16px;
  width: 16px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 100%;
  top: 64px;
  background: linear-gradient(90deg, #712db5, #4a1780);
}

.antenna-signal {
  height: 32px;
  width: 32px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 55px;
  position: absolute;
  border-radius: 25% / 50%;
  border: solid 1px;
  border-color: transparent #c4bace;
  animation: broadcast 2000ms 0ms infinite;
}

@keyframes broadcast {
  0% {
    opacity: 0.9;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
    transform: scale(9);
  }
}

.while-away-line {
  background: black;
  height: 40px;
  width: 4px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.while-away-line:nth-child(1) {
  left: 0px;
  height: 79px;
  opacity: 0.7;
}

.while-away-line:nth-child(2) {
  left: 2px;
  height: 82px;
  opacity: 0.8;
}

.while-away-line:nth-child(3) {
  left: 4px;
  height: 68px;
  opacity: 0.3;
}

.while-away-line:nth-child(4) {
  left: 6px;
  height: 78px;
  opacity: 0.8;
}

.while-away-line:nth-child(5) {
  left: 8px;
  height: 81px;
  opacity: 0.5;
}

.while-away-line:nth-child(6) {
  left: 10px;
  height: 57px;
  opacity: 0.8;
}

.while-away-line:nth-child(7) {
  left: 12px;
  height: 52px;
  opacity: 0.8;
}

.while-away-line:nth-child(8) {
  left: 14px;
  height: 49px;
  opacity: 0.4;
}

.while-away-line:nth-child(9) {
  left: 16px;
  height: 74px;
  opacity: 0.6;
}

.while-away-line:nth-child(10) {
  left: 18px;
  height: 50px;
  opacity: 0.3;
}

.while-away-line:nth-child(11) {
  left: 20px;
  height: 42px;
  opacity: 0.8;
}

.while-away-line:nth-child(12) {
  left: 22px;
  height: 53px;
  opacity: 0.8;
}

.while-away-line:nth-child(13) {
  left: 24px;
  height: 54px;
  opacity: 0.4;
}

.while-away-line:nth-child(14) {
  left: 26px;
  height: 45px;
  opacity: 0.3;
}

.while-away-line:nth-child(15) {
  left: 28px;
  height: 52px;
  opacity: 0.3;
}

.while-away-line:nth-child(16) {
  left: 30px;
  height: 64px;
  opacity: 0.5;
}

.while-away-line:nth-child(17) {
  left: 32px;
  height: 88px;
  opacity: 0.3;
}

.while-away-line:nth-child(18) {
  left: 34px;
  height: 81px;
  opacity: 0.6;
}

.while-away-line:nth-child(19) {
  left: 36px;
  height: 64px;
  opacity: 0.5;
}

.while-away-line:nth-child(20) {
  left: 38px;
  height: 45px;
  opacity: 0.7;
}

.while-away-line:nth-child(21) {
  left: 40px;
  height: 69px;
  opacity: 0.6;
}

.while-away-line:nth-child(22) {
  left: 42px;
  height: 46px;
  opacity: 0.8;
}

.while-away-line:nth-child(23) {
  left: 44px;
  height: 75px;
  opacity: 0.8;
}

.while-away-line:nth-child(24) {
  left: 46px;
  height: 90px;
  opacity: 0.6;
}

.while-away-line:nth-child(25) {
  left: 48px;
  height: 78px;
  opacity: 0.8;
}

.while-away-line:nth-child(26) {
  left: 50px;
  height: 87px;
  opacity: 0.4;
}

.while-away-line:nth-child(27) {
  left: 52px;
  height: 49px;
  opacity: 0.6;
}

.while-away-line:nth-child(28) {
  left: 54px;
  height: 47px;
  opacity: 0.5;
}

.while-away-line:nth-child(29) {
  left: 56px;
  height: 72px;
  opacity: 0.8;
}

.while-away-line:nth-child(30) {
  left: 58px;
  height: 47px;
  opacity: 0.5;
}

.while-away-line:nth-child(31) {
  left: 60px;
  height: 61px;
  opacity: 0.7;
}

.while-away-line:nth-child(32) {
  left: 62px;
  height: 83px;
  opacity: 0.6;
}

.while-away-line:nth-child(33) {
  left: 64px;
  height: 65px;
  opacity: 0.7;
}

.while-away-line:nth-child(34) {
  left: 66px;
  height: 82px;
  opacity: 0.8;
}

.while-away-line:nth-child(35) {
  left: 68px;
  height: 73px;
  opacity: 0.5;
}

.while-away-line:nth-child(36) {
  left: 70px;
  height: 52px;
  opacity: 0.6;
}

.while-away-line:nth-child(37) {
  left: 72px;
  height: 72px;
  opacity: 0.4;
}

.while-away-line:nth-child(38) {
  left: 74px;
  height: 67px;
  opacity: 0.7;
}

.while-away-line:nth-child(39) {
  left: 76px;
  height: 85px;
  opacity: 0.8;
}

.while-away-line:nth-child(40) {
  left: 78px;
  height: 80px;
  opacity: 0.8;
}

.while-away-line:nth-child(41) {
  left: 80px;
  height: 61px;
  opacity: 0.3;
}

.while-away-line:nth-child(42) {
  left: 82px;
  height: 43px;
  opacity: 0.8;
}

.while-away-line:nth-child(43) {
  left: 84px;
  height: 81px;
  opacity: 0.8;
}

.while-away-line:nth-child(44) {
  left: 86px;
  height: 57px;
  opacity: 0.8;
}

.while-away-line:nth-child(45) {
  left: 88px;
  height: 68px;
  opacity: 0.5;
}

.while-away-line:nth-child(46) {
  left: 90px;
  height: 45px;
  opacity: 0.4;
}

.while-away-line:nth-child(47) {
  left: 92px;
  height: 55px;
  opacity: 0.7;
}

.while-away-line:nth-child(48) {
  left: 94px;
  height: 88px;
  opacity: 0.4;
}

.while-away-line:nth-child(49) {
  left: 96px;
  height: 58px;
  opacity: 0.4;
}

.while-away-line:nth-child(50) {
  left: 98px;
  height: 67px;
  opacity: 0.5;
}

.while-away-line:nth-child(51) {
  left: 100px;
  height: 57px;
  opacity: 0.5;
}

.while-away-line:nth-child(52) {
  left: 102px;
  height: 50px;
  opacity: 0.7;
}

.while-away-line:nth-child(53) {
  left: 104px;
  height: 42px;
  opacity: 0.8;
}

.while-away-line:nth-child(54) {
  left: 106px;
  height: 50px;
  opacity: 0.8;
}

.while-away-line:nth-child(55) {
  left: 108px;
  height: 53px;
  opacity: 0.6;
}

.while-away-line:nth-child(56) {
  left: 110px;
  height: 65px;
  opacity: 0.3;
}

.while-away-line:nth-child(57) {
  left: 112px;
  height: 85px;
  opacity: 0.5;
}

.while-away-line:nth-child(58) {
  left: 114px;
  height: 73px;
  opacity: 0.3;
}

.while-away-line:nth-child(59) {
  left: 116px;
  height: 41px;
  opacity: 0.8;
}

.while-away-line:nth-child(60) {
  left: 118px;
  height: 78px;
  opacity: 0.6;
}

.while-away-line:nth-child(61) {
  left: 120px;
  height: 88px;
  opacity: 0.3;
}

.while-away-line:nth-child(62) {
  left: 122px;
  height: 56px;
  opacity: 0.4;
}

.while-away-line:nth-child(63) {
  left: 124px;
  height: 83px;
  opacity: 0.4;
}

.while-away-line:nth-child(64) {
  left: 126px;
  height: 73px;
  opacity: 0.7;
}

.while-away-line:nth-child(65) {
  left: 128px;
  height: 56px;
  opacity: 0.4;
}

.while-away-line:nth-child(66) {
  left: 130px;
  height: 42px;
  opacity: 0.3;
}

.while-away-line:nth-child(67) {
  left: 132px;
  height: 87px;
  opacity: 0.8;
}

.while-away-line:nth-child(68) {
  left: 134px;
  height: 74px;
  opacity: 0.4;
}

.while-away-line:nth-child(69) {
  left: 136px;
  height: 49px;
  opacity: 0.5;
}

.while-away-line:nth-child(70) {
  left: 138px;
  height: 55px;
  opacity: 0.8;
}

.while-away-line:nth-child(71) {
  left: 140px;
  height: 56px;
  opacity: 0.8;
}

.while-away-line:nth-child(72) {
  left: 142px;
  height: 65px;
  opacity: 0.6;
}

.while-away-line:nth-child(73) {
  left: 144px;
  height: 47px;
  opacity: 0.7;
}

.while-away-line:nth-child(74) {
  left: 146px;
  height: 58px;
  opacity: 0.6;
}

.while-away-line:nth-child(75) {
  left: 148px;
  height: 48px;
  opacity: 0.5;
}

.while-away-line:nth-child(76) {
  left: 150px;
  height: 78px;
  opacity: 0.5;
}

.while-away-line:nth-child(77) {
  left: 152px;
  height: 74px;
  opacity: 0.5;
}

.while-away-line:nth-child(78) {
  left: 154px;
  height: 44px;
  opacity: 0.4;
}

.while-away-line:nth-child(79) {
  left: 156px;
  height: 44px;
  opacity: 0.7;
}

.while-away-line:nth-child(80) {
  left: 158px;
  height: 83px;
  opacity: 0.6;
}

.while-away-line:nth-child(81) {
  left: 160px;
  height: 62px;
  opacity: 0.8;
}

.while-away-line:nth-child(82) {
  left: 162px;
  height: 50px;
  opacity: 0.3;
}

.while-away-line:nth-child(83) {
  left: 164px;
  height: 90px;
  opacity: 0.7;
}

.while-away-line:nth-child(84) {
  left: 166px;
  height: 51px;
  opacity: 0.5;
}

.while-away-line:nth-child(85) {
  left: 168px;
  height: 87px;
  opacity: 0.3;
}

.while-away-line:nth-child(86) {
  left: 170px;
  height: 49px;
  opacity: 0.5;
}

.while-away-line:nth-child(87) {
  left: 172px;
  height: 46px;
  opacity: 0.3;
}

.while-away-line:nth-child(88) {
  left: 174px;
  height: 47px;
  opacity: 0.7;
}

.while-away-line:nth-child(89) {
  left: 176px;
  height: 88px;
  opacity: 0.4;
}

.while-away-line:nth-child(90) {
  left: 178px;
  height: 72px;
  opacity: 0.5;
}

.while-away-line:nth-child(91) {
  left: 180px;
  height: 87px;
  opacity: 0.6;
}

.while-away-line:nth-child(92) {
  left: 182px;
  height: 88px;
  opacity: 0.3;
}

.while-away-line:nth-child(93) {
  left: 184px;
  height: 53px;
  opacity: 0.6;
}

.while-away-line:nth-child(94) {
  left: 186px;
  height: 42px;
  opacity: 0.5;
}

.while-away-line:nth-child(95) {
  left: 188px;
  height: 47px;
  opacity: 0.6;
}

.while-away-line:nth-child(96) {
  left: 190px;
  height: 50px;
  opacity: 0.4;
}

.while-away-line:nth-child(97) {
  left: 192px;
  height: 44px;
  opacity: 0.7;
}

.while-away-line:nth-child(98) {
  left: 194px;
  height: 60px;
  opacity: 0.3;
}

.while-away-line:nth-child(99) {
  left: 196px;
  height: 82px;
  opacity: 0.4;
}

.while-away-line:nth-child(100) {
  left: 198px;
  height: 70px;
  opacity: 0.7;
}

.while-away-line:nth-child(101) {
  left: 200px;
  height: 80px;
  opacity: 0.5;
}

.while-away-line:nth-child(102) {
  left: 202px;
  height: 47px;
  opacity: 0.6;
}

.while-away-line:nth-child(103) {
  left: 204px;
  height: 53px;
  opacity: 0.3;
}

.while-away-line:nth-child(104) {
  left: 206px;
  height: 45px;
  opacity: 0.6;
}

.while-away-line:nth-child(105) {
  left: 208px;
  height: 45px;
  opacity: 0.4;
}

.while-away-line:nth-child(106) {
  left: 210px;
  height: 62px;
  opacity: 0.4;
}

.while-away-line:nth-child(107) {
  left: 212px;
  height: 66px;
  opacity: 0.7;
}

.while-away-line:nth-child(108) {
  left: 214px;
  height: 44px;
  opacity: 0.7;
}

.while-away-line:nth-child(109) {
  left: 216px;
  height: 73px;
  opacity: 0.6;
}

.while-away-line:nth-child(110) {
  left: 218px;
  height: 61px;
  opacity: 0.3;
}

.while-away-line:nth-child(111) {
  left: 220px;
  height: 43px;
  opacity: 0.7;
}

.while-away-line:nth-child(112) {
  left: 222px;
  height: 53px;
  opacity: 0.4;
}

.while-away-line:nth-child(113) {
  left: 224px;
  height: 70px;
  opacity: 0.6;
}

.while-away-line:nth-child(114) {
  left: 226px;
  height: 65px;
  opacity: 0.6;
}

.while-away-line:nth-child(115) {
  left: 228px;
  height: 48px;
  opacity: 0.4;
}

.while-away-line:nth-child(116) {
  left: 230px;
  height: 79px;
  opacity: 0.7;
}

.while-away-line:nth-child(117) {
  left: 232px;
  height: 45px;
  opacity: 0.4;
}

.while-away-line:nth-child(118) {
  left: 234px;
  height: 49px;
  opacity: 0.6;
}

.while-away-line:nth-child(119) {
  left: 236px;
  height: 86px;
  opacity: 0.7;
}

.while-away-line:nth-child(120) {
  left: 238px;
  height: 44px;
  opacity: 0.3;
}

.while-away-line:nth-child(121) {
  left: 240px;
  height: 72px;
  opacity: 0.3;
}

.while-away-line:nth-child(122) {
  left: 242px;
  height: 82px;
  opacity: 0.3;
}

.while-away-line:nth-child(123) {
  left: 244px;
  height: 61px;
  opacity: 0.6;
}

.while-away-line:nth-child(124) {
  left: 246px;
  height: 83px;
  opacity: 0.6;
}

.while-away-line:nth-child(125) {
  left: 248px;
  height: 56px;
  opacity: 0.3;
}

.while-away-line:nth-child(126) {
  left: 250px;
  height: 51px;
  opacity: 0.4;
}

.while-away-line:nth-child(127) {
  left: 252px;
  height: 75px;
  opacity: 0.6;
}

.while-away-line:nth-child(128) {
  left: 254px;
  height: 57px;
  opacity: 0.4;
}

.while-away-line:nth-child(129) {
  left: 256px;
  height: 89px;
  opacity: 0.7;
}

.while-away-line:nth-child(130) {
  left: 258px;
  height: 63px;
  opacity: 0.6;
}

.while-away-line:nth-child(131) {
  left: 260px;
  height: 43px;
  opacity: 0.4;
}

.while-away-line:nth-child(132) {
  left: 262px;
  height: 56px;
  opacity: 0.3;
}

.while-away-line:nth-child(133) {
  left: 264px;
  height: 67px;
  opacity: 0.8;
}

.while-away-line:nth-child(134) {
  left: 266px;
  height: 85px;
  opacity: 0.6;
}

.while-away-line:nth-child(135) {
  left: 268px;
  height: 71px;
  opacity: 0.8;
}

.while-away-line:nth-child(136) {
  left: 270px;
  height: 89px;
  opacity: 0.5;
}

.while-away-line:nth-child(137) {
  left: 272px;
  height: 70px;
  opacity: 0.8;
}

.while-away-line:nth-child(138) {
  left: 274px;
  height: 66px;
  opacity: 0.6;
}

.while-away-line:nth-child(139) {
  left: 276px;
  height: 84px;
  opacity: 0.6;
}

.while-away-line:nth-child(140) {
  left: 278px;
  height: 67px;
  opacity: 0.6;
}

.while-away-line:nth-child(141) {
  left: 280px;
  height: 44px;
  opacity: 0.8;
}

.while-away-line:nth-child(142) {
  left: 282px;
  height: 43px;
  opacity: 0.5;
}

.while-away-line:nth-child(143) {
  left: 284px;
  height: 80px;
  opacity: 0.6;
}

.while-away-line:nth-child(144) {
  left: 286px;
  height: 74px;
  opacity: 0.3;
}

.while-away-line:nth-child(145) {
  left: 288px;
  height: 68px;
  opacity: 0.5;
}

.while-away-line:nth-child(146) {
  left: 290px;
  height: 84px;
  opacity: 0.8;
}

.while-away-line:nth-child(147) {
  left: 292px;
  height: 57px;
  opacity: 0.7;
}

.while-away-line:nth-child(148) {
  left: 294px;
  height: 62px;
  opacity: 0.8;
}

.while-away-line:nth-child(149) {
  left: 296px;
  height: 67px;
  opacity: 0.7;
}

.while-away-line:nth-child(150) {
  left: 298px;
  height: 74px;
  opacity: 0.6;
}

.while-away-line:nth-child(151) {
  left: 300px;
  height: 53px;
  opacity: 0.8;
}

.while-away-line:nth-child(152) {
  left: 302px;
  height: 69px;
  opacity: 0.6;
}

.while-away-line:nth-child(153) {
  left: 304px;
  height: 83px;
  opacity: 0.8;
}

.while-away-line:nth-child(154) {
  left: 306px;
  height: 88px;
  opacity: 0.3;
}

.while-away-line:nth-child(155) {
  left: 308px;
  height: 57px;
  opacity: 0.3;
}

.while-away-line:nth-child(156) {
  left: 310px;
  height: 90px;
  opacity: 0.5;
}

.while-away-line:nth-child(157) {
  left: 312px;
  height: 56px;
  opacity: 0.4;
}

.while-away-line:nth-child(158) {
  left: 314px;
  height: 47px;
  opacity: 0.4;
}

.while-away-line:nth-child(159) {
  left: 316px;
  height: 72px;
  opacity: 0.4;
}

.while-away-line:nth-child(160) {
  left: 318px;
  height: 77px;
  opacity: 0.4;
}

.while-away-line:nth-child(161) {
  left: 320px;
  height: 62px;
  opacity: 0.4;
}

.while-away-line:nth-child(162) {
  left: 322px;
  height: 52px;
  opacity: 0.7;
}

.while-away-line:nth-child(163) {
  left: 324px;
  height: 49px;
  opacity: 0.6;
}

.while-away-line:nth-child(164) {
  left: 326px;
  height: 67px;
  opacity: 0.6;
}

.while-away-line:nth-child(165) {
  left: 328px;
  height: 43px;
  opacity: 0.5;
}

.while-away-line:nth-child(166) {
  left: 330px;
  height: 82px;
  opacity: 0.5;
}

.while-away-line:nth-child(167) {
  left: 332px;
  height: 46px;
  opacity: 0.6;
}

.while-away-line:nth-child(168) {
  left: 334px;
  height: 89px;
  opacity: 0.6;
}

.while-away-line:nth-child(169) {
  left: 336px;
  height: 81px;
  opacity: 0.5;
}

.while-away-line:nth-child(170) {
  left: 338px;
  height: 75px;
  opacity: 0.3;
}

.while-away-line:nth-child(171) {
  left: 340px;
  height: 84px;
  opacity: 0.8;
}

.while-away-line:nth-child(172) {
  left: 342px;
  height: 53px;
  opacity: 0.6;
}

.while-away-line:nth-child(173) {
  left: 344px;
  height: 90px;
  opacity: 0.6;
}

.while-away-line:nth-child(174) {
  left: 346px;
  height: 44px;
  opacity: 0.3;
}

.while-away-line:nth-child(175) {
  left: 348px;
  height: 52px;
  opacity: 0.3;
}

.while-away-line:nth-child(176) {
  left: 350px;
  height: 63px;
  opacity: 0.4;
}

.while-away-line:nth-child(177) {
  left: 352px;
  height: 42px;
  opacity: 0.7;
}

.while-away-line:nth-child(178) {
  left: 354px;
  height: 88px;
  opacity: 0.8;
}

.while-away-line:nth-child(179) {
  left: 356px;
  height: 56px;
  opacity: 0.6;
}

.while-away-line:nth-child(180) {
  left: 358px;
  height: 86px;
  opacity: 0.4;
}

.css-circle-wrapper {
  display: flex;
  margin: auto;
  position: relative;
  top: 28%;
  width: 64px;
}

.css-circle-1 {
  animation: circle-1-rotate 4s alternate infinite;
  background: transparent;
  border-bottom: solid 2px #af238a;
  border-left: solid 2px #af238a;
  border-radius: 50%;
  height: 64px;
  position: absolute;
  width: 64px;
}

@keyframes circle-1-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(480deg);
  }
  100% {
    transform: rotate(120deg);
  }
}

.css-circle-2 {
  animation: circle-2-rotate 4s alternate infinite;
  background: transparent;
  border-top: solid 2px #123456;
  border-radius: 50%;
  height: 48px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 48px;
}

@keyframes circle-2-rotate {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-300deg);
  }
  100% {
    transform: rotate(-100deg);
  }
}

.css-circle-3 {
  animation: circle-3-rotate 3s alternate infinite;
  background: transparent;
  border-bottom: solid 2px #48c38c;
  border-left: solid 2px #48c38c;
  border-radius: 50%;
  height: 32px;
  left: 16px;
  position: absolute;
  top: 16px;
  width: 32px;
}

@keyframes circle-3-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(320deg);
  }
  100% {
    transform: rotate(20deg);
  }
}

.violin, .moon {
  height: 120px;
}

.film-reel {
  height: 124px;
}

.star {
  background-color: antiquewhite;
  border-radius: 4px;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 30%;
  width: 4px;
  animation: star-twinkle 3s infinite;
}

@keyframes star-twinkle {
  0% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.5);
  }
  24% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
