.header{
    background-color: #0c0f25;
    color: #F5F5F5;
    padding-top: 60px;
}

.project-header{
    height: 20%;
    background-color: #0c0f25;
    color: #F5F5F5;
    padding-top: 60px;
    /* padding-bottom: 1%; */
}

.project-header a{
    color: #F5F5F5;
}



.project-group-names {
	text-align: center;
}

.project-group-names a{
    color: white;
    overflow: hidden;
    padding: 0.2em 0;
    position: relative;
}

.project-image{
	width: 90%;
	margin-top: 25%;
}

.selected{
    text-decoration: underline;
}

.name-block{

    font-weight: 200;
    position: relative;
    color: rgb(39,33,33);
    display: inline-block;
}

.name{
    color: rgb(39,33,33);
    z-index: 10;

    position: relative;
    display: inline-block;
}

.name h4{
    font-weight: 200;
    padding: 0;
    margin: 0;
}

.name-background{
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #f6f3ef;
    transition: all .1s ease;
}

.tab-items a{
    overflow: hidden;
    padding: 0.2em 0;
    position: relative;
    margin-right: 1em;
}

a{
    color: #f6f3ef;
    font-size: 18px;
}

.project-group-names a::after, .tab-items a::after {
  opacity :0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #9d8ec9;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-30%, 0, 0);
}

.project-group-names a:hover::after, 
.tab-items a:hover::after,
.project-group-names a:focus::after,
.tab-items a:focus::after{
  transform: translate3d(0, 0, 0);
  opacity: 1;
}


.menu{
    padding-right: 15px;
    padding-bottom: 10px;
}


p{
    color: #f6f3ef;
}

.fa {

    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    color: white;
}

.fa:hover {
    opacity: 1;
    text-decoration: none;
    color: #bcb3dd;
    transition: all 300ms;
    font-size: 19px;
}

html, body {
    background: #151c29;
    margin: 0;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

.noScroll{
    overflow: hidden;
}

p{
    font-size: 18px;
}

.projects-list {
    margin-top: 30px;
    color: rgb(39,33,33);
}

.projects-list h3{
    font-size: 27px;
    font-weight: bold;
    color: white;
}

.projects-list-p{
    color: white;
}

.projects-list-p a{
	text-decoration: underline; 
    text-decoration-color: #5b5179;
	color: rgb(39,33,33);
}

.project:hover #arrow{
    margin-left: 5px;
    transition: all .3s ease-in-out;
}

#arrow{
    margin-left: 0;
    transition: all .3s ease;
}

/* label color */
label {
	color: white;
}

/* label focus color */
.input-field input[type=text]:focus + label {
	color: #000;
}

/* label underline focus color */
.input-field input[type=text]:focus {
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 0 0 #000;
}

/* icon prefix focus color */
.input-field .prefix.active {
	color: #000;
}

.input-field textarea:focus + label {
  color: #000 !important;
}

.row .input-field textarea:focus {
  border-bottom: 1px solid #000 !important;
  box-shadow: 0 1px 0 0 #000 !important
}

.input-field textarea{
	height: 50vh;
}

.c-code{
	padding: 10%;
	background: #161c29;
}

.submit-c-code{
	padding-top: 25vh;
}

.submit-c-code .btn{
	background-color: #5b5179;
}

.compiler-result{
	margin-top: 35px;
}
        
.log-container{
	color: white;
	white-space: pre-line;
}

.hljs{
	background: white;
}

.hljs::-webkit-scrollbar {
  display: none;
}

@media only screen (min-width: 600px){
    .fa {
        font-size: 30px;
    }

    .menu{
        padding-right: 20px;
        padding-bottom: 0;
    }

}
