@import
url('https://fonts.googleapis.com/css?family=Raleway:300;400;700;900');

* {
    box-sizing: border-box;
    transition: all ease-in-out 250ms;
}

body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 95%;
    max-width: 70em;
    margin: 0 auto;
}

.clearfix::after, section::after, footer::after {
    content: '';
    display: block;
    clear: both;
}

/* -----column-system----- */

.col-1 {
    width: 100%;
    margin-top: 1em;
}

@media (min-width: 40rem) {
    .col-1 {
        width: 50%;
        margin-top: 1em;
    }
}
/* -----typography----- */

h1 {
    font-weight: 300;
    font-size: 1.7rem;
    margin-top: 0;
}

p {
    margin-top: 0;
    line-height: 1.5;
}

p:last-of-type {
    margin-bottom: 0;
}

.title {
    font-size: 2.5rem;
    font-weight: 900;
    margin-top: .5em;
}

.title span:first-of-type {
    font-weight: 300;
    display: block;
    font-size: .7em;
}

.title span {
    font-weight: 300;
    display: block;
    font-size: .4em;
}

.title-cta {
    margin: 0 0 .5em;
}

.unstyled-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (min-width: 60rem) {
    p {
        font-size: 1.2rem;
        line-height: 1.6;        
    }
    
    .title {
        font-size: 3.7rem;
        margin-top: -3em;
    }

    .title span {
        font-size: 1.2rem
    }
}

@media (min-width: 90rem) {
    .title span {
        font-size: 1.4rem
    }
}

/* -----buttons----- */

.button {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    padding: .5em 1.75em;
}

@media (min-width: 60rem) {
    .button {
        font-size: 1.5rem;
    }
}

.button-small {
    font-size: .7rem;
    font-weight: 700;
}

.button-accent {
    color: rgb(0,191,255);
    border-color: rgb(0,191,255);
}

.button-accent-outOfUse {
    color: rgb(192,192,192);
    border-color: rgb(192,192,192);
}

.button-accent:hover, 
.button-accent:focus {
    background-color: rgb(0,191,255);
    color: #232323;
}

.button-accent-outOfUse:hover, 
.button-accent-outOfUse:focus {
    background-color: rgb(192,192,192);
    color: #232323;
}

.button-dark {
    color: #232323;
    border-color: #232323;
}

.button-dark:hover, 
.button-dark:focus {
    background-color:  #232323;
    color: rgb(0,191,255);
}


/* -----parallax----- */

.parallax--bg, .parallax--box {
    transition: initial;
}

/* -----header----- */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 1em;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li {
    display: inline-block;
    margin: 1em;
}

nav a {
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .95rem;
    padding: .5em;
    color: #FFF;
}

nav a:hover, 
nav a:focus {
    color: #DDD;
}

@media (min-width: 60rem) {
    .logo {
        float: left;
    }
    nav {
        float: right;
    }
}


/* -----hero----- */

.home-hero {
    background-image: url(../img/wallhaven-395582.jpg);
    padding: 11em 0;
    color: #FFF;
}

@media (min-width: 60rem) {
    .home-hero {
        height: 100vh;
        padding-top: 35vh;
    }
    
}

/* -----hero-home----- */

.home-about-textbox {
    background-color: #232323;
    padding: 4em;
    width: 100vw;
    margin-left: -2.5%;
    outline: 2px solid rgb(0,191,255);
    outline-offset: -2.5em;
    color: #FFF;
    position: relative;
    font-size: .8rem;
}

.home-about-textbox h1 {
    font-size: 1.1rem;
    color: rgb(0,191,255);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.1em;
    background: #232323;
    padding: 0 .25em;
}

@media (min-width: 25rem) {
    .home-about-textbox h1 {
        font-size: 1.2rem;
        color: rgb(0,191,255);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 1.05em;
        background: #232323;
        padding: 0 .325em;
    }

    .home-about-textbox p {
        font-size: .9rem;
    }
}

@media (min-width: 40rem) {
    .home-about-textbox h1 {
        font-size: 1.5rem;
        color: rgb(0,191,255);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: .65em;
        background: #232323;
        padding: 0 .325em;
    }

    .home-about-textbox p {
        font-size: 1rem;
    }
}

@media (min-width: 60rem) {
    .home-about1 {
        background-image: url(../img/ikke.jpg);
        background-position: 50% 25%;
        background-repeat: no-repeat;
        padding-top: .3em; 
        padding-bottom: 5em;
        padding-left: 10em;
        margin-bottom: 2em;
    }
    .home-about2 {
        background-image: url(../img/ikkeenliesje.jpg);
        background-position: 50% 20%;
        background-repeat: no-repeat;
        padding-top: .3em; 
        padding-bottom: 5em;
        padding-left: 10em;
        margin-bottom: 2em;
    }
    .home-about3 {
        background-image: url(../img/GoldenRetriever.jpg);
        background-position: 50% 5%;
        background-repeat: no-repeat;
        padding-top: .3em; 
        padding-bottom: 5em;
        padding-left: 10em;
        margin-bottom: 2em;
    }
    .home-about-textbox {
        width: 50%;
        padding: 7em;
        outline-offset: -3.5em;
        margin-left: -2.5%;
        left: -5em;
        top: -5em;
        text-align: left;
        box-shadow: 0 0 4em 0 rgba(0,0,0,.75);
    }
    .home-about-textbox h1 {
        top: 1.1em;
        left: 6rem;
        transform: translateX(0);
        font-size: 1.5rem;
    }    
    .home-about1 h1{
        top: .7em;
        left: 6rem;
        transform: translateX(0);
        font-size: 2rem;
    }
}

/* -----portfolio----- */

.portfolio {
    margin: 3em 0 0;
}

.port-item {
    margin: 0;
    position: relative;
}

.port-item img {
    display: block;
}

.port-desc {
    position: absolute;
    z-index: 100;
    bottom: 0em;
    left: 0em;
    right: 0em;
    color: white;
    background: rgba(0,0,0,.6);
    padding-bottom: 2em;
}

.port-desc p {
    margin: 1em;
}

@media (min-width: 37rem) {
    .port-item {
        width: 50%;
        float: left;
    }
}

@media (min-width: 60rem) {
    .port-item {
        width: 33.3333334%;
        overflow: hidden;
    }
    
    .port-desc {
        transform: translateY(150%);
    }
    
    .port-item:hover .port-desc {
        transform: translateY(0%);
    }
}

/* -----cta----- */

.cta {
    background-color: rgb(0,191,255);
    padding: 6em 0;
}

/* -----footer----- */

footer {
    background: #232323;
    color: #fff;
    text-align: left;
    padding: 5em 0;
}






