/* COLOURS */
/*
    Navy        #353550
    white       #ffffff
    black       #000000
    offwhite    #f0f0f0
    
*/


/* NOTE: THE SAILBOAT ICON FOR THE LIST ITEMS HAS BEEN HARDCODED INTO THE STYLE.CSS FILE */

/* GLOBAL */

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h2 {
    font-weight: 500;
    color: #353550;
    text-align: center;
    font-size: 2.2em;
}

h3 {
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
}

h4 {
    font-size: 1em;
    font-weight: 500;
}

h6 {
	font-size: 1em;
	color: orangered;
	font-weight: 300;
	padding-bottom: 3px;
}

p {
    font-size: 1em;
}

ul {
	/* DEFAULT = list-style-image: disc;*/
	list-style-image: url(sailboat-orange.png);
}

.lead {
    font-size: 1.2em;
}

.lead-center {
    text-align: center;
}

a {
    text-decoration: none;
    color: #000000;
}

.dac-btn {
    border-radius: 5px;
    padding: 3px 8px;
    color: #353550;
}

/* *** HEADER / NAVBAR *************************************************************** */

.header-logo {
    max-width: 80px;
}

.dac-bg-dark {
    background-color: #353550;
}

.nav-link a:link,
.nav-link a:visited {
    color: #fff;
    font-weight: 400;
}

.nav-link a:hover,
.nav-link a:active {
    color: #fff;
    border-bottom: 1.5px solid #fff;
    font-weight: 400;
}


/* *** BACK TO TOP********************************************************************* */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #353550;
    border-color: #ffffff;
    border-width: 2px;
  }

/* CAROUSEL *************************************************************************** */
.carousel-img {
    width:100%;
    height:100%;
}

/* *** THE CLUB *********************************************************************** */
.club-images {
    width: 100%;
}


/* *** FOOTER / CONTACT *************************************************************** */

.contact {
    background-color: #353550;
    color: #ffffff;
    font-size: 1em;
    line-height: 1em;
}

.footer-heading {
    font-size: .8em;
    font-weight: 400;
}

.footer-detail {
    font-size: 0.8em;
}

.footer-email {
    color: #ffffff;
    text-decoration: none;
}

.footer-email:hover {
    border-bottom: 1.5px solid #ffffff;
    color: #ffffff;
    font-weight: 400;
}

.icon-color {
    color: #ffffff;
}

.copyright {
    font-size: 1em;
    text-align: center;
    color: #353550;
}

/* *** FACILITIES *************************************************************** */

.dac-list {
    list-style: none;
}

.dac-anchor {
    font-size: 1em;
    margin-right: 5px;
    color: orangered;
}


/* *** MEMBERSHIP ******************************************************************* */
#committee {
    background-color: #f0f0f0;
}

.committee-name {
    font-size: .8em;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 5px;
}
.committee-img {
    width: 75%;
}

 .committee-member {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.committee-member-blank {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0);
}

/* *** JUNIORS ********************************************************************* */
#junior-stories {
    background-color: #f0f0f0;
}

/* *** ACTIVITIES ******************************************************************* */
#general-events {
    background-color: #f0f0f0;
}

/* *** LINKS ********************************************************************** */
#links li a {
    color: black;
}

/* *** POSTS *********************************************************************** */
#j-worlds h3 {
    color: orangered;
}

.nav-link.menu-special a {
    color: orangered;
}

.dac-meta {
    color: grey;
    font-size: .8rem;
    text-align: center;
}

h3.entry-title a,
h3.entry-title {
    color: orangered;
    text-align: center;
}

h2.entry-title {
    text-align: left;
}

.dac-left {
    text-align: left;
}

.dac-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

ul.wp-block-categories-list.wp-block-categories {
	margin-left: 20px
}
ul.children {
	padding-left: 0
}
