@charset "utf-8";

/* CSS Document */

@media only screen and (max-width: 1140px) {
.hero {
	height: 400px;
}
}

@media only screen and (max-width: 1000px) {
.wrapper {
	width: 90%;
}
#text {
	top: 20px;
}
}

@media only screen and (max-width: 960px) {
header {
	width: 100%;
}
#about {
	text-align: center;
	margin-top: 30px;
}

}

@media only screen and (max-width: 986px) {
.hero {
	background-image: none;
	background-image: url(../img/Hero_986px.png);
	height: 350px;
}
.hero img {
	display: none;
}
		#logo{
		margin-left: 35px;
	}
}

@media only screen and (max-width: 800px) {
.hero {
	height: 380px;
}
header {
	width: 100%;
}
#box1,#box2{
	width: 96%;
}
}

@media only screen and (max-width: 680px) {
.hero {
	height: 280px;
}
#button {
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
}
#text {
	top: 10px;
}
h1 {
	text-align: center;
}
h2 {
	font-size: 32px;
	margin-bottom: -24px;
}
h3 {
	font-size: 30px;
}
#photo {
	float: none;
	margin: auto;
	display: block;
}
}

@media only screen and (max-width: 660px) {
.hero {
	background-image: none;
	background-image: url(../img/Hero_660px.png);
}
#text {
	margin: auto;
	margin-left: 30px;
}
h1 {
	text-align: center;
}
h3 {
	font-size: 32px
}
}

@media only screen and (max-width: 484px) {
.hero {
	height: 280px;
}
h1 {
	text-align: center;
}
header {
	height: 220px;
}
#logo {
	width: 100%;
	margin: auto;
}
#social {
	top: 110px;
	right: auto;
	width: 100%;
	align-content: center;
}
#contact {
	top: 140px;
	right: auto;
	width: 100%;
}
#icons {
	width: 120px;
	margin: auto;
}
#number {
	font-size: 24px;
}
#text {
	width: 90%;
}
h2 {
	font-size: 22px;
	margin-bottom: -14px;
}
h3 {
	font-size: 26px;
}
#button {
	padding: 10px 20px;
	font-size: 14px;
}
#button2 {
	width: 90%;
}
}

@media only screen and (max-width: 320px) {
h3 {
	font-size: 20px;
}
}
