@font-face {
    font-family: Dosis Bold;
    src: url('../fonts/Dosis-Bold.ttf');
    src: url('../fonts/Dosis-Bold.ttf') format ('truetype');
}

@font-face {
    font-family: Dosis SemiBold;
    src: url('../fonts/Dosis-SemiBold.ttf');
    src: url('../fonts/Dosis-SemiBold.ttf') format ('truetype');
}

@font-face {
    font-family: Dosis Medium;
    src: url('../fonts/Dosis-Medium.ttf');
    src: url('../fonts/Dosis-Medium.ttf') format ('truetype');
}

html, body {
    height: 100%;
    font-family: 'Dosis Medium', sans-serif;
}

.centered {
    max-width: 1000px;
    margin: 0 auto;
}


h2 {
    text-transform: uppercase;
    color: #22445D;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
    color: #000;
    outline: none;
}

p a, p a:hover, p a:active, p a:focus {
    border-bottom: 1px dotted #333;
}

ol {
    padding-left: 1em;
}

.grey {
    background-color: #f4f4f4;
}

.dark-grey {
    background-color: #e8e8e8;
    padding-bottom: 0 !important;
}

.padding-container {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.padding-to-navbar {
    padding-top: 10vh;
    padding-bottom: 5vh;
}

.burger {
    position: absolute;
    top: 14px;
    right: 20px;
    display: none;
    width: 36px;
}
.burger img {
    height: 34px;
    width: 40px;
}

.navbar-container {
    min-height: 55px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    color: #000;
    box-shadow: 0 0 2px #000;
    border-radius: 0;
    font-size: 1.3em;
}

.logo {
    padding: 2px 30px 0 0;
    font-size: 32px;
    line-height: 55px;
    float: left;
}

#schnorchel {
    height: 40px;
    width: auto;    
    padding: 0 5px 8px 0;
}

.navbar {
    float: left;
    margin-bottom: 0;
    line-height: 55px;
}

.navbar ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.navbar li {
    float: left;
    /*line-height: 70px;*/
    padding: 1px 15px 0px 15px;
    text-shadow: 0 1px #eee;
    cursor: pointer;
    font-family: 'Dosis SemiBold', sans-serif;
    border-bottom: 5px solid rgba(255, 255, 255, 0.0);
}

.navbar li:hover {
    border-bottom: 5px solid #22445d;
}

.start-button {
    background: #22445D;
    color: white;
    font-size: 1.5em;
    border: none;
    border-radius: 0;
}

#intro-container-image {
    background: url(../img/bg2.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 50vh;
    display: block;
    position: relative;
}

#intro-text {
    max-width: 600px;
    max-height: 250px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
}

#intro-text span {
    font-size: 5em;
    text-shadow: 0 2px #000;
}

#intro-text .glyphicon {
    font-size: 10em;
}

.content {
    max-width: 100%;
}

.img-circle {
    width: 100%;
    height: 8vw;
    min-height: 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 1vw;
}

.img-container {
    width: 8vw;
    min-width: 150px;
    height: 10vw;
    min-height: 180px;
    text-align: center;
    display: inline-block;
    margin-right: 1vw;
}

.design-images img {
    width: 100%;
    height: auto;
}

.team-images {
    margin: 0 auto;
    width: 30vw;
    min-width: 550px;
}

#img-sb {
    background-image: url(../img/sb.jpg);
}
#img-mk {
    background-image: url(../img/mk.jpg);
}
#img-cm {
    background-image: url(../img/cm.jpg);
    margin-right: 0;
}

@media (max-width: 991px) {
	.logo {
		padding-left: 10px;
	}
    .navbar {
        width: 100%;
        text-align: center;
        display: none;
        font-size: 1em;
    }
    .navbar ul {
        width: 100%;
    }
    .navbar li {
		float: none;
		width: 100%;
    }
    #intro-text span {
        font-size: 3em;
    }
    #intro-text .glyphicon {
        font-size: 5em;
    }
    .burger {
        display: block;
    }
    .img-container {
        width: 25vw;
        height: 30vw;
        display: block;
        margin: 0 auto;
    }
    
    .img-circle {
        height: 25vw;
    }
    .team-images {
        width: 25vw;
        min-width: 150px;
    }
}

@media (min-width: 992px) {
	.nav-centered {
		margin: 0 auto;
		max-width: 950px;
	}
	.logo {
		padding-top: 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }
}


@media (min-width: 550px) and (max-width: 992px) {
    .design-images img {
		width: 60%;
		margin: 0 auto;
		display: block;
    }
}

@media (max-width: 380px) {
    .logo {
		font-size: 16px;
    }
    
    .burger {
        width: 26px;
    }
    
    #schnorchel {
		height: 30px;
    }
}
