@font-face {
    font-family: "ChalkFont";
    src: url(../fonts/chalkboard.ttf) format("truetype"),
    url(../fonts/chalkboard.woff) format("woff"),
    url(../fonts/chalkboard.woff2) format("woff2"),
    url('../fonts/chalkboard.eot?#iefix') format('embedded-opentype');
}

body {
    font: 40px Annie Use Your Telescope, "Comic Sans MS", cursive, sans-serif;
    line-height: 1.8;
    color: rgb(0,0,0);
}

.myfontSize{
   font: 25px Annie Use Your Telescope;
}

.mymenufontSize{
    font: 25px Annie Use Your Telescope;
}

.mymenufontSizeSelect{
    font: 40px Annie Use Your Telescope;
}

a.subtitle{
    font: 40px Annie Use Your Telescope, "Comic Sans MS", cursive, sans-serif;
    line-height: 1.8;
    position:relative;
    color: rgb(0,0,0);
    right: -50px;
}
p.title{
    font: 100px ChalkFont, cursive;
    line-height: 1.8;
    color: #F4D03F;
    position: absolute;
    left: 200px;
    top: 300px;
}
.Reputation {
    font: 50px ChalkFont, cursive;
    line-height: 1.8;
    color: #F4D03F;
    font-size: 16px;
    position: relative;
    left: 300px;
    top: 300px;
    /*max-block-size: 30px;*/
}
.Independence {
    font: 50px ChalkFont, cursive;
    line-height: 1.8;
    color: #F4D03F;
    font-size: 16px;
    position: relative;
    left: 480px;
    top: 400px;
    /*max-block-size: 30px;*/
}
.Credibility {
    font: 50px ChalkFont, cursive;
    line-height: 1.8;
    color: #F4D03F;
    font-size: 16px;
    position: relative;
    left: 760px;
    top: 70px;
    /*max-block-size: 30px;*/
}
.Accountability {
    font: 50px ChalkFont, cursive;
    line-height: 1.8;
    color: #F4D03F;
    font-size: 16px;
    position: relative;
    left: 950px;
    top: -350px;
    /*max-block-size: 30px;*/
}
h1{
    /*font: 80px Kalma, cursive;*/
    font-size: 100px;
    font-family: ChalkFont, cursive;
    line-height: 1.8;
    color: #f5f6f7;
    position: absolute;
    left: 200px;
    top: 300px;
}

h2{font: 50px Annie Use Your Telescope, "Comic Sans MS", cursive, sans-serif;
    line-height: 1.8;
    color: #0d0d0d;}

h3{font: 40px Annie Use Your Telescope, "Comic Sans MS", cursive, sans-serif;
    line-height: 1.8;
    color: #0d0d0d;
}

div.relative{
    position: relative;
    top: 200px;
}
.rotate1 {
    width: 200px;
    height: 100px;
    /* Rotate div */
    -ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg);
}
.rotate2 {
    width: 200px;
    height: 100px;
    /* Rotate div */
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
.rotate3 {
    width: 200px;
    height: 100px;
    /* Rotate div */
    -ms-transform: rotate(-25deg); /* IE 9 */
    -webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
    transform: rotate(-25deg);
}
.rotate4 {
    width: 200px;
    height: 100px;
    /* Rotate div */
    -ms-transform: rotate(15deg); /* IE 9 */
    -webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
    transform: rotate(15deg);
}

p.project {
    margin-bottom: 0;
}
.container{
    height: 100%;
    min-height:100%;

}
.titleMed {
    margin-bottom: 45px;

}
.titleSmall {
    margin-bottom: 45px;
    left: 100px;
}

.bg-2 {
    background-color: #474e5d; /* Dark Blue */
    color: #ffffff;
}
.bg-3 {
    background-color: #F6F6F6; /* White */
    color: darkblue;
}
.bg-4 {
    background-color: #2f2f2f; /* Black Gray */
    color: #fff;
}
.bg-menu{
    background-color: #2f2f2f; /* Black Gray */
    color: #fff;
}

.container-headline {
    display: flex;
    flex-direction: column;
    /*background-image: url("../img/blackboardQuestionMarkExtended.jpg");*/
    background-image: url("../img/blackboardFull.jpg");
    background-size: cover;
    overflow-y: hidden;
    /*width: 1750px;*/
    height: 800px;
}
.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
    background-color: rgb(255,255,255);
    opacity: 1;
}
.navbar-nav  li a:hover {
    color: #1abc9c !important;
}

