html{
 height: 100%;
}
body{
 overflow-x: hidden;
}
body.home{
 height: 100%;
 padding-top: 50px;
}

body.about{
    height: 100%;
}

.bg{
 z-index: -100;
 height: 100%;
 width:100%;
 position: fixed;
 background: black;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-image: url(../img/2.jpg);
}

p {
 font-family: 'Droid Sans', sans-serif;
}

a:hover{
 text-decoration: none;
}
a:active{
    text-decoration: none;
}

html body h1{
 margin: 0 0  30px 0;
 color: #FFFF7F;
 font-size: 30px;
 letter-spacing: 1.6px;
 font-weight: 200;
 font-family: 'Raleway', sans-serif;
}

html body h2{
 margin: 0;
 color: #FFFFB2;
 font-size: 20px;
 font-family: 'Catamaran', sans-serif;
 font-weight: 200;
}

html body h3{
 margin: 0;
 color: #FFFFB2;
 font-size: 18px;
 font-family: 'Catamaran', sans-serif;
 font-weight: 200;
}

.row{
 margin: 0;
}

.mar-pad{
 margin-top: -50px;
 padding-top: 50px;
}
.wrapp-all{
 height: 100%;

}



/*NAVIGATION*/

.navbar {
 background-color: #0f0f0f;
 border-bottom:1px solid rgba(255,255,178,0.7);
 font-family: 'Lato', sans-serif;
}

.navbar a {
 color:#FFFFCE !important;
}

.navbar a:hover {
 color: #FFFF7F!important;
 background-color:#000 !important;

 text-shadow: 0 10px 20px rgba(255,255,100,1);
}

.navbar-header .navbar-brand {
 padding: 0;
 position: absolute; left:40%;
 width:20%;
 font-size:1.5em;
}


.navbar-header a.navbar-brand:hover {
 background-color: transparent!important;
}


.navbar-default .nav li.active a {
 color: #FFFF7F!important;
 background-color:#000 !important;

 text-shadow: 0 10px 20px rgba(255,255,100,1);
}

ul.navbar-nav{
 width:100%;
}

.img-nav{
 height: 100px;
 margin:0 auto;
 position: relative;
 z-index: 100;
}

.hireMe{
    width:100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255,255,178,0.4);
    display: none;
    position: absolute;
    top:0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 101;
    text-align: center;
    padding-top: 10px;
}
.hireMe h3{
    color: #000;
    font-weight: 700;
}

a:hover .hireMe{
    display: block;
    box-shadow: 0 0 10px rgba(255,255,178,0.5);
}

.collapsing{
 border:none!important;
}

.navbar-collapse.collapse.in{
 position: relative;
 z-index: 0;
}

@media (min-width: 768px){
 .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
  margin: 0;
 }
 .navbar .float-left{
  float: left;
 }

 .navbar .float-right{
  float: right!important;
 }
}
@media (max-width: 768px){
 .navbar {
 }

 .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
 }
 .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  left: 30%;
  width: 40%;
 }
 .navbar-nav {
  margin: 0;
 }

 .navbar-collapse {
  -webkit-box-shadow: inset 0 1px 0 transparent;
  box-shadow: inset 0 1px 0 transparent;
 }

}
@media (max-width: 568px){
 .img-nav {
  height: 70px;
 }
 .navbar {
  border-bottom: none;
 }
}
@media (max-width: 736px)and (max-height: 414px){
 .img-nav {
  height: 50px;
 }
 .navbar {
  border-bottom: none;
 }
}

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

