/* You can change this file
This css is for anything related to colours of main divs

Paste the brand colours you've been given here: 
    
    #0071b7 blue
    #005186 #dark grey
    */

#main { color: #2f2f2f; }

.gray { background: #dedede !important; }

html, body ,
#header ,
#footer { color: white; }

#page {
color: inherit;
}

/* Backgrounds */

html, body {
background: none;    
}

#page {
background: inherit;    
}

#header {
background: white;
}

#topnav {
background: black;
color:white;
}

#header > #page {
background: transparent !important;
}

#logo {
background: inherit;
}

#nav {
background: inherit; 
color: white; 
}

#nav li a {
background: transparent;    
color: #005186;   
}

#nav li a:hover {
    color: cyan; /* blue */
}

#gallery {
background: white; 
}

#main {
background: white;
}

.section_banner {
color:  white;
}

#halfblock {
background: inherit;
}

#thirdblock {
    background: inherit;
}

#footer {
    background: #2f2f2f; /* gray */
}

/*custom css*/
#nav li a.active{
    color: #0071b7;
}

#main.third-section{
    background: #0071b7;
    color: #ffffff;
}

#footer{
    background: #0071b7;
}

#gallery button, button, .wp-block-button__link {
    background: #0071b7 !important;
}

.gallery-icon i {
    background: #0071b7;
}

#gallery.main-gallery::after{
    background-color: #0071b773;
}

i{
    background: #ffad30;
    color: #fff;
}

.second-section span strong.title{
    color: #0071b7;
}

button{
    background: #0071b7 !important;
}

#main.fourth-section{
    background: #DDDDDD !important;
}

.fourth-section #quarterblock{
    background: #fff;
}

.fourth-section span strong{
    color: #0071b7;
}

.fourth-section span{
    color: #969696;
}

.fifth-section span strong{
    color: #0071b7;
}

.fifth-section button{
    background: #000 !important;
}

.circle{
    background: #2d2d2d;
}

#gallery.third-gallery::after{
    background-color: #0c4d5abd;
}

#main.separation{
    background: #0071b7;
    color: #fff;
}

.separation i {
    color: #0071b7;
    background: #fff;
}

#gallery.fourth-gallery::after{
    background-color: #0c4d5abd;
}



footer{
    background: #444444;
    color: lightgray;
}