@import url('https://fonts.googleapis.com/css?family=Space+Mono:400,700|Work+Sans:400,700');

body {
    font-family: 'Space Mono',monospace;
	height: 100vh;
    background-color: #e0e0e0;
    font-weight: 700;
}

h1 {
    font-size:1.8em;
    font-weight:bold;
}

 h2, h3, h4, h5, h6 {
    font-weight:bold;
    text-transform: uppercase;
}

.centeritem {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.headerquote {
    max-width:300px;
    padding-top:120px;
    padding-bottom: 120px;
}

.headerquote h2 {
    font-size: 18px;
}

.footer {
    background-color: black;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer a {
    color:white;
}

.footer a {
    text-decoration: none;
}


.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
}

.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

.josh-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    height:50px;
}

/* GENERAL */

.headingwrap {
    margin-left: auto;
    margin-right: auto;
    padding-top:20px;
    padding-bottom:10px;
}

.headingwrap h2 {
    font-size:18px;
}

.videowrap {
    margin-left: auto;
    margin-right: auto;
    padding-right:20px;
    padding-left:20px;
    padding-bottom: 20px;
}

/* SHOWREEL */

.showreelwrap {
    color:white;
    background-color: #424242;
}

/* TULIP AND YANIS SECTION*/

.tulipwrap {
    margin-left: auto;
    margin-right: auto;
}

.tulipwrap h2 {
    font-size:18px;
    padding-top:20px;
}

.euroimage {
    display:flex;
    max-width: 100%;
    height:140px;
}

.euroimage img {
    height:100px;
}

.tulipimage {
    display:flex;
    max-width: 100%;
    height:300px;
}

.tulipimage img {
    height:260px;
}

/* POLITICS*/

.politicswrap {
    background-color: #e0e0e0;
}

.politicswrap h2 {
    font-size:18px;
    padding-top:20px;
    padding-bottom:20px;
    color:black;
}

/* JANIE */

.janiewrap {
    background-color: #bdbdbd;
}

.janiewrap h2 {
    font-size:18px;
    padding-top:20px;
    padding-bottom:20px;
    color:black;
}

/* EVO */

.evolutionwrap {
    background-color: #bdbdbd;
}

.evolutionwrap h2 {
    font-size:18px;
    padding-top:20px;
    padding-bottom:20px;
    color:black;
}

@media only screen and (min-width: 768px) {
    
    .headerquote {
        padding-top:160px;
        max-width:600px;
}
    h1 {
    font-size:2.5em;
}

    
    .headerquote h2 {
        font-size: 36px;
}
    /* GENERAL */
    
    .headingwrap {
        max-width:600px;
}

    .videowrap {
        max-width:600px;
}
    
    .evolutionwrap {
}

    .evolutionwrap h2 {
}
    
    .headerquote h2 {
        font-size: 36px;
}
    
    .videowrap {
        max-width:600px;
}
    .euroimage {
        height:400px;
}
    
    .euroimage img {
        height:120px
}

    .tulipwrap {
        max-width: 800px;
}
    .tulipimage {
        height:400px;
    }
    
    .tulipimage img {
        height:350px;
}
    
}