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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Main styles */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
.text {
  fill: none;
  stroke-width: 3;
  stroke-linejoin: round;
  stroke-dasharray: 70 330;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 6s infinite linear;
  animation: stroke 6s infinite linear;
}
.text:nth-child(5n + 1) {
  stroke: #F2385A;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
  stroke: #F5A503;
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}
.text:nth-child(5n + 3) {
  stroke: #E9F1DF;
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}
.text:nth-child(5n + 4) {
  stroke: #56D9CD;
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}
.text:nth-child(5n + 5) {
  stroke: #3AA1BF;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}
/* Other styles */
html, body {
  height: 100%;
}



svg {
width: 10%;

  font: 5em/1 Open Sans, Impact;
  text-transform: uppercase;
  margin: 0;
	
}












html, body {
	height: 100%;
	font-family: Helvetica, helvetica;
}

.navbar {
	display: block;
	position: fixed;
	top: 0%;
	width: 100%;
	height: 3em;
	background-color: #83b4b3;
	z-index: 10;
	box-shadow: 3px 0.1px 2px;
}
.nav {
	
}
/*.nav a:last-of-type {
	border-radius: 0 0.4em 0.4em 0;
}
.nav a:first-of-type {
	border-radius: 0.4em 0 0 0.4em;
}*/
.nav a:first-of-type {
	border-left-style: none;
}
.nav a{
	float: left;
}
.nav a, #register {
	display: block;
	width: 11%;
	margin-left: 0%;
	padding: 0.5em 0em; 
	vertical-align: center;
	text-decoration: none;
	background-color: ;
	margin-top: 0.5em;
	border-left-width: 1.3px;
	border-left-style: solid;
	color: white;
	font-weight: 600;
}
#register {
	float: right;
	text-align: center;
	right: 4%;
	margin-right: 3%;
}
#register a{
	text-align: center;
	width: fit-content;
	text-align: center;
}
.nav li {
		text-align: center;
		width: fit-content;
		margin: auto;
}
.para1 {
    /*background-image: url('https://artsala.com/SlideShow/HeroImage/Artist.jpg');*/
	/*background-image: url(../john.png) ;*/
	background-image: url('../images/banner.jpeg');

    height: 50%;
	

    background-attachment: fixed;
    /*background-position: 10% 23%;*/
	background-position: 0 2em;
    background-repeat: no-repeat;
    background-color: #bedcde;
	background-size: cover;
	z-index: -2;
}
.para2 {
	    /*background-image: url('https://artsala.com/SlideShow/HeroImage/Artist.jpg');*/
	/*background-image: url(../john.png) ;*/
	background-image: url('../images/artist.jpeg');
/*
    height: 80%;

    background-attachment: fixed;
	background-position: 10em 13em;
    background-repeat: no-repeat;
    background-color: #ccc;
	background-size: initial;
	box-shadow: 8px 8px 8px;
	*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 80%;
}
.para3 {
	    /*background-image: url('https://artsala.com/SlideShow/HeroImage/Artist.jpg');*/
	/*background-image: url(../john.png) ;*/
	background-image: url('../images/Compjohn.jpg');

    height: 95%;

    background-attachment: fixed;
	background-position: ;
    background-repeat: no-repeat;
    background-color: white;
	background-size: 100%;
}
.para4 {
	background-image: url('../images/johnvid.gif');
    height: 80%;
    background-attachment: fixed;
	background-position: -7em 5em;
    background-repeat: no-repeat;
    background-color: black;
	background-size: 70%;
	padding-bottom: 9em;
}
.ARTsala {
    position: absolute;
    top: 14%;
    right: 15%;
	z-index: 1;
}
.title  {
	position: absolute;
	font-size: 3em;
	top: 3em;
	right: 40%;
}
.title h1, .title h3 {
	background-color:#ebeff0d6;
	padding: 0.2em;
	border-radius: 0.1em;
}

.vital {
	position: absolute;
	font-size: 0.5em;
	top: 5em;
	right: 35%;
	width: max-content;
	font-weight: 600;
}
.ART {
    font-family: "freight-sans-pro", sans-serif;
    color: #006699;
    font-size: 2em;
}
.sala {
    font-family: "freight-sans-pro",sans-serif;
    color: #FFCC00;
    font-size: 2em;
}
.nav a li:hover, #register:hover {
	color: #FFCC00;
	border-left-color: white;
}
	
