body,
html {
    height: 100%;
    margin: 0;
}

html a {
    text-decoration: none;
}

/* fonts */

.font1 {
    font-family: 'Averia Libre', sans-serif;
}

.font2 {
    font-family: 'Averia Serif Libre', sans-serif;
    font-weight: 300;
}

.font3 {
    font-family: 'Rubik', sans-serif;
}

.font4 {
    font-family: 'Montserrat', sans-serif;
}

.font5 {
    font-family: 'Permanent Marker', sans-serif;
}

.colour1 {
    color: #7B8680;
}

.colour2 {
    color: #F1B5B5;
}

.colour3 {
    color: #777777;
}

.colour4 {
    color: #cccccc;
}

.colour5 {
    color: #C7D2C7;
}

.colour6 {
    color: #404040;
}

.colourw {
    color: #FFFFFF;
}

.colourb {
    color: #000000;
}

.bgc1 {
    background-color: #7B8680
}

.bgc2 {
    background-color: #F1B5B5
}

.bgc3 {
    background-color: #777777
}

.bgc4 {
    background-color: #cccccc
}

.bgc5 {
    background-color: #C7D2C7
}

.bg1 {
    /* The image used */
    background-image: url("../img/homeback.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

.bg2 {
    /* The image used */
    background-image: url("../img/bg2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.bg5 {
    /* The image used */
    background-image: url("../img/homeback.jpg");
    background-position: center;
    background-repeat: no-repeat;
}


.halign {
    text-align: center;
}

.valign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lalign {
    text-align: left;
}

.ralign {
    text-align: right;
}

h1 {
    letter-spacing: 0.2em;
}

h3 {
    font-weight: 100;
    font-size: 1em;
    letter-spacing: 0.1em;
}

label {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.content {
    text-align: center;
    padding: 25px 50px;
    text-align: justify;
}

.quote {
    letter-spacing: 0.1em;
    font-size: 5em;
    font-weight: 700;
}

.quoteblock {
    padding: 20px 80px;
    height: 100%;
}

.block {
    letter-spacing: 0.05em;
    text-align: center;
    padding: 20px 180px;
}

.block em {
    font-weight: 700;
    color: #404040;
    font:
}

nav {
    position: fixed;
    text-align: right;
    height: 3.5em;
    width: 100%;
    padding: 10px 20px 0px 0px;
    box-sizing: border-box;
    transition: background-color 0.5s ease-out;
    z-index: 10;
}

nav.scroll {
    background-color: #C7D2C7;
    box-shadow: 0px 0px 100px rgba(123, 134, 128, 0.5);
}

#HOME {
    height: 100vh;
}

#HOME ul a {
    text-decoration: none;
    color: #404040;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 1px 1px 1px #969696;
}

#HOME .menu:hover {
    color: #777777;
}

#HOME .title1 {
    letter-spacing: 0.5vw;
    line-height: 0.8em;
    font-size: 10.5vw;
    font-weight: 700;
}

#HOME .title2 {
    line-height: 0.8em;
    font-size: 6vw;
    font-style: italic;
    font-weight: 700;
    transform: rotate(-10deg) translate(-0.5em, -0.3em);
}

#HOME .down {
    position: relative;
    bottom: -4em;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 6s linear infinite;
    -moz-animation: rotating 6s linear infinite;
    -ms-animation: rotating 6s linear infinite;
    -o-animation: rotating 6s linear infinite;
    animation: rotating 6s linear infinite;
}

.stoprotating {
    -webkit-animation: rotating 6s ease-out;
    -moz-animation: rotating 6s ease-out;
    -ms-animation: rotating 6s ease-out;
    -o-animation: rotating 6s ease-out;
    animation: rotating 6s ease-out;
}

.SQ {}

.SQ img {
    transition: 0.5s ease;
    max-width: 80%;
}

.SQ img:hover {
    transition: 0.5s ease;
    -webkit-box-shadow: 0px 0px 50px -10px #777777;
    -moz-box-shadow: 0px 0px 50px -10px #777777;
    box-shadow: 0px 0px 50px -10px #777777;
}