.navbar-inverse {
    background-color: white;
}
.navbar-left{
    position:relative;
    /*left:-180px;*/
}

.navbar-text {
    font-size: 20px;
    color: black !important;
    display: flex;
    flex-direction: row;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-toggle {
    background-color: #F6F6F6;
}

.projectName {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-left: 15px;
    letter-spacing: 3px !important;
    width: 75%;
    left: 25px;
}

.ercHeader {
    display:flex;
    flex-direction: column;
    margin-right: 0;
    width: 25%;
}

.container-fluid {
    padding-bottom: 0px;
}

div .carouselImg {
    padding: 10px;
    display: flex;
    flex-direction: column;
    /*width: 400px;*/
    height: 500px;
    /*display: inline-block;*/
    /*background: url('../img/IMG_1096_blue_scaled.jpg') no-repeat center;*/
    /*background-size: contain;*/
}

div .image {
    padding: 10px;
    text-align:center;
}

h1.titleP1{
    font-size: 100px;
    font-family: ChalkFont, cursive;
    line-height: 1.8;
    color: #f5f6f7;
    position: relative;
    left: -120px;
    top: 250px;
}

h1.titleP2{
    font-size: 100px;
    font-family: ChalkFont, cursive;
    line-height: 1.8;
    color: #f5f6f7;
    position: relative;
    left: 0px;
}

.carouselImg1{
    /*background: url('../img/IMG_1096_blue_scaled.jpg') no-repeat center;*/
    /*width: 400px;*/
    height: 400px;
    /*margin-left: 50px;*/
}

div .carouselImg2{
    background: url('../img/doville.jpg') no-repeat center;
    /*width: 400px;*/
    height: 400px;
    /*margin-left: 50px;*/
    background-size: contain;
}

.carouselImg3{
    background: url('../img/question-mark-carpet.jpg') no-repeat center;
    width: 400px;
    height: 300px;
    margin-left: 50px;
}

div .carouselImg4{
    background: url('../img/question-mark-carpet.jpg') no-repeat center;
    /*width: 400px;*/
    height: 400px;
    /*margin-left: 50px;*/
    background-size: contain;
}

div .carouselImg5{
    background: url('../img/question-mark-carpet.jpg') no-repeat center;
    /*width: 400px;*/
    height: 400px;
    /*margin-left: 50px;*/
    background-size: contain;
}

.leiden {
    margin-top: -10px;
    margin-left: auto;
    max-width:250px;
    height:130px;
}

.erc {
    margin-top: 10px;
    margin-bottom: 30px;
    max-width:130px;
    height:80px;
}

.address {
    margin-top: -30px;
    font-size: 25px;
}

.footerContainerA{
    margin-left: 15px;
}

.footerContainerB{
    margin-right: 15px;
}

.linkOrder {
    display: flex;
    flex-direction: column;
}

/*For Smaller Window Viewing*/
@media only screen and (max-width: 1000px) {
    .container-headline {
        display: flex;
        flex-direction: column;
        /*background-image: url("../img/blackboardQuestionMarkExtended.jpg");*/
        background-image: url("../img/blackboardFull.jpg");
        background-size: contain;
        overflow-y: hidden;
        width:1000px;
        height:530px;
    }
    h1.titleP1{
        font-size: 60px;
        position: relative;
        color: #f5f6f7;
        left: -120px;
        top: 180px;
    }

    .Reputation {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 12px;
        position: relative;
        left: 170px;
        top: 190px;
        /*max-block-size: 20px;*/
    }
    .Independence {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 12px;
        position: relative;
        left: 350px;
        top: 220px;
        /*max-block-size: 20px;*/
    }
    .Credibility {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 12px;
        position: relative;
        left: 450px;
        top: 10px;
        /*max-block-size: 20px;*/
    }
    .Accountability {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 12px;
        position: relative;
        left: 600px;
        top: -340px;
        /*max-block-size: 20px;*/
    }

    .carouselImg1{
        background: url('../img/cutieDefense.png') no-repeat center;
        width: 400px;
        height: 300px;
        margin-left: 50px;
    }

    .carouselImg2{
        background: url('../img/postdoc.jpg') no-repeat center;
        width: 400px;
        height: 300px;
        margin-left: 50px;
    }

    .carouselImg3{
        background: url('../img/question-mark-carpet.jpg') no-repeat center;
        width: 400px;
        height: 300px;
        margin-left: 50px;
    }

    .carouselImg4{
        background: url('../img/question-mark-carpet.jpg') no-repeat center;
        width: 400px;
        height: 300px;
        margin-left: 50px;
    }

    .carouselImg5{
        background: url('../img/question-mark-carpet.jpg') no-repeat center;
        width: 400px;
        height: 300px;
        margin-left: 50px;
    }
}

/*For Large Phone Viewing*/
@media only screen and (max-width: 640px) {
    .container-headline {
        display: flex;
        flex-direction: column;
        /*background-image: url("../img/blackboardQuestionMarkExtended.jpg");*/
        background-image: url("../img/blackboardFull.jpg");
        background-size: contain;
        overflow-y: hidden;
        width:640px;
        height:300px;
    }
    h1.titleP1{
        font-size: 35px;
        position: relative;
        color: #f5f6f7;
        left: -70px;
        top: 100px;
    }
    .Reputation {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 8px;
        position: relative;
        left: 100px;
        top: 120px;
        /*max-block-size: 10px;*/
    }
    .Independence {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 8px;
        position: relative;
        left: 190px;
        top: 120px;
        /*max-block-size: 10px;*/
    }
    .Credibility {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 8px;
        position: relative;
        left: 250px;
        top: 10px;
        /*max-block-size: 10px;*/
    }
    .Accountability {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 8px;
        position: relative;
        left: 320px;
        top: -200px;
        /*max-block-size: 10px;*/
    }

    .carouselImg1{
        background: url('../img/cutieDefense.png') no-repeat center;
        width: 350px;
        height: 275px;
        margin-left: 50px;
    }

    .carouselImg2{
        background: url('../img/postdoc.jpg') no-repeat center;
        width: 350px;
        height: 275px;
        margin-left: 50px;
    }

    .carouselImg3{
        background: url('../img/question-mark-carpet.jpg') no-repeat center;
        width: 350px;
        height: 275px;
        margin-left: 50px;
    }

    .carouselImg4{
        background: url('../img/question-mark-carpet.jpg') no-repeat center;
        width: 350px;
        height: 275px;
        margin-left: 50px;
    }

    .carouselImg5{
        background: url('../img/question-mark-carpet.jpg') no-repeat center;
        width: 350px;
        height: 275px;
        margin-left: 50px;
    }

    #prev {
        display: none;
    }

    #next {
        display: none;
    }
}

