#laptopPic {
  background-image: url(./photos/laptopcrop.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-size: 100% 100%;
}
#frontPage {
  margin-left: auto;
  margin-right: auto;
  /* position: absolute; */
}
#name {
  font-family: "Marcellus", serif;
  color: white;
  text-align: center;
  margin-top: 12%;
  font-size: 50px;
}

#description {
  font-family: "Marcellus", serif;
  color: white;
  text-align: center;
  margin-top: 2%;
  font-size: 25px;
}

#clickHere {
  font-family: "Marcellus", serif;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: auto
}

.glow {
  color: #fff; 
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px black, 0 0 40px black,
      0 0 50px black, 0 0 60px black, 0 0 70px black;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px black, 0 0 40px black, 0 0 50px black,
      0 0 60px black, 0 0 70px black, 0 0 80px black;
  }
}

body {
  background-color: black;
}

#contactIcon {
  margin-top: 25%;
  margin-left: 25%;
  margin-right: 25%;
  color: pink;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

#contactName {
  font-family: "Marcellus", serif;
  color: white;
  font-size: 40px;
  text-align: center;
}

#color {
  text-align: center;
  color:white;
  font-family: "Marcellus", serif;
  margin-top: 5%;
}

#contactClick {
  color: white;
  font-size: 20px;
}

#main-container {
    padding-top: 100px;
    max-width: 65%;
    float:left;
    margin-left: 5%;
    background
}

#bolt {
    float: right;
    margin-right: 5%;
    padding-top: 100px;
}
.main-section {
    background-color: #fff;
    opacity: 0.7;
	padding: 30px;
	margin: 0 0 40px 0;
	width: 100%;
	float: left;
    /* border: 1px solid #ddd; */
    border-radius: 15px;
    padding: 20px;
}

.bioimage {
	width: 200px;
	height: 250px;
	margin-top: 10px;
	float: left;
	margin-right: 25px;
}

.font {
    font-family: "Marcellus", serif;
}

#contactPageBackground {
    background-image: url(./photos/bolt.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-size: 100% 100%;
}

#quizPic{
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 10%;
}

#quizPic:hover {
    transform: scale(1.5); 
    opacity: 0.7;
  }

#searchUPic {
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 10%; 
}
#searchUPic:hover {
    transform: scale(1.5); 
    opacity: 0.7;
  }

#schedulePic{
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 10%; 
}
#schedulePic:hover {
    transform: scale(1.5); 
    opacity: 0.7;
  }

#passwordPic {
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 10%; 
}
#passwordPic:hover {
    transform: scale(1.5); 
    opacity: 0.7;
  }