

/************************************************************************/
  .left-logo {
    color: #0275d8;
  }
  
  .right-logo {
    border: 1px solid #0275d8;
    border-left:none;
  }


.art-img-vuur {
border:1px solid white;
}


.month{
  font-size: 16px;
  color: white;
  }

  a.month:hover {
    color: lightgrey;
  }

  /************* QUOTES *************************/
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
blockquote{
  font-size: 1em;
  width:90%;
  margin:50px auto;
  color: #333333;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #0275d8;
  border-radius: 10px;
  line-height:1.6;
  position: relative;
  background-color: white;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color: #0275d8 ;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}



/************* CUSTOM BUTTONS *************************/

.custom-btn {
    background-color: #0275d8;
    color: rgb(2,0,36,1);
  
  }

  .custom-btn:Hover {
 color: rgb(28, 31, 34);
  }


.main-content {
    background: linear-gradient(142deg, rgba(2,0,36,1) 90%, #0275d8 99%);
    color:white;
    }


  a.continue {
    color: white;
  }

  .down-arrow {
    font-size: 48px;
    font-weight: bold;
    color: #0275d8;
    }

    .normal-link {
      color:coral
    }
    
    .normal-link:hover {
      color:coral;
      text-decoration: underline;
    }

    .quote-author {
      color: #0275d8;
    }


  /************************TOP WIDGETS*************************************/

  .top-widget {  
        background: linear-gradient(142deg, rgba(2,0,36,1) 34%, #0275d8 91%);
        }

.top-widget i {  
 
        color: coral;
        font-size: 34px;
        text-shadow: 2px 2px 3px #000000;
        }


.sub-top-widget {
       color: white;
       text-shadow: 2px 2px 3px #000000;
        }
            

.sub-main {
color: white;
}


div.p-4 {
    background: linear-gradient(142deg, rgba(2,0,36,1) 54%, #0275d8 91%);
}


.about-elsewhere {
    color: white;
}

a.elsewhere {
    color: white;
}


.footer {
background-color: rgb(28, 31, 34);
padding: 20px;
text-align: center;
}

/**************** QUOTES *********************/
.quote {
background: linear-gradient(142deg, rgba(2,0,36,1) 50%, #0275d8 99%);
}

.quote-list {
    color: white;
}

a.quote-list {
    color: white;
}


.author-big {
    color: white;
    font-size: 20px;
}

/**************** WIDGETS *********************/


.widget {
background: linear-gradient(142deg, rgba(2,0,36,1) 54%, #0275d8 91%);
}

.archives {
color: white;
}

.archives:hover {
  color: lightgrey;
}
