* {
  padding: 0;
  margin: 0;
}
  
html, body {
  height: 100%;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #F2EDE7;
  font-size: 1rem;
  background-size: cover;
  background-image: url("../images/w9.jpg");
  background-position: center;
  background-repeat: no-repeat;
    background-attachment: fixed;
  }

  
h1 {
  font-weight: 800;
  font-style: normal;
  line-height: 40px;
}

h2 {
  line-height: 50px;
  font-weight: 600;
  font-style: normal; 
}

h3 {
  font-weight: 150;
  font-style: normal; 
}

a, a:visited, a:active {
  text-decoration: none;
  color: #F2EDE7;
}

a:hover {
  text-decoration: none;
}

#page_header {
  text-align: center;
  padding: 5px 0;
  /* background: rgb(63,94,251);
  background: linear-gradient(90deg, rgba(63,94,251,0.75) 0%, rgba(252,70,107,0.75) 100%); */
  margin-bottom: 0px;
}

#clock {
  display: inline-block;
    font-weight: 600;
    background-color: rgba(49,51,58,.5);
    backdrop-filter: blur(5px);
	border:1px;
	border: 2px solid #fff;
width: auto;
	padding: 5px 10px 5px 10px;
	color: #fff;
	outline: 0;
	border-radius: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1em;
  /* text-shadow: 0 1px 5px rgba(0,0,0,.5); */
}


#name {
  display: inline-block;
    font-weight: 600;
    background-color: rgba(49,51,58,.5);
    backdrop-filter: blur(5px);
	border:1px;
	border: 2px solid #fff;
width: auto;
	padding: 5px 10px 5px 10px;
	color: #fff;
	outline: 0;
	border-radius: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1em;
  /* text-shadow: 0 1px 5px rgba(0,0,0,.5); */
}


#date {
  display: inline-block;
      font-weight: 600;
    background-color: rgba(49,51,58,.5);
    backdrop-filter: blur(5px);
	border:1px;
	border: 2px solid #fff;
	width: auto;
	padding: 5px 10px 5px 10px;
	color: #fff;
	outline: 0;
	  border-radius: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1em;
  /* text-shadow: 0 1px 5px rgba(0,0,0,.5); */
}
#clock-text {
background-color: rgba(49,51,58,.5);
  backdrop-filter: blur(5px);
  color: rgba(49,51,58,.5);
  display: inline-block;
  font-size: 2em;
  font-weight: 100;
  color: #fff;
  /* text-shadow: 0 1px 5px rgba(0,0,0,.5); */
}

#date-text {
  color: rgba(49,51,58,.5);
  display: inline-block;
  font-size: 2em;
  font-weight: 100;
  color: #fff;
  margin-bottom: .4em;
  /* text-shadow: 0 1px 5px rgba(0,0,0,.5); */
  text-align: center;
  }
#search {
  display: inline-block;
  background-color: rgba(49,51,58,.5);
  backdrop-filter: blur(5px);
  /* text-shadow: 0 1px 5px rgba(0,0,0,.5); */
}

input {

	border:1px;
	border: 2px solid #fff;
	min-width: 500px;
		padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
	color: #fff;
	outline: 0;
	  border-radius: 12px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 1em;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-family: 'Quicksand', sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-family: 'Quicksand', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-family: 'Quicksand', sans-serif;
}

.section_header {
  text-align: left;
  margin: 5px 0 5px 20px;
  /* border-bottom: 1px dashed rgb(63,94,251); */
}

.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container_master {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  padding: 0px 5px 5px 5px;
}

.container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex: 0 1 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0px 5px 25px 5px;
  background-color: rgba(49,51,58,.5);
  backdrop-filter: blur(5px);
  margin: 10px;
  border-radius: 10px;
}
  
.item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 0px 0 0px 0;
  
}

/* .item:last-child {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 10px 0 10px 0; 
  border-bottom: 0;
} */

.item img {
  width: 25px;
  height: auto;
  margin: 0 10px;
  background-color: rgba(38, 38, 38, 1);
  padding: 5px;
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
}

.no-touch .item:hover {
  color: rgba(255, 174, 0, 1);
}

.no-touch .item:hover img {
  color: rgba(38, 38, 38, 1);
  box-shadow: 0px 0px 15px rgba(255, 174, 0, 0.7);
}

.subtext {
  padding: 0 5px 0 20px;
  float: right;
  text-align: left;
  word-wrap: break-word;
}
/*
 Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 800px) {
  
  a, a:visited, a:active {
    width: 100%;
  }

  #page_header {
    margin: 0;
  }
  #name {
    font-size: 2rem;
    font-weight: 600;
  }
  #clock {
    font-size: 2rem;
    font-weight: 600;
  }
  
  #date {
    font-size: 2rem;
    font-weight: 600;

  }

  input {
    min-width: 90%;
    padding-bottom: 10px;
    margin: 10px 0;
  }

  .container {
    flex: 0 1 90%;
    align-content: flex-start;
  }

} 
