/*
	Theme Name: Arthur
	Theme URI: http://liamgowing.com
	Description: Landing page only
	Version: 1.0.0
	Author: Chris Varosy
	Author URI: http://www.primitivespark.com
	Tags: Custom, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kufam:wght@900&display=swap');

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	width:100%;
	min-height:700px;
    background:#001e36;
    bbackground:#000;
}
body {
    color: #fff;
    font-family:Kufam,Arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
}

table {
	width:500px;
	max-width:100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {clear:both;}
.clear {*zoom:1;}


img {border:0;}

img.icon {width:75px; height:75px; opacity:0.5;}

a:hover img.icon {
	opacity:0.7;
}

img.compass {width:500px; height:500px; }

a {
	color:#fff;
	text-decoration:none;
	outline:none;
	font-weight: 700;
}

a:hover {color:rgba(255,255,255,0.6);}
a:focus {outline:none;}
a:active {
	outline:none;
	color:#fff;
}
a:visited{}

input:focus {outline:0;}

menu, ol, ul {padding:0;list-style:none;}
dl, menu, ol, ul {margin:0;}

p{}

/* Headings */
h1, h2, h3, h4, h5, h6, h7 {
	margin:0;
	padding:0;
	line-height:normal;
	color:#fff;
	text-align:center;
}

h1{
	font-size:60px;
	margin-bottom:30px;
}

#viewport {
	position:relative;
}

#topbanner {
	display:inline-block;
	border:0px;
	width:100%;
	text-align:center;
	outline:none;
	margin:0;
	padding:0px;
	text-indent:0;
	font-size:16px;
	line-height:24px;
	position:relative;
	z-index:1000;
}

#compass {
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

#music {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-50px;
	width:100px;
	text-align:center;
	background-color:rgba(255,255,255,0);
}
#writing {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-250px;
	width:100px;
	text-align:center;
	background-color:rgba(255,255,255,0);
}
#teaching {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:150px;
	width:100px;
	text-align:center;
	background-color:rgba(255,255,255,0);
}
#resume {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:150px;
	margin-left:-50px;
	width:100px;
	text-align:center;
	background-color:rgba(255,255,255,0);
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/* When the Grid is the same size at the viewport! */
@media only screen and (max-width:904px) {

}

@media only screen and (max-width:760px) {

h1{
	margin-bottom:25px;
}


}

@media only screen and (max-width:500px) {

#topbanner {
	font-size:14px;
	line-height: 16px;
}
h1{
	margin-bottom:25px;
	font-size:40px;
}

img.compass {width:300px; height:300px; }

#music {
	margin-top:-150px;
}
#writing {
	margin-top:-35px;
	margin-left:-175px;
}
#teaching {
	margin-top:-35px;
	margin-left:75px;
}
#resume {
	margin-top:90px;
	margin-left:-50px;
}

img.icon {width:40px; height:40px;}
table {
	width:100%;
}
}

@media (max-width: 500px) and (orientation: portrait){

	
}
