body
{
	color: rgba(120,120,120,1);
	font-size: 17px;
	font-family: 'Nunito Sans', sans-serif;
}

@keyframes headerAnimation
{
	0% {width: 0; height: 3px; margin: 50vh 50%;}
	30% {width: 100%; height: 3px; margin: 50vh 0;}
	100% {width: 100%;}
}

header
{
	position: relative;
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.5) 20%), url('../img/home-bg.jpg');
	background-size: cover;
	//animation: headerAnimation 2s;
	background-attachment: fixed;
	//background-position: bottom;
}

nav
{
	padding-top: 5px;
	color: rgba(255,255,255,1);
}

nav button .icon-bar
{
	background-color: rgba(255,255,255,1);
	margin: 0 auto;
}

.navbar-toggle
{
	margin: 0;
	padding: 8px;
	float: left;
	border: 1px solid rgba(255,255,255,1);
	border-radius: 25px;
	width: 50px;
	height: 50px;
}

nav .navbar-brandd
{
	color: rgba(255,255,255,1);
	font-size: 130%;
}

.logo-box
{
	text-align: right;
	padding-top: 15px;
}

nav .navbar-brandd:hover
{
	color: rgba(235,235,235,1);
	text-decoration: none;
}

@keyframes menu-m-anim2
{
	0% {left: 0;}
	50% {}
	100% {left: -100%;}
}

@keyframes menu-m-anim
{
	0% {left: -100%;}
	50% {}
	100% {left: 0;}
}

.menu-m-trans
{
	transition: left 1s;
	left: 0;
}

.navbar-collapsee
{
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	top: 60px;
	width: 100%;
	padding: 0 20px;
	left: -100%;
	text-transform: uppercase;
	//animation: menu-m-anim 1s;
}

.navbar-collapsee li a
{
	height: 50px;
}

.navbar-collapsee li a:hover, .navbar-collapsee li a:active
{
	border: 1px solid;
	background-color: rgba(255,255,255,0);
}

.jumbotron
{
	text-align: center;
	background-color: rgba(150,150,150,0);
	color: rgba(255,255,255,1);
	margin-top: 15vh;
}

.jumbotron button
{
	padding: 10px;
	border: 1px solid rgba(255,255,255,1);
	background-color: rgba(255,255,255,0);
	border-radius: 5px;
	transition: background-color 0.5s;
}

.jumbotron button:hover
{
	background-color: rgba(255,255,255,1);
	color: rgba(50,50,50,1);
}

.myModal
{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(200,200,200,0.6);
	z-index: 50;
	display: none;
	overflow-y: auto;
}

.myModalIn
{
	text-align: center;
	background-color: rgba(255,255,255,1);
	max-width: 600px;
	margin: 20vh auto 0;
	padding: 20px 10px;
	border-radius: 5px;
	
}













footer
{
      background-color: rgba(40,40,40,1);
      color: rgba(150,150,150,1);
      padding: 15px;
	 // line-height: 15px;
	  text-align: center;
	  font-size: 80%;
}

footer .fa,a
{
  color: rgba(150,150,150,1);
  margin: 0 5px;
}


@media(min-width: 768px)
{
  .logo-box
  {
    display: none;
  }
	
  .navbar-collapsee
  {
	background-color: rgba(255,255,255,0.9);
	position: static;
	color: rgba(255,255,255,0.9);
//	top: 50px;
//	width: 100%;
//	padding: 0 20px;
//	left: -100%;
	//animation: menu-m-anim 1s;
  }
  
  .navbar-collapsee li a
  {
	  color: rgba(255,255,255,1);
	  border-bottom: 1px transparent;
	  transition: border-bottom 0.5s;
  }
  
  .navbar-collapsee li a:hover, .navbar-collapsee li a:focus
  {
	  border: none;
	  border-bottom: 1px solid rgba(255,255,255,1);
	  background-color: rgba(255,255,255,0);
  }
  
  .navbar-collapsee li .signupBtn, .navbar-collapsee li .signupBtn:focus
{
	border: 1px solid;
	border-radius: 5px;
	transition: background-color 0.5s;
}

  .navbar-collapsee li .signupBtn:hover
{
	border: 1px solid;
	background-color: rgba(255,255,255,0.9);
	color: rgba(120,120,120,1);
}

.navbar-collapsee li .loginBtn:hover
{
	border: none;
	color: rgba(200,200,200,1);
	border-bottom: none;
}

.navbar-collapsee li .loginBtn:focus
{
	border: none;
}
  
  
}





