	img.img-fluid {
      margin-top: 10px;
     }
    #welcome{
	 margin-right: 10px;
   }

	
   #navigation{
	 background-color: #F1F31D;
	   width:100%
   }
 a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
  	.modal {
  position: fixed;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 100%;
}
.navbar-left{
		margin-top:10px;
		margin-left:20px;
	}
.footer {
  background: #CCCFC8;
  
}
.green { background: #EAECA9; }

input[type='radio'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}
