/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-05-2016, 10:33:08
    Author     : marie-cathrinesorensen
*/

/* BASIC CSS */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Inconsolata';
    font-size: 1.2em;
    letter-spacing:1px;
    text-align: justify;
    line-height: 150%;
    color: white;
    background: url('img/bg.png');
}

a:link, a:visited, a:active {
    color: #66c1e2;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: underline;
}

/* header */

header {
    height: 100vh;
    background: url('img/bg.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: inline-block;
}

.logo {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;;
}

.logo:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.logo img {
    vertical-align: middle;
    display: inline-block;
}

.arrow-wrap {
    font-size: .5em;
    position: absolute;
    z-index: 1;
    bottom: 5em;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
}

.arrow {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    padding: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 3px 3px white;
    box-shadow: 3px 3px white;
}

a.arrow-wrap {
    border-bottom-color: transparent;
}

/* footer */

footer {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size:0.8em;
    overflow: auto;
    padding: 202px 0 50px; 
    letter-spacing:0.5px;
    background: url('img/bg_footer.png');
    background-size: cover;
    text-align:center;
}

.footerwrapper {
    width: 70%;
    margin: 0 auto;
}

footer .right {
    float: right;
    text-align: right;
    padding-top:9px;
}

footer .left {
    float: left;
    text-align: left;
}

/* headings */

h1 {
    color: white;
    font-size: 1.5em;
    line-height: 180%;
    font-weight: 400;
    margin:130px 0 90px;
}

h2 {
    color: white;
    text-align: center;
    font-size: 1.3em;
    font-family: 'Inconsolata';
    letter-spacing:1px;
    font-weight: normal;
    margin: 0 0 57px;
    opacity: 0.90;
}

h3 {
    text-align: center;
    font-weight: normal;
}

/* section style */

.section {
    overflow: auto;
    padding: 20px 0;
}

.section article {
    width: 70%;
    margin: 0 auto;
    clear: both;
    padding: 70px 0 0 0 ;
}

/* navigation */

#menu {
    position: fixed;
    top: 0px;
    width: 100%; 
    height: 76px; 
    background-color: black;
    z-index: 9999;
    display: none;
    font-size: 1.3em;
    opacity: 0.90;
    letter-spacing:1px;
}

#menu .menuwrapper {
    width: 70%;
    margin: 0 auto;
}

#menu ul {
    list-style: none;
    display: block;
    padding: 0;
}

#menu ul li {
    display: inline;
    padding-left: 40px;
}

#menu a:link, #menu a:visited, #menu a:active {
    color: white;
    text-decoration: none;
}

#menu a:hover {
    color: #333;
}

#menu .right {
    float: right;
    text-align: right;
}

#menu .left {
    float: left;
    text-align: left;
    padding-top:18px;
}

/* navigation - thank you page*/

#menu1 {
    position: fixed;
    top: 0px;
    width: 100%; 
    height: 76px; 
    background-color: black;
    z-index: 9999;
    font-size: 1.3em;
    opacity: 0.90;
    letter-spacing:1px;
}

#menu1 .menuwrapper {
    width: 70%;
    margin: 0 auto;
}

#menu1 ul {
    list-style: none;
    display: block;
    padding: 0;
}

#menu1 ul li {
    display: inline;
    padding-left: 40px;
}

#menu1 a:link, #menu1 a:visited, #menu1 a:active {
    color: white;
    text-decoration: none;
}

#menu1 a:hover {
    color: #333;
}

#menu1 .right {
    float: right;
    text-align: right;
}

#menu1 .left {
    float: left;
    text-align: left;
    padding-top:18px;
}

/* sign up form */

input  {
    border: 0px solid;
    border-radius: 5px;
    font-family: 'inconsolata';
    font-size: 1em;
    color:white;
    background-color: #b01d7d;
    width: 100%;
    margin-bottom: 3px;
    padding: 10px;
}

select {
    border: 0px solid;
    border-radius: 5px;
    font-family: 'inconsolata';
    font-size: 1em;
    color:white;
    background-color: #b01d7d;
    width: 100%;
    margin: 0 0 3px;
    padding: 10px;
    height: 40px;
}

.button{
    background-color: #285494;
    
}

input:focus , select:focus {
    outline: none;
}

/* participants */

.percentage {
    background-color: #b01d7d;
}

.IBA {
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    margin-top: 2%;
    background-color: #b01d7d;
    margin-right: 25%;
    margin-left: 25%;
    padding: 0.2em;
    line-height:90%;
}

.IBC {
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    margin-top: 2%;
    background-color: #285494;
    margin-right: 25%;
    margin-left: 25%;
    padding: 0.2em;
    line-height:90%;
}
.SDU {
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    margin-top: 2%;
    background-color: #b01d7d;
    margin-right: 25%;
    margin-left: 25%;
    padding: 0.2em;
    line-height:90%;
}

.Designskolen {
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    margin-top: 2%;
    background-color:#66c1e2;
    margin-right: 25%;
    margin-left: 25%;
    padding: 0.2em;
    line-height:90%;
}

.Hansenberg {
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    margin-top: 2%;
    background-color: #285494;
    margin-right: 25%;
    margin-left: 25%;
    padding: 0.2em;
    line-height:90%;
}

.Others {
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    margin-top: 2%;
    margin-bottom: 2%;
    background-color: #66c1e2;
    margin-right: 25%;
    margin-left: 25%;
    padding: 0.2em;
    line-height:90%;
}

/* RESPONSIVE */

@media screen and (max-width: 70em) {

    #menu {
        height: 100px; 
        background-color: black;
    }

    #menu .right {
        float: left;
        text-align: center;
        width:100%;
        margin-top:-30px;
    }

    #menu .left {
        float: left;
        text-align: center;
        width:100%;
    }
    
    #menu ul li {
        padding: 0 10px;
    }
    
    #menu1 {
        height: 100px; 
        background-color: black;
    }

    #menu1 .right {
        float: left;
        text-align: center;
        width:100%;
        margin-top:-30px;
    }

    #menu1 .left {
        float: left;
        text-align: center;
        width:100%;
    }
    
    #menu1 ul li {
        padding: 0 10px;
    }

}

@media screen and (max-width: 55em) {

    body {
        text-align: center;
        font-size: 1em;
    }
    
    footer .right {
        float: none;
        text-align: center;
        padding-top:20px;
    }

    footer .left {
        float: none;
        text-align: center;
    }
    
    #menu {
        height:0;
    }
    
    .menuwrapper {
        display:none;
    }
    
    #menu1 {
        height:0;
    }
   
}

@media screen and (max-width: 36em) {

    .logo img {
        width: 300px;
    }

}