@charset "UTF-8";
body {
}
body {
    background-image: url(Images/IMG_4015.jpeg); /* Replace with your image path */
    background-repeat: no-repeat; /* Optional: Prevent repeating the image */
    background-size: auto auto; /* Optional: Scale the image to cover the entire area */
    background-position: center center; /* Optional: Center the image */
}
.textheader {
}
.container-fluid .container .navbar.navbar-expand-lg.navbar-light.bg-light {
    font-family: Helvetica;
    font-size: 20px;
	color: "rgb(120,20,20)";
}
.LOGO {
    background-color: transparent;
    padding-top: 5%;
    padding-left: 200px;
}

.contact {
}
.textbox {
    background-color: #F1F1F1;
    margin-top: 15%;
    margin-left: 5%;
    margin-bottom: auto;
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 25px;
    padding-bottom: 25px;
    border-radius: 67px;
    margin-right: 5%;
    -webkit-box-shadow: 5px 5px 10px;
    box-shadow: 5px 5px 10px;
    opacity: .9;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    max-width: 400px;
    min-width: 350px;
}
.textheader {
	font-family: "museo-sans", sans-serif;
	font-weight: 900;
	font-style: normal;}
.smartlinks {
    display: flex;
    margin-left: 5%;
    margin-top: 5%;
    max-width: 600px;    
}
.Verticalbox {
    max-width: 200px;
}


@media screen and (max-width: 600px){
.Lamprey {
	max-width: 400px;
    max-height: 100%;
	}}
