body {
    background-color: #555;
    font-family: Helvetica,Arial,sans-serif;
    color: #333;
    line-height: 1.4em;
    font-size: 15px;
}

/**
 * Navbar
 */
.navbar-toggler {
    float: right;
}

.navbar {
    font-family: "Francker";
}

.brand-small {
    font-size: 1.0rem;
}

.navbar-brand {
    padding-top: .5525rem;
}

.navbar-nav {
    padding-top: 15px;
}

.navbar {
    background-color: #19171c;
}

/**
 * Menu header 
 */
#menu-header img {
    width: 100%;
    height: auto;
}

#menu-header {
    margin-right: -35px;
}


#main-container {
    padding-bottom: 40px;
}

/**
 * Main menu
 */
#menu {
    margin-bottom: 30px;
    margin-right: -100px;
    margin-top: -6px;
}

.menu-ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-left: 10px;
}

.menu-ul li.first {
    margin-left: 0px;
}

ul.menu-ul {
    padding-left: 0px;
}

a.menu-link {
    font-family: "Francker", sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;    
    color: #555;
}

/**
 * Page title
 */
.page-title {
    margin-bottom: 50px;
    font-family: "Francker", sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    position: relative;
}

.page-title-star {
    position: absolute;
    bottom: -45px;
    left: 190px;
}

/**
 * Project 
 */
.project-list-item {
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.line {
    border-bottom: 1px solid silver;
}

.project-title {
  font-family: "Francker", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;  
}

.project-subtitle {
    
}

/**
 * Sidebar
 */
#sidebar {
    margin-top: 0px;
}

#sidebar img {
    max-width: 100%;
}

#sidebar a {
    color: #555;    
}


/** 
 * Footer 
 */
footer {
    font-family: "Francker";
    color: white;
    margin-top: -16px;
}

#footer-image {
    margin-left: -35px;
    position: relative;
}

#footer-text {
    position: absolute;
    top: 10px;
    padding-left: 35px;
    width: 100%;
    display: block;
}

#footer-text-mobile {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    text-align: center;
}

/**
 * Color selector
 */
#color-selector {
    margin-left: 35px;
    margin-top: 10px;
    margin-bottom: 34px;
}

/**
 * Main content
 */
#content {
    margin-top: 20px;
}

/**
 * Container
 */
.container {
    background-color: white;
    border-left: 2px solid black;
    border-right: 2px solid black;
    padding-left: 35px;
    padding-right: 35px;    
}

/**
 * Everything above phone
 */
@media (min-width: 992px) {
    nav {
        display: none !important;
    }
    
    #menu-header {
        display: block !important;
    }
}

/**
 * Phone
 */
@media (max-width: 991.98px) {
    body {
        font-size: 16px;
    }
    
    nav {
        display: block !important;
    }
    
    #sidebar {
        margin-top: 50px;
        border-top: 1px solid silver;
        padding-top: 20px;
    }
    
    #menu-header {
        display: none !important;
    }
    
    #main-container {
        width: 100vw;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 991px;
        border-left: none;
        border-right: none;
    }
    
    footer {
        background-color: #19171c;
    }
    
    #footer-image img {
        display: none;
    }
    
    #footer-text {
        display: none;
    }
    
    #footer-text-mobile {
        display: block;
    }
    
    #menu {
        display: none;
    }
}

@media (min-width: 1250px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}


