/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@media screen and (max-width:900px) {
    body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}


@media screen and (max-width:900px) {
    article {
        
        -webkit-box-flex: 0;
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;
        background: 0 0
    }
}

.greeting {
    font-size: 2.5vw;
    line-height: .75
}

@media screen and (max-width:600px) {
    article {
        padding-bottom: 0
    }
    .greeting {
        font-size: 1.1em
    }
}

.name {
    color: #233140;
    font-weight: 300;
    font-size: 4.5vw;
    margin-bottom: 3vw
}

@media screen and (max-width:600px) {
    .name {
        font-size: 1.9em
    }
}

.message {
    font-size: 2.5vw;
    line-height: 1.4;
    margin-bottom: 4vw
}

.message a {
    color: #2980b9;
    text-decoration: none;
    border-bottom: .15vw solid #e7f2fa;
    -webkit-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out
}

.message a:hover {
    border-color: #94c6e7
}

#instagram {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -.5vw;
    margin-left: -.5vw;
    margin-right: -.5vw
}

@media screen and (max-width:600px) {
    .message {
        font-size: 1.1em;
        margin-bottom: 6vw
    }
    #instagram {
        margin-top: -6px;
        margin-left: -5.5vw;
        margin-right: -5.5vw
    }
}

#instagram:hover a {
    opacity: .8
}

#instagram a {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: calc(100%/3);
    -ms-flex-preferred-size: calc(100%/3);
    flex-basis: calc(100%/3);
    line-height: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    border: .5vw solid transparent
}

@media screen and (min-width:1450px) {
    #instagram a {
        -webkit-flex-basis: calc(100%/3);
        -ms-flex-preferred-size: calc(100%/3);
        flex-basis: calc(100%/3)
    }
}

@media screen and (max-width:1050px) {
    #instagram a {
        -webkit-flex-basis: calc(100%/2);
        -ms-flex-preferred-size: calc(100%/2);
        flex-basis: calc(100%/2)
    }
}

@media screen and (max-width:900px) {
    #instagram a {
        -webkit-flex-basis: calc(100%/4);
        -ms-flex-preferred-size: calc(100%/4);
        flex-basis: calc(100%/4)
    }
}

@media screen and (max-width:750px) {
    #instagram a {
        -webkit-flex-basis: calc(100%/3);
        -ms-flex-preferred-size: calc(100%/3);
        flex-basis: calc(100%/3)
    }
}

#instagram a:hover {
    opacity: 1
}

#instagram img {
    width: 100%
}

#s5_instawrap {
	width:100%;}




