@charset "utf-8";
/* CSS Document */

#headImg {
	width: 910px;
	height: 100%;
	position: absolute;
	right: 0px;
	padding: 0px;
	background-image: url("../images/AboutMe_header.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	text-align: center;
}

.title {
	height:75px;
}

.subtitle {
	font-family: 'ccshannonwheeler regular';
	font-size: 16pt;
	color: #28DAAD;
	margin: 0;
	padding: 8px 0px;
	background-color: #263E5F;
}

#introMe {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

#aboutPic {
	display: flex;
	width: 300px;
	height: 400px;
	margin: 0px 40px;
}

#aboutPic img {
	width: 100%;
}

#aboutText {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	width: 650px;
}

.helloText {
	color: #404040;
	font-family: "Gilroy Regular";
	font-size: 16px;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	width: 100%;
}

#appsList {
	display: flex;
	flex-direction: row;
	justify-content:center;
	margin-bottom: 40px;
}

#appsList img {
	display: block;
	margin: 0px 16px;
}

.checkButton {
	width: 80%;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -20px;
	margin-bottom: 40px;
	text-align: center;
}

.checkButton a {
	display: inline-block;
	height: 60px;
	width: 260px;
	top: -10px;
	margin-bottom: 36px;
	margin-left: 16px;
	margin-right: 16px;
}


@media (max-width: 1087px) {

    #headImg{
        width: 665px;
        background-position: left;
    }
	
	#aboutPic {
		width: 350px;
		height: 300px;
	}
	
	#aboutPic img {
		width: 100%;
	}
	
	#aboutText {
		width: 100%;
	}
}

@media (max-width: 780px) {

    #headImg{
        width: 382px;
        background-position: left;
    }

    .title {
        height:60px;
    }

    .subtitle {
        font-size: 12pt;
    }
	
	#introMe {
		flex-direction: column;
	}
	
	#aboutPic {
		width: 100%;
		height: 350px;
		margin-bottom: 16px;
	}
	
	#aboutPic img {
		width: 100%;
	}
	

}

@media (max-width: 480px) {
	
    #headImg{
        width: 244px;
        background-position: center;
    }

    .title {
		width:244px;
        height:44px;
    }

    .subtitle {
		width: 244px;
        font-size: 10pt;
    }
	
	#aboutText {
		width: 320px;
	}

}