
#wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    margin:0;
    top:0;
    left:0;
}


h1 {
    font-size: 2.3vw;
    line-height: 3.0vw;
    font-family: 'Roboto', sans-serif;    
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.8vw;
    text-transform: uppercase;
}


h2 {
    font-size: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    
}

h3 {
    display: inline-block;
    width: 100%;
    /* text-align: center; */
    font-size: 24px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}

p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 33px;
}

p.text, p.subtitle {
    color: #000;
    margin: 0;
    /* text-align: center; */
}

p.subtitle { 
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}
p.text { 
    font-weight: 300;
    font-size: 18px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding:0;
}

p.text.small-font {
    font-size: 17px;
    line-height: 29px;
}

.dot {
    display: inline-block;
    position: absolute;
    width:10px;
    left:0;
    margin-left: -5px;
    margin-top: 11px;
    height: 10px;
    border-radius: 10px;
    background-color: #ED1A75;
}


.timeline-list {
    margin-top: 70px;
}


.timeline-list li {
    position: relative;
    display:  block;
    flex-direction: row;
}

.time-block, .text-block {
    position: relative;
    display: inline-block;
    height: max-content;
    vertical-align: top;
}

.time-block {
    width: 80px;
    color: #ED1A75;
}
.text-block {
    width: calc(100% - 100px);
    max-width: 500px;
    box-sizing: border-box;
    padding: 0 30px 30px;
    border-left: 1px solid #ED1A75;
}

.width-30 {
    width: 30%;
}
.width-40 {
    width: 40%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.width-50 {
    width: 50%;
}

.white {
    color: #fff;
}

p.time {
    color: #ED1A75;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin:0;
}

#logo {
    width: 100px;
    height: auto;
    z-index: 10;
    display: inline-block;
    position: relative;
}

#logo img {
    width: 100%;
    height: auto;
}

.background-gradient {

    background-image: linear-gradient(140deg, #F2662D 0%, #ED1A75 100%);
}

.background-gray {
    background-color: rgb(243, 243, 243);
}

.header {
    position: absolute;
    width: 100vw;
    box-sizing: border-box;
    top:0;
    z-index: 100;
    padding: 2vw 3vw;
}

#about {
    position: relative;
    display: flex;
    top:0;
    margin-top:10vw;
}


.textbox {
    z-index: 50;
    width: 50%;
    /* box-sizing: border-box; */
    margin: 26vh 25% 0;
}

.column-inset {
    display: inline-flex;
    position: relative;
    z-index: 50; 
    margin: 70px 15vw;
    flex-direction: column;
}



.column-inset.dir-row {
    flex-direction: row;
}

#screenshot {
    width: 100%;
    height: auto;
    /* padding: 0 20vw; */
    box-sizing: border-box;
    margin: 0 0 -16vw;
}


#funding {
    margin-top: 5vw;
}

#info {
    margin-bottom: 12vw;
}


.footer-image {
    display: inline-flex;
    height: 60px;
    margin: 50px 20px;
    width: auto;
}

.footer-img {
    width: auto;
    height: 100%;
}

.column {
    position: relative;
    display: inline-flex;
    padding-right: 70px;
    flex-direction: column;
    /* width: 50%; */
    box-sizing: border-box;
}

.column img {
    height: auto;
    width: 100%;
}

.column-1 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    padding: 0 10vw;
    /* display: inline-block; */
    display: flex;
    flex-direction: column;
}

#schedule, #location {
    margin: 80px 0vw;
}

.column-2 {
    width: 100%;
    left:0;
    box-sizing: border-box;
    padding: 0 10vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
}



#eurotech {
    align-items: flex-end;
}
#EAISI {
    align-items: flex-start;
}

#intro-video {
    width: 600px;
    height: 300px;
}

#video {
    padding: 0 20vw;
    box-sizing: border-box;
}

.video-inset {
    position: relative;
    padding:56.25% 0 0 0;
}

.buttons {
    display: flex;
    flex-direction: row;
}

.button {
    background: #FFF;
    color: #ED1A75;
    margin: 40px 2vw 40px 0;
    padding: 15px 25px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1.1vw;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #fff;
}



.button:hover {
    background: transparent;
    color: #fff;
}
.button:active {
    background: rgba(255,255,255,0.5);
    color: #ED1A75;
}

.text-button {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 0.9vw;
    display: inline-block;
    position: relative;
    background: #000;
    color: #fff;
    width: auto!important;
    border-radius: 3px;
    padding: 12px 20px;
    margin:20px auto 20px 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #ED1A75;
    font-weight: 500;
}

.text-button a {
    color: #FFF;
    font-weight: 400;
}