/*For Phone Viewing*/
@media only screen and (max-width: 400px) {
    .container-headline {
        display: flex;
        flex-direction: column;
        /*background-image: url("../img/blackboardQuestionMarkExtended.jpg");*/
        background-image: url("../img/blackboardMobile.jpg");
        background-size: contain;
        overflow-y: hidden;
        width:100%;
        height:211px;
    }
    h1.titleP1{
        font-size: 25px;
        position: relative;
        color: #f5f6f7;
        left: -40px;
        top: 60px;
    }

    h3 {
        font-size: 18px;
    }

    h2 {
        font: 22px Annie Use Your Telescope;
    }

    .Reputation {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 7px;
        position: relative;
        left: -20px;
        top: 60px;
        z-index:1;
        /*max-block-size: 10px;*/
    }
    .Independence {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 7px;
        position: relative;
        left: 70px;
        top: 60px;
        z-index: 2;
        /*max-block-size: 10px;*/
    }
    .Credibility {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 7px;
        position: relative;
        left: 130px;
        top: 0px;
        z-index:3;
        /*max-block-size: 10px;*/
    }
    .Accountability {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 7px;
        position: relative;
        left: 170px;
        top: -145px;
        z-index:4;
        /*max-block-size: 10px;*/
    }

    .carouselImg1{
        background: url('../img/cutieDefense.png') no-repeat center;
        max-width: 400px;
        height: 200px;
        margin-left: 50px;
    }

    .carouselImg2{
        background: url('../img/postdoc.jpg') no-repeat center;
        max-width: 400px;
        height: 200px;
        margin-left: 50px;
    }

    .carouselImg3{
        background: url('../img/question-mark-carpet.jpg') no-repeat center;
        max-width: 400px;
        height: 200px;
        margin-left: 50px;
    }

    .carouselImg4{
        background: url('../img/question-mark-carpet.jpg') no-repeat center;
        max-width: 400px;
        height: 200px;
        margin-left: 50px;
    }

    .carouselImg5{
        background: url('../img/question-mark-carpet.jpg') no-repeat center;
        max-width: 400px;
        height: 200px;
        margin-left: 50px;
    }

    .leiden {
        margin-top: -10px;
        margin-left: auto;
        margin-bottom: -5px;
        max-width:250px;
        height:85px;
    }

    .erc {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width:130px;
        height:50px;
    }

    .address {
        font-size: 13px;
        margin-top: -10px;
    }

    .myfontSize{
        font: 16px Annie Use Your Telescope;
    }

    #prev {
        display: none;
    }

    #next {
        display: none;
    }
}

