@font-face {
    font-family: Helvetica_light;
    src: url("../fonts/HelveticaLight.ttf");
}
@font-face {
    font-family: FontAwesome;
    src: url("../fonts/fontawesome-webfont.ttf");
}

body,a{
    font-size: 1vw;
    font-family: Helvetica_light;
    font-weight: 100;
    color: #805E3E;
}

a:hover, a:focus{
    color:#AAA89D;
    text-decoration: none;
}

a:visited{
    text-decoration: none;
}

/* Style for our header texts
* --------------------------------------- */
h1{
    font-size: 3em;
    font-family: Helvetica_light;
    margin:0;
    padding:0;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
    text-align:center;
}


/* Backgrounds will cover all the section
* --------------------------------------- */
.section{
    background-size: cover;
}
.slide{
    background-size: cover;
    border-top: 30px solid #D4D5DA;
    border-left: 50px solid #D4D5DA;
    border-bottom: 30px solid #D4D5DA;
    border-right: 50px solid #D4D5DA;
}

/* Defining each section background and styles
* --------------------------------------- */
#section0{
    background-image: url(../imgs/section0.jpg);
    background-position: center;
    padding: 3% 0 0 0;
}

#section1{
    background-image: url(../imgs/section1.png);
    background-color: #D4D5DA;
    padding: 0 0 0 0;

    background-position: top;
}


#section3{
    background-image: url(../imgs/section3.jpg);
    background-position: 80% 100%;
    padding: 6% 0 0 0;
}
#section3 h1{
    color: #000;
}


/*Adding background for the slides
* --------------------------------------- */
#slide1{
    background-image: url(../imgs/slide1.jpg);
    background-position: center;
    padding: 6% 0 0 0;
}
#slide2{
    background-image: url(../imgs/slide2.jpg);
    background-position: center;
    padding: 6% 0 0 0;
}
#slide3{
    background-image: url(../imgs/slide3.jpg);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    background-color:#D4D5DA;
    padding: 6% 0 0 0;
}
#slide4{
    background-image: url(../imgs/slide4.jpg);
    background-position: center;
    background-size: 30%;
    background-color:#D4D5DA;
    background-repeat: no-repeat;
    padding: 6% 0 0 0;
}
#slide5{
    background-image: url(../imgs/slide5.jpg);
    background-position: center;
    padding: 6% 0 0 0;
}
#slide6{
    background-image: url(../imgs/slide6.jpg);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    background-color:#D4D5DA;
    padding: 6% 0 0 0;
}
#slide7{
    background-image: url(../imgs/slide7.jpg);
    background-position: center;
    background-color:#D4D5DA;
    padding: 6% 0 0 0;
}

/* -- Slides Arrows -- */
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev:before{
    content: "\f104";
    font-family: FontAwesome;
    font-size: 4em;
    color:black;
}
.fp-controlArrow.fp-next:before{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 4em;
    color:black;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 0 0;
    border-color: transparent transparent transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 30px;
    border-width: 0 0;
    border-color: transparent transparent transparent transparent;
}

/* ---- Navbar ---- */

#header ul{
    list-style: none;
    display:block;
}
#header ul li{
    display:inline-block;
}

#header {
    letter-spacing: 3px;
    position:fixed;
    height: 50px;
    display:block;
    width: 100%;
    z-index:9;
    text-align:center;
    padding: 25px 0 0 0;
    top:2%;
}
/* -- Section 0 - Home -- */
#logo img{
    height: 1.25em;
    margin-top:-0.6em;
}

#arrow{
    position:absolute;
    bottom: 0px;
}

#arrow:before{
    content:"\f107";
    font-family: FontAwesome;
    font-size: 4em;
}

/* -- Section 1 - About -- */
#section1 p {
    word-spacing: 5px;
    font-size: 17px;
    margin: 0px;
    width: 50%;
    text-align: justify;
    line-height: 43px;
    font-variant: small-caps;
    font-variant-ligatures: normal;
    font-variant-caps: small-caps;
    font-variant-numeric: normal;
    letter-spacing: 3px;
}
#section1{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

/* -- Section 2 - Works -- */
#section2 h1,#section2 p {
    text-align:left;
    margin-left: 7%;
    padding-top: 19%;
}

/* -- Section 3 - Contact -- */
#section3 ul{
    list-style: none;
    float:left;
    text-align: left;
    margin-left: 10%;
    padding-top: 33%;
}

footer{
    font-size: 11px;
    position:absolute;
    bottom:0;
    left:1%;
    z-index: 2;
    color: #000;
}
footer a{
    font-size:11px;
    color: #000;
}

/* -- Responsive --*/
@media screen and (max-width: 768px){
    body, a{
        font-size:2.5vw;
    }
    #arrow{
        visibility:hidden;
    }

    #section3 ul{
        float:right;
        margin-right: 10%;
        margin-top: 80%;
    }
}

@media screen and (max-width: 450px){
    body, a{
        font-size:4.5vw;
    }

    #section3 ul{
        padding-top:20%;
        float:center;
        margin-right: 15%;
        margin-top: 0%;
    }
}