body {
    background-color: white;
    background-image: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 10px, #ffffff 75px);
    background-repeat: no-repeat;
    font-family: "Myanmar Text", sans-serif;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr !important;
}
article.boxed{
    padding: 1em;
    display:table-cell;
    border:1px solid lightgray;
    width:50%;
    border-radius: 2em;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
article:hover{
    background-color:whitesmoke;
}
.largetext p:hover{
    background-color:whitesmoke;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1280px;
}
.sticky + .content {
    padding-top: 60px;
}
.topnav {
    overflow: hidden;
    background-color: #fdeb27;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background-image: linear-gradient(to bottom, #fdeb27 0%, #fff9ba 100%);
    width: 100%;
}

.topnav a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background-image: linear-gradient(to bottom, #fdeb27 0%, #fff9ba 100%);
}

.active {
    background-color: #4CAF50;
    color: #333333;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fdeb27;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 48px;
    background-image: linear-gradient(to bottom, #fdeb27 0%, #fff9ba 100%);
}

.dropdown-content b{
    position: relative;
    top: -12px;
    left: 5px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 8px 0 8px;
    text-decoration: none;
    display: block;
    text-align: left;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: white;
    color: black;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background-image: linear-gradient(to bottom,#fff9ba 0%, #fdeb27 100%);
}

.dropdown-content a:hover {
    background-color: white;
    color: black;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    border:#c8c8c6 1px solid;
    border-radius: 7px;
}

.dropdown:hover .dropdown-content {
    display: block;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


footer{
    position: relative;
    bottom: 0;
    background-color: #fdeb27;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    border-radius: 0 0 2em 2em;
    background-image: linear-gradient(to top, #fdeb27 0%, #fff9ba 100%);
}
footer ul {
    list-style-type: none;
    margin: 0 0 3em 0;
    padding: 0;
    overflow: hidden;
    display: inline-grid;
    /* background-color: #fdeb27;*/
}
footer li {
    float: left;
    height: 3em;
}
footer li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
footer li b {
    position: relative;
    top: -0.15em;
    left: 0.1em;
}
footer .icon{
    width: 1.5em;
}
main{
    padding: 1em;
}
main.background{
    background-image: url("/images/wordcloud.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
}
header.background{
    background-image: url("/images/Skyline02.jpg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2em 2em 0 0;
}
div.table{
    display: table;
    border-spacing: 0.5em;
}
#wrapper {
    max-width: 1280px;
    margin: 0 auto;
    background-color: #dddddd;
    position: relative;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    border-radius: 2em;
    background-image: linear-gradient(to bottom, #eeeeee 0%, #fefefe 600px)
}
#logo{
    margin: 0 auto;
    width: 300px;
    padding: 63px;
}
#logo .SiteTitle{
    font-weight: bold;
    font-size: large;

}
.logo{
    width: 3em;
}
footer .navicon{
    width: 1em;
}
.SiteTitle {
    font-size: 33px;
    position: relative;
    top: -15px;
    left: 5px;
}
.copyright {
    position: absolute;
    top: 1em;
    right: 2em;
    font-weight: bold;
}
.row{
    display:table-row;
}

@media screen and (max-width: 768px) {
    body {
        background-color: white;
        background-image: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 10px, #ffffff 75px);
        background-repeat: no-repeat;
        font-family: "Myanmar Text", sans-serif;
        margin: 0;
        padding: 0;
    }
    article.boxed{
        padding:10px;
        display:block;
        border:none;
        width:auto;
    }
    header.background{
        background:none;
    }
    .copyright {
        position: absolute;
        bottom: .3em;
        right: 2em;
        font-weight: bold;
        top:auto;
    }
    .topnav {
        position: fixed;
        top:0;
    }
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {position: fixed;}
    .topnav.responsive .icon {
        position: fixed;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
    footer li {
        float: none;
        display: block;
        text-align: left;
    }
    footer{
        border-radius: unset;
    }
    main.background{
        background: none;
        margin-top: 3em;
    }
    .logo{
        width: 2.5em;
    }
    #logo {
        display: block;
        position: fixed;
        z-index: 2;
        right: 3em;
        top: 0.4em;
        width: auto;
        padding: unset;
    }
    #logo .SiteTitle{
        display:none;
    }
}
@media screen and (min-width: 768px) {
    body {
        background-color: white;
        background-image: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 10px, #ffffff 75px);
        background-repeat: no-repeat;
        font-family: "Myanmar Text", sans-serif;
        margin: 0;
        padding: 0;
    }
    article.boxed{
        padding: 1em;
        display:table-cell;
        border:1px solid lightgray;
        width:50%;
        border-radius: 2em;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }
    article:hover{
        background-color:whitesmoke;
    }
    .largetext p:hover{
        background-color:whitesmoke;
    }
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        max-width: 1280px;
    }
    .sticky + .content {
        padding-top: 60px;
    }
    .topnav {
        overflow: hidden;
        background-color: #fdeb27;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        background-image: linear-gradient(to bottom, #fdeb27 0%, #fff9ba 100%);
        width: 100%;
    }

    .topnav a {
        float: left;
        display: block;
        color: #000000;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        background-image: linear-gradient(to bottom, #fdeb27 0%, #fff9ba 100%);
    }

    .active {
        background-color: #4CAF50;
        color: #333333;
    }

    .topnav .icon {
        display: none;
    }

    .dropdown {
        float: left;
        overflow: hidden;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .dropdown .dropbtn {
        font-size: 17px;
        border: none;
        outline: none;
        color: black;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        margin: 0;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #fdeb27;
        min-width: 160px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        z-index: 1;
        margin-top: 48px;
        background-image: linear-gradient(to bottom, #fdeb27 0%, #fff9ba 100%);
    }

    .dropdown-content b{
        position: relative;
        top: -12px;
        left: 5px;
    }

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 8px 0 8px;
        text-decoration: none;
        display: block;
        text-align: left;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .topnav a:hover, .dropdown:hover .dropbtn {
        background-color: white;
        color: black;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        background-image: linear-gradient(to bottom,#fff9ba 0%, #fdeb27 100%);
    }

    .dropdown-content a:hover {
        background-color: white;
        color: black;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        border:#c8c8c6 1px solid;
        border-radius: 7px;
    }

    .dropdown:hover .dropdown-content {
        display: block;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }


    footer{
        position: relative;
        bottom: 0;
        background-color: #fdeb27;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        border-radius: 0 0 2em 2em;
        background-image: linear-gradient(to top, #fdeb27 0%, #fff9ba 100%);
    }
    footer ul {
        list-style-type: none;
        margin: 0 0 3em 0;
        padding: 0;
        overflow: hidden;
        display: inline-grid;
        /* background-color: #fdeb27;*/
    }
    footer li {
        float: left;
        height: 3em;
    }
    footer li a {
        display: inline-block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    footer li b {
        position: relative;
        top: -0.15em;
        left: 0.1em;
    }
    footer .icon{
        width: 1.5em;
    }
    main{
        padding: 1em;
    }
    main.background{
        background-image: url("/images/wordcloud.png");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: contain;
    }
    header.background{
        background-image: url("/images/Skyline02.jpg");
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 2em 2em 0 0;
    }
    div.table{
        display: table;
        border-spacing: 0.5em;
    }
    #wrapper {
        max-width: 1280px;
        margin: 0 auto;
        background-color: #dddddd;
        position: relative;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        border-radius: 2em;
        background-image: linear-gradient(to bottom, #eeeeee 0%, #fefefe 600px)
    }
    #logo{
        margin: 0 auto;
        width: 300px;
        padding: 63px;
    }
    #logo .SiteTitle{
        font-weight: bold;
        font-size: large;

    }
    .logo{
        width: 3em;
    }
    footer .navicon{
        width: 1em;
    }
    .SiteTitle {
        font-size: 33px;
        position: relative;
        top: -15px;
        left: 5px;
    }
    .copyright {
        position: absolute;
        top: 1em;
        right: 2em;
        font-weight: bold;
    }
    .row{
        display:table-row;
    }
}