ul.menu {
    position: absolute;
    right: 5vw;
    display: inline-flex;
    flex-direction: row;
    align-items: flex-end;
    width: auto;
}

li.menu-item {
    color: #fff;
    font-family: 'Roboto', sans-serif;  
    padding: 0 40px;
    line-height: 65px;
    height: 100%;
    font-weight: 500;
    font-size: 18px;
}

ul.organizers {
    position: relative;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

li.organizers-list-item {
    display: inline-flex;
    flex-direction: column;
    padding: 40px 0;
}

.organizer-image {
    position: relative;
    display: inline-block;
    margin: 10%;
}

.organizer-image img {
    width: 100%;
    height: auto;
}

.map {
    display: inline-block;
    width: 100vw;
    left:0;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.map img {
    width: auto;
    height: calc(100% + 20px);
    margin-top: -10px;
    position: absolute;
    right:-25px;
}

#location {
    position: relative;
    height: auto;
    background: #fcf0f5;
}



.nordichi_logo {
    display:inline-block;
    max-width: 280px;
    height: auto;
    margin: 80px 0 0;
}

.nordichi_logo img {
    width: 100%;
    height: auto;
}


.offset-top {
    position: relative;
    margin-top:18vw!important;
}

@media only screen and (max-width: 1600px) {

    h1 {
        font-size: 34px;
        line-height:  40px;
    }

    .button, .text-button {
        font-size: 17px;
        padding: 7px 15px;
    }

    .column-1 {
        padding: 0 7.5vw;
    }

    .column-2 {
        flex-direction: column;
        padding: 0 7.5vw 50px;
        text-align: center;
    }

    .textbox {
        width: 55vw;
        margin: 26vh 20% 0;
    }

}



@media only screen and (max-width: 1000px) {
    h1 {
        font-size: 32px;
        line-height:  40px;
    }
    
    
    h2 {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    p {
        font-size: 16px;
        line-height: 26px;
    }

    p.subtitle { 
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
    }
    p.text { 
        font-weight: 300;
        font-size: 14px;
    }

    p.text.small-font {
        font-size: 15px;
        line-height: 24px;
    }

    p.time {
        font-size: 16px;
    }

    .buttons {
        flex-direction: column;
    }

    #eurotech {
        align-items: flex-start;
    }    

    .column-1 {
        padding: 0 5vw;
    }

    .column-2 {
        flex-direction: column;
        padding: 0 5vw 50px;
        text-align: center;
    }

    .column-inset {
        margin: 70px 5vw;
    }

    
    .button {
        display: inline-block;
        margin: 10px 0;
        width: auto;
    }

    .footer-image {
        margin: 10px 20px;
        height: 50px;
    }

    .textbox {
        width: 64vw;
        margin: 26vh 18vw 0;
    }

    #logo {
        width: 70px;
    }

    .map img {
        right:0;
        margin-right:-15vw;
    }

    #video {
        padding: 0 10vw;
        box-sizing: border-box;
    }

    #schedule, #location {
        margin: 0;
    }

    .button, .text-button {
        font-size: 18px;
        padding: 7px 15px;
    }


    
    .dot {
        margin-top: 7px;
    }

    li.menu-item {
        padding: 0 30px;
        font-size: 17px;
    }
}


@media only screen and (max-width: 850px) {
    h1 {
        font-size: 26px;
        line-height:  34px;
    }

    h2 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    p {
        font-size: 15px;
        line-height: 27px;
    }

    .footer-image {
        padding: 5px 20px;
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }

    .footer-image img {
        width: auto;
        height: 50px;
    }

    .textbox {
        width: calc(100% - 100px);
        margin: 26vh 50px 0;
    }

    .button {
        font-size: 14px;
        padding: 7px 15px;
    }
     
    .width-70 {
        width: 100%;
    }

    .map {
        display: none;
    }

    
    #logo {
        width: 60px;
    }

    
    .header {
        padding: 20px;
    }

    .hidden {
        display: none;
    }


    #video {
        padding: 0;
    }



    li.menu-item {
        padding: 0 20px;
        line-height: 62px;
        font-size: 16px;
    }

    .time-block {
        width: 50px;
    }

    p.time {
        font-size: 15px;
    }

    .text-block {
        width: calc(100% - 60px);
        padding: 0 0 20px 20px;
    }

    ul.menu {
        display: none;
    }

}



@media only screen and (max-width: 600px) {


    .footer-image {
        height: auto;
        margin: 10px;
        width: 100%;
        left:0;
    }

    .footer-image img {
        height: auto;
        width: calc(100% - 20px);
    }
    
    .column-2 {
        padding: 0 0 50px;
        text-align: left;
    }

    .button {
        font-size: 13px;
        padding: 7px 12px;
    }
}