
/* --------------------------------------- */
/* BASIC SETUP */
/* --------------------------------------- */

* {
    margin:0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background-color: #fff;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; }

.span-2-of-3 {
	width: 66.13%; 
}

.span-1-of-3 {
	width: 32.26%; 
}

.span-1-of-2 {
	width: 49.2%;
}

.row {
    zoom: 1; }

.row:before,
.row:after {
    content:"";
    display:table;
}
.row:after {
    clear:both;
}



.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
/* --------------------------------------- */
/* REUSABLE COMPONENTS */
/* --------------------------------------- */


.row {
    max-width: 1140px;
    margin: 0 auto;
}

section {
    padding: 35px 0;
}

.box {
    padding: 1%;
}

/* ------- HEADINGS ------- */
h1,
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 230%;
    word-spacing: 10px;
    letter-spacing: 5px;
    color: aliceblue;
    font-weight: 100;
    font-style: ;
}

h2 {
    font-size: 90%;
    word-spacing: 2px;
    text-align: ;
    margin-left: ;
    letter-spacing: 5px;
    color: aliceblue;
}

h3 {
    font-size: 200%;
    font-weight: 100;
    word-spacing: 10px;
    letter-spacing: 10px;
    color: #f2f2f2;
    opacity: 0.8;
}

h4 {
    font-size: 120%;
    color: #4fabc1;
    font-weight: 300;
    text-align: center;
    padding-bottom: 30px;;
}


    
.btn:link,
.btn:visited {
    display: inline-block;
    padding: 10px 30px;
    font-weight: ;
    text-decoration: none;
    border-radius: 5px;
    
    background-color: ;
    
    
    border: 1px solid #fff;
    color: #fff;
    margin-top: 100px;
    text-align:;
    
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn:active,
.btn:hover {
    background-color: rgba(129, 124, 181, 0.4);
    border: 1px solid rgba(129, 124, 181, 0.4);
}



/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */


header {
    background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(36, 36, 36, 0.4))) , url(img/header-min.jpg);
    background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(36, 36, 36, 0.4)) , url(img/header-min.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}


header .btn {
    position: absolute;
    left: 25%;
    
}

.welcome-section {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -30%);
}



.navbar {
    float:right;
    list-style: none;
    margin-top: 55px;
}


.navbar ul li {
    display: inline-block;
    margin-left: 40px;
    margin-right: 15px;
    font-size: 60%;
    letter-spacing: 7px;
}

