#main {
	text-align: center;
    padding-bottom: 20px;
    text: 0;
}

#main2 {
    text-align: left;
    padding: 20px;
    
}
.Albin {
    max-width: 50%;
    height: auto;

}


.navbar-brand {
    float: left;
    max-width: 40%;
    height: auto;
        
}
.nav-item{
    max-width:60%;
    
}

.carousel-inner img {
    margin: auto;
    height: 50%;
    max-width: 50%; 
}


@media only screen and (max-width: 600px){

.navbar-brand {
    max-width: 60%;
    height: auto;
    float: left;
    
    
}



}


body {
    background-color: #eadebd;
    
}

a:link {
  text-decoration: none;
}

a:hover {
    background-color: #eadebd;
    color: #0000FF;
}

.textbox {
    text-align: center;    
}
    
h3,p {
padding-left: 3%;
padding-right: 3%;

}

    