.info1 {
	height: 90%;
	display: block;
	position: absolute;
	top: 80%;
	width: 100%;
	font-family: Helvetica, helvetica;
	background-color:;
}
.info1 ul {
	display: block;
	margin: auto;
	text-align: center;
	color: #383838;
}
.info1 ul li {
	display: block;
	margin-bottom: 0.4em;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: 500;
}
.infolist {
	padding-top: 1.2em;
    /*background-color: #bedcde;*/
	padding-bottom: 0.4em;
	background-color: white;
	box-shadow: 1px 1px 2px;
	width: 100%;
    border-radius: 1em 1em 0em 0em;
    margin: auto;
}
.info1text {
	text-align: right;
	margin-top: 13em;
	padding-bottom: 5em;
}
.why {
	font-size: 1.3em;
	margin-bottom: 0.6em;
	margin-top: 0.4em;
}
.info1text, .info2text, .info3text {
	font-weight: 600;	
	display: block;
	text-align: right;

	width: 100%;
	
}
.info1text ul, .info2text ul, .info3text ul {
	text-align: left;
	margin-right: 100px;
}
.smplorg h3, .tools h3, .share h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
}
.smplorg {
	line-height: 1em;
	float: right;
	background-color: #ffffffc2;
	border-radius: 0.3em;
	padding: 1em;
}
.info2text {
	position: absolute;
	margin-top: 25em;
	padding-bottom: 4em;
}
.info2text ul {
	position: absolute;
	left:5%;
	background-color: #ffffffc2;
	border-radius: 0.3em;
	padding: 1em;
}
.tools {
	float: right;
	text-align: right;
}
.info3text {
	position: absolute;
	margin-top: 63em;
}
.share {
	width: 45%;
	text-align: right;
}
.info3text ul {
	color: black;
	background-color: #f5f5f5a6;
	padding: 10px;
	border-radius: 0.4em;
	margin-right: 3%;
}
.free {
	display: block;
	width: 100%;
	height: fit-content;
	background-color: #83b4b3;
	padding: 0.4em 0;
}
#freetitle {
	display: block;
	text-align: center;
	padding:  0.2em 1em;
	text-decoration: none;
	color: white;
	font-weight: 600;
	border-style: solid;
	border-width: 0.2em;
	border-radius: 0.3em;
	background-color: #83b4b3;
}

.freecontainer a {
	text-decoration: none;

}
.freecontainer {
	width: max-content;
	margin: auto;
}
.Ars {
	font-size: 0.7em;
}


		/*ABOUT PAGE*/
.LetterBox {
	float: none;
	width: 700px;
	box-shadow: 2px 2px 7px 0px #666;
	padding: 10px;
	margin: auto;
	margin-top: 6%;
	background-color: white;

}
#aboutbox {
	line-height: 1.3em;
}
.LetterBox p+p {
	margin-top: .5em;
}
.aboutimage, .featuresimage, .signinimage {
	height: 100%;
	width: 100%;
	background-image: url('../images/banner.jpeg');
	position: absolute;
	margin-top: 0;
	background-position: 30% 20%;
}
.featuresimage {
	background-attachment: fixed;
	height: 100%;
	overflow:auto;
}
.signinimage {
	background-position: 90% 45%;
}
#SalaContent {
	margin-top: 5em;
	display: block;
	width: 960px;
	margin: auto;
	padding-left: 0;
	width: fit-content;
}
.ftrBox {
	margin:auto;
}
#pricing {
	margin-bottom: 1em;
	background-color: #83b4b3;
	border-radius: 0.3em;
}
.pi {
	padding: 0.5em 0em;
	margin-bottom: ;
}
/*.FtrTblRow {
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	border-bottom-color: #83b4b3;
}*/
.acctSelect {
	background-color: #006699a1;
}
#SalaContent.signincontent {
	padding-top: 9em;
	overflow: hidden;

}
#hideoverflow {
	overflow: hidden;
	background-image: url('../images/banner.jpeg');
	background-position: 40% 100%;
}
/*SIGN IN PAGE*/
#Log_In.Basic_Default {
	padding:1em 4em;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-radius: 0.3em;
}
#LogIn_Basic_Default.Basic_Default {
	padding: 1.4em;
	border-radius: 0.2em;
}
#featurebox {
	margin-top: 6%;
}

