﻿img.top_slide_logo{
	height:auto;
	position:absolute;
}

section#top_snslinks:before{
	background:none;
        content: none
        display: block;
        width: initial;
        height: initial
}

section#top_snslinks h3{
	font-weight:bold;
	text-align:center;
}

@media only screen and (min-width: 961px){
section#top_snslinks h3{
	font-size:120%;
	margin:65px auto 10px auto;
}
}
@media only screen and (max-width: 960px){
section#top_snslinks h3{
	margin:30px auto 10px auto;
	font-size:150%;
}
}

section#top_snslinks ul{
	width:100%;
	display:flex;
}

@media only screen and (min-width: 961px){
section#top_snslinks ul{
	justify-content:space-evenly;
}
}
@media only screen and (max-width: 960px){
section#top_snslinks ul{
	justify-content:space-between;
}
}


@media only screen and (min-width: 961px){
img.top_slide_logo{
	width:10%;
	top:20px;
	right:20px;
}
}
@media only screen and (max-width: 960px){
img.top_slide_logo{
	width:15%;
	top:10px;
	right:10px;
}
}