/* TABLET FIXES */

@media handheld, only screen and (max-width: 996px) {
	.mega-sub-item { flex-basis:50% !important; }
	.container { margin-bottom: 80px !important;}
}

@media handheld, only screen and (max-width: 767px) {
	.logo h2 { font-size:1.25rem !important; }
	.logo img { max-width:250px !important; }
	.portfolio-item:nth-child(odd) { padding-right: 1% !important; }
	.portfolio-item:nth-child(even) { padding-left: 1% !important; }
	.portfolio-item { width: 49% !important; }
	.portfolio-item img { height: 180px !important; }
	.mega-item { flex-basis:50% !important; }
	.website-item { flex-direction: column !important; }
	.website-desc { flex-basis: 100% !important; margin: 10px !important; }
	.align-right { float:none !important; }
	.align-right.download { float:right !important; }
}

/* MOBILE FIXES */

@media handheld, only screen and (max-width: 480px) {
	.change-color span { display: none; }
	.portfolio-item:nth-child(4n) { padding-right: 0px !important; }
	.portfolio-item:nth-child(4n+1) { padding-left: 0px !important; }
	.portfolio-item:nth-child(3n) { padding-right: 0px !important; }
	.portfolio-item:nth-child(3n+1) { padding-left: 0px !important; }
	.portfolio-item:nth-child(odd) { padding-right: 0px !important; }
	.portfolio-item:nth-child(even) { padding-left: 0px !important; }
	.portfolio-item { width: 100% !important;
    border-top: 2px solid rgba(0,0,0,0.13);
		margin-top: 2rem;
		padding-top: 3rem !important; }
	body.dark .portfolio-item { border-top: 2px solid rgba(255,255,255,0.15) !important; }
	.portfolio-item:first-child { border-top: none !important; }
	body.dark .portfolio-item:first-child { border-top: none !important; margin-top: 0px !important; padding-top: 35px !important; }
	.portfolio-item:last-child { padding-bottom: 3rem !important; }
	.portfolio-item img { height: 180px !important; }
	.mega-item { flex-basis:100% !important; }
	.mega-sub-item { flex-basis:100% !important; }
	.hidden-mobile { display: none !important; }
	.show-mobile { display: block !important; }
}




/* GLOBAL CSS */

.hidden-mobile { display: block; }
.show-mobile { display: none; }

html { font-family: 'Roboto', sans-serif; font-size:16px; }

