




/*font-family: 'Roboto Condensed', sans-serif; */
/*font-family: 'Roboto', sans-serif; */
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Oswald', sans-serif;*/
/*font-family: 'Open Sans Condensed', sans-serif;*/

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }



.about-page{
	margin-top: 75px;
}

/*h1 {
  font-family: "proxima-nova-condensed",sans-serif;
  }
*/

@font-face {
  font-family: sequel-regular;
  src: url("../fonts/Sequel-Regular.ttf");
}

@font-face {
  font-family: din-condensed-Black;
  src: url("../fonts/din-pro-cond/DINPro-Black.otf");
}
@font-face {
  font-family: din-condensed-regular;
  src: url("../fonts/din-pro-cond/DINPro.otf");
}
@font-face {
  font-family: din-condensed-bold;
  src: url("../fonts/din-pro-cond/DINPro-CondBold.otf");
}
@font-face {
  font-family: din-condensed;
  src: url("../fonts/din-pro-cond/DINPro-Cond.otf");
}
@font-face {
  font-family: panton-light;
  src: url("../fonts/panton.light-caps.otf");
}
@font-face {
  font-family: panton-black;
  src: url("../fonts/panton.black-caps.otf");
}

body{
	background-color: #f1f1f1;
}


body{
	position: relative;
}


.namelogo img{
	width: 200px;
	height: 50px;
	margin-bottom: -50px;
	margin-left: 50px;
}


.open img{
	width: 30px;
	height: 30px;
}

.foot-wrap{
	width: 90%;
	margin: 0 auto;


}

.left-foot img{
	border-radius: 50%;
	max-height: 200px;
 }

.top-section{
background-color: 	#004a62;
	 background-size: cover;
	 height: 500px;
	 width: 100%;
	 position: relative;
	 background-repeat: no-repeat;
	 z-index: 100;


}


.right1{
	display: inline-block;
}

.right2{
	display: inline-block;
}
.right2 img{
	float: left;
	width: 40%;

}

.right2 p{
	width: 70%;
	float: right;
}

.right1 img{
	float: left;
	width: 40%;

}

.right1 p{
	
	float: right;
}

.right-foot img{
	width: 20%;
	width: 50px;
	height: 50px;
	max-width: 50px;
	max-height: 50px;
}


.my-footer{
background-color: #454545;
    padding: 20px;
   
    display: inline-block;
    width: 100%;
}

.my-footer p{
	color: white;
	font-size: 2.5em;
}

.my-footer h1{
	color: white;
}


.fullpage{
	position: absolute;
    top: 0;
    bottom: 0;
    bottom: 0;
    background-color:#004a62;
    width: 100;
    width: 100%;
    width: 100;
    height: 1000%;
    z-index: 500000;
    display: none;
    position: fixed;
}

.fullpage ul{
	margin-top: 100px;
}

#Container{
	display: inline-block;
}

.fullpage > .menu-link{
	float: right;
}

.fullpage li{
	text-align: center;
	list-style-type: none;
	font-size: 3em;
	margin-bottom: 10px;
}

.fullpage a{
	text-decoration: none;

}

.fullpage.active4{
	display: block;
}

.bio{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
}


.tbox h3{
	font-family: panton-light;
	color: white;
}

.my-button-box{
	display: none;
}


  .logo2{
  	width: 35%;
  	float: left;
  	margin-right: 45%;
  	margin-top: 5px;
  }
	
.bounce img{
	width: 100%;

}

.bounce {
position: absolute;
    left: 50%;
    bottom: 0;
    /* margin-top: 600px; */
    margin-left: -50px;
    height: 70px;
    width: 70px;
    background-image: url(../img2/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -15px;
    cursor: pointer;

}

@-webkit-keyframes bounce {
  0%       { bottom:5px; }
  25%, 75% { bottom:15px; }
  50%      { bottom:20px; }
  100%     {bottom:0;}
}


.resume{
	font-size: 3.5em;
}
.contact{
	background-color: #3183CC;
	
	padding-bottom: 600px;
}

.contact h1{
	text-align: center;
	color: white;
	width: 100%;
	font-size: 2.0em;

}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	margin: 0 auto;
	padding-top:0px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}


.mix:hover > .overlay{
	height: 100%;
}






.case-nav > #menu{
	
}
.resume{
	text-align: center !important;
	font-size: 3.0em ! important;
	margin-bottom: 50px;
}

.tech-right a{
	color: black;
	font-size: 1.5em;
	text-decoration: none;
}
.tech-right li{
	 list-style-type: none;
 list-style-position: outside;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}


