.bg-img {
  /* The image used */
  background-image: url("images/background1.png");
  min-height: 380px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Needed to position the navbar */
  position: relative;
}
.container {
  position: absolute;
  margin: 40px;
  width: 1300px;
  }
/* The navbar */
.topnav {
  overflow: hidden;
  background-color: #696969;
  font-family: Courier New;
  font-style: Bold;
}
/* Navbar links */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 17px;
  text-decoration: none;
  font-size: 17px;
  font-style: Bold;
  font-family: Courier New;
  
}

.topnav a:hover {
  background-color: #FFA500;
  color: white;
}

.intro-box {
  width: 1320px;
  border: 15px solid green;
  padding: 10px;
  margin: 5px;
  color: white;
  background-color: black;
font-family: 'Patua One', cursive;
font-size: 20px;
}

.button {
         background-color: #1c87c9;
         border: none;
         color: white;
         padding: 12px 17px;
         text-align: center;
         text-decoration: none;
         display: inline-block;
         font-size: 20px;
         margin: 0px 0px;
         cursor: pointer;
         border-radius: 8px;
       }
.dropdown {
  float: left;
  overflow: hidden;
 
}

.dropdown .dropbtn {
  font-size: 17px;  
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: Courier New;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #FFA500;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 12px 114px 0px rgba(0,0,0,0.2);
  z-index: 1;

}

.dropdown-content a {
  float: none;
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 12px;

}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

body, html {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.bg-image2 {
  /* The image used */
  background-image: url("images/about1.jpg");

  /* Add the blur effect */
  filter: blur(6px);
  -webkit-filter: blur(6px);

  /* Full height */
  height: 70%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text2 {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 10px;
  text-align: center;
  font-family: 'Roboto Mono', monospace;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}


.fa-instagram {
  background: #125688;
  color: white;
}

.aboutbox
{width: 1320px;
  border: 15px solid green;
  padding: 10px;
  margin: 5px;
  color: white;
  background-color: black;
 font-family: 'Roboto Mono', monospace;;
font-size: 20px;
}

.bg-img3 {
  /* The image used */
  background-image: url("images/contact banner.jpg");
  min-height: 300px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Needed to position the navbar */
  position: relative;
}
.contactbox
{width: 1320px;
  border: 15px solid #8B008B;
  padding: 10px;
  margin: 5px;
  color: white;
  background-color: black;
 font-family: 'Bree Serif', serif;
font-size: 30px;
}
.bg-img4 {
  /* The image used */
  background-image: url("images/assignmentsbanner.jpg");
  min-height: 300px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Needed to position the navbar */
  position: relative;
}
.table1
{
  font-family: 'Patua One', cursive;
table-layout:auto;
 
}
.table2
{
  font-family: 'Roboto Mono', monospace;
table-layout:auto;
  width: 90%; 
 
}
table
{
  font-family: 'Slabo 27px', serif;
  table-layout:fixed;
  width: 90%; 
  border-spacing: 15px;
  padding: 10px;
  margin: 5px;

}
.td
{
  border:4px solid purple ;
  padding:10px;
  margin: 20px;
  border-radius: 4px;
  box-shadow: 7px 10px 15px rgba(0, 0, 0, .4);
}
.img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 170px;
  height: 165px;
  
}
.week1
{
  font-family: 'Fresca', sans-serif;
  background-color: #EFBCED;
  font-size: 23px;
  line-height: 40px;
  text-align: justify;

}
.hweek1
{
 font-family: 'Lobster', cursive;
}
.p1
{
  width:1100px;
  text-align: justify;
padding-left:250px;
}
.week2
{
  font-family: 'Arvo', serif;
  background-color: #CEE9EE;
  font-size: 23px;
  line-height: 40px;
  text-align: justify;

}
.hweek2
{
font-family: 'Yanone Kaffeesatz', sans-serif;
}
.p2
{
  width:1200px;
  text-align: justify;
padding-left:100px;
}

