@charset "UTF-8";
/* CSS Document */
body, html{
    background: #F53CB6;
    height: 40%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}


.bg-light{
	background:#F7B23F !important;
	
}
nav{
    margin-bottom: 2px;	
}
.navbar{
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.nav-link:hover {
    margin-right: 30px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    text-shadow: 0px 0px #7614F2;
    border-bottom: 2px solid #0F33F0;
    margin-left: 0px;
}
.hero-image {

  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 468%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    right: 0%;
    bottom: 17%;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}





.jumbotron{
    margin-bottom: 0;
    padding-right: 0px;
    min-width: 0px;
    margin-left: -382px;
    margin-right: -382px;
	color: white;
}
li{
    display: inline;	
	
}
ul li{
	list-style: none;
	
}


@media only screen and (max-width: 1024px){
	.navbar-brand{
		margin-left: 10px;
		
	}
}

@media only screen and (max-width: 768px){
	.navbar-brand{
		margin-left: 10px;
		
	}
}
@media only screen and (max-width: 320px){
	.navbar-brand{
		margin-left: 10px;
		
	}
}
