/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.toggle_mnu {
	top: 0px;
	}
.menu a.top_phone {
    float: left;
    }
    .home_text {
    line-height: 1;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.personal_last_block {
		margin-top: 35px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.resume_container .left,
	.section_content .resume_container h3,
	.resume_container .resume_icon {
		text-align: left;
		margin-bottom: 10px;
	}
	.resume_container .left h3 {
		margin-top: 0;
	}
	
	.top_wrapper .top_text h1{
		font-size: 84px;
		margin-top: 90px;
	}

	.top_wrapper .top_text p {
		font-size: 20px;
	}
	
	.top_text_info {
		width: 530px;
		font-size: 18px;
	}

	.top_text_phone a {
		font-size: 30px;
		margin-right: 10px;
	}

	.top_img{
		position: relative;
    	left: -100px;
    	top: 50px;
    	height: 900px;
    	width: auto;
	}

	header{
		overflow: hidden;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.top_wrapper .top_text h1 {
		font-size: 2em;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 30px;
	}


	.main_footer {
		text-align: left;
	}
	.main_footer .social_wrap {
		float: left;
		margin-top: 20px;
		width: 100%;
	}
	.main_footer .social_wrap ul {
		padding-left: 0;
	}

	.top_wrapper .top_text h1{
		font-size: 58px;
		margin-top: 50px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.top_wrapper .top_text p {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0px;
		margin-right: 10px;
	}
	
	.top_text_info {
		width: 360px;
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.top_text_phone a {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.top_img{
		position: relative;
    	left: -82px;
    	top: 46px;
    	height: 600px;
    	width: auto;
	}

	header{
		overflow: hidden;
	}

}

@media only screen and (max-width : 360px) {
	.top_wrapper .top_text h1{
		font-size: 40px;
		margin-top: 50px;
		padding-left: 20px;
		padding-right: 10px;
		margin-left: 0px;
		margin-right: 0px;
		
		
	}

	.top_wrapper .top_text p {
		font-size: 12px;
		padding-left: 20px;
		padding-right: 10px;
		
		margin-left: 0px;
		margin-right: 0px;
		text-align: left;
	}
	
	.top_text_info {
		width: 100%;
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
	}

	.top_text_phone a {
		font-size: 16px;
		margin-left: 16px;
		margin-right: 10px;
	}

	.top_img{
		position: relative;
    	left: -82px;
    	top: 46px;
    	height: 600px;
    	width: auto;
	}

	.resume_item img{
		width: 300px;
		height: auto;
	}

	header{
		overflow: hidden;
	}
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.top_text_phone a {
		margin-right: 0px;
	}

	.resume_item img{
		width: 200px;
		height: auto;
	}
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.top_text_phone a {
		margin-right: 10px;
	}

	.top_text_phone img{
		height: 30px;
		width: auto;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}