h1,h2,h3,h4,h5 {
	text-wrap: balance;
}

a.bookmarklet {
border-radius: 0.5rem;
margin: 1.5rem;
padding: 1rem;
}

p {
	text-wrap: pretty;
}

/* Quotes */
blockquote {
	border-left: 10px solid #758D9A;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote p {
	font-size: 1.3rem;
	font-family: Arial, sans-serif;
}
blockquote:before {
	color: #758D9A;
	content: "\201C";
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

cite {
	font-style: normal;
	font-weight: bold;
}

.h1sub {
		font-size: 2rem;    
	}

/* Webring */
.a11y-webring-club {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-radius: 0.5rem;
	padding: 0.5rem;}

/* Buttons with colours set for both themes */
#myBtn,
#myBtn2,
#myBtn:active,
#myBtn2:active {
    display: none;
    font-size: 100%;
	color: #FFFFF4 !important;
    cursor: pointer;
    padding: 0.3rem 0rem 0.3rem 0rem;
    border-radius: 0.5rem;
	width: 4.5rem;
	border: 0.3rem solid #FFFFF4;
	outline: 0.3rem solid #00131D;
	background-color: #231F20 !important;

}

#myBtn:hover,
#myBtn:focus,
#myBtn2:hover,
#myBtn2:focus {
	color: #00131D !important;
	background-color: #FFFFF4 !important;
}
/* Fix text */
:root {
   font-size: 100%;
}

/* Components - NO COLOURS */

h1#top {
    margin-top: 1.5rem;
}

/* Theme toggler */
#modeToggle, #modeToggle:active {
    color: #FFFFF4;
    border: 0px solid #E1E8EC !important;
    margin: 0rem;
    background-color: rgba(0, 19, 29, 0);
    padding: 0.3rem;
    border-radius:0rem
}

#modeToggle:focus:not(:focus-visible) {
	color: #E1E8EC;
	background: rgba(0, 19, 29, 0);
	border: 0.0rem solid #E1E8EC !important;
	box-shadow: 0 0 0 0rem #C1D100 !important;
    outline: 0.0rem #E1E8EC dotted !important;
}

#modeToggle:hover,
#modeToggle:focus {
	outline: 0.3rem #E1E8EC dotted !important;
    box-shadow: 0 0 0 0rem #C1D100 !important;
}

/* Tick list */
ul.tick {
    list-style: none;
}

ul.tick li:before {
    content: '✓ ';
}


/* border */
@media (min-width: 60rem) {
    .page-wrap {
        margin: 0 10% 0 10%;
    }
}

@media only screen and (max-width: 600px) {
    article.front {
        margin-left: 0rem !important;
        margin-right: 0rem!important;
        line-height: 1.5;
        font-size: 1.25rem;
    }
	aside.page-sidebar.related {
		padding-left: 0.5rem;
	}
    article.standard {
        padding: 0rem 0rem 0rem 0rem !important;
    }
    .presentations {
        border-radius: 0.5rem;
        padding: 0;
        margin: 0rem;
        line-height: 1.75;
        border: 0px solid #495961;
    }
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-y: scroll;
	}

#banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Front article */
article.front {
    /* max-width: 100ch; */
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    line-height: 1.5;
    font-size: 1.25rem;
}

article.front h1 {
    line-height: 1.1;
    font-size: 2.5rem;
}

aside li {
    margin: 10px 0;
}


/* Cards */
.cards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    /* border-radius: .6em; */
}

.cards > * {
    flex: 0 1 17em;
    flex-grow: 1;
}

.card {
    margin: 0.3rem 0.3rem 1rem 0.3rem;
    padding: 0.5em;
    border-radius: 0.5rem;
    min-height: 33rem;
}

ul.cards {
    margin-bottom: 0rem;
}


/* Start of moving the image above the heading */
.reorder {
    /*display: flex;
  flex-direction: column; */
}

.reorder img {
    max-width: 100%;
    order: -1;
}


/* End of moving the image above the heading */
.card > * a,
.card > .cta {
    display: block;
}

.card h2 > a {
    text-decoration: none;
    color: inherit;
}

.linkify:hover {
    cursor: pointer;
}

.card img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.cards .isfocused {
    outline: 0;
}

.card .cta {
    text-decoration: underline;
    font-weight: bold;
}


/* Post source */
dd.from {
    font-family: monospace;
    font-size: 1rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}


/* Presentations */
.presentations {
    border-radius: 0.5rem;
    padding: 0rem 1rem 1rem 1rem;
    margin: 0rem 0rem 1rem 0rem;
    line-height: 1.75;
}

