/** All custom style definitions go here **/

/*** General styling ***/
h3 {
    color: var(--theme-secondary-color);
}
/*** Main menu header ***/
ul.sf-menu .sf-sub-indicator {
    top:50%;
}
#header .full.row.white-to-grey.fixed {
    padding: 0.5rem;
}
#block-mainnavigation-2 ul.sf-menu.sf-main.sf-horizontal li {
	font-size: 1.3rem;
}

.sf-main li a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	color:var(--theme-color);
	text-decoration: none;	
	border-bottom:0;
	margin-left:5px;	
}
.sf-main li a:hover {
    color: var(--theme-secondary-color);
    }
    .sf-main li ul li {
        background-color:#DADADA;
    }
    ul.sf-menu .sf-with-ul {
        padding-right: 2em;
       list-style-type:none;
    }
    ul.sf-menu ul {  
       list-style-type:none;
    }
    ul.sf-menu.menu {
    margin:0px auto !important;
    }

/*** main homepage banner***/
#block-views-block-banner-slider-block-1 {
    width: 100%;
}

/*** Content type - type-basic-page-with-banner ***/
.node--type-basic-page-with-banner .row .field--name-body {
    margin-top: 2rem;
}

article img {
    margin-right: 35px;
}
.front #banner {
    margin-top: 80px;
}
.fc-unthemed td .fc-today {
    background: rgba(192, 145, 0, 0.25);
}
article img,
.project img,
.block-views-blockfull-gallery-block-1 img {
    border-radius:5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.views-element-container {
    margin-bottom: 0;
}


.field-highlighted-image-node img {
width:400px;;
}
.field-highlighted-image-node {
text-align:center;
}

/*** contact us page ***/
div.node-id-37 main {
    margin: 0px;
}

/*** Our mission - staff trainers ***/
#block-basic-views-block-team-training-staff-block-1 {
    margin-top: 1rem;
}
.training-staff {
    margin-top: 2rem;
}