body.Home {
    background-color: rgb(255, 255, 255);
    padding-bottom: 300px;
    position: relative;
	animation: fadeIn 3s;
	animation-delay: 9s;
}


@media screen and (min-width: 800px){
.under-development {
	font-size: 26px;
	margin-left: 0%;
	width: 200%;
	top: 50px;
}

/*slide show for home page*/
.fadein {
    position:absolute;
    top: -230px;
	height: auto;
    width: 100%;
}
.fadein img {
    position:absolute;
	height: 700px;
	width: 100%;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 14s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 14s;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}

#img-1 {
	background-image: url(imgs/home/main-1.jpg); 
	background-position: center;
	background-size: 100%;
}
#img-2 {
    animation-delay: -9s;
    -webkit-animation-delay: -9s;
    background-image: url('imgs/home/main-2.jpg'); 
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#img-3 {
    animation-delay: -5s;
    -webkit-animation-delay: -5s;
    background-image: url('imgs/home/main-3.jpg'); 
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Overlaying Part for home page photos */
.overlay{
	position: relative;
	margin-top: 300px;
	margin-left: 25%;
	margin-right: 25%;
	background-color: rgba(255, 255, 255, 0.562);
	border: 10px solid rgb(255, 255, 255);
	padding: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
}
.overlay img{
	position: relative;
	width: 100%;
	margin-top: 20px;
}

/* Intro Text */
.grid-container {
	display: grid;
	grid-template-areas: 
	'header header'
	'grid-title-1 grid-title-2'
	'grid-library-1 grid-library-2'
	'grid-item-1 grid-item-2';
	justify-content: center;
	padding: 10px;
	margin-top: 250px;
	grid-gap: 10px;
}

/* Library-Button Img */
.grid-container img {
    transition: 1s;
    padding: 15px;
    width: 200px;
}

.grid-container img:hover{
	transform: scale(1.08);
}

/* Photo Library */
.grid-library .lib{
	float: none;
	display: flex;
	position: relative;
	margin: auto;
	justify-content: center;
	width: 456.703px;
}

.grid-library .btn{
	position: relative;
	border: 1px solid black;
}

.grid-main {
	grid-area: header;
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	padding-top: 10px;
}

.grid-title {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 25px;
	margin-top: 10px;
	font-size: 30px;
	text-align: center;
}

.grid-item {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	font-size: 22px;
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	width: 456.703px;
}

/* Icon Section */
.icon-container {
	display: grid;
	grid-template-areas: 
	'header header header header header'
	'icon-img-1 icon-img-2 icon-img-3 icon-img-4 icon-img-5'
	'icon-title-1 icon-title-2 icon-title-3 icon-title-4 icon-title-5';
	justify-content: center;
	padding: 10px;
	margin-top: 50px;
	grid-gap: 10px;
}

/* Icon-Img */
.icon-container img {
    transition: 1s;
    padding: 15px;
    width: 100px;
}

.icon-container img:hover{
	transform: scale(1.08);
}

/* Icon Picture */
.icon-img .picture{
	float: none;
	display: flex;
	position: relative;
	margin: auto;
	justify-content: center;
	width: 100px;
}

.icon-main {
	grid-area: header;
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 50px;
}

.icon-title {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 25px;
	margin-top: 10px;
	font-size: 24px;
	text-align: center;
}



/* Contact Button */
.contact-button{
	position: relative;
	transition: 0.5s;
	margin-top: 5%;
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
	padding: 15px;
	margin-bottom: 45px;
	background-color: rgb(168, 132, 33);
	border-radius: 0%;
	font-size: 20px;
	box-shadow: none;
	border: none;
	color: white;
	transition: 0.5s;
}
.contact-button:hover{
	color: #111;
	transition: 0.5s;
	background-color: transparent;
	border: 2px solid black;
}

/* Footer */
.footer_index{
	position: absolute;
	bottom: -300px;
	width: 100%;
	height: 20%;
	background: rgb(168, 132, 33);
}

}



/*------------------------------------------------------ PHONE VIEW ------------------------------------------------------ */
@media screen and (max-width: 800px){
/* Change logo aize for header */
.logo{
	height: 61px;
	width: 197px;
}

/*slide show for home page*/
.fadein {
    position:absolute;
    top: -190px;
	height: auto;
    width: 100%;
}
.fadein img {
    position:absolute;
	height: 200px;
	width: 100%;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 14s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 14s;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}

#img-1 {
	background-image: url(imgs/home/main-1.jpg); 
	background-position: center;
	background-size: 100%;
}
#img-2 {
    animation-delay: -9s;
    -webkit-animation-delay: -9s;
    background-image: url('imgs/home/main-2.jpg'); 
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#img-3 {
    animation-delay: -5s;
    -webkit-animation-delay: -5s;
    background-image: url('imgs/home/main-3.jpg'); 
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Overlaying Part for home page photos */
.overlay{
	display: none;
}


/* Intro Text */
.grid-container {
	display: grid;
	grid-template-areas: 
	'header'
	'grid-title-1 '
	'grid-library-1 '
	'grid-item-1 '
	'grid-title-2 '
	'grid-library-2 '
	'grid-item-2';
	padding: 10px;
	margin-top: 350px;
	grid-gap: 10px;
}

/* Library-Button Img */
.grid-container img {
    transition: 1s;
    padding: 15px;
    width: 250px;
}

.grid-container img:hover{
	transform: scale(1.08);
}

/* Photo Library */
.grid-library .lib{
	float: none;
	display: flex;
	position: relative;
	margin: auto;
	justify-content: center;
}

.grid-library .btn{
	position: relative;
	border: 2px solid black;
}

.grid-main {
	grid-area: header;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	padding-top: 10px;
}

.grid-title {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 25px;
	margin-top: 10px;
	font-size: 30px;
	text-align: center;
}

.grid-item {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	font-size: 20px;
	text-align: center;
}

/* Icon Section */
.icon-container {
	display: grid;
	grid-template-areas: 
	'header header'
	'icon-img-1 icon-img-2'
	'icon-title-1 icon-title-2'
	'icon-img-3 icon-img-4'
	'icon-title-3 icon-title-4'
	'icon-img-5 icon-img-5'
	'icon-title-5 icon-title-5';
	padding: 10px;
	margin-top: 50px;
	grid-gap: 10px;
}

/* Library-Button Img */
.icon-container img {
    transition: 1s;
    padding: 15px;
    width: 100px;
}

.icon-container img:hover{
	transform: scale(1.08);
}

/* Icon Picture */
.icon-img .picture{
	float: none;
	display: flex;
	position: relative;
	margin: auto;
	justify-content: center;
}

.icon-main {
	grid-area: header;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
}

.icon-title {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5px;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
}


/* Contact Button */
.contact-button{
	position: relative;
	transition: 0.5s;
	width: 60%;
	margin-top: 50px;
	margin-left: 20%;
	margin-right: 20%;
	padding: 15px;
	margin-bottom: 45px;
	background-color: rgb(168, 132, 33);
	border-radius: 0%;
	font-size: 20px;
	box-shadow: none;
	border: none;
	-webkit-tap-highlight-color: transparent;
}
.contact-button:hover{
	color: #111;
	transition: 0.5s;
	background-color: transparent;
	border: 2px solid black;
}


.footer_phone{
	position: absolute;
	top: 90%;
	width: 100%;
	height: 23%;
	background: #111;
}


}