/**
 * General
 */
html, body { height: 100%; }

body {
	background-color: #ffffff;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	color: #fff;
	font-family: 'Roboto', regular;
	padding: 20px 0;
}

.splsh-section {
	padding: 40px 0 0 0;
    vertical-align: middle;
    text-align: center;
}

/**
 * div hover
 */
div.location {
    padding: 20px;
    background: #000000;
    transition: background 0.5s ease-in-out;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    color: #ffffff;
}

div.location:hover {
    background: #ff0000;
    text-align: center;
    
}

/**
 * Location blocks
 */

.container-loc .box {
    display:table;
}
.container-loc .box .box-row {
    display:table-row;
}
.container-loc .box .box-cell {
    display:table-cell;
    padding:10px;
}
.container-loc .box .box-cell.box1 {
    text-align:center;
}
.container-loc .box .box-cell.box2 {
    text-align:center;
}

/**
 * Links
 */
a.sns, a.sns:active, a.sns:visited {
	color: #ff0000;
	text-decoration: none;
	-webkit-transition: color ease .25s;
	   -moz-transition: color ease .25s;
	    -ms-transition: color ease .25s;
	     -o-transition: color ease .25s;
	        transition: color ease .25s;
}

a.sns:focus, a.sns:hover {
	color: #000000;
}

a, a:active, a:visited, a:focus, a:hover {
    color: #ffffff;
    text-decoration: none;
}

/**
 * Logo
 */
#logo {
	text-align: center;
}

/**
 * Paragraph
 */
#paragraph {
	color: #000000;
	font-size: 30px;
	line-height: 30px;
    display: flex;
	justify-content: center;
    width: 100%;
}

/**
 * Social Navigation
 */
#social-nav {
	text-align: center;
}
	#social-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#social-nav ul li {
			display: inline;
			margin: 0 5px;
		}
			#social-nav ul li a {
				font-size: 36px;
			}

/**
 * Responsive
 */
@media (max-width: 768px) {
	.splsh-section {
		padding: 20px;
	}
	#logo img {
		height: auto;
		width: 300px;
	}
    
    #city img {
        height: auto;
        width: 150px;
    }

	#paragraph {
		font-size: 16px;
		line-height: 24px;
	}
}
