@charset "UTF-8";
/* CSS Document */
html, body{
  margin: 0;
  padding: 0;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: scroll;
}
.background-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url('../images/campus.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1; 
}

/*Start of degree */
.main-title{
  margin: 0;
  margin-top: 60px;
  margin-bottom: 50px;
  font-family: 'Avenir Black';
  font-size: 80px;
  color:  #B0BC22;
  text-align: center;
}
.degree{
  display: flex;
  margin-bottom: 50px;
}
.degree-text{
  margin-left: 500px;
}
.degree-title{
  margin: 0;
  margin-bottom: 10px;
  font-family: 'Avenir Black';
  color: white;
  font-size: 50px;
}
.degree-para{
  margin: 0;
  font-size: 20px;
  font-family: 'Avenir Black';
  color: white;
  width: 60%;
}
/*End of degree */

/*Start of why */
.course-image{
  margin-right: 0px;
  width: auto;
  height: 50%;
  margin: 20px;
  margin-top: 60px;
  margin-left: 80px;
}
image-course-container{
  width: 100%;
  height: 50px;
}
.bachelor{
  display:flex;
   width: 100%;
  margin-top: 30px;
}
.bachelor-text{
  margin-left: 500px;
}
.bachelor-title{
  margin: 0;
  margin-bottom: 10px;
  color: white;
  font-family: 'Avenir Black';
  font-size: 50px;
}
.bachelor-para{
  margin: 0;
  font-size: 20px;
  font-family: 'Avenir Black';
  color: white;
}
/*End of why */

/*Start of path*/
.path{
  display: flex;
  width: 80%;
  margin-top: -180px;
}
.path-text{
  margin-left: 500px;
}
.path-title{
  margin: 0;
  margin-bottom: 10px;
  color: white;
  font-family: 'Avenir Black';
  font-size: 50px;
}
.path-para{
  margin: 0;
  font-size: 20px;
  font-family: 'Avenir Black';
  color: white;
}