/*For Small Phone Viewing*/
@media only screen and (max-width: 300px) {
    .container-headline {
        display: flex;
        flex-direction: column;
        /*background-image: url("../img/blackboardQuestionMarkExtended.jpg");*/
        background-image: url("../img/blackboardMobile.jpg");
        background-size: contain;
        overflow-y: hidden;
        width:100%;
        height:190px;
    }
    h1.titleP1{
        font-size: 20px;
        position: relative;
        color: #f5f6f7;
        left: -40px;
        top: 40px;
    }

    h3 {
        font-size: 18px;
    }

    h2 {
        font: 22px Annie Use Your Telescope;
    }

    .Reputation {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 6px;
        position: relative;
        left: -40px;
        top: 45px;
        z-index:1;
        /*max-block-size: 10px;*/
    }
    .Independence {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 6px;
        position: relative;
        left: 30px;
        top: 40px;
        z-index: 2;
    }
    .Credibility {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 6px;
        position: relative;
        left: 60px;
        top: -10px;
        z-index:3;
        /*max-block-size: 10px;*/
    }
    .Accountability {
        font: 10px ChalkFont, cursive;
        line-height: 1.8;
        color: #F4D03F;
        font-size: 6px;
        position: relative;
        left: 100px;
        top: -115px;
        z-index:4;
        /*max-block-size: 10px;*/
    }

    .carouselImg1{
        background: url('../img/cutieDefense.png') no-repeat center;
        max-width: 400px;
        height: 200px;
        margin-left: 50px;
    }

    .carouselImg2{
        background: url('../img/postdoc.jpg') no-repeat center;
        max-width: 400px;
        height: 200px;
        margin-left: 50px;
    }

    .carouselImg3{
        background: url('../img/question-mark-carpet.jpg') no-repeat center;
        max-width: 400px;
        height: 200px;
        margin-left: 50px;
    }

    .carouselImg4{
        background: url('../img/question-mark-carpet.jpg') no-repeat center;
        max-width: 400px;
        height: 200px;
        margin-left: 50px;
    }

    .carouselImg5{
        background: url('../img/question-mark-carpet.jpg') no-repeat center;
        max-width: 400px;
        height: 200px;
        margin-left: 50px;
    }

    .leiden {
        margin-top: -10px;
        margin-left: auto;
        margin-bottom: -5px;
        max-width:250px;
        height:85px;
    }

    .erc {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width:130px;
        height:50px;
    }

    .address {
        font-size: 13px;
        margin-top: -10px;
    }

    .myfontSize{
        font: 16px Annie Use Your Telescope;
    }

    #prev {
        display: none;
    }

    #next {
        display: none;
    }
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide .title {
    bottom: 20px;
    left: 20px;
    float: left;
    position: absolute;
    width: 100%;
    z-index: 9999;
    color: #FFFFFF;
    font-size: 0.75em;
    margin-bottom: 50px;
}

/*.container-headline {*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*max-height: 211px;*/
/*}*/

.container-orgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.container > div {
    flex: 1;
}
