h3 {
    font-weight: 500;
}

body {
    align-content: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}


#keywordsDiv {
    width: 300px;
    background-color: rgba(18, 49, 35, 0);
    margin: auto;
    margin-top: 40px;
}

/* Remove margins and padding from the list */
ul {
  margin: 0;
  padding: 0;
}

/* Style the list items */
ul li {
  cursor: pointer;
  position: relative;
  padding: 12px 8px 12px 40px;
  list-style-type: none;
  background: #eee;
  font-size: 18px;
  transition: 0.2s;
  
  /* make the list items unselectable */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Set all odd list items to a different color (zebra-stripes) */
ul li:nth-child(odd) {
  background: #f9f9f9;
}

/* Darker background-color on hover */
ul li:hover {
  background: #ddd;
}

/* When clicked on, add a background color and strike out text */
ul li.checked {
  background: #888;
  color: #fff;
  text-decoration: line-through;
}

/* Add a "checked" mark when clicked on */
ul li.checked::before {
  content: '';
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  top: 10px;
  left: 16px;
  transform: rotate(45deg);
  height: 15px;
  width: 7px;
}

/* Style the close button */
.close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 16px 12px 16px;
}

.close:hover {
  background-color: #f44336;
  color: white;
}

/* Style the header */
.header {
  background-color: #f44336;
  padding: 30px 40px;
  color: white;
  text-align: center;
}

/* Clear floats after the header */
.header:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the input */
/*
input {
  margin: 0;
  border: none;
  border-radius: 0;
  width: 75%;
  padding: 10px;
  float: left;
  font-size: 16px;
}
*/

input {
    background-color: transparent;
    border-style: none;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    outline: none;
}
input:focus {
    outline: none;
}

textarea {
    background-color: transparent;
    border-style: none;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    outline: none;
}
textarea:focus {
    outline: none;
}

/* Style the "Add" button */
.addBtn {
  padding: 10px;
  width: 25%;
  background: #d9d9d9;
  color: #555;
  float: left;
    vertical-align: center;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0;
    
    
    background-color: #3077E1;
    color: white;
    width: 160px;
    height: 44px;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    font-size: 20px;
    font-weight: 700;
    border-style: none;
    outline: none;
    
}

.addBtn:hover {
  background-color: rgb(50, 114, 208);
}


#tagList {
/*    width: 80%;*/
    margin: auto;
    max-width: 300px;
}




.login_field {
    width: 260px;
    height: 40px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    border-style: none;
    text-align: center;
    margin: auto;
    align-content: center;
    font-size: 20px;
    font-weight: 500;
    outline: none;
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 2px;
}

#password_field {
    margin-top: 24px;
    margin-left: -5px;
}

.login_button_bg {
    width: 120px;
    height: 40px;
    background-color: #3077E1;
    border-radius: 10px;
}

.login_btn {
    background-color: #3077E1;
    color: white;
    width: 120px;
    height: 44px;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    font-size: 20px;
    font-weight: 700;
    border-style: none;
    outline: none;
}

#sign_out {
    position: absolute;
  right: 6px;
  top: 20px;
  top: 9px;
  z-index: 9;
    margin-top: 2px;
    font-size: 14px;
    width: 90px;
    height: 38px;
}

.upload_div {
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    padding-bottom: 10px;
}
.upload_title {
    font-weight: 600;
}

.upload_btn {
    background-color: #3077E1;
    color: white;
    width: 160px;
    height: 44px;
/*    margin-top: 0px;*/
    border-radius: 10px;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    font-size: 16px;
    font-weight: 700;
    border-style: none;
    outline: none;
}

h2 {
    font-weight: 600;
}
h4 {
    text-decoration: none;
}

.collections_scroller {
    width: 100%;
    height: 200px;
/*    background-color: red;*/
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
/*    white-space: nowrap;*/
}
.collection {
    width: 180px;
    height: 180px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    border-style: none;
    text-align: center;
    margin: auto;
    align-content: center;
    font-size: 20px;
    font-weight: 500;
    outline: none;
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 2px;
    margin-top: 10px;
    float: left;
    margin-left: 10px;
    position: absolute;
}

.collection_thumb {
    height: 120px;
    widows: 120px;
    margin-top: 0px;
}
.collection_text {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: black;
}


.file_upload {
    visibility: hidden;
}
.prevImageClass {
/*    visibility: hidden;*/
    opacity: 0;
    width: 260px;
    height: auto;
    margin: auto;
    border-radius: 10px;
    
    border-radius: 10px;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
}

.page_header_text {
    color: #3077E1;
    font-size: 40px;
    font-weight: 600;
}



/*
body {
  margin: 0;
  min-width: 250px;
}
*/

/* Include the padding and border in an element's total width and height */
/*
* {
  box-sizing: border-box;
}
*/


@media screen and (min-width: 0px) and (max-width: 400px) {
    .upload_btn {
/*        background-color: red;*/
        display: block;
        margin: auto;
        margin-top: 10px;
    }
}