.header{
 background: transparent;
 position: relative;
 height: 100%;
}
  .myCanvas{
   box-sizing: border-box;
   height: 99%;
   width:100%;
   -webkit-overflow-scrolling:touch;
  }
  .header .logo {
   position: absolute;  top: 35%;  left:32.5%;
   box-sizing: border-box;  width: 35%;  height: 30%;
   border: 3px solid rgba(255,255,178,0.7);
   box-shadow: 0 0 10px rgba(255,255,178,0.5);
   cursor: pointer;
   text-align: center; text-transform: uppercase;
   display:table;

  }
   .header .logo .logo-cont{
    display:table-cell;vertical-align:middle;
   }

   .header .logo:hover{
    box-shadow: 0 0 20px rgba(255,255,178,1);
    text-shadow: 0 0 10px rgba(255,255,178,1);
   }

    .header .logo .logo-cont .logo-head{
     margin: 0 0  30px 0;
     color: #FFFF7F;
     font-size: 42px;
     letter-spacing: 1.6px;
     font-weight: 200;
     font-family: 'Raleway', sans-serif;
     text-align: center;
    }

    .header .logo .logo-head-2{
     margin: 0;
     color: #FFFFB2;
     font-family: 'Catamaran', sans-serif;
     font-weight: 200;
     text-align: center;
    }

@media (max-width: 991px) {
 .header .logo {
  left:27.5%;
  width: 45%;
 }
 .header{
  box-shadow: 0 0 30px rgba(255,255,178,0.5);
 }
}

@media (max-width: 768px) {
 .header .logo {
  top :40%;left:20%;
  width:60%;
  height: 20%;
 }
}

@media (max-width: 540px) {
 .header .logo .logo-cont .logo-head {
  font-size: 23px;
 }

 .header .logo .logo-cont .logo-head-2 {
  font-size: 17px;
 }
}

@media (max-width: 736px)and (max-height: 414px){
 .header .logo {
  left:20%;
  width: 60%;
  height:20%;
  top:30%;
 }
}

 /*---------------------------------------END HAEDER-------------------------------------------------*/

/*---------------------------------------PORTFOLIO-------------------------------------------------*/




.portfolio-section{
 height: 100%;

}

.portfolio-item-cont{
 overflow: hidden;
 height: calc(100% + 50px);

}

.item-description{
 display: table;
 height: 50%;
 position: relative;
 top:25%;
}

.item-description.item-left{
 padding-left: 10%;
}

.item-description.item-right{
 padding-left: 5%;
 padding-right: 10%;
}

.item-description .logo-head{
 position: relative;
 left:0;
}

.item-description .logo-head:hover{
 text-shadow: 0 10px 20px rgba(255,255,100,1);
}

.item-description .logo-head-2{

 position: relative;
 left:0;
}

.item-description-cont{
 display: table-cell;
 vertical-align: middle;
}

.portfolio-view{
 height: 100%;

}

.portfolio-view.item-right{
 padding-left: 10%;
}

.portfolio-view.item-left{
 padding-left: 15%;
}

.item-image-cont{
 position: relative;
 top: 25%;
 display: block;
 height: 50%;
}

.img-items-cont{
 height: 300px;
 width: 300px;
 display: inline-block;
 overflow: hidden;
 box-sizing: content-box;
 border-radius: 5px;
 border: 3px solid rgba(255,255,178,0.7);
 box-shadow: 0 0 30px rgba(255,255,178,0.5);
 margin-left: 0;
 position: relative;
 left:0;
}

.img-items-cont:hover{
 box-shadow: 0 0 30px rgba(255,255,178,0.8);
}

.img-items{
height: 425px;
 width: 425px;
 margin: -62px auto auto -62px;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
}


@media (max-width: 991px) {
 .portfolio-item-cont{
  box-shadow: 0 0 30px rgba(255,255,178,0.5);
 }

 .portfolio-view {
  height: 70%;
 }
 .item-description {
  top: 0;
 }
 .item-image-cont {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
 }


 .item-description.item-left .logo-head{
  margin-top:5%;

 }

 .portfolio-view.item-right{
  padding-bottom: 13%;
  padding-left: 0;
  padding-right: 0;
 }
 .portfolio-view.item-left{
  padding-bottom: 10%;
  padding-left: 0;
  padding-right: 0;
 }

 .item-description {
  height: 30%;
  text-align: center;
  width: 100%;
 }

 .item-description.item-left{
  padding: 0;
 }

 .item-description.item-right{
  padding: 0;
 }

 .item-description.item-right .item-description-cont{
  vertical-align: top;
 }

 .item-description.item-left  {
  vertical-align: bottom;
 }
}

