/* Custom CSS */

/*Set the padding of the flexslider to "0" so that the images ocupy 100 % width*/
.l-r ,
.l-rw {
	padding: 0;
}
.flexslider{
       border: 0;
}
/*Adjust the height of the image to 100%*/
.flexslider .slides img{
        width: 100%;
        object-fit: cover;
	height: 85vh;
}

/*Reducing the space between the menu and the slideshow*/
.block-plugin-id--system-branding-block {
	margin: 0;
}
.block {
	margin: 5px 0;
}
/*Formatting the site branding*/
.site-branding__name {
	font-size: 1.25 rem;
        font-family: cursive;
        color: #002776;
        display: inline;
        vertical-align: middle;
}
/*Formatting the menu*/
.ms-dropmenu .rm-block__content .menu-level-1 {
	font-size: 1.25 rem;
        font-family: cursive;
        color: #002776;
}
.node__header {
        font-size: 1.25 rem;
        font-family: cursive;
        color: #002776;
        text-align: center;
}
/*Center text vertically*/
.normal {
	display: inline;
        vertical-align: middle;
}

.node {
	padding-top:0;
}

.image-field-caption {
	position:relative;
        top: -150px;
        left: 50px;
        color: #ffffff;
}