body{
    font-family: 'Open Sans',sans-serif;
    background-color: #323a4d;
    margin: 0;
}

.blueBackground{
    height: 100%;
    background-color: rgb(209, 220, 250);
}

x-header {
    position: fixed;
    height: 3rem;
    width: 100%;
    top: 0;
    flex: auto;
    text-align: center;
    z-index: 999;
}

x-header div{
    display: flex;
    position: absolute;
    height: 3rem;
    margin: 0 -0.4rem;
    width: 100%;
    justify-content: center;
}

x-header a{
    height: inherit;
    position: absolute;
}

#HeaderDiv{
    height: 1rem;
    position: relative;
    width: 60rem;
    color: white;
    margin-top: -0.7rem;
}

#headerBlock{
    position: fixed;
    height: 4rem;
    color: white;
    width: 100vw;
    top: 0;
    background-image: linear-gradient(black 2rem, white 2rem, white 4rem);
    text-align: center;
    margin: 0px auto;
    /* transform: translateX(-50%); */
    align-items: center;
    align-content: center;
}

#header{
    display: grid;
    height: 4rem;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    grid-template-columns: 10rem 30rem 10rem;
    grid-template-rows: 2rem 2rem;
}

#DescriptionRow{
    font-size: 1.7rem;
    width: 29rem;
    text-align: center;
    float: left;
}

#DescriptionRow p{
    /* width: 9rem; */
    padding-bottom: 1re;
    /* float: right; */
    margin: 0;
    display: inline-block;
    margin-top: -0.9rem;
    margin: 0;
    margin-top: -0.9rem;
}

#LogoRow{
    height: 4rem;
    width: 10rem;
}

#Logo{
    height: 4rem;
    margin-top: -0.1em;
    display: inline-block;
}

#TitleRow{
    text-align: center;
    padding-top: 0rem;
    border-radius: 10px/50%;
    /* grid-row: 2; */
    /* grid-column: 1/4; */
    color: crimson;
    font-size: 1.5rem;
    text-shadow: -1px 1px indigo;
    background: rgba(0,0,0,0.1);
    transition: 0.2s;
    width: 30rem;
}

#TitleRow p{
    margin-top: -0.2rem;
    width: inherit;
}


#TutorRow{
    font-size: 1.7rem;
    width: 9rem;
    /* font-family: Oswald; */
    /* display: flex; */
    height: 1rem;
    float: left;
    width: auto;
    text-align: center;
    margin: -0.2rem auto;
    font-weight: 500;
}

#HeaderDiv{
    height: 2rem;
    background: black;
    color: white;
    padding-top: .1rem;
}

.logo{
    height: 3rem;
}

.centre{
    text-align: center;
}

.banner{
    width: inherit;
}

.titling{
    font-family: "Lexend Tera";
    color: cyan;
    position: absolute;
    font-size: 1.5rem;
    font-weight: bolder;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    white-space: pre;
    margin: 0.5rem -0.8rem;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
}

x-header.home{
    top: 0;
    display: flex;
    position: absolute;
    margin-left: -50%;
}

x-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #3a606c;
    color: white;
    text-align: center;
  }
 
x-footer p{
    font-size: 1.1rem;
    margin: 0.3rem;
    color: yellow;
}

x-footer button{
    position: absolute;
    right: 0;
    bottom: 0;
}

x-footer.hide{
    /* opacity: 0; */
    transform: scaley(0);
    transform-origin: 100% 1000%;
    transition: 300ms linear;
}

x-footer a:link{
    color: lightgreen;
}

x-content{
    margin-top: 3.1rem;
    padding: 20px;
    margin: 3rem auto;
    display: flex;
    max-width: 1200px;
    justify-content: center;
}

.fixed{
    width: 50%;
    height: inherit;
    background: white;
    flex: 1;
    text-align: center;
}

.variable{
    width: 50%;
    height: inherit;
    background-image: linear-gradient(to right, white, #c0c0c0);
    overflow: hidden;
    padding: 0.5rem 0 1rem;
}

.badge{
    height: 3rem;
}

@media  (max-width: 800px) {
    .fixed{
        width: 100%;
    }

    .variable{
        width: 100%;
        min-height: 20rem;
    }

    x-footer p{
        font-size: 0.8rem;
    }
}

x-panel{
    max-width: 1024px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

x-h1-oswald{
    font-family: Oswald, sans-serif;
    font-weight: 200;
    font-size: 5rem;
    line-height: 6rem;
    display: block;
    margin-bottom: 3rem;
  }

x-h-raleway{
    font-family: Raleway1, sans-serif;
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 2rem;
    display: block;
    font-variant: small-caps;
    letter-spacing: .3rem;
    margin: 2rem;
}  

x-p{
    display: block;
    margin: 2rem;
}

x-p-plus{
    display: block;
    margin: 2rem;
    font-size: 120%;
}

x-artwork{
    display: block;
    scale: 0.6;
    width: 20%;
}

x-course{
    display: flex;
    justify-content: right;
    border-color: #478ac9;
    border-width: 2px;
    border-style: solid;
    margin: 1rem auto;
    height: 3rem;
    max-width: 21rem;
}

x-course :nth-child(1){
    margin: 0 auto;
    height: inherit;
}

x-course :nth-child(2){
    width: 13.9rem;
    display: flex;
    flex-direction: column;
}

.artHolder{
    background-image: linear-gradient(to right, #292e33, #3a606c);
    height: 100%;
}

.x-link{
    font-size: 0.875rem;
    font-weight: 700;
    color: #478ac9;
    text-decoration: none;
    display: block;
    margin: 2rem;
}

.x-logon-link{
    font-size: 0.875rem;
    font-weight: 700;
    color: #478ac9;
    text-decoration: none;
    display: block;
}

.cardIcon{
    margin: 40px 0 0;
    height: 70px;
}

#cancelCookies{
    position: absolute;
    bottom: 0;
    right: 0;
}

.icontype {
    width: 36px;
    vertical-align: middle;
}

.buttontype {
    background-image: linear-gradient(rgb(209, 220, 250),rgb(113, 144, 248));
    border-radius: 10px;
    color: #191970;
    min-width: 150px;
    outline: 0;
    cursor: pointer;
    text-align: center;
    font: 400 1rem Oswald;
    margin: 2px 0;  
    text-decoration: none;
    display: flex;
}

.buttontype p{
    margin: 0 auto;
    padding: 3px;
}


  
  [id^=contentHeading]{
    text-align: center;
    font-family: 'Oswald';
    font-size: 1.3rem;
    margin: 0.5rem;
    grid-row: 1/4;
  }
  
  h4.contentHeading{
    text-align: center;
    margin: auto;
    font: small-caps 200 1.3rem sans-serif;
  }