@media only screen and (min-width: 550.1px) {
    #mobileCont{
        display: none;
    }
}

@media only screen and (max-width: 550px) {
    body {
        background-color: white;
        padding: 0;
    }
    
    wrapper {
        display: none;
    }
    
    #restMobile {
    position: relative;
    float: left;
    padding-top: 2em;
    width: calc(100vw-120px);
/*    background-color: red;*/
    }
    
    #alertMobile {
        background-color: black;
        color: white;
        font-size: .9em;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 9999999;
    }

    #blurbMobile {
        position: relative;
        float: left;
    /*    max-width: 1200px;*/
        margin: 0 auto;
        margin-bottom: 2em;
    }

    #blurbMobile > p > #bigMobile {
        font-size: 2em;
        line-height: 1.25em;
    }

    #extraMobile {
        margin-bottom: 2em;
        margin-top: 0;
        max-width: 600px;
    }

    .largeContMobile {
        font-size: 1.2em;
        line-height: 1.5em;
    }

    ul {
        list-style-type: none;
        padding-left: 1em;
    /*    margin-top: .1em;*/
    }

    #creditMobile {
        display: inline;
    }

    address {
        display: inline;
        font-style: normal;
    }

    a{
        text-decoration: none;
        color: black;
    }
    a:hover{
        text-decoration: underline;
    }
    a:visited{
        text-decoration: none;
        color: black;
    }
}

/***************************************************/
/***************************************************/
/**********************MOBILE ABOVE*****************/
/***************************************************/
/***************************************************/


html {
    padding: 2em;
/*    background-color: red;*/
/*    background-color: black;*/
}

body {
    padding: 10px;
/*    margin: 0 5em;*/
    font-size: 14px;
    line-height: 21px;
    max-width: 1700px;
    margin: 0 auto;
    font-family: 'Playfair Display', 'Faustina', 'Libre Baskerville', 'Average', 'Alegreya', 'Crimson Text', serif;
    font-variant-ligatures: inherit;
/*    background-color: yellow;*/
/*    color: white;*/
}

wrapper {
/*background-color: mediumpurple;*/
}

#header {
/*    background-color: greenyellow;*/
/*    background-color: rgba(255, 255, 255, 0.93);*/
    background-color: white;
/*    background-color: black;*/
    padding-left: 2em;
    padding-top: 5em;
/*    border-right: solid;*/
    border-color: lightgrey;
    border-width: 1px;
    position: fixed;
    left: 0;
    top: 0;
/*    margin-bottom: 10px;*/
    float: left;
    width: 120px;
    height: 100vh;
    z-index: 10000;
}

.gone{
    display: none;
}

.bw {
    bottom: 1vh;
    left: 0vw;
    margin-left: 4.5em;
    margin-bottom: .4em;
    position: fixed;
    width: 15px;
    height: 15px;
    background-color: black;
    border: 1px solid #c4c4c4;
/*    border: none;*/
    z-index: 10006;
}

.bw.white {
    background-color: white;
}

.bw:hover {
/*    background-color: black;*/
    border: 1px solid #c4c4c4;
    cursor: pointer;
}

.html.black {
    background-color: black;
}

.body.white {
    color: white;
}

#header.black {
    background-color: black;
    color: white;
}

a.links.white {
    color: white;
}

#visible {
    bottom: 1vh;
    left: 0vw;
    padding-left: 2em;
    position: fixed;
    background-color: transparent;
    border: none;
    z-index: 10005;
}

button:focus {
    outline: 0;
}

.material-icons{
    font-size: 18px;
    color: #c4c4c4;
}

.material-icons:hover{
    color: black;
/*    color: white;*/
    cursor: pointer;
}

h1 {
    font-weight: 100;
    font-size: 17px;

}

/*
h2{
    line-height: 1.4em;
}
*/

#h1 {
/*    margin-bottom: 2em;*/
/*    margin-right: 3em;*/
    font-size: 17px;
    float: left;
/*    background-color: green;*/
    
}

#info {
    float: left;
/*    display: inline-block;*/
    max-width: 35vw;
/*    font-style: italic;*/
    font-size: 12px;
/*    font-size: .7em;*/
    line-height: 2em;
/*    background-color: dodgerblue;*/
/*    color: white;*/
}

#info > ul {
    list-style-type: none;
    padding: 0;
}

#info > ul > li > a{
    text-decoration: none;
    color: black;
/*    color: white;*/

}

#info > ul > li > a:hover{
    text-decoration: underline;
/*    font-style: italic;*/
/*    cursor: default;*/
}
#info > ul > li > a:visited{
    text-decoration: none;
    color: black;
/*    color: white;*/

}

.clearfix {
    clear: both;
}


