@charset "utf-8";
/*--
	Add your style here
--*/ 

#wrapper {
    height: 85%;
}
.menu-wrap {
    right:0 !important;
	-webkit-transform: translate3d(320px,0,0);
	transform: translate3d(320px,0,0);
	visibility:hidden;
}

.logo-font {
    font-family: "Updock", cursive !important;
    text-transform: none !important;
    font-weight: 700 ! important;
    font-style: normal;      
    letter-spacing: 0rem !important;
}

.slogan-font {
    font-family: "Tinos", serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
}

.tinos-bold {
    font-family: "Tinos", serif;
    font-weight: 700;
    font-style: normal;
}

.tinos-regular-italic {
    font-family: "Tinos", serif;
    font-weight: 400;
    font-style: italic;
}

.tinos-bold-italic {
    font-family: "Tinos", serif;
    font-weight: 700;
    font-style: italic;
}

.show-menu .menu-wrap,
.show-menu .menu-inner ,
.show-menu .morph-shape  {
        -webkit-transform: translate3d(-30px,0,0);
        transform: translate3d(-30px,0,0);
}
.show-menu .menu-wrap {
	right:0;
	opacity:1;
	visibility:visible;
}
h1, h2, h3, h4, h5, h6, .secondary {
	color: 	#1f4887;
}
.flat-btn:hover, .background-secondary {
    background-color: #1f4887;
}
p {
    font-size: 1rem;
    line-height: 1.2rem;
}
.about-wrap p {
    font-size: 1rem;
}
section {
    padding: 50px 0
}

.hero-item {
    padding: 0;
    margin-top: 5rem;
}
.hero-item h3 {
    color: inherit;
}

.text-logo {
    line-height: 25px;
    font-size: 2rem;
    padding-top: 20px;
    float: left;
    color: 	#1f4887;
    letter-spacing: 0.1rem;
}
.text-logo span {
    font-family: 'Questrial', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0rem;
}
@media only screen and  (max-width: 1064px) {
    .text-logo {
        display: none;
    } 
}
.logo-holder {
    padding-top: 10px;
    height: 90px;
    margin-right: 3px;
}
.logo-holder img {
    height: 70px !important;
}
@media only screen and (max-width: 1064px) {
    .logo-holder {
        padding-top: 0;
        height: 70px;
    }
}
header.main-header {
    padding: 0 0 0 10px;
}
.content-holder {
	left: 0;
}

.parallax-text {
	display: inline-table;
}
.parallax-text.right-pos h3 {
    text-align: left;
}
.parallax-text h4 {
    font-size: 1.1rem;
}

nav li a.act-link, .nav-holder nav li a:hover, nav.asl li a.act-scrlink {
    color: #c8a800;
}
nav li a.act-link:before, nav.asl li a.act-scrlink:before {
    background: #c8a800;
}
a, .primary {
	color: #c8a800;
}

.hero-wrap h2, .hero-wrap h2 a {
    color: #c8a800;
}
.parallax-item img.right {
    opacity: 1;
}
.parallax-item img.left {
    opacity: 1;
}
@media only screen and  (min-width: 768px) {
    .parallax-item img.right {
        opacity: 0.25;
        transform: perspective(960px) rotateY(-45deg);
    }
    .parallax-item img.left {
        opacity: 0.25;
        transform: perspective(960px) rotateY(45deg);
    }
}


.footer {
    position: relative;
    padding: 50px;
    margin-top: -30px;
    z-index: 5;
    display: inline-block;
    background-color: #193258;
    color: white;
    border-radius: 1rem 1rem 0 0;
}
.footer-logo {
    font-size: 3rem;
}

.parallax-text.left-pos {
    left: -300px;
}

.parallax-item.left-pos {
    left: -300px;
}

.parallax-text.right-pos {
    right: -430px;
}

.parallax-text ul, .about-wrap ul {
    position: relative;
    text-align: left;
}
.parallax-text ul li, .about-wrap ul li {
position: relative;
left: 0;
list-style: none;
margin: 10px 0 10px 10px;
transition: 0.5s;
cursor: pointer;
font-size: 1rem;
}
.parallax-text ul li:hover, .about-wrap ul li:hover {
left: 10px;
}
.parallax-text ul li span, .about-wrap ul li span {
position: relative;
padding: 8px;
padding-left: 12px;
display: inline-block;
z-index: 1;
transition: 0.5s;
}
.parallax-text ul li::before, .about-wrap ul li::before {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: "+";
    font-size: 1em;
    font-weight: bold;
    color: #c8a800;
    padding-right: 12px;
  }