/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */



<!DOCTYPE html>
<html>
  <head>

	
	
	
    <meta name="google-site-verification" content="Yarli Allison - Artist. "/>
    <title="Yarli Allison - a Hong Kong-Canadian born, London-based artist with a multidisciplinary approach that traverses sculpture, performance, digital, film, drawing and installation."/title>
    <meta name="robots" content="">
	
	
	
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}




/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #000AF9;
    color: #000AF9;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	margin-top: 100px;
		font-size: 8px;
	color: #000;
	text-align: justify;
}

 

/* ==========================================================================
   MENU- ORIGINAL
   ========================================================================== */


/***** menu *****/
#menu {
	margin-top: 70px;
	position: fixed;
	top: 0;
	left: 0px;
	font-family: "Dosis", Helvetica, Arial;
	text-align: right;
}
#menu li {
	list-style: none;
}
#menu li:first-child a {
	text-transform: uppercase;
	color:beige;
	background-color: blue ;
	font-size: 22px;
	margin-bottom: 17px;
	display: block;
	font-family: "Abel", Helvetica, Arial;
}
#menu li:first-child a:hover {
	color: #00FDF0;
}
#menu a {
	font-size: 17px;
	text-decoration: none;
	color:blue;
	background-color:aquamarine;
	margin-bottom: 10px;
	display: block;
}
#menu a:hover {
	color: #00FDF0;
}
#menu .submenu {
	display: none;
}
 


#content {
	margin-left: 5px;
		margin-top: 50px;

}
#content img {
	max-width: auto;
}
#description {
	width: auto;
	padding: 0 18px;
}
#portfolio {
	width: auto;
}
#portfolio img {
	width: auto;
	height: auto;
	margin: 10px;
}
#portfolio a:hover {
	opacity: 0.6;
}

#portfolio a {
	display: block;
	position: relative;
	float: left;
}
#portfolio a span {
	display: none;
}

#portfolio a:hover span {
	display: block;
width: auto;
padding: 5px;
position: absolute;
top: 18px;
left: 15px;
background: #000AF9;
font-size: 15px;
color: #fff
}





/******* footer *****/
#footer {
	font-size: 8px;
	color: #000AF9;
clear: both;
margin-left: auto;
padding-top: auto;
}

/***** home ***/


.home img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  .home img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

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

	}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}



@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





/* ==========================================================================
  between this is to make  youtube responsive 
   ========================================================================== */


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



/* ==========================================================================
   Between this is to make  youtube responsive   
   ========================================================================== */



/* ==========================================================================
   Below are Bootstrap Tablet devices
   ========================================================================== */



/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { ... }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { ... }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { ... }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }

/* Example*/
/* Apply styles starting from medium devices and up to extra large devices*/
@media (min-width: 768px) and (max-width: 1199.98px) { ... }


@include media-breakpoint-up(sm) {
  .some-class {
    display: block;
  }
}


/* ==========================================================================
   Portfolio TE
   ========================================================================== */
   
   
   