body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    background-color: #374850;
    padding-bottom: 20px;
}
a {
    text-decoration: none;
    color: black;
    font-family: 'Lato', sans-serif;
}


h2 {
    display: inline-flex;
}

.menu {
    display: inline;
    list-style-type: none;
    padding-bottom: 30px;
}


.logo-h2 {

    position: relative;
    float: right;
    padding-bottom: 20px;
    margin-top: -60px;
    width: 23%;
}

.logo-h2 a:hover {
    color: #374850;
}

.logo-h2 a {
    text-decoration: none;
}

.logo-h2.active a {
    text-decoration: underline;
    color: grey;
}

.logo-h2 img {
    height: 25px;

}



.contact .logo-h2 {
    width: 100%;
}
.contact {
    display: inline-block;
    list-style-type: none;
    position: relative;
    width: 100%;
    font-size: 12px;
    margin-left: -35px;

}

.contact .logo-h2 a{
    padding-bottom: -20px;
    padding-right: 20px;
    color: #4f1c29;
}

.contact li {
    display: inline-block;
}

.contact li .logo-h2.active a {
    text-decoration: none;
}

#logo {
    width: 50%;
    margin-bottom: -30px
}

h3 {
    font-weight: 400;
    opacity: .7;
}

h3.description {
    font-size: 16px;
    width: 90%;
}

.info {
    line-height: 10px;
    margin-left: 30px;
    background: #F5F5F5;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 300;
}

.info p {
    width: fit-content;
    
}

.bolder {
    padding: 5px;
    font-weight: 500;
}

.rocket-container {
    float: right;
    width: 80px;
    padding-right: 20px;
    margin-top: -60px;
}
.btn-more {
    width: 80px;
    padding-right: 20px;
}
#main-container {
    margin: 0 auto;
    max-width: 920px;
    min-width: 400px;
    background-color: white;
    padding: 0px 30px;
    border: 1px solid #e6e6e6;
}
.list-item {
    display: flex;
    height: 200px;
    margin-bottom: 30px;

}

.iphone-video-overlay {
    position: relative;
    width: 50%;
    margin: auto;
    margin-bottom: 50px;
}


.iphone-video-overlay .iphone-img {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid white;
}

.iphone-video-overlay .iphone-video {
    width: 100%;
}

.storyboard-item.storyboard div{
    width: 49%;
    overflow: hidden;
    height: auto;
    display: inline-block;
}

#displayBlock {
    display: block;
}

.storyboard-item.storyboard {
    overflow: hidden;
}

.storyboard-item.storyboard.art img{
   width: 100%;
}


.video-splash.storyboard {
    padding-top: 40px;
}

.video-splash.storyboard.artboard{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.fineart {
   /* border: 2px solid black;*/
   border-radius: 18px;
    padding: 0px;
    margin: 0px;
}


.img-left {
    flex: 30%;
    height: 100%;
    display: flex;
    float: left;
    border: 1px solid #dedede;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 13px 5px rgba(0,0,0,0.03); 
box-shadow: 0px 1px 13px 5px rgba(0,0,0,0.03);
}

.img-left img {
    width: 100%;
    object-fit: cover;
}


.desc-right {
    float: left;
    margin-left: 20px;
    color: black;
    flex: 60%;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding-left: 30px;
    position: relative;
    -webkit-box-shadow: 0px 1px 13px 5px rgba(0,0,0,0.03); 
box-shadow: 0px 1px 13px 5px rgba(0,0,0,0.03);
   
}


.desc {
    padding: 1px 20px;
    margin: auto 20px;
    color: black;
    background-color: #F5F5F5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 13px 5px rgba(0,0,0,0.03); 
    box-shadow: 0px 1px 13px 5px rgba(0,0,0,0.03);
}


/*
.video-splash {
    margin-top: -50px;
    margin-bottom: 30px;
}
*/
.video-splash video, .video-splash img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-top: -40px;
    padding-bottom: 20px;;
}


.iphone-video-overlay#starwars360 {
    width: 500px;
}

.iphone-video-overlay#starwars360 .iphone-video {
    margin: 40px 0;
    z-index: 5;
    position: inherit;
}

.iphone-video-overlay#starwars360 .iphone-img {
    z-index: 10;
}


.iphone-video-overlay#starwars360 .iphone-img#black-box {
    background-color: black;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
}
 
#starwars360 {
    display: block;
}


@media screen and (max-width: 800px){
    .live-demo {
        display: none;
    }
}
@media screen and (max-width: 600px){

    #main-container {
        padding: 0px;
    }
    .contact {
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 7px;
    }

    
    .iphone-video-overlay#starwars360 {
        width: 100%;
    }
    

    .storyboard-item img{
        width: 50%;
        height: auto;
        float: left;
        position: relative;
        }

    .list-item {
        height: 150px;
    }
    .btn-more {
        margin-top: -20px;
        width: 60px;
    }

    .list-item, .storyboard-item, h1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .storyboard-item.storyboard {
        margin: 0;
        padding: 0;
    }

    #tiles {
        width: 400px;
        
    }

    .logo{
        font-size: 15px;
    }

     .logo-h2{
        font-size: 12px;
        padding-left: 5px;
    }

    .rocket-container {
        margin-top: 0px;
    }

    .desc-right p {
        margin-top: -10px;
    }

    .smaller-font {
        font-size: 15px;
    }

    .video-splash.storyboard.artboard{
        width: 95%;
    }
} 