#LogInContainer {
	border-style: solid;
	border-radius: 0.3em;
}
#SalaContent.registercontent {
    margin-top: 10%;
    overflow: hidden;
    line-height: 1.8em;
    background-color: white;
    background-color: #ffffffc2;
    border-radius: 0.4em;
    padding: 1em;
}



#gettingstartedbox {
	line-height: 1.3em;
	margin-top: 15%;
	border-radius: 0.6em;
	text-align: center;
}
#helpContent h1 {
	font-size: 3em;
	background-color: #006699a1;
}
#helpContent {	
	background-color: white;
	width: unset;
	padding: 0;
	margin: 0;
	width: 65%;
	margin:auto;
	margin-top: 4.7em;
	margin-bottom: 2em;
	padding: 0em 1em;
}
}
#helpContent ul li {
    /* margin-left: 60px; */
    width: 90%;
    list-style-type: none;
    margin-bottom: 30px;
    font-weight: bold;
    margin: auto;
		line-height: 1.8em;
		margin-bottom: 4em;
}
.last{
	text-align: center;
}
#helpContent #titlefaq {
	background-color: initial;
	font-size: 1.3em;
}
#helpContent h1 {
	width: initial;
	margin-top: 0.3em;
}
#navtoggle {
	display: none;
}
.LetterBox {
	width: 1000px;
	
}
#aboutbox {
	position:absolute;
	left: 50%;
	margin-left: -500px;
	vertical-align: center;
	height: 450px;
	top: 50%;
	margin-top: -230px;
	padding: 2em;
}
#featurebox table {
	width: 1000px;
}
#featurebox h1.acctSelect {
	margin: -10px;
}

.information {
	width:100%;
	background-color: #e7ebe9;
	height: unset;
	padding: 1em 0em;
	line-height: 30px;
	overflow:hidden;
}

.ilist {
	float: left;
	width: 29%;
	height: 450px;
	padding: 2%;
	line-height: 1.2em;
	border-right-style: dashed;
	border-width: 0;
	list-style-type: disc;
	overflow: hidden;
}

ul#l1 li:last-child, ul#l2 li:last-child, ul#l3 li:last-child {
	list-style-type: none;
}
	
.ilist:last-of-type {
	border-right-style: none;
}
.infolists {
	width: 90%;
	margin: auto;
	margin-top: 4em;
	
}
.dimage {
	margin-top: 3em;
	max-height: 20em;
	max-width: 90%;
}
.navbar li {
	width: 100%;
	height: 110%;
}
/*HOVER EFFECTS*/
.navbar ul a li, #regtext{
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.navbar ul a li:hover, .navbar ul a li:focus, .navbar ul a li:active, #regtext:hover, #regtext:active, #regtext:focus {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
#setup {
	text-align: center;
}
#rec {
	box-shadow: 5px 10px 5px grey;
	}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #73abba;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#gettingstartedbox h1 {
	font-size: 2em;
	margin-top: 1em;
}

#gettingstartedbox a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
#gettingstartedbox a:hover, #gettingstartedbox a:focus, #gettingstartedbox a:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
#pricing {
	 font-size:large;
}
/*--------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1000px) {
.para1 {
    /*background-image: url('https://artsala.com/SlideShow/HeroImage/Artist.jpg');*/
	/*background-image: url(../john.png) ;*/
	background-image: url(../images/banner.jpeg);
