
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap');


.container{
    max-width: 800px;
    margin: 50px auto 0 auto;
    min-height: 100vh;
    position:relative;
}

.projectDescription p {
    max-width: 600px;
}

.presentation {
    max-width: 600px;
    line-height: 1.5;

}

.project.opened,.notebook.opened{
    margin-bottom: 30px;
}

.project.closed .content,.notebook.closed .content
{
    display:none;
}

.date {
    display:inline-block;
    margin-left :5px;
    /* font-style: italic; */
    font-size: 12px;
}

h2{
    font-size: 20px;
    color:rgb(100,100,100);
    font-weight: 400;
}

a {
    color : rgb(32,33,36);
    /* font-weight: bold; */
}

blockquote {
    margin : 50px 40px;
}

h1,h2,h3,h5,h6,h7,.date{
    font-family: 'Roboto', sans-serif;
    color : rgb(32,33,36);
}

.instructions {
    font-style: italic;
    }

.title {
    cursor: pointer;
}

h4 {
    font-family: 'Roboto', sans-serif;
    color : rgb(32,33,36);
    margin:0px;
    display:inline-block;
    line-height: 1.8em;
    font-size:18px;
    font-weight: normal;
    
}
.closed h4{
    text-decoration: underline;
}

.opened h4 {
    /* font-size: 30px; */
}


 
p, ul,footer { 
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
} 

.videoWrapper {
    position: relative;
    width: 100%;
    margin:20px 0 0 0;
	padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;

}

.gallery{
    margin-top : 25px;
}

.media {
    margin-top : 5px;
}

.gallery img,.gallery video,.media img,.media video {

    transform-origin: center;
}

.medium {
    background-color : lightgrey;
    transition: transform 200ms 300ms;
}
 @media (hover:hover){
    .medium:hover {
        cursor: pointer;
        /* transform : scale(.9);
        z-index: 1000; */
    }
}


.selected {
    background-color : rgb(32,33,36)!important; 
    z-index : 1000 !important;
    height : 100vh !important;
    width : 100vw !important;
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    margin:0 !important;
}

body{
    overflow-x : hidden;
}

p{
    font-size: 14px;
}

@media only screen and (min-width: 800px) {

    .container {
        padding:10px 100px 100px 100px ;
    }

    .zoing {
         transform: translateX(-50px) 
    }
    h1 {
        font-size:56px;
        font-weight: 400;
        margin-bottom: 0;
    }
    
    h3{
        font-size:30px;
        font-weight: 100;
        margin-bottom: 10px;
    }

    footer{
        width: calc(100% - 200px);
    }

}
@media only screen and (max-width: 800px) {

    .container {
        padding:10px 10px 100px 10px;
    }
    h1 {
        font-size: 40px;
        font-weight: 400;

    }

    h3{
        font-size:20px;
        font-weight: 100;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    footer{
        width: calc(100% - 20px);
    }

    /* .project:before{
        content:'';
        border-bottom: solid 1px #eee;
        position: absolute;
        left: 0;
        z-index: 1;
        width:100%;
    } */

    /* h4{
        margin-top: 25px;
    } */

}

footer p{
    font-size: 10px !important;
}

footer {
    font-size: 10px !important;
    color:#555;
    text-align: center;
    position:absolute;
    height: 40px;
    bottom:0;
}

ul {
    padding: 0;
    margin: 0;
}

.projects{
    margin-top:30px;
}

ul,ul li{
    list-style-type: none;
    display: inline-block;
    line-height: 1.5;
}
.buildnote {
    margin:0
}