/* Font faces */

@font-face {
	font-family: 'Lato';
  src: url("./fonts/Lato/Lato-Regular.ttf")  format('truetype');
}

@font-face {
	font-family: 'Plantin Std';
	font-weight: 600;
    src: url("./fonts/Plantin Std/PlantinStd-Semibold.otf")  format('opentype');
}

@font-face {
	font-family: 'Architect';
	font-weight: 600;
    src: url("./fonts/Architects_Daughter/ArchitectsDaughter-Regular.ttf")  format('truetype');
}

/* Text styling */

body, p, dd, dt, dl {
    color: #512f2e;
    font-family: "Lato";
    font-size: 18px;
}

p {
    line-height: 1.15;
}

dl, dt {
    font-weight: 600;
}

h1 {
    border: 0px;
    border-bottom: 2px solid #bf9474;
    border-style: dashed;
    font-family: "Architect";
    font-size: 35px;
    display: inline-block;
    margin: 30px 0px;
}

.btn {
    font-family: "Architect";
    text-transform: uppercase;
}

/* Custom styling */

.calendar-item .btn {
	width: 45%;
}

/* Carousel styling */

.carousel-indicators li {
	height: 6px;
}

.carousel-item {
    background: #2E2E2E;
    vertical-align: middle;
}

.carousel-item img {
    vertical-align: middle;
}

dl {
    padding: 0.5em;
}

dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;

}

dt:after {
    content: ":";
}

dd {
    margin: 0 0 0 110px;
}
