@media only screen and (min-width: 601px) {
  #main {
    padding-top: 100px;
    background-image: url('../img/sur.jpg');
    background-size: 110%;
    background-color: black;
  }
}

@media only screen and (max-width: 600px) {
  #main {
    padding-top: 100px;
    background-image: url("../img/sur-m.jpg");
    background-size: cover;
    background-color: black;
  }
}

#months {
	background-color: #1C2833;
}
h4 {
  color: white;
}
h5 {
	color: white;
}
h6 {
	color: white;
}
#pink-folder-icon {
  padding-left: 15px;
  padding-right: 15px;
}
.circleRed {
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
 	border-radius: 50%;
  width: 17px;
  height: 17px;
 	background: #EA502F;
  border: 1px solid #000;
  display: inline-block;
}
.circleYellow {
	margin-left: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
 	border-radius: 50%;
  width: 17px;
  height: 17px;
 	background: #F0B92B;
  border: 1px solid #000;
  display: inline-block;
}
.circleGreen {
	margin-left: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
 	border-radius: 50%;
  width: 17px;
  height: 17px;
 	background: #40D31B;
  border: 1px solid #000;
  display: inline-block;
}
#left{
  padding-bottom: 15px;
  padding-left: 10px;
}
#right{
  padding-bottom: 15px;
  padding-left: 15px;
}
#folder-header{
  display: inline-block;
  position: absolute;
  padding-top: 12px;
  padding-left: 10px;
}
.menu-bar {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(83, 83, 83, 0.4);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);

  .left {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: auto;
    margin-left: 20px;
  }
  .fa-apple {
    color: white;
    padding: 0;
    font-size: 2rem;
  }
  .menus {
      height: 100%;
      display: flex;
      align-items: center;
      margin-left: 15px;
      color: rgba(255, 255, 255, 0.95);
      font-size: 15px;
    }
    .active {
      font-weight: bold;
      color: #fff !important;
    }
  }
}

.dock {
  width: auto;
  height: 60px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.dock-container {
    padding: 5px;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(83, 83, 83, 0.25);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
li {
  list-style: none;
  display: flex;
  width: 50px;
  height: 50px;
  vertical-align: bottom;
  transition: 0.2s;
  transform-origin: 50% 100%;
  &:hover {
    margin: 0px 13px 0px 13px;
  }
}
.name {
  position: absolute;
  top: -70px;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
  height: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  visibility: hidden;
  &::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.5);
  }
}
#footer{
  padding-top: 400px;
}
.li-bin {
  margin-top: 10px;
  margin-left: 15px;
  border-left: 1.5px solid rgba(255, 255, 255, 0.4);
}

@for $i from 1 through 15 {
  .li-#{$i}:hover {
    .name {
      visibility: visible !important;
    }
  }
}

.icon-row{
  text-align: center;
}
#photo-icon{
  border: 3px solid white;
}
.inline{
  display: inline-block;
  vertical-align: middle; 
  padding: .5rem;
}

