body
{
	font-family: 'Roboto', sans-serif;
}
.container{
	width:80%;
}
@media  (max-width: 410px) {
.container {
 width:100%;
  
} 
}

#text{
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	font-weight: bolder;
	color:black;
}
@media  (max-width: 411px) {
#text {
  font-size: 20px !important;
  font-weight: bold;
  color:black;
  
} 
}
@media  (max-width: 411px) {
.footer  {
  font-size: 8px !important;
  margin-left: 0px;
 
  
} 
}
@media  (max-width: 411px) {
.footer a {
  font-size: 8px !important;
  margin-left: 0px;
 
  
} 
}
@media  (max-width: 1024px) {
#text {
  font-size: 20px !important;
  font-weight: bold;
  color:black;
  
} 
}
@media  (max-width: 411px) {
#headertext {
  font-size: 25px !important;
  
} 
}

@media  (max-width: 411px) {
#textt {
 display: none;
  
} 
}
@media  (max-width: 1024px) {
#textt {
 margin-right:30%;
  
} 
}
@media  (max-width: 840px) {
#textt {
 display: none;
  
} 
}
.jumbotron{
    background-color:white !important;
}
#text1{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	float: right;
	
}
#textt{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	float: right;
	color:black;
	margin-right:20%;
}
#headertext{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	color: white;

}

.middle{
	background-color: #e5e5e5;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
    float: left;

}
li a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    margin-left: 50px;
}
li a:visited{
	  display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    margin-left: 50px;
}
.text{
	 color: white;
    text-decoration: none;
    font-size: 18px;
    float: right;
}



.well {
	 color: white;
    text-decoration: none;
    font-size: 15px;
    margin-left: 15px;
    
}
.well a {
	 color: white;
    text-decoration: none;
    font-size: 15px;
    margin-left: 25px;
}