#Example, .Example {
    min-width: 17rem;
    max-width: 25rem;
    padding: 1rem;
    font-family: 'Courier New', monospace !important;
}


/* article styling */
article.standard {
    /* max-width: 80ch;

    margin: auto; */
    padding: 0rem 1rem 0rem 1rem;
    line-height: 1.5;
    font-size: 1.25rem;
}

article.standard h1 {
    line-height: 1.1;
    font-size: 2.5rem;
}

p,
ul,
ol {
    margin-bottom: 2rem;
}


/* for high contrast */
*:focus {
    outline: 3px solid transparent;
}


/* Panel */
#panel {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
}

.panelButton {
    margin: 0rem 0em 0rem 0.7rem
}


/* Related images */
aside img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.relatedPresExample {
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
}

/* aside.page-sidebar.related {
	padding-left: 1rem;
}*/


/* testing hamburger things */
#arrow {
    display: none;
}


/* hamburger test ends */
/* Links */
a {
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}


/* Links Ends */
/* Footer things */
div#aboutFoot {
    float: right;
}

div#RSS,
div#YouTubeChannelFoot,
div#SiteMap,
div#twitterFoot,
div#AccessibilityFoot {
    float: left;
}
div#RSS,
div#YouTubeChannelFoot,
div#SiteMap,
div#twitterFoot,
div#AccessibilityFoot,
div#aboutFoot {
    padding: 5px;
}


/* Footer things ENDS */
/* Side panel stuff */
ul.relUL {
    list-style-type: none;
    padding: 0;
}

aside.related {
    padding: 0.5rem;
    /* margin-bottom: 0.5rem; */
}

section.related {
    margin: 0.5rem;
    line-height: 1.5;
}


/* Side panel stuff ENDS */
/* Resource List */
.resourseList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
/*.posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "one top" "one center";
}

#accessibility {
    grid-area: one;
}
#EdTech {
    grid-area: top;
}
#Blackboard {
    grid-area: center;
} */


/* Resource List Ends*/
@media (max-width: 800px) {
 /*   .posts {
        display: inline;
        grid-template-columns: 1fr !important;
        grid-template-rows: 1fr;
        grid-gap: 20px;
    } */
    .resourseList {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .page-wrap {
        grid-template-columns: 100%;
        grid-template-rows: auto;
    }
    .page-wrap > * {
        grid-column: 1/-1 !important;
        grid-row: auto !important;
    }
    div#aboutFoot {
        float: none;
    }
    div#YouTubeChannelFoot,
    div#SiteMap,
    div#RSS,
    div#twitterFoot,
    div#AccessibilityFoot {
        float: none;
    }
    #relPres {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-gap: 1rem;
    }
	article.front {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
}

@media screen and (max-width: 650px) {
    .topnav a:nth-child(n+3) {
        display: none;
    }
    .topnav a.icon,
    .topnav button.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        /* position: absolute;
        right: 0;
        top: 0;
        margin: 0.5rem 0.6rem 0 0; */
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        margin-bottom: 0.7rem;
    }
    dt {
        margin-bottom: 1rem;
    }
    dd {
        margin: 0;
    }
    dd {
        margin-bottom: 1rem;
    }
    dd.from {
        margin-bottom: 1.5rem !important;
    }
    img.articleImage,
    img.articleImageLeft, img.articleImage2 {
        width: 99% !important;
        /* margin: 0.2rem 0.5rem 1.5rem 0.5rem !important; */
    }
    div#titleLink {
        display: none;
    }
	nav#myTopnav {
		padding: 0.5rem 0rem 0.5rem 0.4rem !important;
	}	
}

@media only screen and (max-width: 400px) {
    #panel {
        display: none !important;
    }
    article.front {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
        line-height: 1.5;
        font-size: 1.25rem;
    }
    article.standard {
        padding: 0rem 0rem 0rem 0rem !important;
    }
}

a#webTitle {
    /* box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .53); */
    padding: 10px;
    /* border-radius: 0.5em; */
    color: white;
    text-decoration: none;
    font-weight: normal;
}

div#logo {
    float: left;
    margin-left: 0.5rem
}

div#titleLink {
    float: right;
    text-align: right;
}

div#titleLink,
div#logo {
    box-shadow: inset 0 0 0 1000px rgba(0, 19, 29, .7);
    border-radius: 0.5rem;
}

div#logo {
    padding: 0.5rem;
	    margin-left: 0.5rem;
}

div#titleLink {
    padding: 1rem;
	margin-right: 0.5rem;
}


