@charset "UTF-8";
footer {
  background-color: #f4f4f4;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  left: 0;
}

.footer-content {
  margin-bottom: 10px;
}

footer p {
  margin: 5px 0;
  font-size: 14px;
  color: #444;
}  
ul {
  list-style-type: none;
    position: fixed;
  top: -15px;
  left: 0;
  width: 100%;
  background-color: #141529;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #339be8;
}

.float-left {
	width: 700px;
  height: auto;  
      float: left;
	
      margin-left: -150px;
    }

body {
	font-family: 'Montserrat', sans-serif;
  margin: 50px;
}

ul img {
  height: 30px;   
  width: auto;    
  display: block; 
}

nav {
	font-family: 'Montserrat', sans-serif;
  z-index: 1000;
  background-color: white;
}

h1{margin-top:100px;}

.top-section {
  overflow: hidden; 
  margin-bottom: 50px;
  padding: 20px;
}

.top-section img {
  float: left;
  width: 300px; 
  height: auto;
  margin-right: 20px;
  margin-bottom: 10px;
}

.top-section {
  overflow: hidden;
  margin-bottom: 50px;
  padding: 20px;
}