*{box-sizing:border-box;}
body {
	background-color: #ecf0f1;
	margin: 0px;
	
font-family: 'Roboto', sans-serif;
	font-size: 20px; 
	color: #666666; 
	text-align: center;	
}
p { color: #ffffff;  }
h1, h2, h3, h4, a{font-family: 'Roboto Mono', monospace;}
/*-=-=-=-=-=-=-=-=-=-*/
/* Column Grids */
/*-=-=-=-=-=-=-=-=-= */
.inner_content img {
    max-width: 240px;
	
    max-height: 150px;
}div#main_container {
    padding-top: 40px;
	padding-bottom:40px;
}
div#mail-status {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #000;
}
.me_content h5 strong{color:#16161d;}
.me_content h5{margin-top:0; font-family: 'Roboto Mono', monospace;
}
.col_half { width: 49%; }
.col_third { width: 33%; padding:0 20px;}
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	
	margin-bottom: 30px;
}
.end { margin-right: 0 !important; }

/*-=-=-=-=-=-=-=-=-=-=- */
/* Flip Panel */
/*-=-=-=-=-=-=-=-=-=-=- */

.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px;
}
.panel {
    margin: 0 auto;
    display: inline-block;
    height: auto;
    height: 252px;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    width: 100%;
}
h2.projects_title, h3 strong {
    color: #16161d;
}
.disc img {
	float:left;
    width: 100%;
    height: auto;
}
.disc {
    font-size: 65px;
	    border: 1px solid #cecece;
    border-radius: 100%;
    width: 65px;
	-webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
	overflow:hidden;
    height: 65px;
    display: inline-block;
}
.spotify-now {
    left: inline-block;
    width: 100%;
    padding: 20px 0;
}
div#topper {
    width: 100%;
    float: left;
   display: flex;
    padding: 20px 20px 0px;
}
.me_content h4 {
    margin-top: 0;
    margin-bottom: 0;
}
.me_content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.me_content {
    width: 100%;
}
h2.projects_title {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.recent-track {
    font-size: 18px;
    color: #16161d;
    color: #16161d;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.disclaimer {
    font-size: 14px;
    color: #666666;
    font-family: 'Roboto Mono', monospace;
    margin-top: 0;
    margin-bottom: 30px;
}
a {
    color: #666666;
}
.recent-track__body {
  display: inline-block;
  padding-left: 10px;
}
.recent-track__name, .recent-track__artist, .recent-track__album {
  display: inline;
	color:#16161d;
}
.recent-track__icon {
  width: 18px;
  height: 14px;
  position: relative;
  display: flex;
}
.recent-track__icon span {
  height: 100%;
  width: 2px;
  background: #16161d;
  transform-origin: bottom;
  margin: 1px;
}
.recent-track__icon span:nth-child(1) {
  animation: sound1 0.6s infinite ease-in;
}
.recent-track__icon span:nth-child(2) {
  animation: sound2 0.6s infinite ease-in;
}
.recent-track__icon span:nth-child(3) {
  animation: sound3 0.6s infinite ease-in;
}
.recent-track__icon span:nth-child(4) {
  animation: sound4 0.6s infinite ease-in;
}
@keyframes sound1 {
  20% {
    transform: scaleY(0.5);
  }
}
@keyframes sound2 {
  40% {
    transform: scaleY(0.5);
  }
}
@keyframes sound3 {
  60% {
    transform: scaleY(0.5);
  }
}
@keyframes sound4 {
  80% {
    transform: scaleY(0.5);
  }
}
.panel .front,
.panel .back {
	text-align: center;
}
.me {
    max-width: 280px;
    min-width: 280px;
    width: 100%;
    border: 10px solid #fff;
    border-radius: 100%;
    height: 280px;
    display: inline-block;
    overflow: hidden;
    float: left;
}
.me img {
    width: 100%;
    /* border-radius: 100%; */
    float: left;
}	
.panel .front {
	height: inherit;
	position: absolute;
	width:100%;
	top: 0;
	z-index: 900;
	text-align: center;
	height:auto;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	   -moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.panel .back {
	height: inherit;
	width:100%;
	position: absolute;
	top: 0;
	height:auto;
	z-index: 1000;
	-webkit-transform: rotateX(-180deg);
	   -moz-transform: rotateX(-180deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
div#social ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
div#social ul li{display:inline-block; padding:0 10px;}
.panel.flip .front {
	z-index: 900;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}
.panel.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}
div#past {
    display: inline-block;
    width: 100%;
    float: left;
}
.box1 {
    background-color: #fff;
    width: 100%;
    height: 250px;
	    background-position: center;
    display: flex;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    ALIGN-ITEMS: center;
    justify-content: center;
}
h3.project-title a{text-decoration:none; color:#fff;}
h3.project-title {
    margin: 0;
    font-size: 20px;
    color: #fff;
}
.box2{
	background-color: #ff7e70;
	width: 100%;
	height: 250px;
	  display: flex;
	    ALIGN-ITEMS: center;
    justify-content: center;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.inner_content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
a.back_link:hover{background:#fff; color:#000;}
a.back_link {
    color: #fff;
    font-size: 16px;
	  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all  0.3s ease-in-out;
  -o-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width:860px){
	.col_third{width:100%; padding:0;}
	.me_content {
    width: 100%;
    display: inline-block;
}
	.me_content h1 {
    font-size: 28px;
}
.half.bin {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 0 10px;
}
	.me {
    max-width: 260px;
    min-width: 260px;
    width: 100%;
    border: 10px solid #fff;
    border-radius: 100%;
    height: 260px;
    display: block;
    overflow: hidden;
    float: none;
    margin: 0 auto 10px;
}
	div#topper{display:inline-block;}
}
.half.bin {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 0 10px;
}
.form_container{text-align:left;}
.form_container input, .form_container textarea {
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 3px;
    height: 36px;
    padding: 0 20px;
	   font-family: 'Roboto', monospace;
    background: #ecf0f1;
    margin-bottom: 15px;
}
button#send-message {
	   font-family: 'Roboto Mono', monospace;
    float: right;
   cursor:pointer;
    height: 42px;
    padding: 0 15px;
    font-size: 16px;
    background: #000;
    border: none;
    color: #fff;
    border-radius: 8px;
}
textarea#comment-content {
    height: 126px;
}
h5.made-with {
    font-size: 10px;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    opacity: 0.3;
    right: 20px;
    letter-spacing: 1px;
    bottom: 0px;
    font-family: 'Roboto Mono';
}
.form_container .label {
    margin-bottom: -5px;
    z-index: 100;
    position: relative;
    background: #ecf0f1;
    padding: 0 5px;
    margin-left: 10px;
    display: inline-block;
    float: left;
    font-size: 15px;
}
textarea#comment-content {
    padding: 15px 13px;
}
form#frmContact {
    max-width: 800px;
    width: 100%;
    display: table;
	
    margin: 0 auto 20px;
    font-family: 'Roboto Mono', monospace;
}
body .form_container input:-internal-autofill-selected {
    background-color: #ecf0f1!important;
}
h2#or-line {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    margin-top: 20px;
}

#accolades{width:100%; float:left; display:inline-block; padding-bottom:40px;}
#accolades ul{list-style:none;}
#accolades ul li{display:inline-block; padding:0 5px;}

#accolades img{max-height:60px; }