#hide {
    background-color: aquamarine;
    background-color: transparent;
    width: 90vw;
    height: 87vh;
    position: relative;
    float: left;
    z-index: 9999;
    overflow: hidden;
    font-size: 1.5em;
    font-size: 2em;
    line-height: 4em;
    text-align: right;
    color: transparent;
/*    color: white;*/
}

#hide > p > a:hover {
    color: black;
/*    color: white;*/
    font-size: 3em;
    cursor: default;
}

#hide > p > a:visited {
    color: black;
/*    color: white;*/
    cursor: default;
}

/* Dropdown Button */
.dropbtn {
/*    background-color: #4CAF50;*/
/*    color: white;*/
/*    padding: 16px;*/
/*    font-size: 16px;*/
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropdown > a:hover, .dropdown > a:focus, .dropdown > a:active, .dropdown-content > a:hover, .dropdown-content > a:focus, .dropdown-content > a:active {
/*    background-color: #3e8e41;*/
    text-decoration: underline;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
/*    display: none;*/
    position: absolute;
/*    background-color: #f9f9f9;*/
    min-width: 160px;
/*    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
/*    color: white;*/
    margin-left: .7em;
/*    padding: 12px 16px;*/
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {background-color: #f1f1f1}*/

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/*
form{
    position: absolute;
    bottom: 1vh;
    z-index: 9999999;
    border: none;
    outline: none;
    font-size: 3em;
}

input[type=text] {
    height: 3em;
    border: none;
    border-bottom: 1px solid #555;
}

input[type=text]:focus {
    border-bottom: 1px solid #555;
    outline: none;
}
*/

.text {
    padding-left: 2em;
    padding-right: 3em;
    max-width: 55vw;
    height: 100px;
    overflow: auto;
    margin: 0;
    
    display: none;
}

.text > p {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
}

#G {
/*    background-color: aqua;*/
}

#Arnisa {
/*    background-color: pink;*/
}

div.a {
/*    width: 100px;*/
    height:50px;
    background-color:red;
    background-color:transparent;
    position:fixed;
    z-index: 999;
    overflow-x: visible;
    white-space: nowrap;
    display: inline-block;
    
    font-size: 3em;
    opacity: .95;
    
}

div.b {
    width: 100px;
    height:50px;
    right: 80vw;
    background-color:blue;
    background-color:transparent;
    position:fixed;
    z-index: 999;
    overflow-x: visible;
    white-space: nowrap;
    
    font-size: 1.4em;
    opacity: .95;


    
}
div.c {
    width: 600px;
    height:50px;
    right: 80vw;
    background-color:green;
    background-color:transparent;
    position:fixed;
    z-index: 999;
    overflow-x: visible;
    white-space: nowrap;
    display: inline-flex;
    font-size: 2.4em;
    opacity: .95;
/*    white-space: normal;    */

    
}

div.d {
    width: 600px;
    height:50px;
    right: 10vw;
    background-color:yellow;
    background-color:transparent;
    position:fixed;
    z-index: 999;
    overflow-x: visible;
    white-space: nowrap;
    display: inline-flex;
    font-size: 2em;
    opacity: .95;
/*    white-space: normal;    */

    
}

div.e {
    width: 600px;
    height:50px;
    right: 10vw;
    background-color:hotpink;
    background-color:transparent;
    position:fixed;
    z-index: 999;
    overflow-x: visible;
    white-space: nowrap;
    display: inline-flex;
    font-size: 1.6em;
    opacity: .95;
/*    white-space: normal;    */

    
}

div.f {
    width: 600px;
    height:50px;
    right: 10vw;
    background-color:orange;
    background-color:transparent;
    position:fixed;
    z-index: 999;
    overflow-x: visible;
    white-space: nowrap;
    display: inline-flex;
    font-size: 2.6em;
    opacity: .95;
/*    white-space: normal;    */

    
}

/*
div.c::first-line {
    vertical-align: text-top;
}
*/

h1.move {
    font-size: 2em;
    line-height: .97em;
/*    white-space: nowrap;*/
/*    text-align: center;*/
}

hr {
    width: 270px;
    margin-bottom: 1.1em;
    border-color: white;
}

#footer:before {
    content: " ";
    border: .4px solid black;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    max-width: 100px
}

#footer {
/*    height: 15vh;*/
    position: fixed;
    bottom: 0vh;
    margin-left: 170px;
    padding-bottom: 2em;
/*    padding-top: 1.2em;*/
/*    background-color: red;*/
/*    border-top: 1px solid #555;*/
}

#footer > a {
    color: transparent;
}

#footer > a:hover {
    color: black;
    text-decoration: none;
}

.footNum {
    color: black;
    font-size: .7em;
}