.myskills p{
	color: black;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 20px;
}


.myskills h1{
	color: black;
	text-align: left;
	font-size: 2.0em;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
}


.who p{

	font-family: 'Open Sans Condensed', sans-serif;

}

.left-who p{
	text-align: center;
	font-size: 24px;
}

.who h1{
	text-align: center;
	font-size: 3.0em;

}


body{
	margin: 0px;
}


.filter{
	color: white;
	background-color: black;
	padding:0.75rem 1.5rem;
	width: 33%;
	float: left;
	margin-bottom: 20px;
}




.right-who h1{
	color: black;
}

.right-who p{
	color: black;
	font-size: 1.7em;
	line-height: 2.3em;
}


.active3{
	display: none;
}


.tbox { 
	position: fixed;
	margin-top: 50px;
	text-align: center;
	width: 100%;

	
}
.tbox p{
	color: white;
}
.tbox h1{
	font-size: 2.0em;
	color: white;
	 font-family: sequel-regular;
   font-style: lighter;
}

h1{
font-family: "proxima-nova-condensed",sans-serif;


}



a{
	
	color: white;
	font-size: 24px;
	text-decoration: none;
	font-family: "proxima-nova-condensed",sans-serif;
	margin-top: 5px;

}

p{
	font-family: "proxima-nova-condensed",sans-serif;

}


.mix img{
	width: 90%;
	margin-bottom: 3%;
	text-align: center;

}
.portfolio h1{
	text-align: center;
}
.portfolio{
	text-align: center;
}

.left-who img{
	width: 90%;
	border-radius: 50%;
	margin-left: 10%;
	text-align: center;

}

.who{
padding-top: 10%;
padding-bottom: 10%;
width: 90%;
margin: 0 auto;
text-align: center;
}

.myskills{
	width: 90%;
	margin: 0 auto;
}

.myskills h3{
	text-align: center;
	font-size: 3.0em;
	border-bottom: solid black 1px;
}

#slicknav li{
	text-align: center;
	margin-top: 10px;
}

.overlay-me{
	display: none;
}


.overlay{
	display: none;
}

@media screen and (min-width: 600px) {


.about-right{
	    width: 50%;
    background-color: white;
    float: right;
    margin-right: 50px;
    margin-top: 50px;
    padding: 1em;
    box-shadow: 10px 10px 10px 10px gray;
}


.about-left{
	width: 45%;
	float: left;
}
.about-left img{
	width: 100%;
}

.namelogo img{
	width: 200px;
	height: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}





.open img{
	width: 30px;
	height: 20px;
}

.close{
	margin-right: 50px;
}


.mock2-left{
	width: 45%;
	float: left;
}

.mock2-right{
	width: 45%;
	float: right;
}


.mockup-2 img{
	width: 100%;
	margin-bottom: 50px;
}

.mockup-2 h1{
	text-align: center;
}

.overlay h1{
	color: white;
	font-size: 2em;
	text-align: center;
font-family: 'Open Sans Condensed', sans-serif;
}
.overlay p{
	color: white;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  transition: all 0.5s;
  height: 0px;
  
  width: 100%;
  bottom: 0;

}





.foot-wrap{
	width: 70%;
	margin: 0 auto;


}
.foot-wrap h1{
	text-align: center;
	font-size: 2.5em;
}



.middle-foot{
	width: 25%;
	float: left;
}

.left-foot{
	width: 25%;
	float: left;

}

.left-foot img{
	border-radius: 50%;
	max-height: 200px;
}

.right-foot{
	width: 25%;
	float: right;
}

	.overlay-me{
		height: 100%;
		position: absolute;
		width: 100%;
		background-color: black;
		top:0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -3;
		opacity: 0.7;
		display: block;
		display: none;
	}


	.namelogo{
		display: block;
		display: block;
    float: left;
    
	}

.myskills h3 {
	border-bottom: none;
}
.who{
	width: 100%;
}

.who h1{
	text-align: center;
	font-size: 5.0em;
	margin-bottom: 75px;
}


.education{
	float: left;
	width: 35%;
	
	margin-right: 5%;
	
}
.education-right{
	width: 66%;
	float: right;
}


.myskills-left h3{
	width: 115%;
	color: black;
	font-size: 2.5em;
	margin-top: 80%;
	margin-right: 5%;
	border-right: 5px solid black;
	border-bottom: none;


}

.tech-skills h3{
	width: 75%;
	color: black;
	font-size: 2.5em;
	margin-top: 80%;
	margin-right: 5%;
	border-right: 5px solid black;
	margin-left: 25px;

}





.mix{
	width: 45.5%;
	
	border-radius: 10px;

	margin-bottom: 20px;
	 opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   margin-right: 4%;
   float: left;
   position: relative;
   max-height: 275px;
 
	
}


.mix img{
	
	width: 100%;
    position: relative;
    height: 100%;
    max-height: 275px;
}

	.portfolio{
		padding-top: 5%;
    padding-top: 5%;
    /* padding-bottom: 30%; */
    margin: 25px auto;
    width: 90%;

	}

	.portfolio h1{
		text-align: center;
		font-weight: 500;
		font-size: 3.0em;
		margin-bottom: 50px;
		font-family: 'Montserrat', sans-serif;
	}
	.portfolio li{
		color: black;
	}

.myskills-right-left{
	width: 45%;
	float: left;
}

.myskills-right-right{
	float: right;
	width: 45%;
}



.top-section{
background-color: 	#004a62;
	 background-size: cover;
	 height: 500px;
	 width: 100%;
	 position: relative;
	 background-repeat: no-repeat;
	 z-index: 100;


}


.who{
padding-top: 10%;
padding-bottom: 50%;
}
.left-who{
	float: left;
	width: 45%;
	
}

.left-who img{
	width: 70%;
	border-radius: 50%;
	margin-left: 10%;

}

.right-who{
	float: right;
	width: 55%;
	
}

.reed-wrap{
	width: 95%;
	margin: 0 auto;
}
.myskills{
	padding-top: 20%;
	padding-bottom: 50%;
}

.myskills-left{
	width: 45%;
	float: left;
	
}

.myskills-right{
	float: right;
	width: 45%;
	
}

 .active{
	background-color: black;
}
.active2{
	color: white! important;

}

.education{
	float: left;
	width: 100%;
	text-align: center;
	

}




} /*end of 600 */


