/*About*/


/* Attention, do not edit this file directly, please use the stylesheet editor in admin.
Any changes made here will be overwritten*/

.clubhouse-bg {
background:url('clubhouse.jpg') no-repeat;
background-size:cover;
background-position:center;
}
.shaded {
background:rgba(255, 255, 255, .9);
padding:20px 40px;
max-width:600px;
}
.shaded div {
border-top:2px solid #e1e1e1;
padding:15px 40px;
}
.button-link {
font-size:1.8em;
background:rgba(173,123,81, .85);
border:2px solid #fff;
box-shadow:0px 5px 10px 3px rgba(0,0,0,0.2);
}
.button-link:hover {
background:#AD7B51;
}
.button-adjust {
text-align:center;
padding:20px 0px;
}
.golfbg {
background:url('golf-bg.jpg');
background-position:center;
background-size:cover;
background-attachment:fixed;
}
.shaded h3 {
margin:0px;
}
.margins {
max-width:800px;
margin:0px auto;
}

@media (min-width: 1600px) {

}

@media (min-width: 1200px) and (max-width: 1599px) {

}

@media (min-width: 980px) and (max-width: 1199px) {
.shaded {
max-width:450px;
}

}

@media (min-width: 768px) and (max-width: 979px) {
.shaded {
max-width:75%;
margin:0px auto;
}

}

@media (max-width: 767px) {
.shaded {
padding:20px 15px;
max-width:90%;
margin:0px auto;
}
.shaded div {
padding:15px;
}

}

@media (max-width: 480px) {
.golfbg {
background-attachment:scroll;
}

}
