/*
Theme Name: Ariana Farquharson
Theme URI: http://arianafarquharson.com
Description: A typographic, multi-column theme with an archival approach to type.
Author: You
Author URI: http://arianafarquharson.com/
Version: 1.0
Tags: Bootstrap, columns, archives, guide, simple, clean, typography
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Reset default browser styles */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* ===== Wrapper ===== */
html, body {
	height: 100%;
}
body {
	color: #000;
	background-color: #000;
	font-family: 'Calluna',Times New Roman,serif;
	overflow-y: hidden;
}
#wrapper {
	height: 100%;
	width: 100%;
}
.container-fluid {
	margin: 5%;
	max-width: 1170px;
	width: 90%;
}
#bg-img {
	background-image: url('https://www.dropbox.com/s/z82tlvg4axnp5sq/photo_ariana-farquharson.jpg?raw=1');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
	height: 100%;
}
#space {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

/* ===== Typography ===== */
h1 {
    font: normal 700 9px/1 'Calluna Sans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
}
h1 div {
	font: normal 400 12px/16px 'Calluna', Times New Roman, serif;
	display: inline-block;
	text-transform: none;
	letter-spacing: 0px;
}
p {
	font: normal 400 12px/16px 'Calluna', Times New Roman, serif;
}
p a {
	color: inherit;
    text-decoration: underline;
}

/* ===== Header ===== */
.site-header {
	color: #000;
    font: normal 400 10px/1 'Calluna Sans', Arial, sans-serif;
    text-align: center;
    
	position: fixed;
	top: 30px;
	z-index: 99;
	width: 90%;
}
.site-header h1,
.site-header p {
	margin-bottom: 20px;
}
.site-header h1 {
	margin-right: 10px;
}

/* ===== Contact ===== */
.contact {
	list-style: none;
	text-align: center;
	display: none;
	position: fixed;
	left: 0;
	bottom: 20px;
	z-index: 99;
	width: 30%;
	font-size: 0;
}
.contact li {
	width: 33.333333%;
	display: inline-block;
}
.contact li a {
	color: #000;
    font: normal 400 10px/1 'Calluna Sans', Arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.contact li a:hover {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}
.contact li a span {
	font-size: 0;
}
.contact li a:hover span {
	font-size: 10px;
}

/* ===== Footer ===== */
.site-footer {
	position: fixed;
	bottom: 150px;
	right: -30px;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
    
	z-index: 999;
}
.site-footer p {
	color: #000;
    font: normal 700 7px/1 'Calluna Sans', Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.site-footer p span {
	font: normal 400 11px/16px 'Calluna', Times New Roman, serif;
	display: inline-block;
	text-transform: none;
	letter-spacing: 0px;
	margin-right: 5px;
}



/* ===== Media Queries ===== */
@media screen and (max-width: 1024px) {
	.site-header {
		text-align: left;
		width: 20%;
	}
	.site-header h1,
	.site-header p {
		margin-bottom: 20px;
	}
	h1 div {
		margin-top: 5px;
	}
}
@media screen and (max-width: 540px) {
	body {
		overflow-y: visible;
	}
}