html, body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  height: 100%;
  box-sizing: border-box;
  color: #000;
  font-family: verdana;
}

.container {
  width: 90%;
  max-width: 100%;
  margin: auto;

}

a {
  text-decoration:none;
  font-weight: bolder;
  color: green;
}

a:hover {
  color: #fff;
  background: green;
}

/* .single {
  width: auto;
  background: #333;
  color: #000;
  text-align: center;
  margin: 0 15px;
} */

header {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.header-text {
  margin: auto;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 1000px;
  color: #fff;
}

.header-text h1 {
  margin: 0;
  font-size: 60px;
}

.header-text h4 {
  margin: 0;
  font-size: 20px;
  padding: 30px;
}

nav {
  background: #000;
  clear: both;
  overflow: hidden;
  margin: auto;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}

.logo {
  font-size: 15px;
  width: 15%;
  float: left;
  color: #fff;
  margin: 0 15px;
  padding: 0;
}

.menu {
  width: 80%;
  float: right;
}

nav ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  display: inline-block;
  padding: 25px 20px;
  text-decoration: none;
  color: #fff;
}

nav ul li a:hover {
  background: green;
}

section {
  color: #555;
}

section:nth-of-type(odd) {
  background: #ddd;
}

section h3 {
  text-align: center;
  font-size: 25px;
}

.p-150 {
  padding: 150px 0;
}

footer {
  background: #333;
}

footer p {
  margin: 0;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}

/*
.social-profiles {

}

.social-profiles a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    text-align: center;
    line-height: 30px;
    color: #999;
    margin-right: 8px;
}

.hvr-pulse-grow.linkedin:hover, .hvr-pulse-grow.linkedin:focus, .hvr-pulse-grow.linkedin:active {
    background-color: #007bb5;
    border-color: #007bb5;
}

*/
