html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Fonts */

h1 {
    font-size: 4rem;
    font-weight: 400;
}

h3{
    font-size: 24px;
    font-weight: 400;
}

h5{
    color: #3d3d3f;
    font-weight: 700;
}

.hr{
   border-color: #3d3d3f;
    width: 50%;
}

/* Navigation */

.navbar-inverse {
    background: url("../img/grey-pattern.png") repeat;
    border-bottom: none;
}

.dropdown-menu{
    background: url("../img/grey-pattern.png") repeat;
}

.dropdown-menu>li>a{
    color: #9d9d9d;
}

.nav>li>a{
    font-size: 15px;
}


/* Sections */

#header-section {
    min-height: 100vh;
    text-align: left;
    color: #fff;
    background: linear-gradient(0deg,rgba(250,250,250,0.5),rgba(250,250,250,0.5)),url(../img/karriere.jpg) no-repeat;
    background: url(../img/karriere.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#geysir{
    position: absolute;
    z-index: 2;
    top: 60%;
    right: 0;
    left: 3%;
    bottom: 0;
}

#intro-section {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
    color: #3d3d3f;
    background-color: #fff;
}

#intro-final-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #eee;
}

#about-section {
    padding-top: 60px;
}

#aboutme-section {
    padding-top: 70px;
    min-height: 100vh;
}

#contact-section {
    padding-top: 70px;
    min-height: 100vh;
}


#footer{
    height: 50px;
    background-color: #3d3d3f;
}

.listText {
    padding-bottom: 10px;
}

#footer {
    background-color: #3d3d3f;
    height: 50px;
    padding: 10px;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
}

#about-quote {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

#imgCenter{
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 80px;
}

.center-text{
    text-align: center;
}


#header-title{
    margin-top: 25px;
}

/* Button */
.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #e86931;
    border: transparent;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
}

#header-title .btn-primary, #header-title .btn-primary:active, #header-title .btn-primary:visited {
    background-color: white;
    color: #000;
}

#headerButton{
    padding: 10px 0;
}

.homebox {
    background: #e86931;
}

.btn-primary:hover, .btn-primary:focus {
    background: #ff7235;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    color: white;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: inherit;
    border-color: inherit;
}

/* Contact Form */

#contactField{
    background-color: #fff;
    min-height: 50vh;
    width: 100%;
    padding-top: 15px;
    color: #3d3d3f;
    margin-top: 5px;
}






#contactField input[type="text"],
#contactField input[type="email"],
#contactField input[type="tel"],
#contactField input[type="url"],
#contactField textarea,
#contactField button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contactField {

    padding: 25px;
    margin-bottom: 50px;

}



fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contactField input[type="text"],
#contactField input[type="email"],
#contactField input[type="tel"],
#contactField input[type="url"],
#contactField textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contactField input[type="text"]:hover,
#contactField input[type="email"]:hover,
#contactField input[type="tel"]:hover,
#contactField input[type="url"]:hover,
#contactField textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contactField textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contactField button[type="submit"] {
    cursor: pointer;
    width: 30%;
    border: none;
    background: #e86931;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contactField button[type="submit"]:hover {
    background: #ff7335;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contactField button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}



#contactField input:focus,
#contactField textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

.img-fit{
    max-width:100%;
    max-height:100%;
}

#copy-right{
    height: 100%;
    margin: 0 auto;
    max-width: 1170px;
    text-align: right;
}

.grey-background{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
}

.white-background{
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #fff;
}

.white-box{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 4px solid #fff;
    background-color: #f3f3f3;
    height: 200px;
}

.cost-box{
    height: 220px;
}

.box-title{
    border-bottom: 1px solid gainsboro;
    margin-bottom: 10px;
}

.profileImg{
    width: 80%;
    margin: auto;
    -moz-box-shadow:    3px 2px 5px 3px #ccc;
    -webkit-box-shadow: 3px 2px 5px 3px #ccc;
    box-shadow:         3px 2px 5px 3px #ccc;
}

.list-group-item.active{
    background-color: #e86931;
    border: none;
}

.list-group-item.active:focus, .list-group-item.active:hover{
    background-color: #ff7033;
    border: none;
}

.ourservice{
    width: 75%;
}

.blue-box {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #739eff;
    height: 200px;
    color: white;
}