.SQ .cap1 {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.5em;
}

.SQ .cap2 {
    font-size: 0.8em;
    letter-spacing: 0.1em;
}

#CONTACT {
    height: auto;
    background-color: white;
    text-align: center;
    padding: 50px;
}

#CONTACT .text {
    letter-spacing: 0.05em;
}

.footy {
    padding: 0.5em 0.5em;
    font-size: 0.8em;
}

.footy a {
    color: #404040;
}

.footy a:hover {
    color: #FFFFFF;
}

.icon {
    color: #7B8680;
}

.icon:hover {
    color: #A9B7AF;
}

.icon:hover .icon-close,
.icon .icon-open {
    display: none;
    color: #A9B7AF;
}

.icon:hover .icon-open {
    display: inline;
}

.sendbutton {
    -webkit-appearance: button;
    padding: 8px 16px;
    background-color: #7B8680;
    border-color: #7B8680;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-size: 0.8em;
}

.sendbutton:hover {
    background-color: #A9B7AF;
    border-color: #A9B7AF;
}

.insta {
    position: relative;
}

::-webkit-scrollbar {
    display: none;
}

&::-webkit-scrollbar {
    display: none;
}

#instafeed {
    display: flex;
    min-width: 100%;
    min-height: 300px;
    overflow-x: auto;
}

#instafeed .card {
    min-width: 300px;
    box-shadow: 3px 5px rgba(255, 255, 255, 0.05);
    overflow: hidden
}

.card img {
    width: 100%;
}

.insta {
    position: relative;
}

.scrollL {
    font-size: 5em;
    position: absolute;
    left: 3%;
    top: 135px;
    z-index: 2;
}

.scrollR {
    font-size: 5em;
    position: absolute;
    right: 3%;
    top: 135px;
    z-index: 2;
}


/* XS. view port 0em - 29.99em */

@media screen and (min-width: 0em) and (max-width: 29.99em) {
    .para {
        /* no para */
        background-size: auto 100%;
        background-attachment: scroll;
    }
    .quote {
        letter-spacing: 0.2em;
        font-size: 2em;
        font-weight: 700;
    }
    .quoteblock {
        padding: 20px 20px;
    }
    .block {
        padding: 20px 80px;
    }
    #HOME .title1 {
        font-size: 18vw;
    }
    #HOME .title2 {
        font-size: 10vw;
    }
    #instafeed a {}
}

/* SM. view port 30em - 47.99em */

@media screen and (min-width: 30em) and (max-width: 47.99em) {
    .para {
        /* no para */
        background-size: auto 100%;
        background-attachment: scroll;
    }
    .quote {
        letter-spacing: 0.2em;
        font-size: 3em;
        font-weight: 700;
    }
    .quoteblock {
        padding: 20px 20px;
    }
    .block {
        padding: 20px 80px;
    }
    #HOME .title1 {
        font-size: 18vw;
    }
    #HOME .title2 {
        font-size: 10vw;
    }
    #instafeed a {}
}

/* MD. view port 48em - 61.99em */

@media screen and (min-width: 48em) and (max-width: 61.99em) {

    h3 {
        font-weight: 100;
        font-size: 1.2em;
        letter-spacing: 0.1em;
    }
    .para {
        position: relative;
        /* Full height */
        height: 100%;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-size: cover;
    }
    .quote {
        letter-spacing: 0.1em;
        font-size: 4em;
        font-weight: 700;
    }
    .block {
        padding: 20px 80px;
    }
    #instafeed a {}
}

/* LG. view port 62em - Infinity */

@media screen and (min-width: 62em) {

    h3 {
        font-weight: 100;
        font-size: 1.2em;
        letter-spacing: 0.1em;
    }
    .para {
        position: relative;
        /* Full height */
        height: 100%;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-size: cover;
    }
    .aboutcap {
        text-align: center;
    }
    #instafeed a {}
}