.navbar li a:link,
.navbar li a:visited {
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

.navbar li a:hover,
.navbar li a:active {
    border-bottom: 1px solid aliceblue;
} 


.navbar .my-name {
    position: absolute;
    top: 55px;
    left: 30px;
    font-style: italic;
    text-decoration: none;
}

/* --------------------------------------- */
/* ABOUT */
/* --------------------------------------- */


.about {
    background-image:linear-gradient(rgba(216, 216, 216, 0.1), rgba(255, 255, 255, 0.1)) , url(img/author-about-min.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: ;
    position: relative;
   
}

.about h2 {
    margin-top: 10px;
    color: #a5a5a5;
    letter-spacing: 20px;
    position: absolute;
    left: 42%;
}

.about .par1 {
    width: 27%;
    position: absolute;
    left: 5%;
    top: 30%;
    color: #ededed;
    padding: 40px;
    background: rgba(74, 74, 74, 0.6);
    border: 1px solid rgba(129, 124, 181, 0);
    border-radius: 5px;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.about .par2 {
    width: 27%;
    position: absolute;
    right: 8%;
    top: 30%;
    color: #ededed;
    padding: 40px;
    background: rgba(74, 74, 74, 0.6);
    
    border-radius: 5px;
    letter-spacing: 1px;
    word-spacing: 3px;
}

/* --------------------------------------- */
/* GALLERY */
/* --------------------------------------- */

.collections {
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(36, 36, 36, 0.2));
    padding-top: 0px;
    padding-bottom: 40px;

    background: linear-gradient(rgba(0, 0, 0, 0), rgba(77, 80, 93, 0.2));
}

.collections h2 {
   
    color: #efefef;
    letter-spacing: 20px;
    text-align: center;

 
    z-index: 9999;
  
    
    padding: 30px 0;
    border-radius: 2px;
    background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(36, 36, 36, 0.9));
}


.collections-showcase {
    list-style: none;
    width: 100%;
}

.collections-showcase li {
    display: block;
    float: left;
    width: 50%;
}

.collections-showcase li a {
    text-decoration: none;
    color: #ffffff;
    vertical-align: middle;
    position: absolute;
    left: 30%;
    top: 47%;
    z-index: 9999;
    text-shadow: 0px 0px 0px #fff;
    transition: text-shadow 0.5s;
}

.collections-showcase li a:hover {
    color: #888888;
    text-shadow: 2px 2px 4px #000000;
    
}

.collections-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

.collections-photo img {
    opacity: 0.7;
    width: 100%;
    height: auto;
    transform: scale(1.15);
    transition: transform 1s, opacity 1s;
}

/*.collections-photo img:hover {
    opacity: 1;
    transform: scale(1.03);
}*/


.gallery-button a {
    color: #fff;
    -webkit-transition: background-color 0.5s, border 0.6s;
    transition: background-color 0.5s, border 0.6s;
}

.show-all {
    border: 3px solid #FFC0CB;
    border-radius: 50%;
    width: 20%;
    height: 20%;
    font-size: 80%;
    padding: 14px 0px;
    background-color: #DB7093;
    position: absolute;
    bottom: 3%;
    right: 39%;
}



/* --------------------------------------- */
/* CONTACT */
/* --------------------------------------- */

.contact-form {
    width: 70%;
    margin: 0 auto;
}

.social-text p {
    text-align: center;

}

.social-links {
    text-align: center;
    padding: 25px 0;
}

.social-links i {
    display: block;
    text-decoration: none;
    font-size: 210%;
    margin-bottom: 5px;
    -webkit-transition: font-size 0.3s;
    transition: font-size 0.3s;
}

.social-links i:hover,
.social-links i:active {
    font-size: 180%;
}

.ion-logo-linkedin {
    color: #007bb5;
}

.ion-logo-facebook {
    color: #3b5998;
}

.ion-logo-instagram {
    color: #c32aa3;
}

.ion-logo-youtube {
    color: #ff0000;
}

.social-links a {
    display: inline-block;
    padding: 25px;
    text-decoration: none;
    color: #505050;
}

.social-links p {
    font-size: 80%;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 70px;
}

.contact-text {
    background-color: #f7f7f7;
    padding: 10px 0;
}

.contact {
    padding-bottom: 0;
}

.submit-button {
    font-size: 70%;
    border: 2px solid #6bd3eb;
    padding: 10px;
    border-radius: 15%;
}


/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */


footer {
    text-align: center;
    padding: 25px 0;
    background-color: #626262;
    color: #d3d3d3;
    font-size: 70%;
}

footer a {
    font-size: 120%;
    color: #d3d3d3;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

footer a:hover,
footer a:active {
    border-bottom: 2px solid #d3d3d3;
}

#profile-link {
    padding-top: 5px;
}


/* --------------------------------------- */
/* ANIMATION */
/* --------------------------------------- */


.js--wp-1,
.js--wp-2,
.js--wp-3,
.js--wp-4,
.js--wp-5,
.js--wp-6,
.js--wp-7 {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-8 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.js--wp-1 .animated,
.js--wp-2 .animated,
.js--wp-3 .animated,
.js--wp-4 .animated,
.js--wp-5 .animated,
.js--wp-6 .animated,
.js--wp-7 .animated {
    opacity: 1;
}


/* --------------------------------------- */
/* MEDIA QUERIES */
/* --------------------------------------- */



   
    