﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');

body {
}

main {
    font-family: 'Segoe UI Symbol'
}

h2, h3 {
    font-family: 'Segoe UI Symbol';
}

section p {
    font-family: 'Segoe UI Symbol';
}

footer {
    background-color: rgba(0,0,0,.2);
    padding-bottom: 2em;
    padding-top: 2em;
    border: solid black 1px;
    clear: both;
    margin-top: 2em;
}


/*#region header logo and site name/slogan*/

.twitter {
    padding-left: 1em;
    padding-right: 1em;
}

.socialLinks {
    display: inline;
    float: right;
    padding-right: 40px;
    margin-top: 0px;
}

    .socialLinks li {
        display: inline-block;
    }

        .socialLinks li a {
            color: white;
            font-size: 2em;
        }

.socialLinksBottom {
    display: inline;
    float: right;
    padding-right: 40px;
    margin-top: .5em;
}

    .socialLinksBottom li {
        display: inline-block;
    }

        .socialLinksBottom li a {
            color: white;
            font-size: 2em;
        }


#siteTitle, #slogan {
    font-family: 'Quicksand', sans-serif;
}

#siteTitle {
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,1);
    margin-left: 1.5em;
    margin-bottom: 0;
    font-size: 70px;
}

#slogan {
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,1);
    margin-left: 6em;
    margin-top: 0;
    font-weight: bold;
    font-size: 20px;
}

#slogan {
    margin-bottom: 3em;
}

header {
    background-image: url(/images/kelly-sikkema-V1VkOENg_KQ-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    padding: 2em;
    border: solid black 1px;
}

#headerOverlay {
    background-image: url('/images/Threads of Magic Logo.png');
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: 3% center;
    padding: 2em;
    box-shadow: 0 0 10px rgba(0,0,0,1);
    margin-top: .5em;
}

/*#endregion*/

/*#region index page*/

#picture1 {
    width: 100%;
    border: solid black 1px;
}

#aboutUsSection{
    margin-top: 4em;
}

#picture2 {
}

#picture3 {
    float: right;
}

.aboutUs h2, .aboutUs p {
    display: block;
    float: left;
}

#iLeftColumn {
    width: 25%;
    float: left;
    padding-left: 10em;
}

#iRightColumn {
    width: 60%;
    float: right;
    padding-left: 2em;
    padding-right: 2em;
}

.iRightColumn2 p, .iRightColumn2 a {
    width: 95%;
    margin-left: 1.3em;
    margin-top: 2em;
}

.iRightColumn2 h3 {
    margin-top: 7em;
    margin-left: 1.3em;
}
#iRightColumn h2 {
    text-decoration: underline;
}

    .clear {
        clear: both;
    }

    .iRightColumn2 a {
        color: black;
        font-weight: bold;
        text-align: center;

    }

.iLeftColumn2 {
    width: 50%;
    float: left;
}
.iLeftColumn2 a {
    color: black;
    font-weight: bold;
    text-align: center;
}

.iLeftColumn2 p, .iLeftColumn2 a {
    width: 95%;
    margin-left: 1.3em;
    margin-top: 2em;
}

    .iLeftColumn2 h3 {
        margin-top: 7em;
        margin-left: 1.3em;
    }

    .iRightColumn2 {
        width: 50%;
        float: right;
    }

/*#endregion*/

/* #region Nav*/

.currentPage {
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    background-color: rgba(99, 54, 35, .4); 
    border-radius: 12%;
}

nav {
    background-color: rgba(0,0,0,.2);
    padding: .25em;
    border: 1px solid black;
    margin-bottom: 0;
}

    nav ul li {
        display: inline-block;
        color: black;
    }



    nav a:hover, nav a:active, nav a:focus {
        box-shadow: 0 0 5px rgba(0,0,0,.4);
        background-color: rgba(99, 54, 35, .4);
        border-radius: 12%;
    }

    nav ul li a {
        padding: .4em 1.5em;
        display: block;
        font-weight: bold;
        color: black;
        font-size: 1.1em;
    }

a {
    text-decoration: none;
}

#BackToTop {
    float: left;
    text-align: center;
    margin-right: 50%;
    margin-left: 44%;
    margin-bottom: 1em;
    font-weight: bold;
    color: black;
}
/*#endregion */

/*#region Lessons Page*/


div.galleryItem {
    display: inline-block;
    width: 235px;
    border: 1px solid #000;
    margin: 5px;
    background-color: rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    margin-bottom: 2em;
    margin-right: 1em;
    margin-left: .5em;
}

    div.galleryItem img {
        width: 100%;
        height: auto;
    }

    div.galleryItem:hover {
        border: 1.5px solid black;
        box-shadow: 0 0 2px rgb(0, 0, 0);
    }


#classes {
    margin: 0 auto;
    width: 60%;
    text-align: center;
}

.descriptionTitle {
    font-family: 'Segoe UI Symbol';
    font-weight: bold;
}

.description {
    font-family: 'Segoe UI Symbol';
    font-weight: normal;
    padding: 1em;
    text-align: justify;
}

.classAnchors{
    color:black;
}

/*#endregion*/

/*#region Team Page*/
#departmentList {
    list-style: none;

}

.deptOfMagicHeader{
    margin-bottom:0;
    margin-top:0;
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1.65em;
    font-size:xx-large;
}

.deptOfMagicList{
    padding-right: 11.25em;
    margin-top:0;
    margin-bottom:0;
}

.teamLI {
    padding-bottom: 1.5em;
    padding-top: .5em;
    font-size: large;
    text-decoration:none;
    color:black;
}

.tLeftColumn{
    float:left;
    clear: left;
    margin-right:1.5em;
    height:10em;
    border-radius:50%;
}

#tRightColumn {
    float: right;
    border-left: black solid 1px;
    clear: right;
    border-bottom: black solid 1px;
}

.descriptions{
    width:50%;
    clear: right;
    margin-bottom:6em;
}

.departmentHeaders {
    text-align: center;
    float: left;
    width: 57%;
    padding-bottom: 2em;
    font-size: xx-large;
}

#descriptionFloat{
    float: left;
    width:75%;
}

.teamArticles{
    /*float:left;
    clear:right;*/
}
/*#endregion*/

/*#region Contact Page*/
.contactUs {
    text-align: center;
}

.contactInfo {
    border-bottom: black solid 1px;
    border-top: black solid 1px;
    display: block;
    margin: 20px 30%;
}

}
/*#endregion*/








