@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-size:15px;
    text-wrap:pretty;
}

h1 {
    color: white;
    font-size: 40px;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2, .tx-powermail .powermail_legend, .powermail_fieldwrap_type_text.layout2 {
    color: #05355d;
    font-size: 40px;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h3, .powermail_fieldwrap_type_text.layout3 {
    color: #1988c1;
    font-size: 30px;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h4 { 
    font-size: 25px;
    color:#2D2424;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
    color:rgb(110, 110, 110);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

a {
  /* PLEASE DEFINE */
}

a:hover {
    /* PLEASE DEFINE */
}

ul {
    /* PLEASE DEFINE */
}

ol {
    /* PLEASE DEFINE */
}

li {
    /* PLEASE DEFINE */
}

blockquote {
    /* PLEASE DEFINE */
}


.ce-gallery figcaption {
    font-style: italic;
font-size: smaller;
}

/* CUSTOM BUTTON STYLES FOR RTE */
.btn.btn-custom-1 {
    color: #ffffff ;
    border-width: 8px;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #091F47;
    min-width:130px;
}

.btn-custom-1:hover {
    background-color:#1d458f;
}

.btn.btn-custom-2 {
    color: #000000 ;
    border-width: 8px;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #838383;
    min-width:130px;
}

.btn-custom-2:hover {
    background-color:#e2e2e2;
}

.btn.btn-custom-3 {
    color: #091F47;
    border-width: 8px;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: white;
    min-width:130px;
}

.btn-custom-3:hover {
    background-color:#bdbdbd;
}


.logo {
    width: 150px;
    max-width:100%;
}

.header-section-wrapper {
  background-color: #cadbeb;
}

.menu-wrapper {
  margin-top: 100px;
}

.nav-link {
    color: #05355d !important;
    font-size: 19px;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;   
  text-transform: uppercase;
}

.menu-section-inner-wrapper {
    width:1440px; /* default site width */
    max-width:90%; /* default site margin, for responsive / smaller screens */
    margin:auto;
    padding-top:10px;
    padding-bottom:10px;
}

.main-content {
    min-height:600px;
}

.main-content > div {
    width: 1440px; /* default site width */
    max-width: 90%; /* default site margin, for responsive / smaller screens */
    
}

.frame-space-before-extra-large {
  margin-top: 10em;
}

.flexslider {
    background-color:inherit;
    border:none;
    overflow:hidden;
}

.footer p, .footer h1, .footer h2, .footer h3, .footer h4 {
    color:white;
}

.footer {
    padding-top:25px;
    min-height:50px;
    background-color: #05355d;
    color:white;
}