* {
    overflow-wrap: break-word;
}

h1 {
    font-size: 2.5em;
}

a:focus {
    outline-offset: 5px;
    transition: all 0.3s ease-in-out !important;
}

a,
a:visited {
    font-weight: bold;
}

a {
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    font-family: Verdana, sans-serif;
}



#myBtn {
    float: left;
}

#myBtn2 {
    float: right;
}

#svgDOWN {margin-right:5px;}
#svgUP {margin-right:2px;margin-left:2px;}

#myBtn:hover,
#myBtn:focus,
#myBtn2:hover,
#myBtn2:focus {
    transition: .3s linear !important;
    cursor: pointer;
    outline: none !important;
}


@media screen and (max-width: 800px) {
    #panel {
        bottom: 0.5rem;
        right: 1rem;
    }
    #myBtn,
    #myBtn2 {
        padding: 0rem;
        margin: 0.5rem 1rem .2rem .5rem;
        border-radius: 0.5rem;
		width: auto;
		border: 0.1rem solid #FFFFF4;
		outline: 0.1rem solid #00131D;
    }
	.panelLabel {display:none;}

}

@media screen and (max-width: 500px) {
    #myBtn,
    #myBtn2 {
        padding: 0rem;
        margin: 0.5rem 1rem .2rem .5rem;
        border-radius: 0.5rem;
		width: auto;
    }
	.panelLabel {display:none;}

}

/* skip link */
.skip-link {
    position: absolute;
    padding: 1.5rem 2rem;
    font-weight: bold;
    z-index: 10;
    transform: translate3d(.125rem, -6rem, 0);
    transition: transform .3s ease-out;
    text-decoration: underline;
}

.skip-link:focus {
    transform: translate3d(6.25rem, 0.5rem, 0);
    transition: transform .3s ease-out !important;
}

.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}


/* Video */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-right: 0.5rem;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
lite-youtube {
	border-radius: 0.5rem !important;
}


/* Details and Summary styling */
details summary > * {
    display: inline;
}

summary h2 {
    font-size: 1.3rem;
}

details {
    border-radius: 0.5rem;
    padding: .5em .5em 0;
    margin: 1rem 0rem 1rem 0rem;
    cursor: pointer;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
    text-decoration: underline;
    border-radius: 0.5rem;
}

summary:hover {
    transition: all 0.3s ease-in-out !important;
    text-decoration: none;
}

summary:focus {
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
}

details[open] {
    padding: .5em;
}

details[open] summary {
    margin-bottom: .5em;
}

div#login {
    float: right;
}

button {
    border-radius: 0.5rem;
    vertical-align: middle;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 1.2rem;
    text-align: center;
    margin: 0.5rem 0.3rem 0.5rem 0rem;
}

button:hover,
button:focus {
    transition: .3s linear !important;
    cursor: pointer;
    outline: none !important;
}

.actionButton:active {
    transform: translateY(0.5rem) !important;
}

body {
    padding: 5px;
    height: 100vh;
    margin: 0;
    font: 500 100% system-ui, sans-serif;
    text-transform: none;
	/* transition: background 0.3s ease-in-out, color 0.5s ease-in-out; */
}

.page-wrap {
    height: calc(10vh - 10px);
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.33); */
    display: grid;
    grid-template-columns: minmax(10px, 1fr) minmax(10px, 3fr);
    grid-template-rows: min-content min-content 1fr min-content;
    gap: 0px;
}
a#home:hover,
a#home:focus {

    transition: .3s linear !important;
}



.page-wrap > * {
    padding: 0.5rem;
    text-align: left;
}

.page-header {
    grid-column: 1/-1;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    font-size: 2rem;
	/* transition: 2s ease-in-out; */
}

.page-sidebar {
    grid-column: 1/2;
    grid-row: 3/4;
}

.page-nav {
    grid-column: 1/3;
}

.page-main {
    grid-column: 2/3;
}

.page-footer {
    grid-column: 1/-1;
}

details p {
    text-transform: none;
    text-align: left;
}

nav#myTopnav {
    padding: 0.5rem 0rem 0.5rem 0.4rem;
    margin: 0.1rem 0rem 0rem 0rem;
}

.topnav {
    overflow: hidden;
}

.topnav a {
    float: left;
    display: block;
    text-align: left;
    padding: 14px 16px;
    font-size: 100%;
    border-radius: 0.5rem;
    margin-right: 0.5rem !important;
    text-decoration: none;
}

.topnav a:hover,
.topnav a:focus {
    text-decoration: underline;
    transition: all 0.2s ease-in-out !important;
}