@media screen and (min-width: 800px) {


.my-button-box{
	display: block;
}

.my-button-box button:hover{
	background-color: white;
	color: black;
}




.my-button-box button{
	color: white;
	font-size: 24px;
	background-color: transparent;
	border:1px solid white;
	cursor: pointer;
	font-family: "proxima-nova-condensed",sans-serif;
}

.overlay h3{
	font-size: 2.3em;
	margin-bottom: 15px;
}

.overlay p{
	margin-bottom: 15px;
}

.myskills h1{
	color: black;
	text-align: left;
	font-size: 2.0em;
	text-align: left;
}



.myskills p{
	color: black;
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 20px;
}



.tech-right li{
	 list-style-type: none;
 list-style-position: outside;
	margin-bottom: 10px;
	text-align: left;
	text-decoration: none;
}




.who{
padding-top: 10%;
padding-bottom: 80%;
}


.tbox h1{
	font-size: 4.0em;
	color: white;
	font-weight: 800;
	
}

.tbox p{
	color: white;
	font-size: 1.5em;
	text-align: center;
}

.myskills{
	padding-top: 0%;
	padding-bottom: 80%;
}

.tech-skills{
	float: left;
	width: 50%;
	margin-left: -10px;
}

.tech-right{
	float: right;
	width: 50%;
}

.tech-skills h3{
	width: 100%;
	color: black;
	font-size: 2.5em;
	margin-top: 46%;
	margin-right: 5%;
	border-right: 5px solid black;
	margin-left: 25px;

}


.education{
	float: left;
	width: 50%;
	
	margin-right: 5%;
	margin-left: -50px;
}
.education-right{
	width: 50%;
	float: right;
}






.tbox { 

	margin-top:150px;
	text-align: center;

	
}

.education{

	width: 45%;
	
	margin-right: 5%;
}
}/*end of 800 */

@media screen and (min-width: 1000px) {

.myskills{
	padding-top: 0%;
	padding-bottom: 50%;
}




	.myskills-left{
		width: 50%;

	}

	.myskills-right{
		width: 50%;
	}


.education{
	float: left;
	width: 35%;
	
	margin-right: 5%;
	margin-left: -50px;
}
.education-right{
	width: 66%;
	float: right;
}


.who{
	padding-bottom: 30%;
	margin-top: 200px;
	width: 80%;
	margin: 500px auto;
}

  .namelogo{
    width: 20%;
    float: left;
    margin-right: 15%;
    margin-top: 25px;
    display: block;
  }



} /*end of 1000 */



@media screen and (min-width: 1000px) {


  .namelogo{
    width: 20%;
    float: left;
    margin-right: 30%;
    margin-left: 10px;
    max-width: 200px;
    margin-top: 15px;
  }




}





