@charset "utf-8";


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.index-div {
    max-width: 100vw;
    height: 660px;
    background-color: #FFFFFF;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    max-height: 750px;
    position: absolute;
    overflow-y: hidden;
    min-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.index-div h1 {
    text-align: center;
    margin-top: 0px;
    padding-top: 250px;
    font-family: serif;
    font-weight: normal;
    font-size: 100px;
    color: #000000;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.index-div .footer-end {
    width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    font-family: serif;
    color: #000000;
    font-size: 20px;
    margin-bottom: 20px;
    max-width: 300px;
}
.social-div {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    max-height: 80px;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 0px;
}




@media (min-width: 800px) and (max-width: 1024px){
.index-div {
    max-width: 1000px;
    height: 600px;
    min-height: 600px;
    background-color: #FFFFFF;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    max-height: 100vh;
    position: absolute;
    min-width: 100%;
}
.index-div h1 {
    text-align: center;
    margin-top: 0px;
    padding-top: 250px;
    font-family: serif;
    font-weight: normal;
    font-size: 66px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    width: 750px;
}
.index-div .footer-end {
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    font-family: serif;
    color: #000000;
    font-size: 20px;
}
.social-div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    max-height: 50px;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 0px;
	object-fit: contain;
}

	img {max-width: 70%;
	height: auto;}







}

@media (min-width: 300px) and (max-width: 799px){
.index-div {
    max-width: 750px;
    height: 450px;
    min-height: 450px;
    background-color: #FFFFFF;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    max-height: 100vh;
    position: absolute;
    min-width: 100%;
}
.index-div h1 {
    text-align: center;
    margin-top: 0px;
    padding-top: 200px;
    font-family: serif;
    font-weight: normal;
    font-size: 35px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    background-color: #FFFFFF;
}
.index-div .footer-end {
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    font-family: serif;
    color: #000000;
    font-size: 16px;
    background-color: #FFFFFF;
}
.social-div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    max-height: 50px;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 0px;
    object-fit: contain;
}


	img {max-width: 50%;
	height: auto;}


}