.topnav a.active,
.topnav button.active {
    color: #00131D;
}

.topnav .icon {
    display: none;
}

.topnav a.icon,
.topnav button.icon {
    padding: 10px;
    border-radius: 0.5rem;
    border: 0.2rem #00131D solid;
}

img.articleImage {
    width: 40%;
    float: right;
    margin: 1.8rem;
    border-radius: 0.5rem;
}

img.articleImage2 {
    width: 70%;
    float: none;
    /* margin: 0rem 1rem 1rem 1rem; */
	margin: auto;
    border-radius: 0.5rem;
}

img.articleImageAlly {
    margin: 0rem 1rem 1rem 1rem !important;
}

img.articleImageLeft {
    width: 40%;
    float: left;
    margin: 1.8rem;
    border-radius: 0.5rem;
}

a:focus {
    transition: outline-offset .2s linear !important;
}

a {
    font-weight: bold;
	text-underline-offset: 0.2em;
}

a:hover {
    text-decoration: none;
}

input:focus {
    transition: outline-offset .2s linear !important;
}

html {
    box-sizing: border-box;
}
.linkify:hover,
.cards .isfocused,
a:hover {
    transition: all 0.3s ease-in-out !important;
}


/* Inherit box-sizing to make it easier to change the property
 * for components that leverage other behavior.*/
*,
*::before,
*::after {
    box-sizing: inherit;
}


/*style form to limit width and highlight the long label*/
form {
    max-width: 750px;
}


/*style wrapper to give some space*/
.wrapper {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
}


/*style label to give some more space*/
.wrapper label {
    display: block;
    padding: 12px 0 12px 48px;
}


/*style and hide original checkbox*/
.wrapper input {
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
}


/*position new box*/
.wrapper input + label::before {
    border: 2px solid;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    background: #E1E8EC;
}


/*svg background styles*/
.wrapper input + label::after {
    content: "";
    opacity: 0;
    background-image: url("check.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: opacity 0.2s ease-in-out;
}


/*reveal check for 'on' state*/
.wrapper input:checked + label::after {
    opacity: 1;
}


/*focus styles*/
.wrapper input:focus + label::before {
    outline: 3px solid transparent;
    /* For Windows high contrast mode. */
}


/*style wrapper2 to give some space*/
.wrapper2 {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
}


/*style label to give some more space*/
.wrapper2 label {
    display: block;
    padding: 12px 0 12px 48px;
}


/*style and hide original checkbox*/
.wrapper2 input {
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
}


/*position new box*/
.wrapper2 input + label::before {
    border: 2px solid;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    border-radius: 50%;
}



/*radio pseudo element styles*/
.wrapper2 input + label::after {
    content: "";
    opacity: 0;
    border: 10px solid;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: opacity 0.2s ease-in-out;
}

.hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap; 
      border: 0;
}

/*reveal check for 'on' state*/
.wrapper2 input:checked + label::after {
    opacity: 1;
}


/*focus styles*/
.wrapper2 input:focus + label::before {
    outline: 3px solid transparent;
    /* For Windows high contrast mode. */
}


/* For those who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
    *,
    ::before,
    ::after {
        animation-delay: -1ms !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        background-attachment: initial !important;
        scroll-behavior: auto !important;
        transition: .0s linear !important;
        transition-duration: 0s !important;
        transition-delay: 0s !important;
    }
    #myBtn:hover,
    #myBtn:focus,
    #myBtn2:hover,
    #myBtn2:focus {
        transition: .0s linear !important;
    }
    a:focus {
        outline-offset: 5px;
        transition: all 0s ease-in-out !important;
    }
    .topnav a:hover,
    .topnav a:focus {
        transition: all 0.0s ease-in-out !important;
    }
    .skip-link:focus {
        transition: transform 0s ease-out !important;
    }
    summary:hover {
        transition: all 0s ease-in-out !important;
    }
    input:focus {
        transition: outline-offset 0s linear !important;
    }
    summary:focus {
        transition: all 0s ease-in-out !important;
    }
    button:hover,
    button:focus {
        transition: 0s linear !important;
    }
    a#home:hover,
    a#home:focus {
        transition: 0s linear !important;
    }
    .linkify:hover,
    .cards .isfocused,
    a:hover {
        transition: all 0s ease-in-out !important;
    }
    .actionButton:active {
        transform: translateY(0rem) !important;
    }
	body {
		transition: background 0ms ease-in-out, color 0ms ease !important;
	}
	.page-header {
		transition: 0s ease-in-out !important;
	}
}