@font-face {
    font-family: myFont;
    src: url(../fonts/gudea.otf);
}
.home{
    background-image: url('../images/library.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.container{
  height: auto;
  width: 100vw;
  display: inline-block;
}
.mid{
  margin-top: 25%;
  height: auto;
  width: 45%; 
  clear: both;
}
p.headding, p.releasetext{
  font-family: myFont;
  font-size: 5vw;
  color: white;
}
p.college{
  color: white;
  font-size: 4vw;
  text-align: right;
}
.login{
  margin-right: 8%;
  margin-top: 25%;
  color: white;
  width: 30%;
  text-align: center;
}
.imgdown{
  width: 5%;
  height: auto;
  cursor: pointer;
}
.books{
  background-image: url('../images/bookshelves.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.bookimg{
  width: 100%;
  height: 100%;
}
.newrelease, .map{
  width: 40%;
  margin-left: 10%;
}
.slider{
  width: 35%;
  margin-right: 10%;
}

.rightcont {
  width: 35vw;
  height: 50vh;
  margin-right: 10%;
}
#mapcanvas{
  height: 100%;
  width: 100%;
}
p.maptext{
  font-family: myFont;
  font-size: 5vw;
  color: black;
}
.help{
  background-color: #004d40;
}
.contact{
  cursor: pointer;
  margin-left: 35%;
  width: 30%;
  margin-top: 5%;
  text-align: center;
  color: white;
  font-size: 5vw;
  border: 1px solid white;
  border-radius: 20px;
  transition: color 0.2s, border 0.2s;
  -webkit-transition: color 0.2s, border 0.2s;
}
.contact:hover{
  color: black;
  border: 1px solid black;
}