
#imagecontainer
{
    margin: 0;
    padding: 0;
    
    width: 100%;
    height: 100%;
}


.orbit-bullets
{
    position: absolute;
    bottom: 0.3rem;
    left: 1.2rem;
    padding-right: 1.2rem;
}

@media screen and (min-width: 64em) {
    .orbit-bullets {
        max-width: 50vw;
    }
}

.orbit-container
{
    
}

div.orbit-image
{
    width: 100vw;
    height: 100vh;
    
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
}


#contactinfo
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    /* background: rgba(10,10,10,0.5); */
    color: white;
    padding: 1.2rem 0.6rem 0.4rem 0.6rem;
}

@media screen and (min-width: 64em) {
    #contactinfo
    {
        width: auto;
        bottom: 0.2rem;
        right: 1rem;
        top: auto;
        left: auto;
        padding: 1.4rem 2rem;
    }
}


#contactinfo h1
{
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: -0.6rem;
}

@media screen and (min-width: 64em) {
    #contactinfo h1
    {
        font-size: 2.4rem;
    }
}

#contactinfo .contactsection
{
    margin-top: 1rem;
}

#contactinfo .title
{
    font-style: italic;
    text-align: center;
}

.maintext a
{
    color: white !important;
}

.maintext a:hover,
.maintext a:active
{
    text-decoration: underline;
}

.maintext
{
    margin-bottom: 0;
    margin-top: 0;
    font-size: 0.8rem;
    
    text-align: center;
}

@media screen and (min-width: 64em) {
    .maintext
    {
        font-size: 1rem;
    }
}




#mobile-contact-info
{
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 3rem;
    color: white;
}
#mobile-contact-info .maintext
{
    
}



