@import url("component.css"); /*COMPONENT FILE FOR SVG ANIMATOR */ 
@import url("normalize.css");  /*NORMALIZE FILE FOR SVG ANIMATOR */
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:100,300');

@import url('https://fonts.googleapis.com/css?family=Raleway:200,100');



@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.alert-success, .uk-alert-success {
display:none
}

.nav-tabs.nav-stacked {
display:none!important
}


.well (
background-color:rgba(255,255,255,0)!important
)

.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url] {

     background: none!important;
    border: none!important;
    color: #fff!important;
     border-bottom: 2px solid #fff!important;
	border-radius:0px!important

}
  .btn {
color:#fff!important;
     font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
font-weight:700;
border-radius:10px
}


.btn-primary {

      background-color: #00a38e;
}

}
 .btn-primary:hover{
background:#28e1af!important
}

.ui.form input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(255,255,255,0.7);
}
.ui.form input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  0.9;
}
.ui.form input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  0.9;
}
.ui.form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    rgba(255,255,255,0.7);
}
.ui.form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
   color:    rgba(255,255,255,0.7);
}

.ui.form input[type=text]::placeholder { /* Most modern browsers support this now. */
  color:    rgba(255,255,255,0.7);
}


.uk-overlay-primary {

    background: #305460e0;

}


.uk-lightbox {

    background: #305460f0
}  

.uk-lightbox-toolbar {
background:none!important
}

.uk-sticky-fixed {
    z-index: 99; 
}


.description {
padding:0px 35px
}

.description p {
  font-family: lato;
    font-size: 15px;
    letter-spacing: 0.2px;
}


.description h3 {
    font-family: lato;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
	font-weight:600
}


.project-thumbs img {
max-width:980px;
width:100%
}

.project-thumbs p{    
font-family: lato;
    font-size: 15px;
    letter-spacing: 0.2px;text-align:left;
}

 

.project-thumbs .desc {

padding:50px 100px 
}


a.uk-navbar-toggle {
display:none
}


.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>a.uk-logo:after {
content:"";
}



h5 {
font-family:'lato';
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.uk-light .uk-navbar-nav>li>a, 
.uk-overlay-primary .uk-navbar-nav>li>a, 
.uk-light .uk-icon-link, 
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a,
 .uk-navbar-container:not(.uk-navbar-transparent) .uk-icon-link {
color: rgba(255, 255, 255,0.9)!important;

}


.uk-light a:hover {

color: rgba(255, 255, 255,0.5);
}

.uk-section-primary:not(.uk-preserve-color) .uk-totop {
color: #fff
}

#footer .uk-text-meta {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 5px;
}

/* ** MAY NEED MORE TWEAKING * */
.logofolio .uk-button-default {
font-size:43px;
font-weight:400
}


/* *** TEMPORARY - NEED TO UPDATE LICENSE **** */

a.chronoforms6_credits {
display:none!important;
}

.ui.green.button, .ui.green.buttons .button {
background:#28e1af!important;
margin: 10px 0px;
    padding: 15px 30px;
    font-size: 16px;
}


.ui.green.button:hover, .ui.green.buttons .button:hover {
background: #305460
}

#footer .uk-meta {
color:#fff
}

.uk-section-muted .line-drawing path {
stroke: #6a6f6e!important
}

.uk-section-default .line-drawing path {
stroke:  #6d7270!important 
}

.uk-section-default .uk-text-meta {
color: #747a79!important
}


.uk-section-muted .uk-text-meta {
color: #aab4b2!important
}

.uk-text-meta {
color: #6b706f;
font-size:12px;
letter-spacing:1px
}


.uk-button-large, .btn-large {
    padding: 0px!important;
    line-height: 53px;
    font-size: 65px;
    letter-spacing: 0.2em;
    font-weight: 300;
	color: #fff;
text-align:center;
line-height:70px
}


#portfoliowork .project-button, 
#portfoliowork .uk-text-meta {
max-width: 456px;
margin:20px
}

 

