@import url('https://fonts.googleapis.com/css?family=');

/* ############################################### */
/* ############################################### */
/* General */
/* ############################################### */
/* ############################################### */

body.mcqu {
    font-family: 'Raleway';
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
body.mcqu {
    background-color: #0066ff;
}

body.mcqu a {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

body.mcqu li {
    list-style: none;
}

body.mcqu p, body.mcqu h1, body.mcqu h2, body.mcqu h3, body.mcqu h4, body.mcqu h5, body.mcqu h6 {
    color: #fff;
}

body.mcqu figcaption {
    color: #000;
}

body.work {
    background-color: #b92040;
}

body.photography {
    background-color: #fff;
}
body.photography * {
    color: #000 !important;
}

body.about {
    background-color: #14aa48;
}

/* ############################################### */
/* ############################################### */
/* Header */
/* ############################################### */
/* ############################################### */

/* ############################################### */
/* Title */
/* ############################################### */

.logo-text {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    font-family: 'Monoton';
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 35px;
    font-weight: 100;
    transition: 300ms;
    border: none !important;
}
.logo-text:hover {
    color: #000;
}

/* ############################################### */
/* Menu */
/* ############################################### */

.menu-top-container {
    display: inline-block;
    vertical-align: super;
    margin-top: 0px;
    margin-left: -7px;
}

#menu-top li {
    display: inline-block;
    margin-bottom: 30px;
}

#menu-top li a {
    margin-right: 20px;
    font-size: 18px;
    padding: 10px;
    transition: 250ms all;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none !important;
    border: none;
}
#menu-top li a:hover {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    transition: 250ms all;
}

#menu-top li.current-menu-item a {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    transition: 250ms all;
}

/* ############################################### */
/* Photography */
/* ############################################### */

body.photography #menu-top li a:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 10px;
    transition: 250ms all;
}

body.photography #menu-top li.current-menu-item a {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 10px;
    transition: 250ms all;
}

/* ############################################### */
/* ############################################### */
/* Main */
/* ############################################### */
/* ############################################### */

main {
    margin-top: -30px !important;
    margin-left: 40px;
    margin-right: 40px;
}

/* ############################################### */
/* Headline */
/* ############################################### */

.headline {
    font-size: 80px;
    font-family: 'Times New Roman';
    font-weight: 600;
    margin-top: 12.5%;
    margin-left: 25px;
    margin-right: 25px;
    vertical-align: bottom;
}
.headline-big {
    font-family: 'Times New Roman';
}

/* ############################################### */
/* ############################################### */
/* Page */
/* ############################################### */
/* ############################################### */

/* Page Image*/

.page img {
    width: 700px;
    height: auto;
}

/* ############################################### */
/* ############################################### */
/* Front-Page */
/* ############################################### */
/* ############################################### */

.front-page {
    font-family: 'Merriweather';
}
.front-page h1 {
    font-size: 50px;
}

/* ############################################### */
/* ############################################### */
/* Page */
/* ############################################### */
/* ############################################### */

.page-single {
    font-family: 'Merriweather';
}

.page-title {
    font-size: 50px;
}

/* ############################################### */
/* ############################################### */
/* Footer */
/* ############################################### */
/* ############################################### */

footer {
    margin-top: 50px;
    color: #fff;
}
footer a {
    text-decoration: none !important;
}
footer a:hover {
    text-decoration: underline;
}

#menu-footer {
    padding: 0 !important;
}
#menu-footer li {
    display: inline-block;
}
#menu-footer li a {
    border-bottom: none;
}
#menu-footer li a:hover {
    border-bottom: 1px solid #fff;
}
#menu-footer li::after {
    content: "";
    display: inline-block;
    background-color: #fff;
    height: 1px;
    width: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 15px;
}
#menu-footer li:last-of-type::after {
    display: none;
}

/* ############################################### */
/* ############################################### */
/* Responsive */
/* ############################################### */
/* ############################################### */

@media only screen and (max-width: 648px) {

    #menu-top {
        margin-top: 0px;
    }
    #menu-top li.current-menu-item a {
        background-color: #fff;
        color: #000;
        border-radius: 10px;
        transition: 250ms all;
    }

    /* ############################################### */
    /* Page */
    /* ############################################### */

    .page img {
        height: auto;
        width: 100%;
    }
}
