
@font-face {
    font-family: 'Be Vietnam';
    src: url('fonts/Be_Vietnam/BeVietnam-Thin.ttf');
}

@font-face {
    font-family: 'Neuton';
    src: url('fonts/neuton/Neuton-Extralight.ttf');
}

@font-face {
    font-family: 'Brittany';
    src: url('fonts/brittany/BrittanySignature.ttf');
}

body {
    font-family: Be Vietnam;
}

/*
############
## HEADER ##
############
*/

.header {
    width: 100%;
    position: relative;
    display: block;
}

.header .logo {
    width:15%;
    display: inline-block;
    position: absolute;
    top:30px;
}

.header .title {
    display: inline-block;
    position: absolute;
    top:30px;
    left: calc(15% + 30px);
    padding: 10px 20px;
}

.header h1 {
    font-family: Neuton;
    padding: 0px 10px;
    font-size: 2.2vw;
    letter-spacing: 4;
}

.header ul {
    padding: 0;
}

.header ul li {
    display: inline;
    padding: 0px 2%;
    font-size: 1.3vw;
    transition: ease-in-out .3s;
}

.header ul li a {
    color:black;
}

.header ul li a:hover {
    text-decoration: none;
}



/*
#############
## SECTION ##
#############
*/

.menu {
    display:none;
}

.section.large {
    height:100vh;
}

.section.head-only {
    height:200px;
}

.section.image {
    background-repeat: no-repeat;
    background-size: cover;
}

.section.image.first {
    background-image: url(../images/perfume-hannah-jane-perfumery.jpg);
    background-position: bottom center;
}

.section.image.second,
.section.image.seconder {
    background-image: url(../images/perfume2-hannah-jane-perfumery.jpg);
    background-position: center;
}

.section.image.seconder {
    display: none;
}

.section.image.third {
    background-image: url(../images/purple.jpg);
    background-position: center;
    position: fixed;
    right:0;
}

.section.image.fourth {
    background-image: url(../images/marble.jpg);
    background-position: center;
    position: fixed;
    right:0;
    width:45vw;
}

.section.content {
    padding:0px 80px;
}

.section.content h2 {
    padding-top:20vh;
    color: #605370;
    font-size: 3.0vw;
}

.section.content p {
    padding:10px 0px;
    font-size:24px;
    text-align: justify;
}

.section.content p.signature {
    font-family: Brittany;
    font-size:2.4vw;
    text-align: right;
    color: #605370;
    padding:0;
}

.section.content .discover {
    text-align:center;
    font-family: Brittany;
    font-size:6vw;
}

.section.content .discover-about {
    padding:60px 0px;
}

.section.content .explore {
    float: right;
    padding:6px 20px;
    font-size:30px;
    border: 5px solid #B7AEC4;
    font-weight: 400;
    transition: .3s ease-in-out;
    color: #978da5;
    margin-bottom:40px;
}

.section.content .explore:hover {
    color:white;
    background-color: #B7AEC4;
    cursor: pointer;
    text-decoration: none;
}

.section.content .explore p {
    padding:0;
    margin-bottom:5px;
}

.inner-brand {
    display: block;
    height:100%;
    margin-bottom:50px;
}

.section.content.brands h3 {
    font-weight: 600;
    color:#605370;
    margin-bottom:20px;
}

.section.content.brands ul {
    margin:0;
    padding:0;
    list-style:none;
}

.section.content.about {
    padding:0 120px;
}

.section.content.about h2 {
    padding-top:30vh;
    color: #605370;
    font-size: 3.0vw;
}

.section.content.about p {
    padding:1px 0px;
    font-size:22px;
    text-align: justify;
}

.section.content.about p.signature2 {
    font-family: Neuton;
    font-size:2vw;
    text-align: right;
    color: #605370;
    padding:0;
}

