@charset "utf-8";

.about {
	background-color: hsla(0,0%,100%,0.80);
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.aboutWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;

}

.about .leftColumn {
	float: left;
	width: 60%;
	margin-right: 2%;
}

.about .rightColumn {
	float: left;
	padding-top: 20px;
	width: 38%;
}

.about h1 {
	color: hsla(226,50%,42%,1.00);
	margin: 0 0 10px;
	font-size: 48px;
}

.about h2 {
	color: hsla(77,100%,37%,1.00);
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 28px;
}

.bulletRow {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	clear: none;
}

.bulletPhoto {
	float: left;
	width: 170px;
	height: auto;
	margin-left: 0px;
	margin-right: 20px;
}

.bulletPhoto a img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 1px 1px 3px 0 hsla(0,0%,0%,0.40);
	box-shadow: 1px 1px 3px 0 hsla(0,0%,0%,0.40);
	opacity: 1;
}

.bulletPhoto a:hover img {
	-webkit-box-shadow: -1px -1px 3px 0px hsla(0,0%,0%,0.10);
	box-shadow: -1px -1px 3px 0px hsla(0,0%,0%,0.10);
	opacity: 0.85;
}

.bulletHand {
	float: left;
	margin-right: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
	width: 32px;
	height: 32px;
	clear: none;
	padding-bottom: 80px;
}

.bulletHand img {
	width: 100%;
	height: auto;
}
.bulletHand a img {
	opacity: 0.75;
}

.bulletHand a:hover img {
	opacity: 1;
}


.bulletText {
	font-size: 20px;
	font-family: quicksand;
	font-weight: 700;
}


@media screen and (max-width:1900px){

.about h1 {
	font-size: 36px;
}
.about {
	padding-left: 5%;
	padding-right: 5%;
}

.bulletPhoto {
	padding-right: 15px;
}

.bulletHand {
	margin-top: 10px;
	margin-bottom: 30px;
}
.bulletText {
	font-size: 18px;
	margin-top: 8px;
}
}

@media screen and (max-width:1300px){

.about .leftColumn {
	width: 100%;
	margin-right: 0%;
}

.about .rightColumn {
	width: 100%;
}


.bulletPhoto {
	width: 200px;
	padding-right: 20px;
}

.bulletHand {
	margin-top: 20px;
	width: 32px;
	height: 32px;
}


.bulletText {
	font-size: 20px;
	margin-top: 20px;
}
}

@media screen and (max-width:767px){

.about {
	background-color: hsla(220,100%,78%,0.30);
}

.aboutWrapper {
	background-color: hsla(0,0%,100%,1.00);
}

.bulletPhoto {
	width: 160px;
}

.bulletHand {
	margin-top: 0px;
	width: 24px;
	height: 24px;
	margin-bottom: 60px;
	padding-bottom: 0px;
}


.bulletText {
	font-size: 18px;
	margin-top: 0px;
}

.about h1 {
	font-size: 28px;
}

.about h2 {
	font-size: 20px;
}
}

@media screen and (max-width:680px){
.bulletPhoto {
	width: 50%;
}

.bulletHand {
	margin-top: 20px;
	clear: left;
	margin-bottom: 10px;
}

.bulletText {
	clear: left;
	margin-bottom: 20px;
}
.bulletText {
	font-size: 16px;
}
}



@media screen and (max-width:480px){

.bulletText {
	font-size: 14px;
}
}


@media screen and (max-width:380px){

.aboutWrapper {
	margin-top: 20px;
}
}