@media (max-width: 736px)and (max-height: 414px){
 .item-description .logo-head-2{
  display: none;
 }

 .item-description {
  height: 20%;
 }

 .portfolio-view {
  height: 80%;
 }

}

@media (max-width: 736px){
    .item-description-cont  h2.logo-head-2{
        display: none;
    }
}

/*---------------------------------------END PORTFOLIO-------------------------------------------------*/


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



    .about-section {
        height: 100%;
        padding-top: 50px;

    }

    /*********************************/
    .about-row-cont.about-row-cont-0 {
        height: 50%;
    }

    .col-for-logo .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        box-sizing: border-box;
        border: 3px solid rgba(255, 255, 178, 0.7);
        box-shadow: 0 0 10px rgba(255, 255, 178, 0.5);
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
    }

    .col-for-logo .logo .logo-cont {

    }

    .col-for-logo .logo:hover {
        box-shadow: 0 0 20px rgba(255, 255, 178, 1);
        text-shadow: 0 0 10px rgba(255, 255, 178, 1);
    }

    .col-for-logo .logo .logo-cont .logo-head {
        margin: 0 0 30px 0;
        color: #FFFF7F;
        font-size: 42px;
        letter-spacing: 1.6px;
        font-weight: 200;
        font-family: 'Raleway', sans-serif;
        text-align: center;
    }

    .col-for-logo .logo .logo-head-2 {
        margin: 0;
        color: #FFFFB2;
        font-family: 'Catamaran', sans-serif;
        font-weight: 200;
        text-align: center;
    }

    .fa-twitter {
        position: absolute;
        right: 0;
        color: white;
    }

    .about-row-0 .overview-cont {
        padding-right: 10%;
        text-align: justify;
    }

    h1.overview-hi {
        font-size: 40px;
    }

    h2.description-overview {
        text-indent: 7%;
        font-size: 25px;
        margin-bottom: 20px;
    }

    h3.description-overview {
        color: #cccc90;
        font-size: 20px;
    }

    h3.description-overview span {
        padding: 10px 0;
        display: block;
        width: 100%;
        text-align: center;
        color: #FFFFB2;
    }

    .about-row-cont.about-row-cont-1 {
        height: 10%;
    }

    .head-skills-cont {
        text-align: center;
    }

    .skills-cont {
        background-color: rgba(255, 255, 178, 0.2);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 80%;
    }

    .skills-cont h2 {
        display: block;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
    }

    .skills-cont h2.skill-without-img {
        left: 50%;
    }

    .skills-cont img {
        height: 70%;
        position: absolute;
        top: 50%;
        left: 80%;
        transform: translate(-50%, -50%);
    }

    .about-row-cont.about-row-cont-2 {
        height: 20%;
    }

    .about-row-cont.about-row-cont-3 {
        height: 20%;
    }

    /********************************/
    .about-row-0, .about-row-1, .about-row-2, .about-row-3 {
        height: 100%;
    }

    .col {
        height: 100%;
        padding: 0;
    }



@media (max-width: 1200px) {

    html.about{
        height: inherit;
    }
    body.about{
        height: inherit;
    }
    .about-section {
        height: inherit;
    }

    /*********************************/
    .col-for-logo{
        height: 400px;
    }

    .overview-cont{
        height:400px;
    }

    .about-row-cont.about-row-cont-1 {
        height: 50px;
    }

    .about-row-2>div {
        height: 100px;
    }
    .about-row-3>div {
        height: 100px;
    }



}

