<style type="text/css">

/* CSS Document */

/* ETHEREAL DRIFTWOOD THERAPUTIC MASSAGE WEBSITE STYLESHEET */

@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');

* {margin:0;padding:0;}

.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}

body {
font-family: 'Didact Gothic', sans-serif;
font-weight:400;
background-color:#664730;
color:#fff;
overflow-y:scroll;
font-size:11pt;
font-weight:400;
letter-spacing:3px;
padding:0;
margin: 0;
width: 100%;
}

#wrapper {
background-color:transparent;
width:auto;
height:auto;
margin:0 auto;	
text-align:center;
padding: 0;
}

#whiteWrapper {
background-color:#fff;
width:auto;
height:auto;
margin:0 auto;	
text-align:center;
padding: 30px 0px;
}

#bookingGimli {
margin: 30px auto 10px auto;
text-align: center;
padding: 15px 30px 25px 30px; 
border: solid; 
border-color: #664730; 
border-radius: 120px; 
height: auto; 
width: auto;
color: #664730;
}

#bookingGimli:hover {
background-color:#8f8422;
color: #fff;
}

#bookingWinnipeg {
margin: 30px auto 10px auto;
text-align: center;
padding: 15px 30px 25px 30px; 
border: solid; 
border-color: #664730; 
border-radius: 120px; 
height: auto; 
width: auto;
color: #664730;
}

#bookingWinnipeg:hover {
background-color:#fe9800;
color: #fff;
}


#landingBanner {
background-image: url(ethereal-driftwood-therapeutic-massage-header-background-image-driftwood.jpg);
background-size: cover;
background-position: top;
width:auto;
height:auto;
min-height: 300px;
margin:0 auto;
font-size:11pt;
font-weight:400;
letter-spacing:3px;
text-align:center;
padding: 0;
}

#footer {
margin:20px auto;
width:auto;
height:auto;
font-weight:400;
font-size:6pt;
letter-spacing:2px;
padding: 0 30px;
}

a:link {color:#fff; text-decoration:none;}  /* unvisited link */
a:visited {color:#fff; text-decoration:none;}  /* visited link */
a:hover {color:#fe9800; text-decoration:none;}  /* mouse over link */
a:active {color:#fe9800; text-decoration:none;}  /* selected link */