/*
#6441a5 - purple
#49b79e - green/blue
#393e41 - black/gray
#d3d0cb - khaki pants
#e7e5df - whiteish
*/
/*
.theme1-body{
  background-color:#393e41;
  color:#e7e5df
}

.theme1-navbar{
  background-color:#49b79e;
  color:#393e41;
}

.theme1-border{
  border-color:#6441a5;
  color:#e7e5df
}

.theme1-title{
  color:#49b79e;
}

.theme1-login{
  border-color:#393e41;
  color:#393e41;
  background-color:#e7e5df;
}

.theme1-register{
  border-color:#393e41;
  color:#393e41;
  background-color:#d3d0cb;
}



.theme1-dropdown:hover{
  color:#24135F;
}

.theme1-dropdown-children{
  background-color:#e7e5df;
}

.theme1-dropdown-child{
  color:#888888;
}

.theme1-dropdown-children .theme1-dropdown-child:hover{
  color:#393e41;
}



.theme1-tag-autocomplete{
  color:#e7e5df;
  border-color:#e7e5df;
  background-color:#393e41;
}

.theme1-tag-autocomplete .theme1-tag{
  border-color:#393e41;
}
.theme1-tag-autocomplete .theme1-tag:hover{
  border-color:#e7e5df;
}
*/



/*
#6441a5 - purple
#49b79e - green/blue
#393e41 - black/gray
#d3d0cb - khaki pants
#e7e5df - whiteish
*/

.theme1-body{
  background-image: linear-gradient(to bottom right, #6441a5, #49b79e);
  background-color: #49b79e;
  background-attachment:fixed;
}

.theme1-alert1{
  background-color:#6441a5;
  border-bottom-color:#393e41;
}

.theme1-alert2{
  background-color:#b20000;/*This is a red, not part of the theme*/
  border-bottom-color:#393e41;
}

.theme1-alert3{
  background-color:#00b200;/*This is a green, not part of the theme*/
  border-bottom-color:#393e41;
}

.theme1-box-background{
  background-color:rgba(57,62,65,0.6);
}
.theme1-tag-autocomplete{
  background-color:#393e41;
}
.theme1-navbar, .theme1-account-wrapper{
  background-color:#49b79e;
}
.theme1-login, .theme1-dropdown-children, .theme1-button1{
  background-color:#e7e5df;
}
.theme1-register{
  background-color:#d3d0cb;
}


.theme1-body, .theme1-border, .theme1-tag-autocomplete, .theme1-text2{
  color:#e7e5df;
}
.theme1-navbar, .theme1-login, .theme1-register, .theme1-dropdown-children .theme1-dropdown-child:hover, .theme1-text1, .theme1-account-wrapper{
  color:#393e41;
}
.theme1-title{
  color:#49b79e;
}
.theme1-dropdown:hover{
  color:#24135F;
}
.theme1-dropdown-child{
  color:#888888;
}


.theme1-border{
  border-color:#e7e5df;
}
.theme1-login, .theme1-register, .theme1-tag-autocomplete .theme1-tag{
  border-color:#393e41;
}
.theme1-tag-autocomplete, .theme1-tag-autocomplete .theme1-tag:hover{
  border-color:#e7e5df;
}
