/*******Fonts*****************/
@font-face {
    font-family: 'ever after';
    src: url(../fonts/EVERAFTE.TTF);
    font-weight: normal;
    font-style: normal;
}
/***********body****************/
body {
    padding-top: 50px;
    color:white!important;
    overflow-y: scroll;
    overflow-x: hidden;
}


h1 {
    color: #44B79D;
    font-family: 'ever after';
    font-size: 5em;
}

h4 {
    
    font-family: 'ever after';
    font-size: 2em;
}

#services1, #web, #cms, #graphic, #motion, #video, #photo {
    padding-top:75px!important;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color:#44B79D;
    color:white;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: white;
    color: #44B79D;
    transition: 0.3s ease-in-out;
}

/*********	nav ************/
.navbar-header {
    height: 90px;
}

.nav li a{
    margin-top:20px;
    font-size: 20px;
    font-weight:600;
    color:#44B79D!important;
}


.nav li a:hover{
    color:white!important;
}

.navbar-toggle {
    position:fixed;
    top:0;
    right:0;
    border: none;
}

.dropdown-menu{
    background-color: #2A2A2A!important;
}

.dropdown-menu li a:hover{
    color:#44B79D!important;
}


/*********	header / Banner************/
header {
    clear: both;
    width: 100%;
    position: relative;
}
header img {
    width: 100%;
}
header h1 {
    position: absolute;
    z-index: 10;
    top: 40%;
    left: 20%;
    color: white;
    font-family: 'ever after';
    font-size: 5vw;
    animation-name: intro;
    animation-duration: 2s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes intro {
    0%   {left:90%;  opacity: 0}
       35%   {opacity: 0}
    100% {left:20%; opacity: 1}
}

/* Standard syntax */
@keyframes intro {
    0%   {left:90%;  opacity: 0}
    35%   {opacity: 0}
    100% {left:20%; opacity: 1}
}







/************Services***********************************/

.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid li {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 20px;
}
.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.ch-thumb {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    box-shadow: inset 0 0 0 15px #44B79D;
    transform-origin: 95% 40%;
    transition: all 0.3s ease-in-out;
}
.ch-thumb:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 95%;
    margin: -4px 0 0 -4px;
    background: radial-gradient(ellipse at center, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
    box-shadow: 0 0 1px rgba(255,255,255,0.9);
}
.ch-img-1 {
    background-image: url(../images/SERVICES-01.png);
    z-index: 12;
}

.ch-img-2 {
    background-image: url(../images/SERVICES-02.png);
    z-index: 11;
}

.ch-img-3 {
    background-image: url(../images/SERVICES-03.png);
    z-index: 10;
}
.ch-img-4 {
    background-image: url(../images/SERVICES-04.png);
    z-index: 9;
}
.ch-info {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    overflow: hidden;
    background: #44B79D;
    box-shadow: inset 0 0 0 5px rgba(0,0,0,0.05);
}
.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    margin: 0 50px;
    padding: 22px 0 0 0;
    height: 85px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow:
        0 0 1px #fff,
        0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
    color: #fff;
    padding: 35px 25px;
    font-style: italic;
    margin: 20 50px;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
    display: block;
    color: #333;
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 24px;
    margin: 10px auto 0;
    font-family: 'Open Sans', Arial, sans-serif;
    opacity: 0;
    transition:
        transform 0.3s ease-in-out 0.2s,
        opacity 0.3s ease-in-out 0.2s,
        background 0.2s linear 0s;
    transform: translateX(60px) rotate(90deg);
}

.ch-info p a:hover,  .ch-info p a:focus{
    background: rgba(255,255,255,0.5);
}

.ch-item:hover .ch-thumb, .ch-item:focus .ch-thumb {
  /* image border turned*/
    box-shadow: inset 0 0 0 15px #44B79D, 0 1px 3px rgba(0,0,0,0.2);
    transform: rotate(-120deg);
}
.ch-item:hover .ch-info p a{
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
}

/********meet **********/

#meet {
    background-color: black;
}

#meet p{
  color:white;
  font-size: 18px;
}

#meet button{
  margin-top:50px;
  background-color: #44B79D;
  font-size: 25px;
  font-family: 'ever after';
  color:black;
}

#meet button:hover{
   background-color: black;
   border:solid 2px;
   border-color:#44B79D;
        color:#44B79D;
  text-decoration: none; 
}
#lizzy_hi .btn{
    text-decoration: none;
}
#lizzy_hi a:hover{
    text-decoration: none;
}

#lizzy {
    shape-outside: circle(50%);
    margin: 50px;
}

/************Portfolio***********************************/

#portfolio2{
  margin-top:20px;
}
#ddd {
    background-color: black;
    padding-bottom: 50px;
}

#port_look a{
color:#44B79D!important;
text-decoration:none;

}
#port_look a:hover{
text-decoration:underline;
}

.hovereffectDDD {
    width: 100%;
    height: 100%;
    float: left;
    overflow: auto;
    position: relative;
    text-align: center;
    cursor: default;
    border: 4px solid #fff;
    border-radius: 3px;
}

.hovereffectDDD .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffectDDD:hover .overlay, .hovereffectDDD:focus .overlay {
    background-color: rgba(170, 170, 170, 0.4);
}

.hovereffectDDD img {
    display: block;
    position: relative;
    z-index: 100;
    width:100%;
    object-fit: cover!important;
    margin-right:0;
    overflow:hidden;
}

.hovereffectDDD h1 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 30px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
}

.hovereffectDDD:hover h1, .hovereffectDDD:focus h1{
     -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity:0;

}

