/*
darkBrown		#966C19		150,108,25
lightBrown		#C9AD75		201,173,117
darkGray		#1A1A1A		26,26,26
mediumGray		#878787		135,135,135
lightGray		#F2F2F2		242,242,242
white			#FFFFFF		255,255,255
*/

body {
    background-color: #F2F2F2;
}

/** lines **/
hr {
    clear: both;
    background-color: #7C4952;
    height: 1px;
    border-width: 0;
}
.whiteLine hr {
    clear: both;
    background-color: white;
    height: 1px;
    border-width: 0;
}

#bullet1{
list-style-image: url('../../assets/img/bullet/bullet1.png');
}

#bullet2{
list-style-image: url('../../assets/img/bullet/bullet2.png');
}

#bullet3{
list-style-image: url('../../assets/img/bullet/bullet3.png');
}

#bullet4{
list-style-image: url('../../assets/img/bullet/bullet4.png');
}

#bullet5{
list-style-image: url('../../assets/img/bullet/bullet5.png');
}
/*end of list items css*/

/** scrollbar **/
::-webkit-scrollbar{width: 30px;}
::-webkit-scrollbar-thumb{background-color:rgb(201,173,117); border-radius: 10;}
::-webkit-scrollbar-thumb:hover{background-color:rgb(135,135,135);}
::-webkit-scrollbar-track{background-color:rgb(150,108,25);}

.darkBrownColor {
	color: #966C19;
}
.lightBrownColor {
	color: #C9AD75
}		
.darkGrayColor {
	color: #1A1A1A
}
.mediumGrayColor {
	color: #878787
}
.lightGrayColor	{
	color: #F2F2F2
}
.whiteColor {
	color: #FFFFFF
}

/** wrappers **/
.darkBrownBg {
    background-color: #966C19;  
}
.lightBrownBg {
    background-color: #C9AD75;  
}
.darkGrayBg {
    background-color: #1A1A1A;  
}
.mediumGrayBg {
    background-color: #878787;  
}
.lightGrayBg {
    background-color: #F2F2F2;  
}
.whiteBg {
    background-color: #FFFFFF;  
}


