/******************************************************************/

body, img, p, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; border: 0; resize: none; }
a, a:hover, a:visited, a:focus { text-decoration: none !important; }
*:focus { outline: none; }
::selection { background: #000; color: #fafafa; }
::-moz-selection { background: #000; color: #fafafa; }
ul{padding-left:0; margin-bottom:0;}

/******************************************************************
Geral Html
******************************************************************/

/* Headings */
body{font-family: 'Open Sans', sans-serif; font-weight: 300;}
body h1 {font-family: 'Cinzel', serif; font-size: 83px; font-weight: 900; color: white;}
body h2 {font-family: 'Cinzel', serif; font-size: 18px; font-weight: 700;}
body h3 {font-family: 'Cinzel', serif; font-size: 18px; color: #eb433e ; font-weight: 700;}
body h4 {font-family: 'Open Sans', sans-serif; font-size: 14px; text-transform: uppercase; font-weight: 700; }
body h5 {font-family: 'Cinzel', serif; font-size: 18px; color: black ; font-weight: 700;}
body h6 {font-family: 'Cinzel', serif; font-size: 18px; color: #eb433e;}
body p { font-size: 15px; line-height: 25px}


.container-fluid{padding-left:110px; padding-right: 110px; }

/******************************************************************
Welcome
******************************************************************/

#Welcome{
    background-color: #eb433e;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;

}
#Welcome h1{margin-bottom: 150px;}

#Welcome a{-webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out; color: #000000;
    font-family: 'Cinzel', serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 75px;}

#Welcome a:hover{color: white;}

#Welcome .image-container{
    transition-duration:1000ms;
    transition-property:all;
}

#Welcome .image-container:hover{
   transform: rotate(20deg);
   
}

/******************************************************************
Portfolio
******************************************************************/

#Portfolio{
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}

/***** Navigation Portfolio *****/ 


#Portfolio a {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    color: white;
    text-decoration: none;
    background-color: transparent;
    font-size: 18px;
    padding: 0px;
    font-family: 'Cinzel', serif;
}


#Portfolio a:hover {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    color: white;
    border-color: transparent;
    font-style: oblique;
    font-family: 'Cinzel', serif;
    
}

/***** end Navigation Portfolio *****/ 

/***** Gallery *****/ 

#Portfolio .archive-gallery {margin-top: 90px;}
/*** images links ***/
#Portfolio .archive-gallery a{position:relative; z-index: 0; display: block; max-height: 290px; overflow: hidden; margin-left: 25px; margin-right: 25px;}
#Portfolio .archive-gallery a::after{content: ""; position: absolute; left: 0; top: 0; z-index: 1; bottom: 0; right: 0; margin: auto; width: 100%; height: 100%; display: block; background-color: #eb433e; opacity: 0;   -webkit-transition: 0.5s ease-out;
-moz-transition: 0.5s ease-out;
-o-transition: 0.5s ease-out;
transition: 0.5s ease-out;}
#Portfolio .archive-gallery a:hover::after{content: ""; opacity: 0.5;}
/***/
#Portfolio .archive-gallery .slick-prev:before {
    content: '〈';
    color: white;
    opacity: 1;
    font-weight: bold;
}

#Portfolio .archive-gallery .slick-next:before {
    content: '〉';
    color: white;
    opacity: 1;
    font-weight: bold;
}

#Portfolio .archive-gallery .slick-next{
    right: -50px;
}

#Portfolio .archive-gallery .slick-prev{
    left: -50px;
}

/***** +Info & Author *****/ 

#Portfolio .info{
    color:#eb433e;
    display: inline-block;
    margin-top: 40px;
    font-family: 'Cinzel', serif;
    font-weight: 700;
}

#Portfolio .author{
    font-size:20px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: right;
    letter-spacing: 2px;
    color: white;
    font-family: 'Cinzel', serif;
    font-weight: 700;

}

#Portfolio .author:hover{
    color: #eb433e;
}

/******************************************************************
Portfolio Detail (Pages)
******************************************************************/

#Portfolio-Detail{
    background-color: white;
}

