body {
  margin: 0;
  overflow:hidden;
}


     .stickyNote {
            width: 400px;
			height: 400px;
			max-height:90vh;
			max-width:90vw;
			background-image: url("note.png");
background-size: contain;
background-repeat: no-repeat;
            cursor: move;
            position: absolute; /* Make it draggable within the viewport */
			z-index:10;
        }



.flex-wrapper {
	
	margin-top: 2rem;
	width:95vw;
}

.flex-grid {
	display: flex;
	justify-content: space-between;
	text-align: center;
	width:100%;
}

 h3 {
	 
	 
 }


.box2 {
	overflow: visible!important;
}





.audio.green-audio-player {
  width: 400px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  -webkit-user-select: none;
  margin: auto;
  background-color: #fff;
}
.audio.green-audio-player .play-pause-btn {
  display: none;
  cursor: pointer;
}
.audio.green-audio-player .spinner {
  width: 18px;
  height: 18px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: spin 0.4s linear infinite;
}
.audio.green-audio-player .slider {
  flex-grow: 1;
  background-color: #D8D8D8;
  cursor: pointer;
  position: relative;
}
.audio.green-audio-player .slider .progress {
  background-color: #1f1f1f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.audio.green-audio-player .slider .progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #1f1f1f;
  position: absolute;
  pointer-events: all;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}
.audio.green-audio-player .controls {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #55606E;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
}
.audio.green-audio-player .controls .slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.audio.green-audio-player .controls .slider .progress {
  width: 0;
  height: 100%;
}
.audio.green-audio-player .controls .slider .progress .pin {
  right: -8px;
  top: -6px;
}
.audio.green-audio-player .controls span {
  cursor: default;
}
.audio.green-audio-player .volume {
  position: relative;
}
.audio.green-audio-player .volume .volume-btn {
  cursor: pointer;
}
.audio.green-audio-player .volume .volume-btn.open path {
  fill: #1f1f1f;
}
.audio.green-audio-player .volume .volume-controls {
  width: 30px;
  height: 135px;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.audio.green-audio-player .volume .volume-controls.hidden {
  display: none;
}
.audio.green-audio-player .volume .volume-controls .slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.audio.green-audio-player .volume .volume-controls .slider .progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.audio.green-audio-player .volume .volume-controls .slider .progress .pin {
  left: -5px;
  top: -8px;
}

@media (min-width: 980px) {
	.flex-wrapper {
		padding-left: 6%;
		padding-right: 6%;
		    min-width: 900px;
			
	}
	
	.d-col-4 {
        width: 32.4%;
        margin-bottom: 70px;
        /* other styles */
    }
	
		.m-col-12 {
    width: 100%;
    /* other styles */
}

	.d-col-12 {
    width: 100%;
    /* other styles */
}

	.t-col-12 {
    width: 100%;
    /* other styles */
}
}




@media (min-width: 661px) {	
	.flex-wrapper {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.flex-grid {flex-flow: row wrap;}
	
	 .t-col-6 {
        width: 48.6%;
        /* other styles */
    }
	
		.m-col-12 {
    width: 100%;
    /* other styles */
}

	.d-col-12 {
    width: 100%;
    /* other styles */
}

	.t-col-12 {
    width: 100%;
    /* other styles */
}
	
	.box2 {
    position: relative!important;
    top: 0;
    right: 0;
    width: 95vw;
    transform: translate(0%,0%);
    text-align: center;
    color: white;
	margin-top:2em;
	margin-bottom:2em;}
}




@media (max-width: 660px) {
	
	.m-col-12 {
    width: 100%;
    /* other styles */
}

	.d-col-12 {
    width: 100%;
    /* other styles */
}

	.t-col-12 {
    width: 100%;
    /* other styles */
}
	.flex-wrapper {
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.box2 {
    position: relative!important;
    top: 0;
    right: 0;
    width: 95vw;
    transform: translate(0%,0%);
    text-align: center;
    color: white;
	margin-top:2em;
	margin-bottom:5em;}
	
	.fadein {
  animation-delay: 1s;
  opacity: 0;
  animation-duration: 3s!important;
  -webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
  -moz-animation-fill-mode: forwards;    /* FF 5+ */
  -o-animation-fill-mode: forwards;      /* Not implemented yet */
  -ms-animation-fill-mode: forwards;     /* IE 10+ */
  animation-fill-mode: forwards;         /* When the spec is finished */
  font-weight: 100!important;
  font-family: 'Cinzel', serif;
  font-size: 1.5em;
  position: relative; /* Add this line */
  top: 0; /* Add this line */
}
	
	
	.flex-grid {flex-flow: row wrap;}
	
	.m-col-6,
	.m-col-12 {margin-top: 0rem;}
	
	.m-col-6 		{width: 47.2%;}
	.m-col-12 		{width: 100%;}
	
	.flex-grid:first-child .m-col-6,
	.flex-grid:first-child .m-col-12 {
		 margin-top: 0;
	}
}