.globeBg { 
    background-image: url(../img/template/wrappers/globeBg.png);
    background-size: cover;
    background-attachment: fixed;
}
.chalkBoardBg { 
    background-image: url(../img/template/wrappers/chalkBoardBg.jpg);
    background-repeat: repeat;
    background-size: cover;
}
.glassesBg { 
    background-image: url(../img/template/wrappers/glassesBg.jpg);
    background-repeat: repeat;
    background-size: cover;
}
.bigFiveBg { 
    background-image: url(../img/template/wrappers/bigFiveBg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.lionBg { 
    background-image: url(../img/template/wrappers/lionBg.png);
    background-size: cover;
    background-attachment: fixed;
}
.handShakeBg { 
    background-image: url(../img/template/wrappers/handShakeBg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.lionSectionBgWrapper {
    background-image: url(../img/template/wrappers/lion_blur.jpg);
    background-size: cover;
    background-attachment: fixed;
}


/** image **/
.cornerRound {
    -webkit-border-radius: 10px;
    border-radius: 10px;   
}
.opacity50 {
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter:alpha(opacity=50);
}
.opacity80 {
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
}
.insetShadowTop {
     box-shadow: inset 0px 6px 15px -4px #000000;
    -webkit-box-shadow: inset 0px 6px 15px -4px #000000;
    -moz-box-shadow: inset 0px 6px 15px -4px #000000;
    -o-box-shadow: inset 0px 6px 15px -4px #000000;
}
.insetShadowAround {
    -webkit-box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.6);   
}
.circleWrapper {
    border-radius:100%;
    width:200px;
    height:200px;
    text-align:center;
    background:black;   
}


/** padding **/
.paddingNone {
    padding: 0;   
}
.padding15 {
    padding: 15px;   
}
.padding20 {
    padding: 20px;   
}
.padding30 {
    padding: 30px;   
}
.padding50 {
    padding: 50px;   
}
.padding120 {
    padding: 120px;   
}
.paddingTop40 {
    padding-top: 40px;   
}
.paddingTopBtmXS {
    padding: 10px 0 10px 0;   
}
.paddingTopBtmS {
    padding: 20px 0 20px 0;   
}
.paddingTopBtmM {
    padding: 30px 0 30px 0;   
}
.paddingTopBtmL {
    padding: 80px 0 80px 0;   
}
.paddingTopBtmXL {
    padding: 120px 0 120px 0;   
}
.paddingTopBtmXXL {
    padding: 180px 0 180px 0;   
}
.paddingRightS {
    padding: 0 10px 0 0;   
}
.paddingLeftRightS {
    padding: 0 10px 0 10px;   
}
.paddingLeftRightM {
    padding: 0 30px 0 30px;   
}


/** margin **/
.marginLeftRightAuto {
    margin: 0 auto;
}
.marginLeftS {
    margin: 0 0 0 50px;   
}
.marginRightS {
    margin: 0 50px 0 0;   
}
.marginBtmXS {
    margin-bottom: 10px;
}
.marginBtmM {
    margin-bottom: 100px;
}
.marginTopL {
    margin-top: 50px;
}
.marginTopBtmL {
    margin-top: 50px;
    margin-bottom: 50px;
}
.margin5 {
    margin: 5px;   
}
.marginLeftRight5 {
    margin: 0 5px;   
}


/** font properties **/
@font-face {
   font-family: 'Rosario';
   src: url('../fonts/Rosario-Regular.ttf');
}
@font-face {
   font-family: 'Existence Light';
   src: url('../fonts/Existence-Light_0.otf');
}
.fontItalic {
    font-style: italic;   
}
.textNormal {
    font-weight: normal;   
}
.textBold {
    font-weight: bold;   
}
.textBolder {
    font-weight: bolder;   
}

.lineHeight25 {
    line-height: 25px;   
}


.textAlignLeft {
    text-align: left;
}
.textAlignRight {
    text-align: right;
}
.textAlignCenter {
    text-align: center;
}

.vertAlignTop {
    vertical-align: top;    
}
.vertAlignMiddle {
    vertical-align: middle;    
}


/** fonts - Rosario **/
/** white **/
.RosarioWhiteXS {
    font-family: 'Rosario';
    font-size: 12px;
    color: white;
}
.RosarioWhiteS {
    font-family: 'Rosario';
    font-size: 14px;
    color: white;
}
.RosarioWhiteM {
    font-family: 'Rosario';
    font-size: 16px;
    color: white;
}
.RosarioWhiteL {
    font-family: 'Rosario';
    font-size: 20px;
    color: white;
}
.RosarioWhiteXL {
    font-family: 'Rosario';
    font-size: 30px;
    color: white;
}
.RosarioWhiteXXL {
    font-family: 'Rosario';
    font-size: 40px;
    color: white;
}

/** darkBrown **/
.RosarioDarkBrownXS {
    font-family: 'Rosario';
    font-size: 12px;
    color: #966C19;
}
.RosarioDarkBrownS {
    font-family: 'Rosario';
    font-size: 14px;
    color: #966C19;
}
.RosarioDarkBrownM {
    font-family: 'Rosario';
    font-size: 16px;
    color: #966C19;
}
.RosarioDarkBrownL {
    font-family: 'Rosario';
    font-size: 20px;
    color: #966C19;
}
.RosarioDarkBrownXL {
    font-family: 'Rosario';
    font-size: 30px;
    color: #966C19;
}
.RosarioDarkBrownXXL {
    font-family: 'Rosario';
    font-size: 40px;
    color: #966C19;
}

/** lightBrown **/
.RosarioLightBrownXS {
    font-family: 'Rosario';
    font-size: 12px;
    color: #C9AD75;
}
.RosarioLightBrownS {
    font-family: 'Rosario';
    font-size: 14px;
    color: #C9AD75;
}
.RosarioLightBrownM {
    font-family: 'Rosario';
    font-size: 16px;
    color: #C9AD75;
}
.RosarioLightBrownL {
    font-family: 'Rosario';
    font-size: 20px;
    color: #C9AD75;
}
.RosarioLightBrownXL {
    font-family: 'Rosario';
    font-size: 30px;
    color: #C9AD75;
}
.RosarioLightBrownXXL {
    font-family: 'Rosario';
    font-size: 40px;
    color: #C9AD75;
}

/** darkGray **/
.RosarioDarkGrayXS {
    font-family: 'Rosario';
    font-size: 12px;
    color: #1A1A1A;
}
.RosarioDarkGrayS {
    font-family: 'Rosario';
    font-size: 14px;
    color: #1A1A1A;
}
.RosarioDarkGrayM {
    font-family: 'Rosario';
    font-size: 16px;
    color: #1A1A1A;
}
.RosarioDarkGrayL {
    font-family: 'Rosario';
    font-size: 20px;
    color: #1A1A1A;
}
.RosarioDarkGrayXL {
    font-family: 'Rosario';
    font-size: 30px;
    color: #1A1A1A;
}
.RosarioDarkGrayXXL {
    font-family: 'Rosario';
    font-size: 40px;
    color: #1A1A1A;
}

/** mediumGray **/
.RosarioMediumGrayXS {
    font-family: 'Rosario';
    font-size: 12px;
    color: #878787;
}
.RosarioMediumGrayS {
    font-family: 'Rosario';
    font-size: 14px;
    color: #878787;
}
.RosarioMediumGrayM {
    font-family: 'Rosario';
    font-size: 16px;
    color: #878787;
}
.RosarioMediumGrayL {
    font-family: 'Rosario';
    font-size: 20px;
    color: #878787;
}
.RosarioMediumGrayXL {
    font-family: 'Rosario';
    font-size: 30px;
    color: #878787;
}
.RosarioMediumGrayXXL {
    font-family: 'Rosario';
    font-size: 40px;
    color: #878787;
}

/** lightGray **/
.RosarioLightGrayXS {
    font-family: 'Rosario';
    font-size: 12px;
    color: #F2F2F2;
}
.RosarioLightGrayS {
    font-family: 'Rosario';
    font-size: 14px;
    color: #F2F2F2;
}
.RosarioLightGrayM {
    font-family: 'Rosario';
    font-size: 16px;
    color: #F2F2F2;
}
.RosarioLightGrayL {
    font-family: 'Rosario';
    font-size: 20px;
    color: #F2F2F2;
}
.RosarioLightGrayXL {
    font-family: 'Rosario';
    font-size: 30px;
    color: #F2F2F2;
}
.RosarioLightGrayXXL {
    font-family: 'Rosario';
    font-size: 40px;
    color: #F2F2F2;
}

.ExistenceLightWhiteXS {
    font-family: 'Existence Light';
    font-size: 12px;
    color: white;
}
.ExistenceLightWhiteS {
    font-family: 'Existence Light';
    font-size: 14px;
    color: white;
}
.ExistenceLightWhiteM {
    font-family: 'Existence Light';
    font-size: 16px;
    color: white;
}
.ExistenceLightWhiteL {
    font-family: 'Existence Light';
    font-size: 20px;
    color: white;
}
.ExistenceLightWhiteXL {
    font-family: 'Existence Light';
    font-size: 30px;
    color: white;
}
.ExistenceLightWhiteXXL {
    font-family: 'Existence Light';
    font-size: 40px;
    color: white;
}
.ExistenceLightWhiteXXXL {
    font-family: 'Existence Light';
    font-size: 60px;
    color: white;
}
/** navbar **/
.bellowNavbar {
    padding-top: 80px;   
}
.logoNavbar {
	max-height: 80px;
	padding: 10px;
}
.navbar {
    background-color: white; 
    border: 0;
    border-radius: 0;
	margin-bottom: 0px;
	
	vertical-align: middle;
	font-family: 'Rosario';
	font-size: 13px;
/*
    -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,0.3);
    box-shadow: 0 2px 10px 3px rgba(0,0,0,0.3);
*/
}
.navbar-default .navbar-nav>li>a {
    color: #1A1A1A; 
	padding: 30px;
	
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
	background-color: #C9AD75 !important;
	padding: 30px;
}
.navbar-default .navbar-nav > .active > a {
	background-color: #966C19 !important;
	color: white;
	font-weight: bolder;
}

.myMenuSettings {
    position: fixed;
    z-index: 10000000;
    width: 100%;
}
.myMenuSettings.affix-top .navbar-default {
    background-color: #E6E6E6 !important;        <!--wrapper dissapear at top-->
/*
    -webkit-box-shadow: none;
    box-shadow: none;
*/
}

/** navbar - Dropdown **/
.dropdown-menu > li > a {
    color: #FF641A;   
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #6CAB2C;
    text-decoration: none;
    background-color: #F5F5F5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #6CAB2C ;
}
.grayLine {
    height: 2px;   
}

/** fa **/
.fa {
  font: normal normal normal 20px/1 FontAwesome;
}
.faWhite {
	color: white;
}
.faBig {
    font-size: 120%;
}
.faGray {
    color: #5B616A;
}
.faSize {
    font-size: 16px;
}



/** links **/
.linkMediumGrayToDarkBrown:link, .linkMediumGrayToDarkBrown:visited {
	color: #878787;
	text-decoration:none;
    transition: all 0.3s ease 0s;
}
.linkMediumGrayToDarkBrown:hover, .linkMediumGrayToDarkBrown:active {
	color: #966C19;
	text-decoration:none;
}



.linkDarkBrownToMediumGray:link, .linkDarkBrownToMediumGray:visited {
	color: #966C19;
	text-decoration:none;
    transition: all 0.3s ease 0s;
}
.linkDarkBrownToMediumGray:hover, .linkDarkBrownToMediumGray:active {
	color: #878787;
	text-decoration:none;
}



.linkLightBrownToWhite:link, .linkLightBrownToWhite:visited {
	color: #C9AD75;
	text-decoration:none;
    transition: all 0.3s ease 0s;
}
.linkLightBrownToWhite:hover, .linkLightBrownToWhite:active {
	color: white;
	text-decoration:none;
}



.iconFooter {
    font-size: 12px;
    color: white;
	text-decoration:none;
}
.iconFooter:link, .iconFooter:visited {
	color: white;
	text-decoration:none;
    transition: all 0.3s ease 0s;
}
.iconFooter:hover, .iconFooter:active {
	color: #6CAB2C;
	text-decoration:none;
}


.iconFooterInverse {
    color: white;
}
.iconFooterInverse:link, .iconFooterInverse:visited {
	color: white;
	text-decoration:none;
}
.iconFooterInverse:hover, .iconFooterInverse:active {
	color: #DE2B27;
	text-decoration:none;
}


.noLinkEffect {
    color: white;
    font-size: 18px;
}
.noLinkEffect:link, .noLinkEffect:visited {
	text-decoration:none;
    color: white;
}
.noLinkEffect:hover, .noLinkEffect:active {
	text-decoration:none;
    color: white;
    font-weight: bold;
}


.emailLink {
    font-family: 'Rosario';
    color: white;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}
.emailLink:link, .emailLink:visited {
	color: white;
	text-decoration:none;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}
.emailLink:hover, .emailLink:active {
	color: #E26058;
	text-decoration:none;
    font-size: 14px;
}


.emailLinkInverse {
    font-family: 'Rosario';
    color: white;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}
.emailLinkInverse:link, .emailLinkInverse:visited {
	color: white;
	text-decoration:none;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}
.emailLinkInverse:hover, .emailLinkInverse:active {
	color: #6CAB2C;
	text-decoration:none;
    font-size: 14px;
}


.linkDarkGrayToDarkBrown {
    font-family: 'Rosario';
    font-size: 16px;
    color: white; 
	text-decoration:none;
    background-color: #1A1A1A;
    padding: 10px 60px 10px 60px;
    border-radius: 0px;
}
.linkDarkGrayToDarkBrown:link, .linkDarkGrayToDarkBrown:visited {
	font-family: 'Rosario';
    font-size: 16px;
    color: white; 
	text-decoration:none;
    background-color: #1A1A1A;
    border-radius: 0px;
}
.linkDarkGrayToDarkBrown:hover, .linkDarkGrayToDarkBrown:active {
	font-family: 'Rosario';
    color: white; 
	text-decoration:none;
    background-color: #966C19;
/*    padding: 7px 57px 7px 57px;*/
}


.downloadLink {
    font-family: 'Rosario';
    font-size: 14px;
    color: white;
}
.downloadLink:link, .downloadLink:visited {
	font-family: 'Rosario';
    font-size: 14px;
    color: white; 
	text-decoration:none;
}
.downloadLink:hover, .downloadLink:active {
	font-family: 'Rosario';
    font-size: 14px;
    color: #361E1D; 
	text-decoration:none;
}


/** form **/
.formField {
    background-color: transparent; 
    border-style: solid;
    border-width: 2px; 
    border-color: white;
    color: white; 
    font-size: 14px; 
    font-family: 'Rosario'; 
    padding: 14px; 
    width: 100%;
	-moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
}
.formField::-moz-placeholder, .formFieldArea::-moz-placeholder {
    color: #966C19;
    opacity: 1;
}
.formField:-ms-input-placeholder, .formFieldArea:-ms-input-placeholder {
    color: #966C19;
}
.formField::-webkit-input-placeholder , .formFieldArea::-webkit-input-placeholder {
    color: #966C19;
}
.sendBtnDarkGrayToDarkBrown {
    font-family: 'Rosario';
    font-size: 16px;
    color: white; 
	text-decoration:none;
    background-color: #1A1A1A;
    border-radius: 0px;
}
.sendBtnDarkGrayToDarkBrown:link, .sendBtnDarkGrayToDarkBrown:visited {
	font-family: 'Rosario';
    font-size: 16px;
    color: white; 
	text-decoration:none;
    background-color: #1A1A1A;
    border-radius: 0px;
}
.sendBtnDarkGrayToDarkBrown:hover, .sendBtnDarkGrayToDarkBrown:active {
	font-family: 'Rosario';
	text-decoration:none;
    background-color: #966C19;
    color: white !important; 
}

.sendBtnDarkBrownToLightBrown {
    font-family: 'Rosario';
    font-size: 16px;
    color: white; 
	text-decoration:none;
    background-color: #966C19;
    border-radius: 0px;
}
.sendBtnDarkBrownToLightBrown:link, .sendBtnDarkBrownToLightBrown:visited {
	font-family: 'Rosario';
    font-size: 16px;
    color: white; 
	text-decoration:none;
    background-color: #966C19;
    border-radius: 0px;
}
.sendBtnDarkBrownToLightBrown:hover, .sendBtnDarkBrownToLightBrown:active {
	font-family: 'Rosario';
	text-decoration:none;
    background-color: #C9AD75;
    color: white !important; 
}
 
.sendBtnDarkGrayToLightBrown {
    font-family: 'Rosario';
    font-size: 16px;
    color: white; 
	text-decoration:none;
    background-color: #1A1A1A;
    border-radius: 0px;
}
.sendBtnDarkGrayToLightBrown:link, .sendBtnDarkGrayToLightBrown:visited {
	font-family: 'Rosario';
    font-size: 16px;
    color: white; 
	text-decoration:none;
    background-color: #1A1A1A;
    border-radius: 0px;
}
.sendBtnDarkGrayToLightBrown:hover, .sendBtnDarkGrayToLightBrown:active {
	font-family: 'Rosario';
	text-decoration:none;
    background-color: #C9AD75;
    color: white; 
}



.viewBtn {
    color: white;
    background-color: #FF641A;
    font-family: 'Rosario';
	width: 100%;
	padding: 10px;
	border: 0;
}
.viewBtn:link, .viewBtn:visited {
	color: white;
	text-decoration:none;
    background-color: #FF641A;
	border: 0;
}
.viewBtn:hover, .viewBtn:active {
	color: #FF641A;
	text-decoration:none;
    background-color: #e7e7e7;
	border: 0;
}

.viewBtnInverse {
    color: white;
    background-color: #6CAB2C;
    font-family: 'Rosario';
	width: 100%;
	padding: 10px;
	border: 0;
}
.viewBtnInverse:link, .viewBtnInverse:visited {
	color: white;
	text-decoration:none;
    background-color: #6CAB2C;
	border: 0;
}
.viewBtnInverse:hover, .viewBtnInverse:active {
	color: #FF641A;
	text-decoration:none;
    background-color: #e7e7e7;
	border: 0;
}

/** other **/
.logoBottomProperties {
	max-width: 350px; 
	margin-left: auto; 
	margin-right: auto;
}
.halfDiv {
	max-width: 70%;
}


/** tables **/
.recommendedIcon {
	min-height: 120px;
}
.recommendedHeader {
	min-height: 40px;
}
.recommendedContent {
	min-height: 120px;
}

.productsImg {
	min-height: 200px;
}
.productsHeader {
	min-height: 30px;
}
.productsContent {
	min-height: 40px;
}


/** packages - Hover**/
.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 0 !important; 
    width: 100px !important; 
    height: 100px !important; 
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFF;
}
/** packages - Map**/
#map {
    height: 500px;
}



/** divWidthFloatNext **/
.divWidthFloatNext {
    float: left;
    width: 204px;
}


.hoverSpin {
    width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
/*	cursor: none;*/
}
.hoverSpin:hover {
    width: 90%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
/*    cursor: none;*/
}


.divHalfLeft {
    width: 80%; 
    min-height: 450px; 
    float: right;
    padding: 30px 15px;
}
.divHalfRight {
    width: 80%; 
    min-height: 450px;
    padding: 30px 15px;
}


/*
@media(max-width:992px)
{
    
}
@media(max-width:768px)
{
   
}
*/

h3 {
    font-size: 15px !important;   
}

.modal-dialog {
    width: 70% !important;
/*    margin: 30px auto;*/
}




.itemIconContentCenter {
/*    background-color: green;*/
/*    height: 300px;*/
    display: flex;
/*    justify-content: center; */
    align-items: center; /* align vertical */
}

/***upload link file button
**/

label.myLabel input[type="file"] {
    position: fixed;
    top: -1000px;
}

/***** Example custom styling *****/

.myLabel {
	font-family: 'Rosario';
    font-size: 14px;
    color: white; 
	text-decoration:none;
    background-color: #1A1A1A;
    padding:5px 10px 5px 10px !important;
	display: inline-block;
	border:none;
    border-radius:4px;
    width:100%;
	margin:2px;
	text-align:center;
}
.myLabel:hover {
    background: #C9AD75;
}

.myLabel:active  {
    background: #C9AD75;
}

.myLabel:link  .myLabel:visited {
    font-family: 'Rosario';
    font-size: 14px;
    color: white; 
	text-decoration:none;
    background-color: #1A1A1A;
    padding: 60px 120px 10px 60px !important;
    border-radius: 0px;
    width: 100%;
}

/**css for the profile pics on the contacts page**/

.profile_pic{
border-radius:10px;
border:2px solid white;}


/****iframe styling****/

.aframe{
min-height:850px;
width:100%;
}

/**fonts for personality page**/
.ExistenceGreyXXXL{
    font-family: 'Existence Light';
    font-size: 40px;
    color:Black;
}