#Portfolio-Detail .title {
    margin-top: 45px;
}
 
 #Portfolio-Detail .subtitle {
     margin-top: 10px;
     margin-bottom: 50px; 
} 


/***** +Info & Author *****/ 

#Portfolio-Detail .info{
    color:#eb433e;
    display: inline-block;
    margin-top: 40px;
    font-family: 'Cinzel', serif;
    font-weight: 700;
}

#Portfolio-Detail .author{
    font-size:20px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: right;
    letter-spacing: 2px;
    color: black;
    font-family: 'Cinzel', serif;
    font-weight: 700px;

}

/***** Navigation bar *****/ 

ul.navigation-bar {
    padding-top: 65px;
    text-align: center;
    font-family: 'Cinzel', serif;
}

ul.navigation-bar li {
    margin-left: 70px;
    margin-right: 70px;
}

ul.navigation-bar li a {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    color: black;
    text-decoration: none;
    background-color: transparent;
    font-size: 18px;
    padding: 0px;
    font-family: 'Cinzel', serif;
}

ul.navigation-bar li a:hover {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    color: black;
    border-color: transparent;
    font-style: oblique;
}
/***** end Navigation bar *****/ 


 /******************************************************************
About
******************************************************************/

#About{
    background-color:#eb433e;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}

#About .text-about{
    color: black;
    justify-content: center;
    text-align: center;
    padding-right: 250px;
    padding-left: 250px;
}


 /******************************************************************
Illustration
******************************************************************/

#Illustration .text-illustration{
    color: black;
    text-align: center;
    padding-right: 250px;
    padding-left: 250px;
}



 /* responsive */ 

 /*********************** MAX-WIDTH: 667px ***********************/
 @media (max-width:667px){

ul.navigation-bar {
    padding-top: 30px;
}

/*** WELCOME ***/

 #Welcome h1 {
     margin-top: 30px;
     margin-bottom: 10px;
     font-size: 30px;
     text-align: center;
     line-height: 50px;   
}

#Welcome a {
     font-size: 30px;
     text-align: center;
     line-height: 40px;
     padding-left:40px;
     padding-right:40px;
}

/*** PORTFOLIO ***/

#Portfolio .archive-gallery {
     margin-top: 90px;
     margin-bottom: 30px;
}
#Portfolio a {
     font-size: 14px;
}
#Portfolio .author{
     font-size: 14px;
}

/*** PORTFOLIO DETAIL ***/

#Portfolio-Detail a {
    font-size: 14px;
}

#Portfolio-Detail h4 {
    font-size: 12px;
}

#Portfolio-Detail .author{
    font-size: 14px;
}

#Portfolio-Detail p {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 18px;
}

#Portfolio-Detail .title {
    margin-top: 30px;
    font-size: 16px;
}
 
 #Portfolio-Detail .subtitle {
     margin-top: 10px;
     margin-bottom: 30px; 
     font-size: 16px;
}

 /*** ILLUSTRATION ***/

#Illustration .text-illustration{
    color: black;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

 /*** ABOUT ***/

#About a {
    font-size: 14px;
}

#About h5 {
    font-size: 16px;
}

#About .text-about{
    padding-right: 10px;
    padding-left: 10px;
}
}

 /*********************** MAX-WIDTH: 1024px ***********************/
 @media (max-width:1024px){

.container-fluid{
    padding-left: 50px; 
    padding-right: 50px;
}

ul.navigation-bar li {
     margin-left: 25px;
     margin-right: 25px;
}

/*** PORTFOLIO ***/

#Portfolio .archive-gallery {
    margin-top: 90px;
    margin-bottom: 30px;
}
 /*** ABOUT ***/

#About .text-about{
    padding-right: 10px;
    padding-left: 10px;
}
}

 /*********************** MAX-WIDTH: 567px ***********************/
 @media (max-width:567px){
ul.navigation-bar li {
     margin-left: 15px;
     margin-right: 15px;
    }

.container-fluid {
    padding-left: 25px; 
    padding-right: 25px;
}
}

