
/*Fix phone zoom*/
input[type="text"]:focus, input[type="password"]:focus,
textarea:focus, select:focus {
  font-size: 16px;
}


/*--------------------------------------------------------------
CSS Reset
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

.flow2 {
    width: 100%;
    overflow: hidden;
}

a:hover {
text-decoration: none;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}


/*END reset CSS*/

/*Firefox Hack*/
@-moz-document url-prefix() { 
.background    {
    background-image: url(../images/Background3.jpg);
}   
    
.panel1 {   
    background-image:url(../images/Panel1.jpg);
}

.panel2 {
    background-image: url(../images/Panel2.jpg);    
}
    
.panel3 {
    background-image: url(../images/Panel3.jpg);
}
    
.panel4 {
    background-image: url(../images/Panel4.jpg);
}
    
.profilePicAdar {
    background-image: url(../images/Adar.png);
}
    
.profilePicDrowbit {
    background-image: url(../images/Drowbit.png);
}
    
.profilePicPhiffer {
    background-image: url(../images/Phiffer.png);
}
    
.profilePicKing {
    background-image: url(../images/King.png);
}
    
.profilePicChompy {
    background-image: url(../images/Chompy.png);
}
    
    
    
.colors {
    background-color: red;
    height: 300px;
    width: 300px;
}

    
    
    
/*  Phone (xs) */
@media only screen and (min-width: 200px) and (max-width: 767px) {
    
background-image:
        url(../images/BackgroundPHONE.jpg);
    height: 900px;
    margin: 0 auto;
    padding: 0;
}
    
}
    


/* Global Styles */

@font-face {
    font-family: 'Streetwear';
    src: url('Streetwear.otf');
    src: local(Streetwear), url("Streetwear.otf"); /* Makes ttf font work in Firefox */
    src: url('../fonts/Streetwear.otf') format('opentype');     /* Makes otf font work in Safari Mobile */
}

.holdall {
    max-width: 1440px;
    height: 100%;
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #21183e;
    padding-top: 50px;
}

.navbar {
    background-color: #896bf3;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff1e3;   
}

.navbar-inverse .navbar-brand {
    color: #fff1e3;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 1.5em;
}

.navbar-inverse .navbar-brand:hover {
    color: #fff1e3;
}

