@charset "UTF-8";
/* CSS Document */

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
.montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  background: url("universal_assets/bg.jpg") no-repeat fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
  overflow-x: hidden;
	
}

h1 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

h3 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nav_title {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-size: 135%;
  font-weight: 100;
  font-style: normal;
}

.nav_font {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.footer {
  
}


.btn
{
    color: #FFFFFF !important;
	text-decoration: none !important;
}

 /* unvisited link */
a:link {
  color: #6b5b3c;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #6b5b3c;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #6b5b3c;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: #6b5b3c;
  text-decoration: none;
} 

.rounded_corners {
	border-radius: 25px;
}

.appointment_footer {
    right: 18px;
    bottom: 18px;
}
   