.image-inner {
    margin:30px;
    height: calc(100% - 60px);
    background-image: url(../images/perfume4-hannah-jane-perfumery.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-inner.amber {
    margin:30px;
    height: calc(100% - 60px);
    background-image: url(../images/perfume5-hannah-jane-perfumery.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




/*
#############
## CONTACT ##
#############
*/

.abouter {
    padding-top:200px;
}

#abouter {
    padding-top:200px;
}

.contact h4 {
    font-weight: 600;
    color: #605370;
}


.contact .address .image img {
    height:120px;
}

.contact .address {
    display: flex;
}

.contact .address .info p {
    margin:0;
    padding:0;
    text-align: left;
    font-size:20px;
}

.contact .address .info span {
    display: block;
}

.contact .address .info span.number {
    font-size:1.6vw;
    margin-bottom:0px;
}

.contact .address .info span.times {
    font-size:1.0vw;
    margin-bottom:14px;
}

.contact .address .info span {
    display: block;
}


.contact-form {
    display: block;
    margin:auto;
    width:400px;
    max-width:100%;
    padding-top:20px;
}

.contact-form .social-link a {
    color: black;
    font-size:20px;
    padding-left:20px;
}

.contact-form .social-link img {
    width: 35px;
    margin:5px;
}

.contact-form input,
.contact-form textarea {
    display: block;
    width:100%;
    border: 3px solid #88799E;
    margin: 10px 0px;
    padding:6px 10px;
}

.contact-form button {
    background:transparent;
    outline:none;
    display: block;
    width:100%;
    border: 3px solid #88799E;
    margin: 10px 0px;
    padding:6px 10px;
    transition: .3s ease-in-out;
}

.contact-form button:hover {
    background:transparent;
    outline:none;
    background-color:  #88799E;
    color: white;
}

.contact-form p.contact-info {
    margin:0;
    padding:20px 0px;
    font-size:21px;
}

.message {
    width:100%;
    padding: 10px;
    width:100%;
    border-radius: 7px;
    margin:auto;
    display: none;
}

.message p {
    margin-bottom:2px;
}

.message.bad {
    display: block;
    background-color: #F8D7DA;
    border: 1px solid #F5C6CB;
}

.message.bad p {
    color:#721C24;
}

.message.good {
    display: block;
    background-color: #D4EDDA;
    border: 1px solid #C3E6CB;
}

.message.good p {
    color:#155724;
}

/*
################
## RESPONSIVE ##
################
*/

@media screen and (max-width: 1500px) {
    .header h1 {
        font-family: Neuton;
        padding: 0px 0px;
        font-size: 2.4vw;
        letter-spacing: 2;
    }

    .header .logo {
        display: none;
    }
    
    .header .title {
        display: inline-block;
        position: absolute;
        top:30px;
        left: 0;
        padding: 10px 00px;
    }

    .section.large {
        height:auto;
    }

    .section.large.image {
        height:100vh;
    }

    .section.content p {
        padding:10px 0px;
        font-size:18px;
        text-align: justify;
    }

    .header ul li {
        display: inline;
        padding: 0px 2%;
        font-size: 20px;
        transition: ease-in-out .3s;
    }

}

@media screen and (max-width: 991px) {
    .header h1 {
        font-family: Neuton;
        padding: 0px 0px;
        font-size: 40px;
        letter-spacing: 2;
    }

    .header .logo {
        display: none;
    }
    
    .header .title {
        display: inline-block;
        position: static; 
        top:30px;
        left: 0;
        padding: 10px 00px;
    }

    .section.content h2 {
        padding-top:20px;
        color: #605370;
        font-size: 40px;
    }

    .section.content {
        padding:0px 20px;
    }

    .section.content p.signature {
        font-family: Brittany;
        font-size:30px;
        text-align: right;
        color: #605370;
        padding:0;
    }

    .section.content .discover {
        text-align:center;
        font-family: Brittany;
        font-size:70px;
        margin-top:40px;
    }

    .section.content .discover-about {
        padding:30px 0px;
    }

    .section.image.second {
        display: none;
    }

    .section.image.seconder {
        display: block;
    }

    .section.image.third {
        background-image: url(../images/purple.jpg);
        background-position: center;
        position: static;
        right:0;
    }
    .section.content.about {
        padding:0 20px;
    }
    
    .section.content.about h2 {
        padding-top:30vh;
        color: #605370;
        font-size: 3.0vw;
    }
    
    .section.content.about p {
        padding:1px 0px;
        font-size:18px;
        text-align: justify;
    }
    
    .section.content.about p.signature2 {
        font-family: Neuton;
        font-size:30px;
        text-align: right;
        color: #605370;
        padding:0;
    }

    .section.image.fourth {
        background-image: url(../images/marble.jpg);
        background-position: center;
        position: static;
        right:0;
        width:45vw;
    }

    .contact .address .info span.times {
        font-size:18px;
        margin-bottom:22px;
    }
    
    .contact .address .info span.number {
        font-size:18px;
        margin-bottom:10px;
    }
    .abouter {
        padding-top:0px;
    }

    #abouter {
        padding-top:0px;
    }


    .contact-section {
        margin: 20px 0px;
    }
}

@media screen and (max-width: 500px) {
    .menu {
        display:block;
        position: fixed;
        z-index:15;
        top:10px;
        left:10px;
        background-color: transparent;
        background-image: url(../images/menu.png);
        background-repeat: no-repeat;
        background-size: cover;
        height:35px;
        width:35px;
        outline:none;
        border:5px solid #B7AEC4;
        background-color: #B7AEC4;
    }

    .menu:focus {
        outline:none;
    }
    
    .header ul li {
        display:none;
    }
    
    .section.content.about p.signature2 {
        font-family: Neuton;
        font-size:30px;
        text-align: right;
        color: #605370;
        padding:0;
    }
}
