/* html,body,DOM */

body {
    background-color: #ffffff;
}
.container {
    text-align: center;
    width: 100%;
}

.mainContent {
left: 8%;    
}

/* footer */
.footer {
    bottom: 1;
    width: 100%;
    border-radius: 15px;
    text-align: center;
}

/* carousel */
.carousel-inner img {
    text-align: center;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
    border-radius: 20px;
}


body a:hover {
    color: #7ed6d3;
}

/* navbar */
.navL { 
    top: 50px;
    width: 0 auto;
    position: fixed;
    z-index: 10;
}

.navL .nav-link {
    margin-top: 70%;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navL .nav-link:hover {
    background-color: #626968;
    color: white;
    
}

.nav a {
    font-size: 20px;
    color: #000000;
}


.navP a {
    text-align: center;
    margin: 0 auto;
}


/* text */

.cTitle {
    font-family: 'Monoton', cursive;
    color: white;
    font-size: 100px;
    text-align: center;
}


/* portfolio */

#links {
    text-align: center;
    margin: 0 auto;
}

#links img {
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    width: 100%;
    border-radius: 15px;
    z-index: 3;
}

#links img:hover {

     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#blueimp-gallery a {
    color: #ffffff;
}



/* sections */
section {
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;

}

.sec1 {}

.sec3 {
    background-color: #ffffff;
        padding-bottom: 20px;

}

/* about */

.aText {
    margin-top: auto;
    margin-bottom: auto;
    color: #000000;
    font-size: 150%;
    width: auto;
}



.self {
    text-align: center;
    border-radius: 10px;
    width: 75%;
}

.abox {
    border: 20px solid #ffffff;
    border-radius: 20px;

}

.abox a {
    text-decoration: none;
    color: #2C6888;
}

.sec1 .lgo a {
    text-align: center;
    color: #000000;
    margin: 0 auto;
    display: inline-block;
}


/* icons */
.navIcon {
    position: fixed;
    left: 2px;
    bottom: 5px;
    z-index: 10;
}



/* contact */

.contactT {
    font-size: 50px;
}

.fTitle {
    padding-top: 20px;
    font-family: 'Monoton', cursive;
    color: #000000;
    font-size: 15px;
}

.navIcon a:hover {
    color: #7ed6d3;
}



.aTitle {
    font-size: 60px;
    text-align: center;
}


.portfolioFilter {
    padding: 15px 0;
}

.portfolioFilter a {
    color: #666;
    text-decoration: none;
    border: 1px solid #000;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
}

.portfolioFilter a.current {
    background: #1e1e1e;
    border: 1px solid #1e1e1e;
    color: #f9f9f9;
}

.portfolioFilter a:hover {
    background: #1e1e1e;
    border: 1px solid #1e1e1e;
    color: #f9f9f9;
}

.portfolioContainer {
    border: 1px solid #eee;
    border-radius: 3px;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.mlist {
    text-align: center;
    margin: 0 auto;
    font-size: 8vw;
    color: #ffffff;
}

#mc_embed_signup {
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 20px;


}

#recaptcha {
    text-align: center;
    margin: 0 auto;
    width: 305px;
}

.navH,.mobileIcon{
    display: none;
    margin: 0 auto;
    text-align: center;
    z-index: 20;
    width: 100%;
}
.navH .nav-link{
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.sideBox{
    
    width: 100px;
}
/* media query */


/* LESS THAN 75 */
@media (max-width: 74.9em) {
    .cTitle {
        font-size: 50px;
        text-align: center;
    }

    .aText {
        font-size: 20px;
    }

    .carousel {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
    }
    .sideBox{
        display:none;
    }
    .navH{
    display: inline-flex;
    padding-top: 10px;
    }
    .navH .nav-link:hover{
    background-color: #626968;
    color: white;
    }
    .mobileIcon{
        margin-top: 10px;
    display: inline-flex;
    }
    .mobileIcon a:hover{
        color: #7ed6d3;
    }
    .mainContent {
    left: 0;    
    }
    .navL,.largeIcon{
        display: none;
    }
    .zenfM{
    width: 40px;
    height: 40px;
    background-color: black;
    border-radius: 10%;
    margin-right: 20px;
    }
    .zenfM:hover{
        background-color: #ffffff;
    }

}

/* LESS THAN 62 */
@media (max-width: 61.9em) {}

/* LESS THAN 48 */
@media (max-width: 47.9em) {

    .navL {
        width: 100%;
    }

    .navT {
        text-align: center;
        margin: 0 auto;
        padding-top: 10px;

    }

    .navL a {
        color: #ffffff;
        width: 20%;
    }



    .carousel {
        width: 100%;
    }

    .navT a {
        text-align: center;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, .8);
        color: #ffffff;
        text-decoration: none;
        border: 1px solid #000;
        padding: 4px 10px;
        border-radius: 5px;
        display: inline-block;
    }

    #photos,
    #about {
        padding-top: 50px;
    }

}

/* LESS THAN 34 */
@media (max-width: 33.9em) {

    .cTitle {
        font-size: 300%;
        text-align: center;
    }

    .navP a {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
    }
}

.payButton {
    border: 0;
    background-color: rgba(0,0,0, -1);
}
.fa-paypal:hover{
    
    color: #1acc06;
}
.sec4 {
    padding-top: 50px;
}

.zenf {
    width: 50px;
    height: 50px;
    background-color: black;
    border-radius: 10%;
    margin-right: 20px;
}
.zenf:hover{
    background-color: #ffffff;
}

