body {
  background: #f4f4f4;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden;
}
html{
	scroll-behavior: smooth;
}

#aboutBody{
  background-color:#ffffff;
}
/* global */
.container{
  width: 80%;
  margin: auto;
  overflow:hidden;
}
ul {
  margin: 0;
  padding: 0;
}

div {
  padding: 20px;
}

/* header */
h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

h1 {
  color: #3d3d3f;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  line-height: normal;
}

h2 {
  color: #575757;
  font-size: 35px;
  line-height: normal;
}

h3 {
  color: #d7b065;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h4 {
  color: #797979;
  font-size: 20px;
  font-weight: 400;
}

p {
  color: #757575;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.1px;
}

strong, span {
  color: #878787;
  font-weight: normal;
}

header {
  background: #35424a;
  /* color: #3d3d3f; */
  color: #ffffff;
  padding-top: 30px;
  min-height: 70px;
  border-bottom: #fff 3px solid;
}
header a {
  color : #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

header li {

  display: inline-block;
  padding: 0 20px 10px 20px;
  color : #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  list-style: none;
}
header #branding h1 {
  float: left;


}

header nav {
  float: right;
  margin-top: 10px;
}
header.highlight, header .current a{
  color: #004de6;
  font-weight: bold;
}
header a:hover {
  color: #218CA7;
  transition: 0.3s;
}
.toggle {
  width: 100%;
  padding: 10px 20px;
  background: #35424a;
  text-align: right;
  box-sizing: border-box;
  font-size: 30px;
  display: none;
}


/* display */
#display {
  min-height: 400px;
  text-align : center;
  color: #757575;
  border-bottom: #555 3px solid;

}


/* Social Media*/
#socialmedialinks
{
  margin: 0px;
  background : #35424a;
  color: #fff;
  text-align: center;
  padding-bottom: 0px;
}

#socialmedialinks .icons{
  float: left;
  width: 30%;
  padding: 10px;
  text-align: center;
  margin-left: 20px;
  margin-top: 2.5%;
}
#socialmedialinks .icons i {
  weight: 150px;
  height:100px;
  color:#fff;
  font-size: 70px;
}

footer{
  padding: 20px;
  margin-top : 0px;
  background-color: #35424a;
  text-align: center;
  color: #fff;
  border-bottom: #35424a 5px solid;
}

/* Contact */
#contactBody {
  /* image from ->
     Website title:	Promptcloud.com
     URL:	https://www.promptcloud.com/wp-content/uploads/2018/07/how-build-data-science-team-big-data-1024x512.jpg
  */
  background : linear-gradient(rgba(20,20,20,0.5),rgba(20,20,20,0.5)),url(contactimage.jpg) no-repeat 0 -400px;
}
.container #contact{

  background : linear-gradient(rgba(20,20,20,0.5),rgba(20,20,20,0.5)),url(contactimage.jpg) no-repeat 0 -400px;
}
#contacthead {
  margin-top: 50px;
}
#contact h1 {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 50px;
}
#contact p {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.contactFormEntry {

  margin-left: 15%;
  width: 80%;
  padding: 10% 0;
  text-align: center;

}
input {
  width: 100%;
  margin: 20px 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom:3px solid #004de6;
}
#message{
  margin-top: 30px;
}
#submit{
  padding: 20px;
  text-align: center;
  color: #EAEAEA;
  background-color:#004de6;
  border: none;

}
::-webkit-input-placeholder{
  color: #EAEAEA;
  letter-spacing: 2px;
}

/* About us */
#aboutBody{
  /* image from ->
     Article title:	Man Looking Outside Window Carrying Black and Brown Backpack While Holding His Hand on Window · Free Stock Photo
     Website title:	Pexels.com
     URL:	https://www.pexels.com/photo/man-looking-outside-window-carrying-black-and-brown-backpack-while-holding-his-hand-on-window-1251861/
  */
  background : linear-gradient(rgba(20,20,20,0.5),rgba(20,20,20,0.5)),url(adult-architecture-backpack-1251861.jpg) repeat 0 -400px;
}
#abouthead {
  margin-top: 50px;
}
#abouthead h1 {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 50px;
}

#aboutBody p {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
#aboutBody #information p {

  padding: 10px;
  margin-top: 5px;
  text-align: none;
}
#abouthead p {
  margin-top: 0px;
  font-size: 30px;
}
#findUs p{
  float:left;
  margin-left: 25%;

}
#findUs img {
  float: right;
  margin-right: 25%;
  padding-bottom: 5px;
}

/* Areas*/
#areasBody{
  
  background : linear-gradient(rgba(20,20,20,0.5),rgba(20,20,20,0.5));
}
#areashead {
  margin-top: 50px;
}
#areashead h1 {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 50px;
}

#areasBody p {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
#areasBody #information p {

  padding: 10px;
  margin-top: 5px;
  text-align: none;
}
#areashead p {
  margin-top: 0px;
  font-size: 30px;
}

/* A typical Week */

#weekBody{
  /* Image from ->
     Article title:	Close-up Photo of Calendar · Free Stock Photo
     Website title:	Pexels.com
     URL:	https://www.pexels.com/photo/black-calendar-close-up-composition-273011/
  */
  background : linear-gradient(rgba(20,20,20,0.5),rgba(20,20,20,0.5)),url(week.jpg) repeat 0 -400px;
}
#weekhead {
  margin-top: 50px;
}
#weekhead h1 {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 50px;
}

#weekBody p {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
#weekBody #information p {

  padding: 10px;
  margin-top: 5px;
  text-align: none;
}
#weekhead p {
  margin-top: 0px;
  font-size: 30px;
}
/* Accessibility */

#accessibilityBody{
  /* Image from ->
     Article title:	Group of People Holding Message Boards · Free Stock Photo
     Website title:	Pexels.com
     URL:	https://www.pexels.com/photo/group-of-people-holding-message-boards-1059116/
  */
  background : linear-gradient(rgba(20,20,20,0.5),rgba(20,20,20,0.5)),url(adult-announcement-business-1059116.jpg) repeat 0 -400px;
}
#accessibilityText p {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px){
  .toggle{
    display: block;

  }
  #socialmedia .icons{
    float: left;
    width: 15%;
    padding: 10px;
    text-align: center;
    margin-left: 10%;
    margin-top: 2.5%;

  }
  #socialmedia .icons i {
    weight: 90px;
    height: 60px;
    color: #fff;
    font-size: 30px;

  }
  .toggle a{
    font-size: 24px;
    float: left;
    text-align: left;
    margin-left: 5%;
    margin-bottom: 5px;
  }
  .toggle i {
    float: none;
    margin-right: 45%;
    margin-bottom: 10px;
  }

  #branding{
    display: none;

  }
  ul {
    width: 100%;
    display: none;
    margin-left: 0;
  }
  header li {

    display: block;
    padding:20px;
    color : #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    margin: 0;

  }

  .active {

    display: block;
    transition: 0.5s;
  }
}
