@charset "utf-8";
#logo {
    width: 180px;
    height: 90px;
    margin-top: 10px;
    margin-left: 50px;
    background-image: url("../img/LBrus.png");
    background-size: cover;
}
body {
    background-image: url("../img/wh3.jpg");
    background-size: cover;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-size: 14pt;
}


#wrapper {
	/*background-image: url(../img/venice.jpg);
    background-size: cover;*/
    width: auto;
    height: auto;

    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
    background-color: white;
	opacity: 0.6;
	align-content: center;
}
#wrapper p {
    text-align: center;
    margin-left: 80px;
    margin-right: 80px;
    /*color: white;*/
	
}
#wrapper #mr {
	display: flex;
	align-items: center;
}
#contact {
   
    width: 400px;
    height: 250px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.6;
    color: #000000;
}
.row {
	width: 850px;
	margin-top: 30px;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	align-items: center
}
h4 {
    margin-left: 20px;
    margin-bottom: auto;
    margin-top: auto;
}
.row #contact table {
    border-spacing: 0px 0px;
}



#map {
   
	width: 400px;
    height: 250px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}


h1 {
    font-size: 24pt;
    /*color: #FFFFFF;*/
    text-align: center;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 25px;
    padding-top: 30px;
    text-decoration: none;
}
h2 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    text-align: center;
    font-size: 14pt;
    padding-top: 25px;
    margin-left: 60px;
    margin-right: 60px;
    /*color: #FFFFFF;*/
}

#hdr {
	display: flex;
}
#hdr #hdtxt {
    margin-left: 20px;
	color: #980D33;
    font-size: 14pt;
    line-height: 0.7
}
.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url("../img/grey.jpg");
    background-size: cover;
    opacity: 0.6;
    text-transform: uppercase;
    font-weight: lighter;
    color: white;
    letter-spacing: 2px;
    border-top-width: 2px;
    margin-top: 30px;
}
