/* Gives a little bit of space in our navbar */
.navbar-nav > li {
    border-left: 10px;
}

/* Some dirty changes to make the transition between fixed and not fixed working =) */
.navbar-fixed-top{
    position: fixed !important;
    border-radius: 0px !important;
    z-index: 999 !important;
    padding-right: 21px !important;
    padding-left: 21px !important;
}
.navbar{
    border-radius: 0px !important;
    z-index: 999 !important;
    padding-right: 21px !important;
    padding-left: 21px !important;
}
.navbar-collapse{
    padding-right: 21px !important;
    padding-left: 21px !important;
}
.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Fix boxes for contents */
.box {
    padding: 5%;
}
/* Little fix for img */
img {
    max-width: 100%;
    max-height: 100%;
}
/* Change background color for boxes */
.block2{
    background-color: #ecf0f1;
}
.img-center {
    margin: 0 auto;
}
.img-center {
    width: 200px;
    height: auto;
}
.nottoolarge {
    margin: 5%;
}

.ablue {
    color: #0000AA;
}
.hrw{
    border-top: 1px solid white;
}
.myClickable {
    cursor: pointer !important;
}
.sectionpad {
    padding-bottom: 50px !important;
}

#logo {
    height: 110px;
    margin-top: -10px;
}