/* EDGE-to-EDGE layout: This HTML and BODY style code here makes sure that your 12-grid system stretches all the way to the very edge!! NO WHITE MARGINS */

html {
    padding: 0;
    margin: 0;
}
.prvired{display:none!important;}

body {
    padding:0;
    margin:0;
    font-family: 'Roboto', 'Helvetica', sans-serif;
    font-size: 93%;
    line-height: 1.5em;
    width: 100%;
    overflow-x: hidden;

}

.clearfix:after{
    display: table;
    content: '';
    clear: both;
}
.container {
    max-width: 1150px;
    margin: 0 auto;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {margin-top: 0;}

p {
    font-size: 18px;
    color: #253D5B;
    padding:15px 10px;
    text-align: left;
    margin: 0 0 1em 0;
    letter-spacing: 1px;
}

h1 {
    font-size: 26px;
    line-height:28px;
    font-weight: 400;
    color: #253D5B;
    padding: 5px 5px;
    text-align: left;
    margin: 0 0 1em 0;
    letter-spacing: 1px;
}


h2{
    font-size: 24px;
   line-height:26px;
   font-weight: 400;
    color: #253D5B;
    padding: 5px 5px;
    text-align: left;
    margin: 10px 0 10px 0;
    letter-spacing: 1px;
}


 ul {
       color: #253D5B;
        margin: 0;
        padding: 0 20px 0 20px;
    }

li {
    font-size: 18px;
    color: #253D5B;
    padding: 10px 0px;
    text-align: left;
    letter-spacing: 1px;
    }
    

/* Setting up our grid - THIS IS FOR DESKTOP VIEW */

.three:first-child, .four:first-child, .six:first-child, .nine:first-child { 
    margin-left: 0; /* This line of code makes the left-most column align to the left of the screen */
}

.row {
    width: 100%;
    clear: both; /* Clear creates new styles for the next row */
    padding: 0px;
    margin: 0px;
}

/* MOBILE FIRST APPROACH */

/* CSS ARRANGED FOR MOBILE FIRST - For mobile phones: */
    .three, .four, .six, .nine {
    width: 100%;
    float: left;  /*This command is needed to keep the DIV boxes on the SAME line. If you remove this tag, each DIV  will stacked ontop each other, one at a time.*/
    }

@media (max-width:1023px){
    
    .three, .four, .six{
        height: auto !important;
    }
    
}

/* CSS ARRANGED FOR MOBILE FIRST - ONLY USE MEDIA QUERIES for ALL other devices - for Desktop and Tablets  */

@media only screen and (min-width: 1024px) {
    
    /* For desktop: */
    
    .three {width: 25%;}
    .four {width: 33.33%;}
    .six {width: 50%;}
    .nine {width: 75%;}
}


/* ===== Start Hero ===== */

header .hero-image {
    width: 100%;
    overflow: hidden;
}

picture img{
    max-width: 100%;
    vertical-align: middle;
    z-index: -1;
}

.layer {
    background: rgb(19, 49, 103);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parr1{
    background:#fff;
}
.overlay-text{
    color: white;
    font-size: 26px;
    width: 620px;
    line-height: 1.2em;
    max-width: 96%;
    text-align: center;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}

.head .longnav nav{
    background:#253D5B;
}

.head .longnav .four h1{
    color: #fff;
    font-weight: 100;
    padding-top: 20px;
    letter-spacing: 2px;
}

.head .longnav .eight h1{
    color: #fff;
    font-size: 17px;
    padding-top: 20px;
    text-align: right;
}

/* =====
.head  nav .four a, .head  nav ul li a:link,.head  nav ul li a:visited{
    color:#078B89;
    letter-spacing: 1px;
}
.head  nav .four a p{
    color:#078B89;
}
.head nav .four a:hover{
color:#fce181!important;    
}
.head  .longnav li a:hover{ color: #555555!important;background:#fce181!important}
@media screen and (max-width:736px){
    .overlay-text{font-size: 20px;}
}=== */


   


@media screen and (min-width:1024px){
    .bg{display:none!important;}
    .parr1{display:block!important;}
}


@media screen and (max-width:420px){

.bezpad{    padding: 0px 0px!important;}

.bezpad .content-wrap {padding-top: 0px!important; }
.vrapcic {padding-bottom: 0px!important;}
.redic{margin-top:0px!important;}
}

/* ===== End Hero ===== */

/* Start MENU Navigation */

@media only screen and (max-width: 1023px) {

/* =====THIS CODE is very important - "header .row" - it adjusts the overall height of the nav bar in the mobile render only. === */
  header .row{
        position: relative;
        top: 40px;
    }
    
/* ===== .head .menunav .logo - THIS IS THE CODE THAT ADJUSTS THE NEIGHT OF THE LOCKED NAV BAR ONTOP THE HEAD ON MOBILE RENDER - VERY IMPORTANT ===== */
    .head .menunav .logo {
        height:40px;
    }

    .menunav .logo {
        display: block;
        font-size: 120%;
        color: #fff;
        text-decoration: none;
        float: left;
        margin-left: 20px;
        padding-top: 10px;
    }
    
/* ===== this "menunav logo h1" is the code for the text in the nav bar on mobile render only ===== */
        .menunav .logo h1{
        color: #fff;
        font-weight: 100;
        padding-top: 0px;
        letter-spacing: 2px;
        text-align: center;
    }
    
    .menunav .logo:hover{color: #ffba49;}

    /* =====  .menunav - THIS IS THE CODE THAT LOCKS THE NAV BAR ON TOP WHEN SCROLLING - VERY IMPORTANT CODE   ===== */
    .menunav {
        background-color: #253D5B;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        position: fixed;
        width: 100%;
        z-index: 3;
    }
    
    .longnav{
        display: none;
    }


/* =====
    .menunav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #253d5b;
    }
    
    .menunav li:first-child{
        margin-top: 62px;
    }

    .menunav li a {
        color:#fff;
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        text-align: center;
        font-size: 25px;
    }

    .menunav li a:hover{ color: #fce181;}

    .menunav .menu {
        clear: both;
        min-height: 0;
        max-height: 0;
        transition: all .2s ease-out;
    }

    .menutext{
        font-size: 12px;
        position: absolute;
        top:0px;
        left: 9px;
        color:#88bbd6;
    }

    .menunav .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 28px 12px 15px;
        position: relative;
        -webkit-user-select: none;  
        -moz-user-select: none;     
        -ms-user-select: none; 
        user-select: none;
        background: #F3F1F1;
        margin: 12px 15px; 
    }

    .menunav .menu-icon .navicon {
        background: #88bbd6;
        display: block;
        height: 2.5px;
        position: relative;
        transition: background .2s ease-out;
        width: 30px;
    }

    .menunav .menu-icon .navicon:before,
    .menunav .menu-icon .navicon:after {
        background: #88bbd6;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    .menunav .menu-icon .navicon:before {
        top: 7px;
    }

    .menunav .menu-icon .navicon:after {
        top: -7px;
    }

    .menunav .menu-btn {
        display: none;
    }

    .menunav .menu-btn:checked ~ .menu {
        min-height: 100vh;
        max-height: 100vh;
        background: #88bbd6;
    }

    .menunav .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

    .menunav .menu-btn:checked ~ .menu-icon .navicon:before {
        transform: rotate(-45deg);
    }

    .menunav .menu-btn:checked ~ .menu-icon .navicon:after {
        transform: rotate(45deg);
    }

    .menunav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .menunav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }  
    === */

}

@media only screen and (min-width: 1024px) {
    
    .menunav{
        display:none;
    }
     header .row{
        position: relative;
    }

}

@media only screen and (max-width: 736px) and (orientation : landscape) {
   /* =====  
    .menunav .logo {
        line-height: 58px;
    }
    
    
    .menunav li:first-child{
        margin-top: 24px;
    }
    
    .menunav li a {
        padding: 10px 20px;
        font-size: 22px;
    }
    
    .menunav .menu-icon {
      margin: 6px 15px 7px; 
    }

    
    
   header .row{
        top: 58px;
    }
     === */
}

@media only screen and (max-width: 599px) and (orientation : landscape) {
     /* =====   
    .menunav li:first-child{
        margin-top: 5px;
    }
    
    .menunav li a {
        padding: 8px 20px;
        font-size: 18px;
    }
    === */
    
}

/* End MENU Navigation */


/* Start Horizontal Navigation */

.row2 .four,
.row2 .eight {
    height: 60px;
}

.row2 .four img {
    padding-top: 3px;
}

nav {
    background-color: #88bbd6;
    width: 100%;
}

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: rgba(37,61,91,.6); /* This code makes navigation bar transparent */
}

nav ul {
    margin: 0 15px 0 0;
    padding: 0;
    float:right; /* This code moves the NAV LINKS all the way to the right.*/
}

nav ul li {
    list-style: none;
    float: left;
    line-height: 60px;
    font-size: 18px;
}

nav .four a, 
nav ul li a:link,
nav ul li a:visited {
    display: block;
    text-decoration: none;
    padding: 0 20px;
    transition:  all .4s ease;
    font-weight: bold;
    color: #F3F1F1; 
}

nav ul li a:hover {
    background-color: #fce181;
}

nav .four a{
    line-height: 60px;
    padding: 0;
    margin-left: 15px;
    display: inline-block;
    font-size: 150%;
}

nav .four a:hover{
    color: #fce181;
    cursor: pointer;
}

/* End Horizontal Navigation */

/* === START - FLEX Row and FLEX Col formatting for ENTIRE website - DO NOT CHANGE === */
        .flex-row{
            display: flex;
            color: white;    
        }
        .flex-row img{
            padding-bottom: 20px;
        }
        
        .flex-col{
            padding: 35px 25px;
            flex:1;
        }
        
        @media (max-width:1023px){
            
            .flex-row{
                display: block;
            }
        }

/* === END - FLEX Row and FLEX Col formatting for ENTIRE website - DO NOT CHANGE === */




/* START Parallax_Header */

.parallax_header {
    position: relative;
    height: 650px;
    overflow: hidden;
}

.parallax_header img{
    position: fixed;
    z-index: -2;
    top:60px;
    left: 0;
    width: 100%;
}
.flex-col p{
    margin: 0;
}

/* Disable Parallax < 1025px */

@media (max-width:1024px){
    .parallax_header{
        height: auto;
    }
    
    .parallax_header img{
        position: static;
    }
}
/* END Parallax_Header */



/* START Parallax_Middle  */

.parallax_middle {
    position: relative;
    height: 350px;
    overflow: hidden;
    background: url(images/parallax.jpg) 0 0 no-repeat;
    background-attachment: fixed; 
    background-size: 100%;
    display: flex;
    align-items: center;
}
.parallax_middle:before{
    content: "";
    /* ===background:rgba(217,172,245,0.5); ..... this is the overlay you need if you put text ontop the parallax === */ 
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}
.parallax_middle{
    text-align: center;
    width: 100%;
    z-index: 1;
}

/* ===
.parallax_middle h2{
    vertical-align: middle;
    display: inline-block;
    width: auto;
    padding:20px;
    font-size: 35px;
    margin-bottom: 10px;
}
.parallax_middle a {
    background:rgb(233,233,233);
    padding: 12px;
    color: #3B3838;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    width:150px;
    max-width: 100%;
}
.parallax_middle a:hover {
    background: #fce181;
    color: #3B3838;
}
=== */

.parallax_middle img{
    position: fixed;
    z-index: -1;
    top: 650px;
    left: 0;
    width: 100%;
}

/* Disable Parallax < 1025px */

@media (max-width:1024px){
    .parallax_middle{
        height: auto;
    }
    
    .parallax_middle img{
        position: static;
    }
}

/* END Parallax_Middle  */



/* === START About2023 Section === */

  .about2023{
            background: #F2D0D0;
            padding: 20px 0 0 0px;
        }

.about2023 h1 {
                color: #AC3837;
            }

.about2023 p {
                color: #AC3837;
            }

    .about2023 ul {
       color: #AC3837;
    }
    
    .about2023 li:first-child{
        color: #AC3837;
        margin-top: 12px;
    }

    .about2023 li {
        color: #AC3837;
	}
    

.about2023 img {
            padding: 0px 0 0 100px;
            }


          @media (max-width:1023px){
            
            .about2023 img {
                padding: 0 0 0 0px;
            }
            .about2023 h1 {
                padding: 20px 0 0 0px;
            }
        }

/* === END About2023 Section  === */


/* === START Mission === */

.mission {
    background: #D0D5DC;
    padding: 30px 30px; 
}

.mission .flex-col{
        padding: 10px 10px;
        text-align: center;
}
 
 .mission h2{
            color: #000;
            text-align: left;
        }

 .mission h1{
            color: #000;
            text-align: center;
        }

.mission p{
     color: #000;
     text-align: center;
}


/* ===
.mission a{
    background: #88BBD6;
    padding: 10px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    width: 233px;
    max-width: 100%;
    text-align: center;
}

.mission a:hover{
    background: #FCE181;
    color: #555555;
}
== */

    .mission ul {
        color: #000;
        margin: 0;
        padding: 0 20px 0 20px;
    }
    
    .mission li:first-child{
        color: #000;
        margin-top: 15px;
    }

    .mission li {
        color: #000;
        padding: 10px 0px;
    }


  @media (max-width:1023px){
            
            .mission h2{
                color: #000;
                font-size: 45px;
                font-weight: 350;
                line-height: 70px;
                padding: 0 0 0 0px;
            }
        }

/* === END Mission === */



/* === START Portfolio === */

.portfolio {
    background: #48525F;
    padding: 20px 10px; 
}

.portfolio .flex-col {
        padding: 20px 100px 20px 100px;
}
 
 .portfolio h2{
            color: #fff;
            text-align: center;
            line-height: 20px;
            padding: 10px 10px;
            font-size: 30px;
            font-weight: 300;
        }

 .portfolio h1{
            color: #fff;
            margin: 0;
            padding: 0;
            text-align: left;
            font-size: 22px;
            font-weight: 300;
            line-height: 30px;
        }

.portfolio p{
     text-align: center;
     padding: 10px 30px;
}

  @media (max-width:1023px){

    .portfolio .flex-col {
        padding: 20px 10px 10px 10px;
}
            
            .portfolio h2{
                font-size: 30px;
                font-weight: 350;
                line-height: 40px;
                padding: 0 0 0 0px;
            }
        }

/* === END Portfolio === */



/* === START Testimonial Section === */

       .testimonial2023{
            background: #D9ACF5;
        }

        .testimonial2023 h1 {
            color: #51077F;
        }

         .testimonial2023 p {
            color: #51077F;
        }

/* === END Testimonial Section  === */



/* === START WHY === */

.why {
    background: #FDEBED;
}


  @media (max-width:1023px){

            .why {
                padding: 10px 10px; 
            }
            
        }

/* === END WHY === */


/* === START Offer Section === */

       .offer2023{
            background: #F2D0D0;
        }

        .offer2023 h1 {
                color: #AC3837;
        }

        .offer2023 p {
                color: #AC3837;
        }

        .offer2023 a {
            background: #253D5B;
            color: #F2D0D0;
            padding: 12px;
            text-decoration: none;
            text-align: center;
            font-size: 18px;
            display: block;
            box-sizing: border-box;
            margin: 0 auto;
            width: 270px;
            max-width: 100%;
        }

        .offer2023 a:hover {
            background: #AE949F;
            color: #000;
        }


/* === END Offer Section  === */



/* === START Back To Top button === */
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* === END Back To Top button - i think === */


/* === MISC HODGE PODGE MEDIA QUERIES AT LAST MINUTE  === */

  @media (max-width:767px){
        .flex-row img{
            width: 100%;
        }

        .mission ul{
            padding-left:30px;
            padding-bottom: 0px;
        }
        .mission h1{
            margin: 0 0;
            font-size: 30px;
            line-height: 40px;
        }
        .mission{
            padding-top: 25px;
        }
        .menunav .logo{
            line-height: normal;
            margin-top: 15px;
        }
        .row16 h2{
            line-height: 42px;
           font-size: 27px;
        }
        .parallax_middle{
            background: url(images/parallax640p.jpg) 0 0 no-repeat;
            height: 414px;
            background-size: 100%;
        }
        .parallax_middle h2{
            text-align: center;
            line-height: normal;
        }
  }




  /* ======= START Contact and Footer ========= */

   footer {
            height: 440px; /* == NOTE: this is the COMBINED total height of the .contact and .last DIVS put together. Check your math!! === */
            background-color: #FDE3A7;
        }
      
        .contact{
            height: 440px;
            background-color: #e7e5e4;
        }

        .contact p{
            text-align: center;
	padding: 8px 8px;
        }

        .contact a {
            color: #AC3837;
             text-decoration: none;
        }

        .contact a:hover {
            color: #333;
        }  

        .last {
            height: 50px;
            background-color: #333;
            text-align:center;
        }

        .last p{
            font-size: .8em;
            padding: 15px 0 0 50px;
        }

        .last a {
            color: #fff;
            text-decoration: none;
        }

        .last a:hover {
            color: GoldenRod;
        }
        
        @media (max-width:1023px){   

            .contact{
            height: 520px;
             }    

             .contact img  { 
                width: 80%;
                padding: 0 30px 0 30px;
                }
            .contact .flex-row{
                display: block;
            }
            
        }
/* ======= END Contact and Footer ========= */


/* Back To Top button on every web page via JQuery  */

.back-to-top {
    position:fixed;
    bottom:20px;
    right:20px;
    background: rgba(0,0,0,.3);
    width: 40px;
    height: 40px;
    display: none;
}


.back-to-top img{
   margin: 5.5px 0 0 3.45px;
}



h1.elegantshadow {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 52px;
  font-weight: 100;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  color: #131313;
  background-color: #e7e5e4;
  letter-spacing: .15em;
  line-height: 55px;
  text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d, -10px 20px 1px #949392, -11px 22px 1px #999897, -12px 24px 1px #9e9c9c, -13px 26px 1px #a3a1a1, -14px 28px 1px #a8a6a6, -15px 30px 1px #adabab, -16px 32px 1px #b2b1b0, -17px 34px 1px #b7b6b5, -18px 36px 1px #bcbbba, -19px 38px 1px #c1bfbf, -20px 40px 1px #c6c4c4, -21px 42px 1px #cbc9c8, -22px 44px 1px #cfcdcd, -23px 46px 1px #d4d2d1, -24px 48px 1px #d8d6d5, -25px 50px 1px #dbdad9, -26px 52px 1px #dfdddc, -27px 54px 1px #e2e0df, -28px 56px 1px #e4e3e2;
}