body {
    flex-direction: column;
	align-items: center;
	margin: auto 5%;
	background-color: #000000;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}

body.light:before {
  background: url(../images/bg-light.jpg) no-repeat center center;
  background-size: cover;
}

/* body.light {
	background-image:url('../images/bg-light.jpg');
} */

a { color: #008bdd; text-decoration: none; }
a:hover { color: #949494; text-decoration: none; }

hr {
	margin: 40px auto;
    border-color: #ffffff;
	transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
	clear: both;
}

.hidden { display:none !important; }

.align-right {
    float: right;
    margin-left: 20px;
}

.align-left {
	float: left;
}

.align-right img {
    border-radius: 4.5%;
    -webkit-border-radius: 4.5%;
    -moz-border-radius: 4.5%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    max-width: 290px;
    margin-bottom: 50px;
	width: 100%;
}

.no-margin { margin-bottom: 0.1em; }

.other-projects { margin-top:20px !important; text-align: center; }
.project-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.disclaimer {
    position: fixed;
    bottom: 0px;
    color: #ffffff;
    text-shadow: 0px 1px 6px #000000;
    z-index: -5;
    background: #000000bb;
    padding: 15px;
    border-radius: 15px;
    margin: 0;
    margin-bottom: 15px;
}





/* CONTAINER/CONTENT */

.container {
    background: #ffffff;
    background: rgba(255,255,255,0.95);
    max-width: 1020px;
    width: 100%;
    margin: 6% auto 9%;
    border-radius: 15px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
	overflow: auto;
}

.content {
    padding: 40px 40px 20px;
}

.content h2:first-of-type {
    margin-top: 0px;
}

.container::after {
    content: "Background courtesy of iStock";
    position: fixed;
    bottom: 0px;
    color: #ffffff;
    text-shadow: 0px 1px 6px #000000;
    z-index: -5;
    background: #000000bb;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 221px;
}





/* LOGO/TAGLINE */

.logo {
    margin: auto;
    display: flex;
    font-size:2rem;
    text-align: center;
    padding: 0px 10px 20px;
    flex-direction: column;
}

.logo h1 { margin:0; }
.logo h2 { font-size:1.5rem; }

.logo img {
	max-width:500px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
	color:#ffffff;
}





/* Main Menu */

.main.menu {
    margin: auto;
    padding: 8px 0px;
    text-align: center;
    background:#e8e8e8;
	display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}

.main.menu li {
    display: flex;
    flex-basis: 25%;
    flex-basis: 18%;
}

.main.menu li a {
	color: #000;
    padding: 10px 15%;
	/* background: #e8e8e8; */
	background: #fff;
    width: 100%;
    min-width:90px;
	margin: 10px;
	border: none;
}

.main.menu li a:hover {
	background: #949494 !important;
	color: #ffffff !important;
	border: none !important;
}

.main.menu li a:active {
    background: #148dda !important;
    color: #fff !important;
	border:none !important;
}

.main.menu li a.current {
    background: #148dda !important;
    color: #fff !important;
	border:none !important;
}

.main.menu li a.current:hover {
    background: #19a6ff !important;
    color: #fff !important;
	border:none !important;
}




/* BUTTONS */

.button {
    display: inline-block;
	text-decoration: none;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
	text-align: center;
    margin-top: 10px;
    background: #fff;
    color: #000000;
    padding: 11px 19px;
    margin-right: 10px;
    border: solid 1px #cccccc;
}

.button:hover {
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
	background: #949494 !important;
	color: #ffffff !important;
	border: solid 1px #949494 !important;
}

.button.current:hover {
	background: #19a6ff !important;
	color: #ffffff !important;
	border: solid 1px #19a6ff !important;
}

.button.left {
    margin: 0;
    border-radius: 8px 0 0 8px;
    /* flex-basis: 20%; */
}

.button.right {
    margin: 0;
    border-radius: 0 8px 8px 0;
    /* flex-basis: 20%; */
}

.button:active, .button.current {
	background: #008bdd !important;
    color: #ffffff !important;
    border: solid 1px #008bdd !important;
}





/* Change Color CSS */

.icon {
    /* float: right; */
    width: 20px;
    vertical-align:text-top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}

.change-color {
	    padding-top: 15px;
    margin-right: 17px;
    cursor: pointer;
    /* float: right; */
    text-align: right;
    user-select: none;
	-webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
}

.change-color span {
    padding-left: 6px;
}





/* FOOTER SOCIAL ICONS */

.social-icon {
	height: 24px;
    vertical-align: text-top;
    color: #555555;
    vertical-align: text-top;
	margin:5px;
}

.social-icon:hover {
	opacity:0.5;
}

.social-list {
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin: 20px auto auto;
    padding: 0px;
}




/* HOMEPAGE BUTTONS */

.mega-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mega-item {
    flex-basis: 33.3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

.mega-item div {
    background: #c763b6;
    border-radius: 15px;
    height: 110px;
    padding: 20px;
    /* padding: 15px; */
    color: #ffffff;
    /* min-width: 200px; */
    /* margin: 0.5%; */
	    margin: 5px;
    margin-bottom: 10px;
    /* width: 10%; */
    font-weight: bold;
    font-size: 20px;
	background-size: cover !important;
    background-position-x: center !important;
}

.mega-sub-item {
    flex-basis: 25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

.mega-sub-item div {
    background: #000;
    border-radius: 15px;
    height: 80px;
    padding: 20px;
    /* padding: 15px; */
    color: #ffffff;
    /* min-width: 200px; */
    /* margin: 0.5%; */
    margin: 5px;
    margin-bottom: 10px;
    /* width: 10%; */
    font-weight: bold;
    font-size: 1.25rem;
    background-size: cover !important;
    background-position: center !important;
	border: solid 2px #ffffff;
}

.mega-list div:hover {
	opacity:0.8;
}

.mega-item.about div {
    background: #c763b6;
	background-image: url("../images/home-about.png");
}

.portfolio-mega-item.phunware .mega-item-box, .portfolio-mega-item.phunware .mega-item-header {
    background: #0080ff;
	background-image: url("../images/portfolio-phunware-2.png");
}

.portfolio-mega-item.catalyst .mega-item-box, .portfolio-mega-item.catalyst .mega-item-header {
    background: #63b5c7;
	background-image: url("../images/portfolio-catalyst.png");
}


.portfolio-mega-item.personal .mega-item-box, .portfolio-mega-item.personal .mega-item-header {
    background: #8a35c9;
	background-image: url("../images/portfolio-personal.png");
}

.portfolio-mega-item.highschool .mega-item-box, .portfolio-mega-item.highschool .mega-item-header {
    background: #c34040;
	background-image: url("../images/portfolio-highschool.png");
}

.portfolio-mega-item.lunarpages .mega-item-box, .portfolio-mega-item.lunarpages .mega-item-header {
    background: #6963c7;
	background-image: url("../images/portfolio-lunarpages.png");
}

.portfolio-mega-item.txst .mega-item-box, .portfolio-mega-item.txst .mega-item-header {
    background: #8d734a;
	background-image: url("../images/portfolio-txst.png");
}


.portfolio-mega-item .mega-item-box {
    background: #c763b6;
    border-radius: 15px;
    height: 160px;
    padding: 20px;
    /* padding: 15px; */
    color: #ffffff;
    /* min-width: 200px; */
    /* margin: 0.5%; */
    margin: 5px;
    margin-bottom: 10px;
    /* width: 10%; */
    background-size: contain !important;
    background-position-x: right !important;
    background-position-y: center !important;
    /* width: 100%; */
    background-repeat: no-repeat !important;
	display:flex;
}

.website-item .portfolio-item img {
    height: 60px !important;
}
.portfolio-mega-item
.mega-item-header {
    height: 160px;
    padding: 40px;
    color: #ffffff;
    margin-bottom: 10px;
    background-size: contain !important;
    background-position-x: right !important;
    background-position-y: center !important;
    background-repeat: no-repeat !important;
    display: flex;
}
@media handheld, only screen and (max-width: 767px) {
.website-item .portfolio-item img {
    height: 100px !important;
}
	.portfolio-mega-item .mega-item-box, .portfolio-mega-item .mega-item-header {
		background-size: contain !important;
		background-position-x: right !important;
		background-position-y: top !important;
		display: flex;
		flex-wrap: wrap;
		padding-top: 50%;
		/* padding-bottom: 0px; */
	}
	.portfolio-mega-item .mega-item-box-desc {
    	flex-basis: 100% !important;
	}
	.portfolio-mega-item .mega-item-box-img {
    	flex-basis: 100% !important;
	}

}
.thumb-item {
    list-style-type: none;
    display: inline-block;
    width: 60px;
    margin: 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.thumb-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
	width: 60% !important;
    margin: auto;
}

.website-item .thumb-item img {
    height: 60px !important;
    width: 60px !important;
}


@media handheld, only screen and (max-width: 480px) {
.website-item .portfolio-item img {
    height: 80px !important;
}
.mega-item-box-desc p {
    font-size: 12px;
}
	
.website-item .thumb-item img {
    height: 40px !important;
    width: 40px !important;
}

.thumb-item {
    width: 40px;
    margin: 1%;
}
}




.mega-list .mega-item-header:hover, .mega-list .mega-item-header .mega-item-box-desc:hover, .mega-list .mega-item-box .mega-item-box-desc:hover {
    opacity: 1 !important;
}

.portfolio-mega-item h3 {
	font-weight: bold;
    font-size: 20px;
	/* margin-top: 0px; */
}

.portfolio-mega-item .mega-item-box-desc {
    flex-basis: 50%;
	
}

.portfolio-mega-item .mega-item-box-img {
    flex-basis: 50%;
    background-size: cover !important;
    background-position-x: center !important;
    background-position-y: center !important;
    background-repeat: no-repeat !important;
}

.portfolio-mega-item {
    flex-basis: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.mega-item.portfolio div {
    background: #6963c7;
	background-image: url("../images/home-portfolio.png");
}

.mega-item.resume div {
    background: #63b5c7;
	background-image: url("../images/home-resume.png");
}

.mega-sub-item.arkane div {
    /* background: #c76363; */
	background-image: url("../images/home-arkane.jpg");
}

.mega-sub-item.acpmusic div {
    /* background: #c79f63; */
	background-image: url("../images/home-acp.jpg");
}

.mega-sub-item.iscream div {
    /* background: #77c763; */
	background-image: url("../images/home-iscream.jpg");
}

.mega-sub-item.midis div {
    /* background: #77c763; */
	background-image: url("../images/home-midis.jpg");
}

.mega-sub-item.blog div {
    /* background: #c763b6; */
	background-image: url("../images/home-blog.jpg");
}






/* PORTFOLIO */

.porfolio-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.portfolio-item {
    list-style-type: none;
    /* margin: 0px; */
    /* padding: 0px; */
    display: inline-block;
    width: 24.2%;
    padding: 1%;
    /* height: auto; */
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.portfolio-item img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.portfolio-item p {
    text-align: center;
    /* float: left;
    width: 100%; */
}

.portfolio-item:nth-child(4n) {
    padding-right: 0px;
}

.portfolio-item:nth-child(4n+1) {
    padding-left: 0px;
}

.portfolio-item a.fancybox {
	text-decoration: none;
    color: #000000;
}




/* WEBSITE PORTFOLIO */


.website-item {
    list-style-type: none;
    /* margin: 0px; */
    /* padding: 0px; */
    display: inline-block;
    padding: 1%;
    width: 32.3%;
    margin: 0.5%;
    /* height: auto; */
    box-sizing: border-box;
	flex-basis:100%;
    display: flex;
    align-items: center;
	flex-direction: row;
    padding-bottom: 3rem;
    padding-top: 3rem;
    border-top: 2px solid rgba(0,0,0,0.13);
	/* border-radius: 15px; */
    /* background: #130016; */
    /* border: solid 2px #ffffff; */
}

.website-item:nth-child(even) {
	flex-direction: row-reverse;

}

.website-item:first-child {
    border-top: none !important;
    /* margin-top: 2rem; */
    /* margin-top: 0px; */
    /* padding-top: 0px; */
    margin-top: -5px;
}

.website-item h3, .website-item p {
	/* margin: 15px; */
    margin-top: 0px;
}

.website-item a {
    width: fit-content;
}

.website-item img {
	width: 100%;
    border-radius: 15px 15px;
}

.website-desc {
	display: flex;
	flex-direction: column;
    margin-left: 2rem;
    flex-basis: 100%;
}

.website-desc.short {
    flex-basis: 50%;
}

.website-item:nth-child(even) .website-desc {
    margin-left: 0;
    margin-right: 2rem;
}

/*
.website-item.freeze {
    background: #401446;
}

.website-item.tovar {
    background: #163524;
}

.website-item.bay-hundred {
    background: #471111;
}

.website-item.aqua {
    background: #19204e;
}

.website-item.acpmusic {
    background: #2a1448;
}

.website-item.fsd {
    background: #352d2d;
}

.website-item.rfa {
    background: #4f1818;
}

.website-item.cuenca {
    background: #5d4018;
}

.website-item.showalter {
    background: #13332c;
}
*/



/* TESTIMONIALS */

.testimonial-item {
	box-sizing: border-box;
    flex-basis: 100%;
    display: flex;
    align-items: end;
    flex-direction: row;
    padding-bottom: 3rem;
    padding-top: 3rem;
    border-top: 2px solid rgba(0,0,0,0.13);
}

.testimonial-item:nth-child(even) {
	flex-direction: row-reverse;

}

.testimonial-item:first-child {
    border-top: none !important;
    /* margin-top: 2rem; */
    /* margin-top: 0px; */
    /* padding-top: 0px; */
    margin-top: -5px;
}

.testimonial-item h3, .testimonial-item p {
	/* margin: 15px; */
    margin-top: 0px;
}

.testimonial-item a {
    width: fit-content;
}

.testimonial-item img {
	width: 10%;
}

.testimonial-desc {
	display: flex;
	flex-direction: column;
    margin-left: 2rem;
    flex-basis: 100%;
}

.testimonial-desc.short {
    flex-basis: 50%;
}

.testimonial-item:nth-child(even) .testimonial-desc {
    margin-left: 0;
    margin-right: 2rem;
}

.testimonial-item:nth-child(even) {
    align-items: center;
}




/* FANCYBOX */
.fancybox-skin {
	border-radius:15px 15px !important;
    -webkit-border-radius: 15px 15px !important;
    -moz-border-radius: 15px 15px !important;
	background:none !important;
    background: #000 !important;
}

.fancybox-image {
	border-radius:15px 15px;;
    -webkit-border-radius: 15px 15px;
    -moz-border-radius: 15px 15px;
}

.fancybox-title-outside-wrap {
	margin-top: 0px !important;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    text-shadow: 0 1px 2px #222 !important;
    font-weight: bold !important;
}

/* CONTACT FORM */

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: none;
    border-radius: 8px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
	font-size: 14px;
	color:#000000;
	background-color:#ffffff;
}

input[type="text"]:focus, select:focus, textarea:focus {
    outline: none;
	background-color:#c9c9c9;
}


input[type="text"]::placeholder, select::placeholder, textarea::placeholder {
color:#555555;
}


textarea {
	min-height:200px;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
	font-size: 14px;
    cursor: pointer;
}

/* Add a background color and some padding around the form */
.form-container {
    border-radius: 15px;
    background-color: #e8e8e8;
    padding: 20px;
	margin-bottom: 30px;
}








/* DARK MODE */
/* body.dark {
	background-image:url('../images/bg-dark.jpg');
} */


body.dark:before {
	background: url(../images/bg-dark.jpg) no-repeat center center;
    background-size: cover;
}

body.dark .container {
	background:#101010;
    background: rgba(0,0,0,0.9);
    color:#fff;
}

body.dark .main.menu {
    background: #252525 !important;
}

body.dark .main.menu li a {
    color: #fff;
    background: #4a4a4a;
	border:none;
}

body.dark .button {
	color: #fff;
	background:#4a4a4a;
	border: solid 1px #4a4a4a;
}

body.dark .logo img {
    filter: invert(100%);
	-webkit-filter: invert(100%); /* Safari 6.0 - 9.0 */
		color:#EFEFEF;
}

body.dark .icon {
	filter: invert(100%);
	-webkit-filter: invert(100%); /* Safari 6.0 - 9.0 */
    /* padding-right: 0px; */
}

body.dark hr {
    border-color: #555555;
}

body.dark .social-icon {
	filter: invert(100%);
	-webkit-filter: invert(100%); /* Safari 6.0 - 9.0 */
	opacity:0.5;
}

body.dark .social-icon:hover {
	opacity:1;
}

body.dark a.fancybox {
    color: #ffffff !important;
    /* text-decoration: underline !important; */
}

body.dark .mega-sub-item div {
	    border: solid 2px #ffffff50;
}

body.dark .website-item {
    border-top: 2px solid rgba(255,255,255,0.15);
}

body.dark .testimonial-item {
    border-top: 2px solid rgba(255,255,255,0.15);
}

body.dark .fancybox-skin {
    -webkit-box-shadow: 0 0px 35px rgb(64, 64, 64);
    -moz-box-shadow: 0 0px 35px rgb(64, 64, 64);
    box-shadow: 0 0px 35px rgb(64, 64, 64);
}

body.dark .fancybox-title {
    -webkit-box-shadow: 0 7px 35px rgb(64, 64, 64);
    -moz-box-shadow: 0 7px 35px rgb(64, 64, 64);
    box-shadow: 0 7px 35px rgb(64, 64, 64);
}

body.dark input[type="text"]::placeholder, body.dark select::placeholder, body.dark textarea::placeholder {
color:#ffffff !important;
}

body.dark input[type="text"]:focus, body.dark select:focus, body.dark textarea:focus {
    background-color: #696969;
}

body.dark input[type="text"], body.dark select, body.dark textarea {
    background-color: #4a4a4a;
    color: #ffffff;
}

body.dark .form-container {
	background-color:#252525 !important;
}