.littleInput{

  font-size: 30px;
  color: black;
  background-color: rgba(0,0,0,0);
  border: none;
  border-bottom: 2px solid black;
  transition: border-bottom 0.1s;
  width:28px;
  padding: 3px;
  text-align: center;
  margin-right: 20px;
  text-transform: uppercase;

}

.littleInput:focus{

  border-bottom: 2px solid #88eeee;
  outline: none;

}

.wrapper{

  width: 100%;
  text-align: center;

}

.mainContainer{

  text-align: center;
  background-color: #fafafa;
  height: calc(100vh - 40px);
  padding: 20px;

}

.groupImage{

  width:100%;
  height:60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;

}

.buttons{

  width:100%;
  text-align: center;

}

.title{

  width: calc(100% - 20px);
  font-size: 20px;
  border: 1px solid black;
  background-color: white;
  padding: 5px;

}

.miniButtons{

  width: 60%;
  display: inline-block;
  text-align: center;

}

.pTitle{

  font-size: 16px;
  margin-top: 3px;

}

.mainProjectContainer{

  /* background-color: #d0d0d0; */
  border: 1px solid #cfcfcf;
  margin-top: 10px;

}

.miniProjectWrapper{

  width: calc(40% - 10px);
  display: inline-block;
  text-align: left;
  padding-left: 5px;

}

.miniProjectWrapper .fa-caret-down{

  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;

}

.miniProject{

  width:100%;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  /* margin-top: 10px; */
  /* border: 1px solid #cfcfcf; */

}

@media only screen and (min-width: 768px) {

  .groupImage{

    height:55vh !important;

  }

  .miniProject{

    padding-top: 15px;
    padding-bottom: 15px;

  }

  .technical, .creative, .social{

    font-size: 7vw !important;
    width: 24vw !important;
    height: 24vw !important;
    text-align: center;

  }

  .allProjectsButton{

    margin-top: 25px !important;
    padding: 10px !important;

  }

  .pTitle{

    font-size: 20px !important;
    margin-top: -3px !important;

  }

  .minisocial, .minicreative, .minitechnical{

    width: 5vw !important;
    height: 5vw !important;
    font-size: 2vw !important;

  }

  .allProjectsButton{

    margin-top: 50px !important;

  }

}

#mainScreen{

  position:absolute;
  top:20;
  width: calc(100vw - 40px);

}

#allProjectsScreen{

  position:absolute;
  display: none;
  opacity: 0;
  top:0;
  width: calc(100vw - 40px);

}

.social, .creative, .technical{

  color: white;
  width: 24vw;
  height: 24vw;
  margin-right: 1%;
  max-width: 200px;
  max-height: 200px;
  font-size: 10vw;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  border-width: 3px;
  border-style: solid;

}

.clear{

  background-color: rgba(0,0,0,0);
  border: none;
  padding: 0px;

}

.lowerWrapper{

  display: none;
  opacity: 0;
  height: 0px;
  padding: 0px;
  background-color: #efefef;
  text-align: left;

}

.minisocial, .minicreative, .minitechnical{

  color: white;
  width: 13vw;
  height: 13vw;
  margin-right: 1%;
  font-size: 5vw;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  border-style: solid;
  border-width: 2px;

}

.allProjectsButton{

  padding: 5px;
  border: 1px solid black;
  background-color: white;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;

}

button:focus{

  outline: none;

}

.social, .minisocial{

  background-color: #0099ff;
  border-color: #66c2ff;

}

.creative, .minicreative{

  background-color: #33cc33;
  border-color: #85e085;

}


.technical, .minitechnical{

  background-color: #e67300;
  border-color: #ffb366;

}

#screen0 h2{

  margin-top: 0;

}

#screen1 h2{

  margin-top: 0;

}

#cover{

  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999999999;
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: none;

}

#coverimg{

  display: none;

}

html,body{

  padding: 0;
  margin: 0;
  font-family: Arial;

}