.hovereffectDDD p.info {
    font-size: 20px;
    font-weight:600;
    display: inline-block;
    color: #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 55px 10px 20px 10px;
    overflow: auto;}


.hovereffectDDD .btn{

  background-color: #44B79D;
  font-size: 22px;
  font-family: 'ever after';
  color:black;
  min-width:75px;
  text-decoration: none; 
}

.hovereffectDDD button a{
  color:black;
  text-decoration: none;
  }


.hovereffectDDD  .btn:hover, .hovereffectDDD  button:focus{   
   background-color: black;
   border-color:#44B79D;
   color:#44B79D;
  text-decoration: none;
}
.hovereffectDDD button a:hover, .hovereffectDDD button a:focus{
  color:#44B79D;
  text-decoration: none;
  }


.hovereffectDDD:hover p.info, .hovereffectDDD:focus p.info {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: rgba(0, 0, 0, 0.4);
}


i{
    color:#44B79D;
}
#icons{
    margin-bottom:40px;
    margin-top:20px;
}

#icons a{
    color:white;
}

#icons a:hover{
    color:#44B79D;

}


/************	Footer ***********************/

#footer {
    background-color: black;
    color: white;
    text-align: center;
}

#footer li {
    display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
}

#footer a {
    text-decoration: none;
    /* gets rid of the underline */
    list-style-type: none;
    /* gets rid of the bullets */
    color: white;
}
/************** about me page*****************/
#about {
    background-color: black;
    padding-bottom: 50px;
    border: none;
}
#team {
    background-color: black;
    padding-top:20px;
}
#team p{
  color:white;
  font-size: 18px;
}
#skills{
    background-color: black;
    padding-bottom:20px;
}
#skills li{
  color:white;
  font-size: 18px;
  text-decoration: none;
}
#skills ul{
  list-style: none;
}

#skills button{
  margin-top:50px;
  background-color: #44B79D;
  font-size: 25px;
  font-family: 'ever after';
  text-decoration: none;
}
#skills a{
   color: black;
}
#meet_more {
    background-color: black;
    padding-top:20px;
}
#meet_more p{
  color:white;
  font-size: 18px;
}


/************	Services page ***********************/

#ch-info-1, #ch-info-2, #ch-info-3, #ch-info-4 {
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: 50%;
  border: solid;
  border-width: 15px;
  border-color: #44B79D;
	overflow: hidden;
}

#ch-info-1 h3, #ch-info-2 h3, #ch-info-3 h3, #ch-info-4 h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-size: 28px;
	margin: 0 30px;
	padding: 75px 0 0 0;
	height: 85px;
	font-family: 'ever after';
}


#ch-info-1:hover, #ch-info-2:hover, #ch-info-3:hover, #ch-info-4:hover {
	background-color: #44B79D;
      transition: all 0.3s ease-in-out;
}

.active{
    background-color: #44B79D;
}

#services1{
      background-color: black;
      margin:0;
}
#services1 p{
  color:white;
  font-size: 18px;
}

.ch-info-1 .views_active{
    background-color: #44B79D; 
}
/****************** services views******************/

#skills_table{
border:solid;
border-color: #44B79D;
border-radius: 5px;
border-width: 3px;

}

#skills_table h2{
  font-family: 'ever after';
  color:#44B79D;
}

#skills_table li{
  text-align: left;
}



.hovereffectDDD_2 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: auto;
    position: relative;
    text-align: center;
    cursor: default;
    border: 4px solid #fff;
    border-radius: 3px;
    margin-bottom:10px;
}

.hovereffectDDD_2 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffectDDD_2:hover .overlay, .hovereffectDDD:focus .overlay {
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffectDDD_2 img {
    z-index: 100;
    width:100%;
}

.hovereffectDDD_2 h1 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 30px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
}





/***************	Form ************/

#wrapper {
    clear: both;
    padding: 20px;
    width: 70%;
    margin: auto;
}

.background{
    background-color:black;
    color:white;
}

#intro_contact {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
    color:white;
}


.correct {
    color: #01FFFF;
}

.error {
    color: #F03;
}




/********************************
			media queries
****************************************/






@media screen and (max-width: 768px) {
   
 .navbar-header {
    height: 80px;
}
header img {
 padding-top:10px;
 background-color:black;
}
header h1 {
    font-size: 8vw;
}


    /************design define develop**********************/
    .hovereffectDDD h1 {
        font-size: 20px;
        padding-top: 5px;
        margin-top: 15px;
    }
    .hovereffectDDD p.info {
        font-size: 15px;
        top: 0;
        left: 0;
        padding: 60px 10px 20px 10px;
        overflow: auto;
    }
    .hovereffectDDD button{
        display:block;
}

    #design, #define, #develop {
        padding-left: 5px;
        padding-right: 5px;
    }
    #footer li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    /************design define develop***********************************/
   .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
   }

    .hovereffectDDD h1 {
        font-size: 20px;
        padding: 5px;
        margin-top: 5px;
    }
    .hovereffectDDD p.info {
        font-size: 15px;
        top: 0;
        left: 0;
        padding: 40px 10px 20px 10px;
        overflow: auto;
    }
        .hovereffectDDD button{
        display:block;
}
    #design, #define, #develop {
        padding: 5px;
    }
    /***************************footer***********************/
    #footer li {
        margin-left: 20px;
        margin-right: 20px;
    }
}


/***************************max width***********************/

@media screen and (min-width: 1200px) {
    .about, .container-fluid, .container, #employee {
        max-width: 1600px;
    }
}
