html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { overflow-y: scroll; }
body { 
  background: #fff; 
  font-family: 'Roboto light italic', Helvetica, Arial, sans-serif;
  color: #313131;
  font-size: 62.5%; 
  line-height: 1;
  font-weight: 100;
}

a {
	text-decoration: none !important;
}

::selection { background: #a4ecab; }
::-moz-selection { background: #a4ecab; }
::-webkit-selection { background: #a4ecab; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;  
}

br { display: block; line-height: 2.2em; }
hr { width: 75%; border: 1px solid #ccc; margin-bottom: 15px; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
i,em { font-style: italic; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

#topbar {
  background: #4f4a41;
  padding: 10px 0 10px 0;
  text-align: center;
  height: 36px;
  overflow: hidden;
}
#topbar a {
  color: #fff;
  font-size:1.3em;
  line-height: 1.25em;
  text-decoration: none;
  opacity: 0.5;
  font-weight: bold;
}
#topbar a:hover {
  opacity: 1;
}

/** typography **/
h1 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  padding: .1em 0;
  color: #444;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
h1:before,
h1:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: #f0f0f0;
}
h1:before {    
  left: -.5em;
  margin: 0 0 0 -50%;
}
h1:after {    
  left: .5em;
  margin: 0 -50% 0 0;
}
h1 > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

h2 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  line-height: 1.45em;
  text-align: center;
}

h3 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  line-height: 1.4em;
  letter-spacing: normal;
  margin-bottom: 15px;
  padding: .1em 0;
  color: #565656;
	position: relative;
	
	white-space: nowrap;
	text-align: center;
}

p {
  display: block;
  font-size: 1.35em;
  line-height: 1.5em;
  margin-bottom: 22px;
}

