
body { 
	padding-bottom: 100px; 
	font-family: 'Oswald', sans-serif;
	background-color: #232323;
}

h1 {
	color: #ccb19c;
	font-size: 4.5vw;
	text-align: center;
	padding: 20px;
}

h2{
	font-size: 1.5vw;
}

p {
	margin-top: .7%;
	margin-bottom: 0px;
}

a:hover {
	color: #d4d4c8;
	text-decoration: none;
	outline: none;
	border: 0;
}

a:active {
	text-decoration: none;
	outline: none;
	border: 0;
}
a:visited {
	text-decoration: none;
	outline: none;
	border: 0;
}

	.btn {
	text-decoration: none;
	}
	.btn:focus {
	outline: none;
	}
	.btn:active:focus {
	outline: none;
	}
	.btn.active:focus {
		outline: none;
	}
	.btn.focus {
	outline: none;
	}
	.btn:active.focus{
		outline: none;
	}
	.btn.active.focus {
    outline: none;
}



.project {
	color: #232323;
	min-width: 100%;
	font-size: 3vw;
	border-radius: 0;
	border: 0;
	outline: none;
}

.project a:hover {
	color: #c4c4c4;
	outline: none;
	border: 0;
}

.project a:active {
	text-decoration: none;
	outline: none;
	border: 0;
}

.card {
	background-color: #232323;
	color: #c4c4c4;
	font-size: 1.3vw;
	text-align: center;
}

.card-body {
	padding: 25px;
}

.description {
	width: 80%;
	padding-left: 20%;
}

.fullSite {
	text-decoration: underline;
	color: #c4c4c4;
}

.fullSite a:hover {
	color: #c4c4c4;
	text-decoration: underline;
}
.container {
	min-width: 100vw;
}
a img{
	width: 50px;
	display: inline-block;
}

.dropdown-menu {
	margin: 0;
	min-width: 100vw;
	background-color: #232323;
	color: #c4c4c4;
	font-size: 1.3vw;
	text-align: center;
	padding: 50px;
	border: 0px;
	border-radius: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 768px) {
	.card {
		font-size: 2.5vw;
	}
	.dropdown-menu {
		font-size: 2.5vw;
	}
	.description {
		width: 90%;
		padding-left: 10%;
	}
	a img {
		width: 25px;
	}
	h6 {
		font-size: 2.5vw;
	}

}

#OneMan {
	background-color: #e4623e;
}

#Vanquishing {
	background-color: #75a99c;
}

#Aatsinki {
	background-color: #ccc14d;
}

#Beetle {
	background-color: #687246;
}

#Memoirs {
    background-color: #885478;
}

#Moment {
	background-color: #99b060;
}

#Mysteries {
	background-color: #4e6670;
}

#States {
    background-color: #e18755;
}

#Arthropoda {
	background-color: #d85172;
}

#Venus {
	background-color: #c84e43;
}

#Kingdom {
	background-color: #5c8684;
}

#Working {
	background-color: #948d3c;
}

#OCD {
    background-color: #daac48;
}

#From {
	background-color: #f56d5f;
}


.navbar {
	background-color: #232323;
	width: 100vw;
}

.fixed-bottom {
	width: 100vw;
	margin: 0px;
	padding: 0;
}

.nav-item {
	color: #ccb19c;	
	font-size: 3.5vw;
}
.dropup {
	color: #ccb19c;	
	font-size: 3.5vw;
	min-width: 100vw;
	padding-left: 20%;
	padding-right: 20%;
}

.dropdown-item {
	background-color: #232323;
	width: 10%;
	display: inline-block;
}
.contactDisplay a:hover {
	background-color: #232323;
}

#robly_embed_signup {
	padding-top: 20px;
}
.myrPrompt {
	padding: 7px;
}