@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
	background:#f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	width:1000px;
	margin:auto;
	background:#ffffff;
}

#header{
	width:1000px;
	height:90px;
	background:#0B7AD1;
}

#logo{
	width:300px;
	height:90px;
	float:left;
}

#logo h1{
	color:#FFD400;
	font-size:42px;
	margin-top:18px;
	margin-left:25px;
	float:left;
}

#logo h4{
	color:white;
	margin-top:34px;
	margin-left:10px;
	font-size:16px;
	float:left;
}

#navigation{
	width:700px;
	height:90px;
	float:right;
}

#navigation ul{
	list-style:none;
	margin-top:35px;
	float:right;
	margin-right:20px;
}

#navigation ul li{
	float:left;
	margin-left:25px;
}

#navigation ul li a{
	text-decoration:none;
	color:white;
	font-size:14px;
	font-weight:bold;
}

#navigation ul li a:hover{
	color:#FFD400;
}

#about_title{

    width:1000px;
    height:170px;
    background:#0B7AD1;
    text-align:center;
    padding-top:45px;

}

#about_title h1{

    color:#ffffff;
    font-size:42px;

}

#about_title p{

    color:#ffffff;
    margin-top:18px;
    font-size:18px;

}

#profile_section{

    width:1000px;
    overflow:hidden;
    background:#ffffff;
    padding:50px;

}

#profile_image{

    width:300px;
    float:left;
    text-align:center;

}

#profile_image img{

    width:230px;
    height:230px;
    border-radius:50%;
    border:8px solid #9ACD32;

}

#profile_text{

    width:600px;
    float:right;

}

#profile_text h2{

    color:#0B7AD1;
    font-size:38px;
    margin-top:20px;

}

#profile_text h3{

    color:#666666;
    margin-top:10px;
    margin-bottom:25px;

}

#profile_text p{

    line-height:30px;
    color:#555555;
    font-size:17px;

}

#journey{

    width:1000px;
    background:#f8f8f8;
    padding:50px;

}

#journey h2{

    color:#0B7AD1;
    text-align:center;
    margin-bottom:25px;
    font-size:34px;

}

#journey p{

    width:800px;
    margin:auto;
    text-align:center;
    line-height:32px;
    color:#555555;
    font-size:18px;

}

#info_section{

    width:1000px;
    overflow:hidden;
    background:#ffffff;
    padding:40px 30px 60px;

}

.info_box{

    width:430px;
    float:left;
    margin-left:35px;
    background:#f8f8f8;
    border-top:8px solid #9ACD32;
    border-radius:8px;
    padding:25px;

}

.info_box h2{

    color:#0B7AD1;
    margin-bottom:20px;
    text-align:center;

}

.info_box ul{

    margin-left:25px;
    line-height:34px;
    color:#555555;

}

#skills{

    width:1000px;
    background:#f8f8f8;
    padding:50px;
    clear:both;

}

#skills h2{

    text-align:center;
    color:#0B7AD1;
    margin-bottom:40px;
    font-size:32px;

}

.skill_box{

    margin-bottom:25px;

}

.skill_box h3{

    color:#333333;
    margin-bottom:8px;

}

.skill_bar{

    width:100%;
    height:18px;
    background:#dddddd;
    border-radius:20px;

}

.skill_fill{

    height:18px;
    background:#9ACD32;
    border-radius:20px;

}

.graphic{

    width:95%;

}

.web{

    width:90%;

}

.branding{

    width:85%;

}

.adobe{

    width:92%;

}

#footer{

    width:1000px;

    height:250px;

    background:#222;

    clear:both;

}

.footer_box{

    width:300px;

    float:left;

    margin-left:25px;

    margin-top:40px;

}

.footer_box h3{

    color:#FFD400;

    margin-bottom:20px;

}

.footer_box p{

    color:white;

    line-height:28px;

}

.footer_box a{

    color:white;

    text-decoration:none;

}

.footer_box a:hover{

    color:#9ACD32;

}

#copyright{

    width:1000px;

    height:50px;

    background:#111;

    color:white;

    text-align:center;

    line-height:50px;

}