@media (max-width: 767px) {

    .col-for-logo{
        height: 200px;
    }

    .overview-cont{
        height:450px;
        padding: 0 10%;
    }

    h1.overview-hi {
        font-size: 32px;
        text-align: center;
    }

    h2.description-overview {
        text-indent: 7%;
        font-size: 20px;
        margin-bottom: 20px;
    }

    h3.description-overview {
        color: #cccc90;
        font-size: 18px;
    }

    h3.description-overview span {
        padding: 10px 0;
    }
    .about-row-cont.about-row-cont-1 {
        height: auto;
    }
    .about-row-2>div {
        height: 70px;
    }
    .about-row-3>div {
        height: 70px;
    }

}

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


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

.contact-section{
    position: relative;
    height: 600px;
    overflow: hidden;
}

#contactCanvas{
    position:absolute;
    top:0;
    left:50%;
    transform: translate(-50%,0);
    height:600px;
    width:1300px;
}

.rhombus-cont{
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    height:600px;
    width:1300px;
}

.contForHeader{
    position: absolute;
    left: 50%;
    top:207px;
    transform: translate(-50%,0);
}


.contactHeader{
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
}

.rhombus-cont .fa-2x{
    display:none;
}

.rhombus-cont .fa-twitter{
    width:56px;
    position: absolute;
    left: 27.35%;
    top:201px;
    transform: translate(-50%,0);
    color:#FFFFB2;

}

.rhombus-cont .fa-skype{
    width:50px;
    position: absolute;
    left: 35.85%;
    top:201px;
    transform: translate(-50%,0);
    color:#FFFFB2;
}

.rhombus-cont .fa-linkedin{
    width:49px;
    position: absolute;
    left: 64.15%;
    top:201px;
    transform: translate(-50%,0);
    color:#FFFFB2;
}

.rhombus-cont .fa-facebook {
    width:33px;
    position: absolute;
    left: 72.65%;
    top:201px;
    transform: translate(-50%,0);
    color:#FFFFB2;
}
.upworkImg{
    height: 70px;
    position: absolute;
    left: 50%;
    top:270px;
    transform: translate(-50%,0);
}
.contForText{
    position: relative;
    margin-top: -150px;
}

h2.contactText{
    width: 100%;
    text-align: center;
}

h2.contactText a{
    color: #FFFF7F;
    font-size: 30px;
    font-style: italic;
}


@media (max-width: 768px) {
    #contactCanvas{
        height:350px;
        width:750px;
    }

    .rhombus-cont{
        height:350px;
        width:750px;
    }

    .contForHeader {
        top: 143px;
    }

    .contactHeader {
        font-size: 24px;
    }

    .upworkImg {
        height: 45px;
        top: 172px;
    }

    .rhombus-cont .fa-4x{
        display:none;
    }

    .rhombus-cont .fa-2x{
        display:block;
    }

    .rhombus-cont .fa-2x{
        top:140px;
    }

    .rhombus-cont .fa-twitter{
        width:26px;
    }

    .rhombus-cont .fa-skype{
        width:25px;
    }

    .rhombus-cont .fa-linkedin{
        width:25px;
    }

    .rhombus-cont .fa-facebook {
        width:19px;
    }

    .contForText {
        margin-top: -50px;
    }

    h2.contactText {
        width: 80%;
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 400px) {
    #contactCanvas{

        height: 300px;
        width: 570px;
    }

    .rhombus-cont{

        height: 300px;
        width: 570px;
    }

    .contForHeader {
        top: 130px;
    }

    .contactHeader {
        font-size: 18px;
    }

    .upworkImg {
        height: 45px;
        top: 146px;
    }

    .rhombus-cont .fa-4x{
        display:none;
    }

    .rhombus-cont .fa-2x{
        top:126px;
    }

    h2.contactText {
        width: 80%;
        text-align: center;
        margin: auto;
    }
    h2.contactText a {
        font-size: 24px;
}
}

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

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

.containerForFooter{
    height: 50px;
    background-color: rgba(255,255,178,0.3);
    text-align: center;
    padding-top: 15px;
}
h3.footer{
    color:black;
}

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

