html {
    font-family: noto-sans, sans-serif;
    color: #000035;
    font-size: 19px;
    line-height: 1.7;
    
}
@font-face {
    font-family: "noto-sans";
    src: url("fonts/noto-sans/static/NotoSans-Regular.ttf") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-kerning: normal;
}

@font-face {
    font-family: "leckerli-one";
    src: url("fonts/leckerli-one/LeckerliOne-Regular.ttf") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-kerning: normal;
}


/* ====== Reading progress bar at tope of page ===== */
/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 2px;
  background: #ccc;
  position: fixed;
  top: 0;
  z-index: 1;  
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 2px;
  background: rgb(246, 18, 98, 80%);
  width: 0%;
} /*End of scroll bar settings*/

header {
    display: flex;    
    margin: 0 auto;
    position: sticky;
    top: 0;
    background-color: #f1eeee;
}

.logo {
    font-family: "leckerli-one";
    font-size: 25px;
    padding: 5px;
    color: #f61262;    
}

.logo p {
    margin-top: 15px;
    transform: rotate(355deg) ;
}
/*===== Navigation menu =====*/
.nav-container {  
    margin: 0 auto;
    max-width: 700px;
}

nav {
    display: flex;
    justify-content: right;    
}
nav a,
nav a:visited {
    padding: 20px 10px 10px ;
    color: rgb(0, 0, 53, 60%);
}

nav a:focus,
nav a:hover,
nav a:active {
    color:#f61262;
    text-decoration: none;
}

 /*If the viewport is more than 415px, don't show the hamburger menu*/
  @media screen and (min-width: 415px) {    
    .mobile-menu { 
        display:none;
    }
}

/*Screen size <415px*/
/*Media Query to display / not display the side menu icon or naviagtion header if the viewport is less than 415px*/
  @media screen and (max-width: 415px) {
    /*Change the main menu to  hamburger menu*/
    .desktop-menu{
        display: none;
    }

    .h-menu-container {
        margin: 25px 25px 0px 0px;
    }
    
    .h-menu-container button {
        border: none;
        border-radius: 5px;
        background-color: #f6126280;
    }
   
    /*.open-slide {
        padding: 5px;
    }*/

     .side-nav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        /*padding-top: 50px;*/
        transition: 0.2s;
        text-align: left;
    }
   
        .btn-close {
        position: absolute;
        top: 25px;       
        right: 25px;
        margin-left: 50px;        
    }
    
        .menu-links {
            margin-top: 60px;
    }

        .side-nav a,
        .side-nav a:visited {
            padding: 10px 10px 10px 30px;
            text-decoration: none;        
            color: #000035;
            display: block;
            transition: 0.3s;        
    }

        .side-nav a:focus,
        .side-nav a:hover,
        .side-nav a:active {
        background-color: #f61262;
        color: #fff;
        text-decoration: none;
  } 

    /* Change logo to black if screen is less than 415px*/
    .logo {
        color: #000035;
  }
  
}  
/*End of change of main menu to hamburer menu for screen size up to 855px*/ 


body {
    margin: 0;
}
main {
    max-width: 700px;
    margin: 0 auto;
    padding: 0px 20px 20px;
}

/* ====== Home page settings ======= */
.lead-in {
    color: #f61262;
}
.home-card h2 {
    margin-bottom: 0;
    font-size: 1.2em;
}

.home-card p {
    margin-top: 5px;
}


.home-card a {
    color: #000035;
}

.home-card a:hover {
    color: #d9024d;   
}

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

a:hover {
    text-decoration: underline;
}

/* ======= GENERAL STYLING==============*/
time {
    color: rgb(0, 0, 53, 60%);
    font-size: 16px;
}

blockquote {
    border-left: 2px solid #f6126280;
    margin-left: 15px;
    padding-left: 15px;
    color: #5c5c82;    
}

/* === SECTION styling === */
section {
    padding-bottom: 20px;
}

.section-divider {
    color: #f61262;
    text-align: center;
}

/*==== BULLETS AND NUMBERING ==== */
/* Making the bullets a different colour*/
li::marker {
    color: #f61262
}


/*===== POST END MARKER ======*/
  .article-ender {
    margin: 0px 0px 30px;
    color: #f61262;
    font-size: x-large;
    text-align: center;
  }



/*====== ARCHIVE PAGE ===== */
.d-arch a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    row-gap: 10px;
    color:#000035;
    text-decoration: none; 
    
}

.d-arch a:focus,
.d-arch a:hover {
    color:#f61262;

}
.d-arch a p {
    margin: 6px 0px 0px;
    text-align: left;
    overflow: hidden;    
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0px 5px;
}

.d-arch h3 {
    margin-bottom: 10px;
}
.d-arch hr {    
    align-self: end;
    height: 1px;
    border: 0;
    border-bottom: 1px dotted #f61262;    
    min-width: 1rem;
    width: 100%;
    padding-left: 0px 20px;
}


.post-contact {
    text-align: center;
}

footer {
    text-align: center;
    font-size: 16px;
    padding: 50px;
    border-top: 1px dotted #000035;
}

.footer-nav a{
    padding-right: 10px;
}

.copyright {
    margin-bottom: 0px;
}

.footer-icon {
    margin-top: 0;
}

.peace {
    color: #f61262;
    font-size: larger;
    margin-top: 0px;
}

/*===== SPACERS ====*/
.top-spacer20 {
    padding-top: 20px;
}

.top-spacer30 {
    padding-top: 30px;
}

.top-spacer50 {
    padding-top: 50px;
}

.top-spacer100 {
    padding-top: 100px;
}

.bottom-spacer20 {
    padding-bottom: 20px;
}

.bottom-spacer30 {
    padding-bottom: 30px;
}

.bottom-spacer50 {
    padding-bottom: 50px;
} 

.bottom-spacer100 {
    padding-bottom: 100px;
}    /*====== End spacers ======*/



/*====== VIDEO ======*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;    
}
.video-container iframe,
.video-container embed,
.video-container object {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 12px;
}/*====== End video ======*/

