/* Main Styles --------------------- */

* {
    box-sizing: border-box;
}

.wrapper {
    background-color: #f9f9f9; /*rgba(222, 217, 211, 1);*/
    background-size: contain;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 1.5px;
    margin: auto;

}

.header {
    min-height: 100vh;
    background: #2c2e40;

}

/*.main-header {
    padding-top: 170px;
    height: 850px;
    background:
    radial-gradient(#000 10%, transparent), url('krontallen-tall.png') no-repeat center;
    background-size: cover;
}*/

.logo {
    max-width: 100%;
    background: #2c2e40;
}


div p a {
    text-decoration: none;
    color: #C7B281;
}

div p a:hover {
    text-decoration-line: none;
    color: #af9a6c;
}

.container .content {
    margin: auto;
    min-height: 100vh;
    line-height: normal;
    display: table;
    padding: 20px 30px 20px 30px;
    text-align: center;
}

.container .content .center {
    display: table-cell;
    vertical-align: middle;
}

.callout {
    text-decoration: none;
    color: #C7B281;
}

.callout:visited {
    color: #D7C28F;
}

.callout:hover {
    text-decoration: none;
    color: #af9a6c;
}

.intro {
    font-size: 1.35rem; /* 20px/16px */
    line-height: 1.6;
    margin: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90)), url('krontallen-tall.png') no-repeat center;
    background-size: 100%;
    min-height: 100vh;
}

.contact-page {
    font-size: 1.35rem; /* 20px/16px */
    line-height: 1.6;
    margin: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90)), url('Tallpreview.jpg') no-repeat center;
    background-size: 100%;
    min-height: 100vh;
}

.project {
    font-size: 1.35rem;
    background-color: #e5e5e5;
    min-height: 100vh;

}

.project_image {
    background: linear-gradient(rgba(253, 255, 164, 0.1), rgba(255, 255, 255, 0.1)), url('IMG_0538.JPG') no-repeat center center;
    background-size: cover;
    color: #f6f6f6;
    font-weight: 600;
    font-size: 1.35rem;
}

h2 {
    font-weight: normal;
}

.intro,
.main-header,
.main-footer {
    text-align: center;
}

.backgrounds {
    background-color: #fff;
}

.container img {
    max-width: 100%;
}

.main-menu {
    text-align: center;
    border-top: medium;
    background-color: rgb(44, 46, 64);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;

}

.main-menu ul {
    margin: 0;
}

.main-menu a {
    font-size: 14px;
}

.menu-content {
    background-color: #2C2E40;
}

.menu-content ul li {
    display: inline-block;
    margin: auto;
}

.menu-content ul li a {
    padding: 10px 10px 10px 10px;
}

ul {
    padding: 0;
}

a {
    display: inline-block;
    outline: 0;
    text-decoration: none;
    color: #C7B281;
}

ul li a:hover {
    text-decoration: none;
    border-radius: 4px;
    color: #af9a6c;
}

a:visited {
    color: #c7b281;
}

#small-logo {
    height: 30px;
    width: auto;
}

.flex {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.container {
    margin: auto;
}

.v-align {
    display: table-cell;
    vertical-align: middle;
}

.white-bg {
    background-color: #ffffff;
}

/* Media Queries */

@media (min-width: 850px) {
    .container .content {
        width: 90%;
    }

    .project-image,
    .project-text {
        width: 50%;
        float: left;
        padding: 0 10px;
    }
}

@media (min-width: 850px) {

    .flex {
        flex-direction: row;
    }

}