/* GOOOD IDEA TERRIBLE EXECUTION.... *****************


.uk-section-muted, 
.uk-section-default {

  transition: background 0.5s linear;


}
.uk-section-muted:hover {

background: #d0d8d6; /* Old browsers */
background: -moz-linear-gradient(left, rgba(232,236,235,1) 0%, rgba(208,216,214,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(232,236,235,1) 0%,rgba(208,216,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(232,236,235,1) 0%,rgba(208,216,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eceb', endColorstr='#d0d8d6',GradientType=1 ); /* IE6-9 */ 
}



.uk-section-default:hover {
background: rgb(170,180,178); /* Old browsers */
background: -moz-linear-gradient(left, rgba(170,180,178,1) 0%, rgba(192,201,199,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(170,180,178,1) 0%,rgba(192,201,199,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(170,180,178,1) 0%,rgba(192,201,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aab4b2', endColorstr='#c0c9c7',GradientType=1 ); /* IE6-9 */
 }

 ************************* */
#project-description h1 {

    font-size: 65px;
    letter-spacing: 0.3em;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-family: 'Josefin Slab';
    letter-spacing: 0.3em;
}

#project-description h5 , 
.project-thumbs h5{

  font-family: lato;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-weight:600;
margin-bottom:-18px
}


h1, .uk-h1 {
    font-size: 28px;
    line-height: 1;
    font-family: 'Raleway';
    font-weight: 200;
    text-transform: capitalize;
    letter-spacing: 0.1px;

}

.uk-h3, h3 {

     font-family: raleway;
    font-weight: 200;
}


.uk-h1 {
    color:#777e7c;
}

.uk-button-large span, .btn-large span { 
font-size:122px;
font-weight:100;
letter-spacing:0.05em;
margin-left:-20px /*optically centered */
}

.uk-button-default, .btn {
    background-color: none!important;
    color:  rgba(90, 90, 90, 0.32);
    border: 0px solid #f1f1f1;
}



.uk-button-default:hover, .uk-button-default:focus, .btn:hover, .btn:focus {
    color:#fff;
}

.frame, .framewhite {
    text-align: center;
    padding: 50px;
}

#inside {
background: #eee
}


figure {
margin:0px 0px 0px 0px!important;
}



#inside #project-description {
padding-top:100px;
padding-bottom:100px;
}




.illustration {

    top: 0px;
    left: 0px;
opacity:0
}

.line-drawing {
top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: auto!important;
}




/**  ONCE MORE
.mac {
height:431px
}

**/



/* SVG ANIMATOR SETTINGS */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }




.demo-drawings body {
	background: #F17370;
	color: #fff;
}

.demo-drawings a {
	text-decoration: none;
	color: rgba(255,255,255,0.7);
	outline: none;
}

.demo-drawings a:hover, a:focus {
	color: #fff;
	outline: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.codrops-header,
.codrops-top {
	font-family: 'Lato', Arial, sans-serif;
}

.codrops-header {
	position: relative;
	margin: 0 auto;
	padding: 40px 5px;
	text-align: center;
}

.demo-drawings .codrops-header {
	margin: 0 auto 3em;
}

.demo-drawings .codrops-header {
	background: #F26663;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}

.codrops-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	color: rgba(0,0,0,0.3);
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
	font-weight: 700;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.related {
	text-align: center;
	font-size: 1.5em;
	clear: both;
	position: relative;
}

.demo-drawings .related {
	padding: 7em 0;
}

.related a {
	font-weight: 700;
	font-size: 0.9em;
}

/* Demo buttons */
.codrops-demos {
	margin: 10px 0;
}

.codrops-demos a {
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	font-weight: 400;
	font-size: 90%;
	margin: 0 4px;
	background: #237dac;
	color: #fff;
}

.demo-drawings .codrops-demos a {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
}

.demo-drawings .codrops-demos a:hover,
.demo-drawings .codrops-demos a.current-demo {
	opacity: 0.6;
	background: transparent;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo {
	background: #5ca9d6;
}


@media screen and (max-width: 46.0625em) {

	.codrops-header {
		margin-bottom: 0;
		padding-bottom: 1em;
	}

}

@media screen and (max-width: 25em) {

	.demo-drawings .codrops-header {
		font-size: 80%;
	}

	.codrops-top {
		font-size: 120%;
	}

	.codrops-icon span {
		display: none;
	}

}



/******* CUSTOMIZATIONS TO THE SVG DRAW ****/

/* SVG DRAWINGS - SELF PHOTO */

svg {
	pointer-events: none;
}


.line-drawing,
.selfphoto {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.line-drawing path {
	fill: none;
	stroke: #fff;
	stroke-width: 1;
}



.bolderstroke path {
    stroke-width: 2!important;
}


.demo-loading svg.line-drawing {
	position: absolute;
	max-width: 100%;
	z-index: 10;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.demo-loading svg.line-drawing path {
	fill: none;
	stroke-width: 2;
	stroke: #ddd;
}

.demo-loading svg.line-drawing path.darker {
	stroke: #aaa;
}



path.line-round {
	stroke-linecap: round;
}

path.stroke-medium {
	stroke-width: 2;
}

path.stroke-thin {
	stroke-width: 1;
}

.redraw {
position:relative
}
 

.selfphoto {	
position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);


} 


.redraw, #main.redraw., div#main.redraw {
    float: right;
    padding-left: 30px;
    max-width: 1200px;
    margin: -30px 0px;
}

div#main.redraw{ 
}



html {
    line-height: 1.7!important;
}


.show-svg {
	opacity: 1;
transition:opacity 1s linear;*

}

.hide-svg {
	opacity: 1  ;
}

.selfdrawing {
	position: relative;
	max-height:266px;
	width:400px
}


.line-drawing { 
margin:0 auto
}








div#main.self.main {
float:right;
width:400px
}





@media  (max-width:1075px) {

h1.typingtext {
font-size: 50px;
    font-weight: 300;
}


}


 




@media  (max-width:959px) {

.love {
max-width:350px ;    
text-align:center;
margin:0 auto;

}


h2.uk-h1 {
font-size:45px;
font-weight:100;

}
.uk-logo {
margin-top:50px
}

#inside #project-description  {
padding-top:20px;
padding-bottom:0px
}

.project-thumbs .desc {
padding: 20px 40px!important
}

h1.typingtext {
font-size: 40px;
    font-weight: 400;
}

#portfoliowork .project-button { 
    margin-top: 0px;
z-index:999999!important;      
    width: 100px;
height:60px;
padding:10px;
margin-top:-70px;
margin-left:0px;
margin-bottom:0px
}


.uk-button-large span:before {
visibility: visible;
    content: "View";
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    padding: 10px 0px 0px 0px;
    z-index: 99999999!important;
    background: rgba(1, 225, 175, 0.75);
    width: 100px;
    height: 45px;
margin-left:-10px
    
}

.uk-button-large span, .btn-large span {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 0.05em;
/****** TEST *************/
  visibility: hidden;
}

.uk-button-large, .btn-large {
    padding: 0px!important;
    line-height: 53px;
    font-size: 24px;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 30px;
/****** TEST *************/
  visibility: hidden;

}

}


@media (max-width: 768px) {

.love {
max-width:250px ;    
text-align:center;
margin:0 auto;

}


h2.uk-h1 {
font-size:35px;
font-weight:100;

}

h1.typingtext {

    font-size: 24px;
    font-weight: 700;
	letter-spacing:1px
}

}



@media (max-width: 635px) {


h1.typingtext {
font-size: 25px;
    font-weight: 700;
}

}



@media (max-width: 600px) {


h1.typingtext {
font-family:Lato;
font-size: 16px;
}

}





@media (max-width: 400px) {

.love {
max-width:200px ;    
text-align:center;
margin:0 auto;

}

h1.typingtext {
font-size: 14px;
    font-weight: 700;
}

}