.navbar-brand p{
    margin-top: 4px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff1e3;
    font-size: 1em;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.navbar-inverse .navbar-brand:hover {
    color: #fff1e3;
}

.navbar-toggle {
    background-color: #896bf3;
}

.navbar-inverse {
    border-color: #fff1e3;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff1e3;
}

.navbar-toggle .icon-bar {
    width: 18px;   
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
    background-color: #896bf3;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff1e3;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff1e3;
}

.nav {
    float: right;
}

.navbar-brand {
    width: 210px;
    margin: 0;
    padding: 10px;
}

.navbar-brand p{
    font-size: 1em;
}

.brandLogo {
    background-image: url('../images/Nin.png');
    background-size: contain !important;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 8px;
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease-in-out;
}

.headline {
    font-family: 'Source Sans Pro', 'arial', sans-serif;
    color: #36266e;
    font-size: 2em;
    padding: 0px 160px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 130%;
}

.background {
/*  background-attachment: fixed;*/
    background-image: -webkit-image-set(
        url(../images/Background5.jpg) 1x,
        url(../images/Background4.jpg) 2x
    );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1450px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    margin: 0 auto;
    padding: 0; 
    background-color: #ffe2c4
}

.logoHolder {
    margin: 0 auto;
    padding: 0;
}

.flow {
    overflow: hidden;
}

.buttonHolder {
    margin-top: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.buttonHolder2 {
    margin-top: 3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rowwoman1 {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0;
    -ms-flex: 2 0;
    flex: 2 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.rowwoman2 {
    -webkit-box-flex: 2.5;
    -webkit-flex: 2.5 0;
    -ms-flex: 2.5 0;
    flex: 2.5 0;
    margin: 0;
    padding: 0;
}

.ghostButton {
    font-family: 'Source Sans Pro', 'arial', sans-serif;
    color: #fff6f0;
    font-size: 2em;
    border: solid #fff6f0 2px;
    padding: 15px 0px;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-align: center;
    background-color: rgba(228, 75, 33, 0.2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: .8;
    margin: auto;
    width: 400px;
}

.smallerText {
    font-size: .57em;
}

.line {
    width: 100%;
    height: 15px;
    background-color: #896bf3;
    padding: 0px;
    margin: 0 auto;
}

.line1 {
    width: 100%;
    height: 15px;
    background-color: #896bf3;
    padding: 0px;
    margin: 0 auto;
}

.skull {
    height: 80px;
    position: relative;
    top: -35px;
    padding: 0;
    margin: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.nameHolder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.name {
    background-color: #36266e;
    height: 250px;
    color: #ffe2c4;
    font-family: 'Lato', sans-serif;
    font-size: 3em;
    letter-spacing: 12px;
    -webkit-box-flex: 5;
    -webkit-flex: 5 0;
    -ms-flex: 5 0;
    flex: 5 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sword1 {
    background-color: #36266e;
    -webkit-box-flex: 3.5;
    -webkit-flex: 3.5 0;
    -ms-flex: 3.5 0;
    flex: 3.5 0;
    height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sword2 {
    background-color: #36266e;
    height: 20px;
    -webkit-box-flex: 3.5;
    -webkit-flex: 3.5 0;
    -ms-flex: 3.5 0;
    flex: 3.5 0;
    height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
}

.swordsvg {
    height: 150px;
    width: 300px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.sword2svg {
    height: 150px;
    width: 300px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.swordsvg:hover {
    -webkit-transform:rotateZ(360deg);
    transform:rotateZ(360deg);
}

.sword2svg:hover {
    -webkit-transform:rotateZ(360deg);
    transform:rotateZ(360deg);
}

.panelHolder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.panel1 {   
    background-image: -webkit-image-set(
        url(../images/Panel1SMALL.jpg) 1x,
        url(../images/Panel1.jpg) 2x
      );
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
}

.panel2 {
    background-image: -webkit-image-set(
        url(../images/Panel2SMALL.jpg) 1x,
        url(../images/Panel2.jpg) 2x
      );
    background-size:cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
}

.panel3 {
    background-image: -webkit-image-set(
        url(../images/Panel3SMALL.jpg) 1x,
        url(../images/Panel3.jpg) 2x
      );    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
}

.panel4 {
    background-image: -webkit-image-set(
        url(../images/Panel4SMALL.jpg) 1x,
        url(../images/Panel4.jpg) 2x
      );    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
}

.readHolder {
    background-color: #ffe2c4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.readText {
    color: #36266e;
    font-family: 'Lato', sans-serif;
    font-size: 6.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 7px;
    padding: 40px 0;
}

.newPageButtonHolder {
    width: 450px;
    margin: 0 auto;
}

.newPageButton {
    font-family: 'Lato', sans-serif;
    color: #fff6f0;
    font-size: 2.5em;
    border: solid #fff6f0 2px;
    padding: 15px 0px;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-align: center;
    background-color: #896bf3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: .8;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
}

.newPageButton{
    cursor:pointer;
}

.thumbnailHolder {
    background-color: #ffe2c4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tumb1holder {
    width: 33.3%;
    text-align: center;
    color: #896bf3;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

.tumb1holder a {
    color: #896bf3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.tumb2holder {
    width: 33.3%;
    text-align: center;
    color: #896bf3;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

.tumb2holder a {
    color: #896bf3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.tumb3holder {
    width: 33.3%;
    text-align: center;
    color: #896bf3;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

.tumb3holder a {
    color: #896bf3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.thumb1 {
    padding: 10px 50px;
}

.thumb2 {
    padding: 10px 50px;
}

.thumb3 {
    padding: 10px 50px;
}

.moreLinkHolder {
    background-color: #ffe2c4;
    text-align: center;
    padding: 50px;
}

.moreLink a {
    font-family: 'Lato', sans-serif;
    color: #36266e;
    font-size: 2.5em;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #fff1e3;
    border: solid 2px #36266e;
}

.line2 {
    width: 100%;
    height: 15px;
    background-color: #36266e;
    padding: 0px;
    margin: 0 auto;
}

.aboutHolder {
    background-color: #fff7f0;
}

.aboutText1 {
    text-align: center;
    color: #36266e;
    font-family: 'Lato', sans-serif;
    font-size: 6.5em;
    font-weight: bold;
    letter-spacing: 7px;
    padding: 30px 0px;
}

.aboutText2 {
    text-align: center;
    color: #36266e;
    font-family: 'Lato', sans-serif;
    width: 80%;
    margin: 0 auto;
    font-size: 2em;
    padding-bottom: 50px;
}

.backcolor {
    background-color: #fff7f0;
    padding-bottom: 90px;
}

.profilePicHolder {
    background-color: #fff7f0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}

.circle  {
    height: 160px; 
    width: 160px; 
    background-color: #36266e;
    border-radius: 160px; 
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.profileText {
    text-align: center;
    padding-top: 155px;
    color: #36266e;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.profile1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 160px; 
    width: 160px; 
    border-radius: 160px;
    background-image: url(../images/AdarProPic.jpg);
    background-repeat:no-repeat;
    background-size: cover; 
    border: solid #36266e 15px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.profile2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 160px; 
    width: 160px; 
    border-radius: 160px;
    background-image: url(../images/PhifferProPic.jpg);
    background-repeat:no-repeat;
    background-size: cover; 
    border: solid #36266e 17px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.profile3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 160px; 
    width: 160px; 
    border-radius: 160px;
    background-image: url(../images/ChompyProPic.jpg);
    background-repeat:no-repeat;
    background-size: cover; 
    border: solid #36266e 17px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.profile4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 160px; 
    width: 160px; 
    border-radius: 160px;
    background-image: url(../images/DrowbitProPic.jpg);
    background-repeat:no-repeat;
    background-size: cover; 
    border: solid #36266e 17px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.profile5 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 160px; 
    width: 160px; 
    border-radius: 160px;
    background-image: url(../images/KingProPic.jpg);
    background-repeat:no-repeat;
    background-size: cover; 
    border: solid #36266e 17px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.profileBoxHolder {
    background-color: #fff6f0;
    height: 400px;
}

.activeLink {
    height: 160px; 
    width: 160px; 
    border: solid #896bf3 17px;
    border-radius: 160px; 
}

.newthing {
    height: 160px; 
    width: 160px; 
    border: solid #36266e 17px;
    border-radius: 160px; 
}

.profileBox1 {
    width: 80%;
    background-color: #36266e;
    margin: auto;
    border-top: solid #896bf3 15px;
    color: #fff1e3; 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
    height: 300px;
}

.profileBox2 {
    width: 80%;
    background-color: #36266e;
    margin: auto;
    border-top: solid #896bf3 15px;
    color: #fff1e3; 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
    height: 300px; 
}

.profileBox3 {
    width: 80%;
    background-color: #36266e;
    margin: auto;
    border-top: solid #896bf3 15px;
    color: #fff1e3; 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
    height: 300px; 
}

.profileBox4 {
    width: 80%;
    background-color: #36266e;
    margin: auto;
    border-top: solid #896bf3 15px;
    color: #fff1e3; 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
    height: 300px; 
}

.profileBox5 {
    width: 80%;
    background-color: #36266e;
    margin: auto;
    border-top: solid #896bf3 15px;
    color: #fff1e3; 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
    height: 300px; 
}

.hideProfile2 {
    display: none;
}

.hideProfile3 {
    display: none;
}

.hideProfile4 {
    display: none;
}

.hideProfile5 {
    display: none;
}

.profileCardPicHolder {
    padding: 15px;
    height: 100%;
    width: 20%;
}

.profilePicAdar {
    background-image: -webkit-image-set(
        url(../images/AdarSMALL.png) 1x,
        url(../images/Adar.png) 2x
    );
    background-repeat:no-repeat;
    background-size: contain;
    height: 100%;
    width: 80%;
    margin-left: 50px;
}

.profilePicDrowbit {
    background-image: -webkit-image-set(
        url(../images/DrowbitSMALL.png) 1x,
        url(../images/Drowbit.png) 2x
    );
    background-repeat:no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    margin-left: 18px;
}

.profilePicPhiffer {
    background-image: -webkit-image-set(
        url(../images/PhifferSMALL.png) 1x,
        url(../images/Phiffer.png) 2x
    );
    background-repeat:no-repeat;
    background-size: contain;
    height: 70%;
    width: 80%;
    margin-left: 61px;
    margin-top: 50px;
}

.profilePicKing {
    background-image: -webkit-image-set(
        url(../images/KingSMALL.png) 1x,
        url(../images/King.png) 2x
    );
    background-repeat:no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    margin-left: 50px;
}

.profilePicChompy {
    background-image: -webkit-image-set(
        url(../images/ChompySMALL.png) 1x,
        url(../images/Chompy.png) 2x
    );
    background-repeat:no-repeat;
    background-size: contain;
    height: 70%;
    width: 100%;
    margin-left: 20px;
    margin-top: 70px;
}

.profileLongText {
    padding: 20px 40px;
    padding-right: 120px;
    width: 80%;
    color: #fff1e3;
    font-family: 'Lato', sans-serif;
}

.profileTextBody {
    font-size: 1.25em;
}

.profileTextHeadline {
    font-size: 2.5em;
}

.processHolder {
    background-color: #ffe2c4;
}

.processCardHolder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 75px;
}

.card {
    height: 600px;
    width: 350px;
}

.card1 {
    background-color: #fff7f0;
    -webkit-transition: all 1s ease;
    transition: all .25s ease; 
    cursor: pointer;
}

.pencilArt1 {
    height: 600px;
    width: 350px;
    background-image: url(../images/pencils.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
}

.pencilArt2 {
    height: 600px;
    width: 350px;
    background-image: url(../images/pencils2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
}

.pencilArt3 {
    height: 600px;
    width: 350px;
    background-image: url(../images/pencils3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
}

.inkArt1 {
    height: 600px;
    width: 350px;
    background-image: url(../images/inks1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
}

.inkArt2 {
    height: 600px;
    width: 350px;
    background-image: url(../images/inks2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
}

.inkArt3 {
    height: 600px;
    width: 350px;
    background-image: url(../images/inks3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
}

.colorArt1 {
    height: 600px;
    width: 350px;
    background-image: url(../images/colors1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
}

.colorArt2 {
    height: 600px;
    width: 350px;
    background-position: center;
    background-image: url(../images/colors2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
}

.colorArt3 {
    height: 600px;
    width: 350px;
    background-image: url(../images/colors3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
}

.card2 {
    background-color: #fff7f0;
    -webkit-transition: all 1s ease;
    transition: all .25s ease;
    cursor: pointer;
}

.card3 {
    background-color: #fff7f0;
    -webkit-transition: all 1s ease;
    transition: all .25s ease;
    cursor: pointer;
}

.pencilPic {
    width: 100%;
    height: 200px;
    background-image: url(../images/draw.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.inkingPic {
    width: 100%;
    height: 200px;
    background-image: url(../images/draw2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.coloringPic {
    width: 100%;
    height: 200px;
    background-image: url(../images/draw3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.cardTitle1 {
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
    color: #36266e;
    font-family: 'Lato', sans-serif;
    font-size: 2.25em;
    -webkit-transition: all .25 ease;
    transition: all .25s ease;
}

.cardTitle2 {
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
    color: #36266e;
    font-family: 'Lato', sans-serif;
    font-size: 2.25em;
    -webkit-transition: all .25 ease;
    transition: all .25s ease;
}

.cardTitle3 {
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
    color: #36266e;
    font-family: 'Lato', sans-serif;
    font-size: 2.25em;
    -webkit-transition: all .25 ease;
    transition: all .25s ease;
}

.cardText {
    padding: 0 30px;
    text-align: center;
    color: #36266e;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    text-align:left;
}

.breakdownLinkHolder {
    background-color: #ffe2c4;
    text-align: center;
    font-family: 'Lato', sans-serif;
    padding-bottom: 50px;
}

.breakdownLink {
    color: #36266e;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 3em;
    font-weight: bold;
}

footer {
    background-color: #36266e;
    text-align: center;
    height: 355px;
    padding-top: 50px;
}

.topLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
}

#arrow {
    margin: auto;
}

.toTop a {
    color: #fff1e3;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    width: 10%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: none;
}

.toTop a:visited {
    text-decoration: none;
}

.socialIconHolder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.iconholder {
    width: 50px;
    margin: 50px 70px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.copyright {
    color: #fff1e3;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
}






.paymentWrapper {
    background-color: #36266e;
    text-align: center;
    margin: auto;
    border-top: solid #896bf3 10px;
    height: 100%;
    padding-bottom: 40px;
}

.paymentWrapper img {
    width: 50%;
}

/*
button, select, textarea {
    padding: 5px 30px!important;
}
*/

.photoAndButton {
    width: 90%;
    margin: auto;
    min-height: 220px;
    background-color: #fff7f0;
}

.issuePic {
    padding-top: 40px;
    text-align: center;
    margin: auto;
    width: 30%!important;
}

.photoAndButton form {
    padding-top: 15px!important;
    margin: 0!important;
}

.buyText {
    color: #fff1e3;
    font-family: 'Lato', sans-serif;
    font-size: 6.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 7px;
    padding: 30px 0;
}

.shipText {
    color: #36266e!important;
    padding-bottom: 5px!important;
    font-size: 1.75em!important;
    padding-top: 25px!important; 
    font-weight: bold;
}

.center {
    text-align: center!important; 
    margin: auto!important; 
}

.issuePhoto {
    background-color: #fff7f0;
    text-align: center!important; 
    margin: auto!important; 
    max-height: 220px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.payButton {
    background-color: #fff7f0;
    height: 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center; /* Safari 6.1+ */

    text-align: center;
    margin: auto;
    padding: 0 20px;
}







/*  Phone (xs) */
@media only screen and (min-width: 200px) and (max-width: 767px) {

body {
    padding-top: 0px;
}  

.logo {
    display: none;
}
       
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #36266e !important;
}
    
.nav {
    float: none;
}
    
.logo {
    display: none;
}  
    
.Phonelogo {
    margin: 0 auto;
    padding: 0;
}
    
.background {
    background-image: -webkit-image-set(
        url(../images/BackgroundPHONESMALL.jpg) 1x,
        url(../images/BackgroundPHONE.jpg) 2x
    );
    height: 900px;
    margin: 0 auto;
    padding: 0;
    background-color: #ffe2c4
}
    
.rowwoman2 {
    display: none;
}    
    
.ghostButton {
    width: 260px;
}  
    
.line1 {
    display: none;
}
    
.panelHolder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}   
    
.nameHolder {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
    
.name {
    font-size: 3.25em;
    height: 100px;
    padding: 50px;
    line-height: 1;
    text-align: center;
    width: 100%;
}      
    
.sword1 {
    height: 160px;
    width: 100%;
    padding-top: 30px;
}
    
.sword2svg {
    height: 100px;
    width: 100%;
}
    
.swordsvg {
    height: 100px;
    width: 100%;
}
    
.sword2 {
    height: 150px;
    width: 100%;
}
    
.panel1 {
    border-bottom: solid #36266e 6px;
}   
    
.panel2 {
    border-bottom: solid #36266e 6px;
}  
    
.panel3 {
    border-bottom: solid #36266e 6px;
}  
    
.panel4 {
    border-bottom: solid #36266e 6px;
} 
    
.headline {
    font-size: 1em;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}
   
.readText {
    color: #36266e;
    font-family: 'Lato', sans-serif;
    font-size: 3.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    padding: 40px 10px;
    line-height: 1;
}    
    
.buyText {
    font-size: 3.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    padding: 40px 10px;
    line-height: 1;
}  
    
.newPageButtonHolder {
    width: 270px;
    margin: 0 auto;
}  
    
.thumbnailHolder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
    
.tumb1holder {
    width: 100%;
}

.tumb2holder {
    width: 100%;
}

.tumb3holder {
    width: 100%;
}
    
.aboutText1 {
    font-size: 3em;
    letter-spacing: 4px;
} 
    
.aboutText2 {
    padding-bottom: 15px;
}
    
.backcolor {
    padding-bottom: 25px;
}
    
.profilePicHolder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}  
    
.circle {
    margin: 25px;
    height: 60px; 
    width: 60px; 
    margin: 20px 10px;
    font-size: .75em;
}
    
.profileText {
    padding-top: 55px;
    line-height: 1;
}
    
.profile1 {
    border: solid #36266e 7px;
    margin: 20px;    
}
    
.profile2 {
    border: solid #36266e 7px;
    margin: 20px;
}
    
.profile3 {
    border: solid #36266e 7px;
    margin: 20px;
}
    
.profile4 {
    border: solid #36266e 7px;
    margin: 20px;
    margin-left: 50px;
}
    
.profile5 {
    border: solid #36266e 7px;
    margin: 20px;
    margin-right: 50px;
}
    
.socialIconHolder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    
.iconholder {
    width: 35px;
    margin: 0px 10px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    padding-bottom: 20px;
    padding-top: 20px;
}
    
.copyright {
    padding: 20px 30px;
    font-size: .75em;
    letter-spacing: 0px;
}    

.profileBoxHolder {
    height: 240px;
}
    
.profileBox1 {
    width: 85%;
    border-top: solid #896bf3 5px;
    height: 100px;
}
    
.profileBox2 {
    width: 85%;
    border-top: solid #896bf3 5px;
    height: 100px;
}
    
.profileBox3 {
    width: 85%;
    border-top: solid #896bf3 5px;
    height: 100px;
}
    
.profileBox4 {
    width: 85%;
    border-top: solid #896bf3 5px;
    height: 100px;
}
    
.profileBox5 {
    width: 85%;
    border-top: solid #896bf3 5px;
    height: 100px;
}
    
.aboutText2 {
    font-size: 2em;
}
    
.aboutText1 {
    padding: 20px 0;
}    
    
.toTop a {
    width: 100%;
}   
    
footer {
    padding-top: 40px;
    height: 300px;
}    
    
.moreLink a {
    font-size: 2.5em;
    padding: 5px 10px;
}
    
.profileBoxHolder {
    height: 350px;
}   
    
.profilePicAdar {
    display: none;
}
    
.profileBox1 {
    width: 85%;
    border-top: solid #896bf3 5px;
    height: 325px;
} 
    
.profileBox2 {
    width: 85%;
    border-top: solid #896bf3 5px;
    height: 325px;
} 
    
.profileBox3 {
    width: 85%;
    border-top: solid #896bf3 5px;
    height: 325px;
} 
    
.profileBox4 {
    width: 85%;
    border-top: solid #896bf3 5px;
    height: 325px;
} 
    
.profileBox5 {
    width: 85%;
    border-top: solid #896bf3 5px;
    height: 325px;
} 
    
.profileCardPicHolder {
    width: 0%;
}  
  
.profileLongText {
    padding: 20px 0px;
    padding-right: 25px;
    width: 100%;
    margin: 0;
}    
    
.profileTextHeadline {
    font-size: 1.5em;
}   
    
.profileTextBody {
    font-size: .85em;
}    

.processCardHolder {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 12px;

}    
       
.cardText {
    padding: 20px 20px;
    color: #36266e;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    text-align:left;
    margin: 0 auto;
}   
    
.card {
    width: 100%;
    overflow: hidden;
}  
    
.card1 {
    width: 100%;
} 
    
.cardTitle1 {
    padding-top: 25px;
    padding-bottom: 0px;
    font-size: 2.5em;
    border-bottom: 2px solid #36266e;
    width: 65%;
    margin: auto;
    padding-bottom: 0px;
} 
    
.cardTitle2 {
    padding-top: 25px;
    padding-bottom: 0px;
    font-size: 2.5em;
    border-bottom: 2px solid #36266e;
    width: 45%;
    margin: auto;
    padding-bottom: 0px;
}  
    
.cardTitle3 {
    padding-top: 25px;
    padding-bottom: 0px;
    font-size: 2.5em;
    border-bottom: 2px solid #36266e;
    width: 65%;
    margin: auto;
    padding-bottom: 0px;
} 
   
.pencilArt1 {
    height: 600px;
    width: 100%;
}
    
.pencilArt2 {
    height: 600px;
    width: 100%;
}
    
.pencilArt3 {
    height: 600px;
    width: 100%;
}
    
.inkArt1 {
    height: 600px;
    width: 100%;
}
    
.inkArt2 {
    height: 600px;
    width: 100%;
}
    
.inkArt3 {
    height: 600px;
    width: 100%;
}
    
.colorArt1 {
    height: 600px;
    width: 100%;
}
    
.colorArt2 {
    height: 600px;
    width: 100%;
}
    
.colorArt3 {
    height: 600px;
    width: 100%;
}
  
.breakdownLinkHolder {
    padding: 20px;
    padding-bottom: 30px;
}    
    
.breakdownLink {
    font-size: 2em;
    padding: 0px;
    line-height: 100%;
}  
    
.activeLink {
    height: 60px; 
    width: 60px; 
    border: solid #896bf3 7px;
}
    
.paymentWrapper img {
    width: 80%!important;
}

}

@media only screen and (min-width: 951px) and (max-width: 966px) {
    
.navbar-inverse .navbar-nav>li>a {
    font-size: .75em;
    margin-top: 4px;
}
    
.container {
    padding-right: 0!important;
}
    
}

/* Tablet devices (sm-IPAD, 768px and up) */
/*@media only screen and (min-width: 768px) and (max-width: 1199px) {*/
@media only screen and (min-width: 768px) and (max-width: 989px) {
    
.Phonelogo {
    display: none;
}    

.navbar-brand p {
    font-size: 1em;
    padding-top: 2px;
}
    
.navbar-brand {
    width:220px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: .8em;
    margin-top: 4px;
}
    
.container {
    padding-right: 0!important;
}

.background {
    background-color: #ffe2c4
/*  background-attachment: fixed;*/
    background-image: -webkit-image-set(
        url(../images/Background.jpg) 1x,
        url(../images/BackgroundTablet1.jpg) 2x
    );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1000px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    margin: 0 auto;
    padding: 0;
}
    
.rowwoman1 {
    margin-left: 8%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
}

.rowwoman2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0;
    -ms-flex: 2 0;
    flex: 2 0;
}  
    
.panelHolder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
   
.panel1 {
    width: 50%;
}

.panel2 {
    width: 50%;
}

.panel3 {
    width: 50%;
}

.panel4 {
    width: 50%;
}
    
.readText {
    line-height: 1;
} 
 
.name {
    font-size: 4.75em;
    text-align: center;
    line-height: 1;
}       
    
.sword1 {
    padding: 20px;
}
    
.sword2 {
    padding: 20px;
}
    
.profilePicHolder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}    
    
.circle {
    margin: 20px 40px 50px 40px;
    height: 120px; 
    width: 120px; 
}
    
.profileText {
    padding-top: 115px;
    line-height: 1;
}
    
.profile1 {
    border: solid #36266e 12px;
    margin: 30px;
}
    
.profile2 {
    border: solid #36266e 12px;
    margin: 30px;
}
    
.profile3 {
    border: solid #36266e 12px;
    margin: 30px;
}
      
.profile4 {
    border: solid #36266e 12px;
    margin: 30px;
    margin-left: 110px;
}
    
.profile5 {
    border: solid #36266e 12px;
    margin: 30px;
    margin-right: 110px;
}
    
.profileBoxHolder {
    height: 520px;
}
    
.profileBox1 {
    width: 85%;
    border-top: solid #896bf3 10px;
    height: 465px;
}
    
.profileBox2 {
    width: 85%;
    border-top: solid #896bf3 10px;
    height: 465px;
}
    
.profileBox3 {
    width: 85%;
    border-top: solid #896bf3 10px;
    height: 465px;
}
    
.profileBox4 {
    width: 85%;
    border-top: solid #896bf3 10px;
    height: 465px;
}
    
.profileBox5 {
    width: 85%;
    border-top: solid #896bf3 10px;
    height: 465px;
}

.headline{
    font-size: 1.25em;
    padding: 20px 60px;
    line-height: 130%;
}   
    
.ghostButton {
    font-size: 1.5em;
    width:250px;
}   
   
.readText {
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 7px;
    padding: 40px 0;
}
    
.buyText {
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 7px;
    padding: 40px 0;
}
        
.thumb1 {
    padding: 10px 20px;
}

.thumb2 {
    padding: 10px 20px;
}

.thumb3 {
    padding: 10px 20px;
}
    
.thumbnailHolder {
    width: 90%;
    margin: auto;
}
    
.holderforcolr {
    background-color: #ffe2c4;
}    
   
.backcolor {
    padding-bottom: 50px;
}   

.activeLink {
    height: 120px; 
    width: 120px; 
    border: solid #896bf3 12px;
    border-radius: 120px; 
}   
    
.profileCardPicHolder {
    padding: 15px;
    height: 100%;
    width: 30%;
}    

.profileLongText {
    width: 70%;
}    

.profilePicAdar {
    width: 80%;
    margin-left: 27px;
    margin-top: 62px;
} 
    
.profilePicPhiffer {
    width: 80%;
    margin-left: 30px;
    margin-top: 92px;
} 
    
.profilePicChompy {
    height: 100%;
    width: 80%;
    margin-left: 25px;
    margin-top: 160px;
} 
    
.profilePicDrowbit {
    height: 100%;
    width: 100%;
    margin-left: 11px;
    margin-top: 92px;
}  
    
.profilePicKing {
    height: 100%;
    width: 90%;
    margin-left: 20px;
    margin-top: 70px;
} 
    
.profileLongText {
    padding: 10px 15px;
    padding-right: 70px;
    width: 80%;
}    
    
.profileTextHeadline {
    font-size: 3.5em;
}   
    
.profileTextBody {
    font-size: 1.5em;
}    
    
.processCardHolder {
    padding-bottom: 50px;
} 
    
.card {
    height: 750px;
    width: 30%;
    overflow: hidden;
} 
    
.card1 {
    height: 750px;
    width: 30%;
    overflow: hidden;
}
    
.pencilArt1{
    overflow: hidden;
}

.pencilArt1 {
    height: 750px;
    width: 30%;
}
    
.pencilArt2 {
    height: 750px;
    width: 30%;
} 
    
.pencilArt3 {
    height: 750px;
    width: 30%;
} 
    
.inkArt1 {
    height: 750px;
    width: 30%;
} 
    
.inkArt2 {
    height: 750px;
    width: 30%;
} 
    
.inkArt3 {
    height: 750px;
    width: 30%;
} 
    
.colorArt1 {
    height: 750px;
    width: 30%;
} 
    
.colorArt2 {
    height: 750px;
    width: 30%;
} 
    
.colorArt3 {
    height: 750px;
    width: 30%;
} 
    
.toTop a {
    width: 100%;
}   
    
footer {
    height: 290px;
    padding-top: 25px;
}
    
.iconholder {
    width: 50px;
    margin-right:  30px;
    margin-left:  30px;
    margin-top: 20px;
    margin-bottom: 35px;
}
    
.copyright {
    font-size: 1.15em;
    letter-spacing: 1.25px;
} 
    
.moreLink a {
    font-size: 2.5em;
    padding: 4px 24px;
} 
    
.cardTitle1 {
    border-bottom: 2px solid #36266e;
    width: 80%;
    margin: auto;
    padding-bottom: 0px;
}
    
.cardText {
    padding-top: 15px;
}

.cardTitle2 {
    border-bottom: 2px solid #36266e;
    width: 80%;
    margin: auto;
    padding-bottom: 0px;
}
    
.cardTitle3 {
    border-bottom: 2px solid #36266e;
    width: 80%;
    margin: auto;
    padding-bottom: 0px;
}
    
}
      

/* Large devices desktop*/
/*@media only screen and (min-width: 1200px) {*/
@media only screen and (min-width: 951px) {
    
.Phonelogo {
    display: none;
}  
    
.ghostButton:hover {
    opacity: 0.5;
    background-color: #fff;
    color: #e34c22;
    border: solid #e34c22 2px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}    
    
.brandLogo:hover {
    -webkit-transform:rotateZ(360deg);
    transform:rotateZ(360deg);
}

.addclass1 {
    -webkit-transform:rotateZ(360deg);
    transform:rotateZ(360deg);
}   
    
.navbar-inverse .navbar-nav>li>a:hover {
/*
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
*/
    color:#36266e;
    cursor: pointer;
}
    
.navbar-inverse .navbar-brand:hover {
    color:#36266e;
    cursor: pointer;
}   
    
.nameHolder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
    
.sword1 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}   
    
.skull:hover {
    -webkit-transform:rotateZ(360deg);
    transform:rotateZ(360deg);
}   
    
.newPageButton:hover {
    background-color: #36266e;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
    
.moreLink a:hover {
    font-size: 2.7em;
    color: #896bf3;
    
    color: #fff1e3;
    background-color: #36266e;
    border: solid 2px #fff1e3;
}  
   
.tumb1holder:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color:#36266e;
}
    
.tumb2holder:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color:#36266e;
}
    
.tumb3holder:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color:#36266e;
}
    
.tumb1holder a:hover {
    color: #36266e;
}   

.tumb2holder a:hover {
    color: #36266e;
}   
    
.tumb3holder a:hover {
    color: #36266e;
} 
    
.profile1:hover {
    font-weight: bold;
    font-size: 1.25em;
    border: solid #896bf3 15px;
}

.profile2:hover {
    font-weight: bold;
    font-size: 1.25em;
    border: solid #896bf3 15px;
}

.profile3:hover {
    font-weight: bold;
    font-size: 1.25em;
    border: solid #896bf3 15px;
}

.profile4:hover {
    font-weight: bold;
    font-size: 1.25em;
    border: solid #896bf3 15px;
}

.profile5:hover {
    font-weight: bold;
    font-size: 1.25em;
    border: solid #896bf3 15px;
}

.circle:hover  {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
    
.card1:hover {
    box-shadow: 0px 0px 25px #b5926d;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.card2:hover {
    box-shadow: 0px 0px 25px #b5926d;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.card3:hover {
    box-shadow: 0px 0px 25px #b5926d;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}    
    
.iconholder:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .6;
}

.toTop a:hover{
    text-decoration: underline;
}
    
.breakdownLink:hover {
    font-size: 3.5em;
    color: #36266e;
}   
    
       
}









.pageContainer {
/*    min-height: 500px;*/
    background-color: #fff1e3
}


