:root {
    --primary: #185482;
    --secondary: #555;
    --width: 1000px;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
    line-height: 1.4em;
    box-sizing: border-box;
    margin: auto;
    vertical-align: top;
    outline: 0px solid #ff0000;
    font-weight: 200;
}

h2, h1 {
    font-weight: 400;
}

img {
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
    margin: 10px;
}

.imgGallery {
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
    margin: 10px;
    height: 300px;
}

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: var(--primary);
    color: #fff;
    z-index: 1000;
    text-align: right;
    padding-top: 15px;
}

#header a {
    color: #fff;
    text-decoration: none;
    padding: 0px 10px;
}
.stage {
    position: relative;
    width: 1200px;
    width:1200px
}

#header .oneThird {
    min-width: 20%;
    width: auto;
    height: 100%;
    display: inline-block;
    text-align: right;
    margin: auto;
}

#header .fullSize {
    min-width: 100%;
    width: auto;
    height: 100%;
    display: inline-block;
    text-align: right;
    margin: auto;
}

.pading1em {
    padding: 1em;
}

.icon1em {
    width: 1em;
    height: 1em;
    margin-top: 2px
}

.iconInvert {
    filter: invert(100%);
}

.fullwidth {
    width: 100%;
}

.bgcolor1 {
    background-color: var(--primary);
    color: #fff;
}

#content {
    position: relative;
    width: 100%;
    min-height: 110%;
    color: var(--secondary);
    padding-top: 20px;
    margin-top: 40px;
    color: #fff;
    line-height: 1.4em;
}

#content .oneHalf {
    width: 48%;
    height: 100%;
    display: inline-block;
    text-align: left;
    margin: auto;
}

#content .divider {
    width: 99%;
    height: 1px;
    display: block;
    margin: auto;
    margin: 20px;
}

.homeBackground {
    width: 100vw;
    height: auto;
    background-image: url("../img/splash10.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

#content .oneThird {
    width: 30%;
    height: 100%;
    display: inline-block;
    text-align: left;
    margin: auto;
}

#content .tag {
    background-color: #fff;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    text-align: left;
    margin: 10px;
    text-decoration: none;
    border-radius: 20px;
    color: #000;
}

#content .twoThird {
    width: 66%;
    height: 100%;
    display: inline-block;
    text-align: left;
    margin: auto;
}

#content .center {
    text-align: center;
    margin: auto;
}

.center {
  margin: auto;
  height: 100%;
}
/* logo */
.logo {
    background-image: url("../img/logo_full.png"); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 200px;
    margin-top: 50px;
}

/* navigation */
#navigation {
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: var(--primary);
    color: #fff;
    z-index: 1000;
    padding-top: 0px;
}

.sticky {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    position: fixed !important;
}

#navigation .navItem {
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    min-width: 15%;
    line-height: 50px;
    height: 50px;
    transition: 0.5s;
}

.naviItem {
    text-decoration: none;
    color: #fff;
    line-height: 50px;
    border-left: 1em solid var(--secondary);
    padding-left: 20px;
    transition: 0.5s;
}

.navItem:hover {
    transition: 0.5s;
}

.naviItem:hover {
    text-decoration: none;
    color: #fff;
    line-height: 50px;
    border-left: 1em solid #fff;
    padding-left: 20px;
    transition: 0.5s;
    font-weight: 100;
    transform: scale(1.3);
}

#footer {
    position: relative;
    width: 100%;
    height: 250px;
    background-color: var(--primary);
    color: #fff;
    z-index: 1000;
    text-align: center;
    padding-top: 50px;
    bottom: 0px;
}

#footer a {
    color: #fff;
    text-decoration: none;  
    border-left: 1em solid #fff;
    padding-left: 20px;
}

#footer .oneQuarter {
    min-width: 23%;
    width: auto;
    height: 100%;
    display: inline-block;
    margin: auto;
    text-align: left;
}

.tagBox {
    padding: 20px;
    background-color: #fff;
    color: var(--primary);
    border-radius: 20px;
}

.checkList {
  list-style: none;
  padding-left: 0;
}

.checkList li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}

.checkList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("icons/check-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.imgFrame {
    background-color: #fff;
    color: var(--primary);
    border-radius: 20px;
}

.btnWhatsApp {
    background-color: #25D366;
    background-image: url("../img/whatsappWhite.png");
    background-size: 20px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
    padding-right: 20px;
    height: 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 20px;
    border: 0px solid #fff !important;
    margin-top: -5px;
}

#bigPic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Tablet */ 
@media(max-width:900px){ 
    #header { 
        position:relative; 
        text-align:center; 
    } 
    .stage { 
        width:100%; 
    }
    #header .oneThird, #header .fullSize { 
        justify-content:center; 
    } 
    #navigation { 
        position:relative; height:auto; 
    } 
    #navigation .stage { 
        flex-direction:column; 
    } 
    .navItem { 
        width:100%; justify-content:center; 
    } 
    .oneHalf, .oneThird, .twoThird, .oneQuarter { 
            width: 100% !important; 
            margin-bottom: 20px;
    }
    .logo { 
        height:150px; 
        margin-top:20px; 
        width:100%;
    } 
    .sticky {
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 1000;
        position: absolute !important;
    }
    img { 
        width:100%; 
        margin:0;
        margin-bottom: 20px;
    }
    #footer {
        height: auto;
    }

    #footer .oneQuarter {
        min-width: 100%;
        width: auto;
        height: 100%;
        display: inline-block;
        margin: auto;
        margin-top: 20px;
        text-align: left;
    }

    #footer a {
            text-align: left;
        }
} 

    /* Smartphone */ 
    @media(max-width:600px){ 
        body { 
            font-size:15px; } h1 { font-size:2rem; 
        } 

        .stage { 
            width:100%; 
        }

        h2 { 
            font-size:1.5rem; } .stage { padding:0 15px; 
            } 
        img { 
            width:100%; 
            margin:0;
            margin-bottom: 20px;
        } 
        .tag { 
            display:block; text-align:center; 
        } 
        .logo { 
            height:100px; 
            width:100%;
        } 
        #footer { 
            padding:30px 15px; 
        }
        .oneHalf, .oneThird, .twoThird, .oneQuarter { 
            width: 100% !important; 
            margin-bottom: 20px;
        }
        .sticky {
            top: 0px;
            left: 0px;
            right: 0px;
            z-index: 1000;
            position: absolute !important;
        }
        #footer {
            height: auto;
        }

        #footer .oneQuarter {
        min-width: 100%;
        width: auto;
        height: 100%;
        display: inline-block;
        margin: auto;
        margin-top: 20px;
        text-align: left;
    }

        #footer a {
            text-align: left;
        }
    }