a { color: #5a9352; text-decoration: none; }
a:hover { text-decoration: underline; }

.center { display: block; text-align: center; }

/** page structure **/


#content {
  display: block;
  width: 100%;
  background: #fff;
  padding: 25px 20px;
  padding-bottom: 35px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.floatr {
  float: right;
}


.floatl { 
  float: left;
}

.bigdl {
  display: inline-block;
  padding: 20px 42px;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
  border-width: 1px;
  border-style: solid;
  border-color: #325bd0 #4561bf #1f4ebb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #2f59c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#538ed8), to(#2f59c4));
  background-image: -webkit-linear-gradient(top, #538ed8, #2f59c4);
  background-image: -moz-linear-gradient(top, #538ed8, #2f59c4);
  background-image: -ms-linear-gradient(top, #538ed8, #2f59c4);
  background-image: -o-linear-gradient(top, #538ed8, #2f59c4);
  background-image: linear-gradient(to bottom, #538ed8, #2f59c4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 2px rgba(0,0,0,0.25);
}
.bigdl:hover {
  text-decoration: none;
  background: #3b64ce;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5e99e2), to(#3b64ce));
  background-image: -webkit-linear-gradient(top, #5e99e2, #3b64ce);
  background-image: -moz-linear-gradient(top, #5e99e2, #3b64ce);
  background-image: -ms-linear-gradient(top, #5e99e2, #3b64ce);
  background-image: -o-linear-gradient(top, #5e99e2, #3b64ce);
  background-image: linear-gradient(to bottom, #5e99e2, #3b64ce);
}
.bigdl:active {
  background: #294ba2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3d77bf), to(#294ba2));
  background-image: -webkit-linear-gradient(top, #3d77bf, #294ba2);
  background-image: -moz-linear-gradient(top, #3d77bf, #294ba2);
  background-image: -ms-linear-gradient(top, #3d77bf, #294ba2);
  background-image: -o-linear-gradient(top, #3d77bf, #294ba2);
  background-image: linear-gradient(to bottom, #3d77bf, #294ba2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
}

/** animated boxes **/
.animBlock {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all .55s ease-in;
  -moz-transition: all .55s ease-in;
  -ms-transition: all .55s ease-in;
  -o-transition: all .55s ease-in;
  transition: all .55s ease-in;
}
.animBlock[data-position="left"] { left: -24%;  }
.animBlock[data-position="right"] { right: -20%; }

.animBlock[data-position="left"].viewed {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.animBlock[data-position="right"].viewed {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.notViewed {
  opacity: 0;
  filter: alpha(opacity=0);
}
	

/** various box positions **/

#bobLeft {
  width: 382px;
  height: 300px; /* keep similar height to app icon image */
  padding-left: 10px;
  text-align: center;
  float: left;
}
#bobRight {
  width: 183px;
  height: 266px;
  display: inline-block;
  text-align: center;
  float: right;
  position: relative;
  top: 0; 
}
#bobRight img {
	margin-left: 20%;
}
#middleText {
	font-family: 'Roboto', sans-serif !important;
	font-weigth: 300;
	display: inline;
	color: #888;
	font-size: 2em;
	position: relative;
	left: -160px;
	top: 60px;
	z-index: 1000;
	line-height: 1.4em;
	
	/*padding-right: 4% !important;*/
}
@media screen and (max-width:1052px) {
	#bobRight {
		top: -31px;
	}
}
@media screen and (max-width:857px) {
	#bobRight {
		top: -56px;
	}
	#middleText {
		padding-right: 2%;
	}
}
@media screen and (max-width:728px) {
	#bobRight {
		top: -86px;
	}
}
@media screen and (max-width:664px) {
	#bobRight {
		display: none;
	}
	
	#bobLeft {
     display: none;
    }
	#middleText {
		left: 20px;
		margin-right: 3% !important;
		margin-bottom: 11px;
		display: inline-block;
	}
	hr {
		display: none;
	}
}



#appIcon {
  width: 47.65%;
}
#downloadTxt {
width: 52.25%;
}



/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; width: 100%; opacity: .8; }
.clearfix { display: inline-block; width: 100%;} /* this one made it go to 100% width */
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/*-----   My styles  -----*/
.top {
	background-image: url("../img/ScrutinizedBckgrndDesktop.jpg");
	background-repeat:no-repeat; 
	background-position:center top;
	background-size: 100% auto;
	background-color: #ebebeb;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 66%; /* Do a media query to adjust padding-bottom */
	text-align: center;
	
	    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media screen and (max-width: 660px) {
	.top {
		padding-bottom: 54%;
		background-image: url("../img/ScrutinizedBckgrndSmartPhone.jpg");
	}
	#appIcon {
		position: relative;
		top: 100px;
	}
	#downloadTxt {
		position: relative;
		top: 100px;
     }
}
@media screen and (max-width: 470px) {
	.top {
		padding-bottom: 64%;
	}
}
@media screen and (max-width: 340px) {
	.top {
		padding-bottom: 53%;
	}
}
.name {
	color: #888;
	margin: 0 10%;
	display: block;
	padding: 40px 13%;
	text-align: center;
	padding-top: 30px;
	border: 1px solid #777;
	text-shadow: 1px 2px 3px #000;
}
/* Do a media query to adjust name headings sizes h2, h4, h5 */
.name h5 {
	color: #888;
	padding-top: 5px;
	font-size: 1.4em;
	letter-spacing: 22px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.name h4 {
	padding-top: 10px;
	font-size: 2em;
	letter-spacing: 28px;
	text-align: center;
	text-decoration: none;
}
.name h2 {
	color: #888;
	font-weight: 700;
	font-size: 3.6em;
	letter-spacing: 13px;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 510px) {
	.name {
		margin: 0 10%;
		padding: 20px 13%;
		padding-top: 10px;
	}
	
	.name h5 {
		font-size: .9em;
		letter-spacing: 9px;
		padding-top: 2px;
	}
	.name h2 {
		font-size: 1.9em;
		letter-spacing: 6px;
	}	
	.name h4 {
		font-size: 1.2em;
		letter-spacing: 13px;
	}
	
}
.icons {
	background-color: #ebebeb;
	padding: 10% 10%;
}
.icons ul {
	margin: 0 auto;
	display: block;
	text-align: center;
}
.icons li {
	display: inline-block;
	margin: 0 10px;
	color: #58595b;
}
.newpaintings {
	text-align: center;
	width: 100px;
	height: 120px;
	background-image: url(../img/newPaintingsIcon.svg);
	background-position: 0 17px ;
	background-repeat: no-repeat;
	background-size: 100px 206px;
	position: relative;
    -webkit-animation: newpaintAnim .4s forwards .2s ease-in-out; /* Safari Chrome Opera */
    animation: newpaintAnim .4s forwards .2s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.newpaintings:hover {
	background-position: 0 -94px ;
}
/* Safari Chrome Opera */
@-webkit-keyframes newpaintAnim {
    0%   {top: 30px; left: 0px; opacity: 0;}   
    100% {top: 0px; left: 0px; opacity: 1;}
}
/* Standard syntax */
@keyframes newpaintAnim {
    0%   {top: 30px; left: 0px; opacity: 0;}    
    100% {top: 0px; left: 0px; opacity: 1;}
}


.gallery {
	text-align: center;
	width: 100px;
	height: 120px;
	background-image: url(../img/galleryIcon.svg);
	background-position: 0 17px ;
	background-repeat: no-repeat;
	background-size: 100px 206px;
	position: relative;
    -webkit-animation: newpaintAnim .4s forwards .6s ease-in-out; /* Safari Chrome Opera */
    animation: galleryAnim .4s forwards .6s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.gallery:hover {
	background-position: 0 -94px ;
}
/* Safari afari Chrome Opera */
@-webkit-keyframes galleryAnim {
    0%   {top: 30px; left: 0px; opacity: 0;}   
    100% {top: 0px; left: 0px; opacity: 1;}
}
/* Standard syntax */
@keyframes galleryAnim {
    0%   {top: 30px; left: 0px; opacity: 0;}    
    100% {top: 0px; left: 0px; opacity: 1;}
}
.bio {
	text-align: center;
	width: 100px;
	height: 120px;
	background-image: url(../img/bioIcon.svg);
	background-position: 0 16.6px ;
	background-repeat: no-repeat;
	background-size: 100px 206px;
	position: relative;
    -webkit-animation: newpaintAnim .4s forwards 1s ease-in-out; /* Safari Chrome Opera */
    animation: bioAnim .4s forwards 1s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.bio:hover {
	background-position: 0 -96px ;
}
/* Safari afari Chrome Opera */
@-webkit-keyframes bioAnim  {
    0%   {top: 30px; left: 0px; opacity: 0;}   
    100% {top: 0px; left: 0px; opacity: 1;}
}
/* Standard syntax */
@keyframes bioAnim  {
    0%   {top: 30px; left: 0px; opacity: 0;}    
    100% {top: 0px; left: 0px; opacity: 1;}
}

.exhibits {
	text-align: center;
	width: 100px;
	height: 120px;
	background-image: url(../img/exhibitsIcon.svg);
	background-position: 0 17px ;
	background-repeat: no-repeat;
	background-size: 100px 206px;
	position: relative;
    -webkit-animation: exhibitsAnim .4s forwards 1.4s ease-in-out; /* Safari Chrome Opera */
    animation: exhibitsAnim .4s forwards 1.4s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.exhibits:hover {
	background-position: 0 -94.5px ;
}
/* Safari afari Chrome Opera */
@-webkit-keyframes exhibitsAnim  {
    0%   {top: 30px; left: 0px; opacity: 0;}   
    100% {top: 0px; left: 0px; opacity: 1;}
}
/* Standard syntax */
@keyframes exhibitsAnim  {
    0%   {top: 30px; left: 0px; opacity: 0;}    
    100% {top: 0px; left: 0px; opacity: 1;}
}
.contact {
	text-align: center;
	width: 100px;
	height: 120px;
	background-image: url(../img/contactIcon.svg);
	background-position: 0 17px ;
	background-repeat: no-repeat;
	background-size: 100px 206px;
	position: relative;
    -webkit-animation: exhibitsAnim .4s forwards 1.8s ease-in-out; /* Safari Chrome Opera */
    animation: contactsAnim .4s forwards 1.8s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.contact:hover {
	background-position: 0 -94px ;
}
/* Safari afari Chrome Opera */
@-webkit-keyframes contactsAnim  {
    0%   {top: 30px; left: 0px; opacity: 0;}   
    100% {top: 0px; left: 0px; opacity: 1;}
}
/* Standard syntax */
@keyframes contactsAnim  {
    0%   {top: 30px; left: 0px; opacity: 0;}    
    100% {top: 0px; left: 0px; opacity: 1;}
}
	