`
    
    /*background-position: 10% 23%;*/
	background-position: 0 2em;
    background-repeat: no-repeat;
    background-color: #bedcde;
	background-size: cover;
	z-index: -2;
	height: 55%;
	background-attachment: scroll;
}
.free {
	position: relative;
}
.para2 {
	 /*background-image: url('https://artsala.com/SlideShow/HeroImage/Artist.jpg');*/
	/*background-image: url(../john.png) ;*/
	background-image: url(../images/artist.jpeg);
`	display: none;
    
    /*background-position: 10% 23%;*/
	background-position: 0 2em;
    background-repeat: no-repeat;
    background-color: #bedcde;
	background-size: cover;
	z-index: -2;
	height: 110%;
	background-attachment: scroll;
	display: none;
}
.para3 {
	/*background-image: url('https://artsala.com/SlideShow/HeroImage/Artist.jpg');*/
	/*background-image: url(../john.png) ;*/
	background-image: url(../images/Compjohn.jpg);
`
    
    /*background-position: 10% 23%;*/
	background-position: 0 2em;
    background-repeat: no-repeat;
    background-color: #bedcde;
	background-size: cover;
	z-index: -2;
	height: 385px;
	background-attachment: scroll;
	background-position: 80%;
	margin-top: 3em;
	display: none;
}
body {
	background-color: black;
	overflow-x: hidden;
}
.infolist {
	border-radius: 0;
}
.para4 {
	/*background-image: url('https://artsala.com/SlideShow/HeroImage/Artist.jpg');*/
	/*background-image: url(../john.png) ;*/
	background-image: url(../images/johnvid.gif);

    /*background-position: 10% 23%;*/
	background-position: 0 2em;
    background-repeat: no-repeat;
    background-color: black;
	background-size: cover;
	z-index: -2;
	height: 34em;
	background-attachment: scroll;
	background-position: 40% 24em;
	background-size: 115%;
}
	.navbar h1 {
		right: 7em;
	}
	.nav {
		margin-top: -0.4em;
		margin-left: -0.1em;
		display: none;
	}
	.nav a {
		float:none;
		width: 100%;
		background-color: #83b4b3;
		text-align: center;
		margin-top: -0.09em;
		font-size: 1.4em;
	}
	
	
	
	ul#setup {
		padding: 1em;
	}
	
	img.dimage.hvr-grow {
		max-width: 100%;
	}
	
	
	
	#register {
		width: initial;
		font-size: 1em;
		padding-left: 1em;
		position: absolute;
		top: 0;
	}
	.titlecont h1, .titlecont .ART, .titlecont .sala{
		right: 0;
		font-size: 1em;
	}
	.title {
		top: 20%;
		right: 30%;
	}
	.titlecont {
		margin-top: 3em;
	}
	.title h3 {
		background-color: none;
		top:3em;
		right:-2em;
		}
	.vital {
		
	}
	.info1 {
		top: 40%;
	}
	
	.info1text {
		margin:auto;
		margin-top: 90px;
		width:80%;
		display: none;
	}
	.info2text {
		margin-top: 2em;
	}
	.info2text ul {
		display: none;
	}
	.info3text {
		margin-top: 2em;
	}
	.info3text ul {
		padding: 0;
		width: 80%;
		padding: 3%;
		margin-right: 1.3em;
		max-height: 12em;
		overflow: scroll;
	}
	.smplorg, .tools, .share {
		width: 100%;
		line-height: unset;
		float: none;
		margin:auto;
		padding:0;
	}
	.tools {
		width: %;
		margin:auto;
	}
	.share {
		
	}
	.smplorg {
		padding: 3%;
	}
	
	#navtoggle {
		display:initial;
	}
	#navtoggle img {
		max-height:3em;
	}
	
	#aboutbox.LetterBox {
		max-width: 90%;
		top: 0;
		margin-top: 15%;
		border-radius: 0.4em;
		margin-bottom: 2em;
		padding: 1em;
		left: initial;
		margin-left: 3px;
		height: initial;
		
	}
	.aboutimage, .featuresimage, .signinimage {
		overflow: scroll;
	}
	#aboutbox p img {
		margin-left: unset;
		margin-top: unset;
	}
	#SalaContent {
		width: 100%;
	}
	#featurebox {
		width: 100%;
		margin-top: 3.8em;
		padding-bottom: 1em;
	}
	#featurebox table {
		width: 95%;
		max-width: 100%;
		margin: auto;
		padding-bottom: 1em;
	}
	.LetterBox {
		padding: 0;
	}
	#featurebox h1.acctSelect {
	margin: 0px;
}
	.ftrBox img{
		display:none;
	}
	.ftrBox {
		
	}	
	#helpContent img {
		max-width: 100%;
		max-height: 20em;
	}
	.ilist {
		float:none;
		width: unset;
		border-right-style: none;
		height: unset;
		margin-top: 3em;
	}
	.information {
		height: unset;
	}
	#pricing {
		font-size: 80%;
	}
	#gettingstartedbox {
		margin-top: 20%;
	}
	#helpContent {
		margin-top: 15%;
		width: 95%;
		padding: 0em 0.4em;
	}
	#helpContent ul li {
		margin-left: 1em;
	}
	#helpContent ul ul li {
		margin-right: 1em;
	}
	#helpContent h1 {
		margin-top: 0em;
	}
	#helpContent p#last {
		margin-left: 1em;
	}
	
}



