.home { 
    background: -webkit-linear-gradient(35deg, #093028, #237A57);
    height: 60%;
}
.navbar-brand{
	padding: 0;
	margin-top: 0px;;
}

.head{
  color:#00954b;
  text-align: center;
  padding: 50px;
  font-weight : 900;
  letter-spacing: 10px;
  text-transform: uppercase;
  padding-top: 150px;
  
}
nav{
	margin-top: 0px;
}
.logo{
	width: 50px;
	height: auto;
}
.parallax1 { 
    /* The image used */
    background-image: url("../assets/background1.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
  }

.parallax2 { 
    /* The image used */
    background-image: url("../assets/background2.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
 background-size: cover;
 }

.parallax3 { 
    /* The image used */
    background-image: url("../assets/background3.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
