html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Staatliches', cursive;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Staatliches', cursive;
}

.height_100pc {
    height: 100%;
}

.width_100pc {
    width: 100%;
}
#minMize{
    width:100%;
    height:100%;
}
.margin_Top {
    vertical-align: center;
    text-align: left;
}

.margin_Top80 {
    margin-top: 30px;
}

.posRel {
    position: relative;
}
.imgFull{
    display:block;
    width:100%;
    height:100%;
}

.pixlogo {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 61px;
    height: 61px;
    background: url("../imgs/pixphiclogo2.png") no-repeat center/cover scroll;
    z-index: 1;
}
.pixlogo a {
    display: block;
    width: 100%;
    height: 100%;
	text-decoration:none;
}

.mainBanner {
    position: relative;
    background: url("../imgs/mainBanner.webp");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.hamMenu {
    position: fixed;
    top: 20px;
    right: 50px;
    width: 50px;
    height: 43px;
    border-radius: 0px;
    cursor: pointer;
    background-color: #00000078;
    padding: 5px;
    box-sizing: border-box;
    z-index: 1;
}

.hamMenu span {
    display: block;
    background-color: #ffff;
    height: 6px;
    margin-top: 4px;
    border-radius: 1px;
}

.slideMenu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    /*    width:200px;*/
    width: 0;
    background-color: #673ab7;
    overflow: scroll;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 1;

}

.slideMenu span#menuClose {
    position: absolute;
    display: block;
    color: #e6e6e6;
    width: 50px;
    height: 50px;
    top: 25px;
    right: 0;
    font-size: 25px;
    cursor: pointer;
}

.slideMenu span#menuClose:hover {
    color: #fff;
}

#decoLines {
    display: block;
    border-bottom: 2px solid #734cb9;
    width: 100%;
    margin-top: 20px;
}

.slideMenu ul {
    list-style: none;
    margin-top: 30px;
}

.slideMenu ul li a {
    text-decoration: none;
    color: #e6e6e6;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    transition: 0.5s;
}

.slideMenu ul li a:hover {
    color: #fff;
    font-size: 26px;
}

.bannerText {
    position: absolute;
    top: 200px;
    left: 50px;
    right: 50px;
}
.bannerText p{
	font-size:1.25rem;
}
.bannerText p span{
	color:#e91e63;
}

.bannerText h1:nth-child(1) {
    color: #e91e63;
}

.bannerText .display-1 {
    font-size: 50px;
}

.mainBanner .btn-lg {
    border-radius: 0;
}

.mainBanner .btn-warning {
    background-color: #e91e63;
    color: white;
    border: 0;
    border-radius: 0;
}

.mainBanner .btn-warning:hover {
    background-color: #f44336;
}

.mainBanner .btn-warning:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #006600;
    border-color: transparent;
}

.desBoxOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
}

/*Wayaround3 for Tools box mid portions "Display table method"*/
.descriptionBox1 {
    position: relative;
    width: 100%;
    background: url("../imgs/desBoxBgImg.webp") no-repeat center/cover scroll;
    color: #fff;
    padding: 100px 0;
}

.centerWrapOuter {
    display: table;
    max-width: 50%;
    margin: 0 auto;
    height: 100%;
}

.centerThisWrap {
    display: table-cell;
    vertical-align: middle;
}

.centerWrapInside {
    padding: 50px 30px;
}

.centerWrapInside h5::after {
    content: ' ';
    border-bottom: 3px solid #fff;
    width: 200px;
    height: 10px;
    display: block;
}

.centerWrapInside p {
    margin-top: 50px;
    font-size: 18px;
}

.descriptionBox1 .bg-Color {
    background-color: orangered;
}

.myToolOverlay3 {
    width: 100%;
    height: 100%;
    padding: 65px 30px 50px 30px;
}

.myToolOverlay3 ul li {
    list-style: none;
    margin-left: -8px;
    font-size: 22px;
    line-height: 40px;
}

.myToolOverlay3 h3 {
    font-size: 35px;
}

.myToolOverlay3 h3::after {
    content: '';
    display: block;
    width: 78px;
    height: 2px;
    background-color: #e91e63;
}

.my_tech {
/*    background: url('../imgs/myBanner.jpg') no-repeat center / cover scroll;*/
    background-color:whitesmoke;
    border-bottom: 1px solid lightgrey;

}

.my_tech .fas {
    color: #4caf50;
}

/*My Portfolio*/
div.my_folio {
    padding: 0 0 90px;
}

div.my_folio h1,
.containerContact h1 {
    font-size: 80px;
    margin: 80px 0 30px;
    color: #e91e63;
}

div.my_folio h1::after,
.containerContact h1::after {
    content: ' ';
    border-bottom: 2px solid #000;
    display: block;
    width: 100px;
    margin: 0 auto;
}

div.my_folio a {
    border: 2px solid lightgrey;
}

.containerContact {
    position: relative;
    background: url("../imgs/bgmandal.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    padding: 0 0 100px 0;
}

.containerContact h1 {
    margin: 90px 0;
}

.containerContact h1::after {
    content: '';
    width: 100px;
    margin: 0 auto;
    border-bottom: solid 2px #fff;
}

.contactOverlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.containerContact label {
    font-weight: 300;
    font-size: 21px;
    color: #fff;
}

.containerContact .form-control {
    height: 40px;
    box-shadow: none;
    outline: none;
    border: hidden;
    border: none;
    border-radius: 0px;
}

.containerContact textarea.form-control {
    height: 150px;
}

.containerContact .btn-lg {
    border-radius: 0;
}


/*FOOTER*/
footer {
    background: url("../imgs/symphony.webp");
    background-repeat: repeat;
    background-position: center center;
    background-attachment: scroll;
    padding: 70px 0 70px;
}

.footerInner {
    margin: 50px 0;
}

footer ul {
    display: table;
    margin: 0 auto;
    padding-left: 0;
}

.footerInner span {
    display: block;
    text-align: center;
    text-align: center;
    padding: 50px 0;
}

.footerInner h2 {
    color: #e91e63;
    font-size: 30px;
    padding: 0 0 30px;
}

.footerInner h2::after {
    content: ' ';
    display: block;
    width: 50px;
    margin: 0 auto;
    border-bottom: solid 2px #000;
}

footer ul li {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
    text-align: center;
}

footer ul li:nth-child(1) a,
footer ul li:nth-child(2) a,
footer ul li:nth-child(3) a {
    display: block;
    font-size: 35px;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    text-align: center;
    line-height: 60px;
}

footer ul li:nth-child(1) a {
    border: 2px solid #3b5998;
}

footer ul li:nth-child(2) a {
    border: 2px solid #e95950;
}

footer ul li:nth-child(3) a {
    border: 2px solid #0077b5;
}

footer ul li:nth-child(1) a i {
    color: #3b5998;
}

footer ul li:nth-child(2) a i {
    color: #e95950;
}

footer ul li:nth-child(3) a i {
    color: #0077b5;
}


/*//BOOTSTRAP BREAK POINTS
//MIN BREAK POINTS
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .centerWrapOuter {
        max-width: 100%;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .bannerText .display-1 {
        font-size: 150px;
    }
	.bannerText p{
		font-size:2.5rem;
	}

    .margin_Top80 {
        margin-top: 0;
    }

    .centerWrapOuter {
        max-width: 90%;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .centerWrapOuter {
        max-width: 70%;
    }

    .centerWrapInside h1 {
        font-size: 40px;
    }

    .centerWrapInside h5 {
        font-size: 25px;
    }

    .centerWrapInside p {
        font-size: 18px;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .centerWrapInside h1 {
        font-size: 80px;
    }
    .centerWrapInside h5 {
        font-size: 40px;
    }
    .centerWrapInside p {
        font-size: 25px;
    }
    .myTools ul li {
        font-size: 25px;
        line-height: 50px;
    }
    .myTools h3 {
        font-size: 50px;
    }
    .myToolOverlay2 ul li {
        font-size: 25px;
        line-height: 50px;
    }
    .myToolOverlay2 h3 {
        font-size: 50px;
    }
}

/*//MAX BREAK POINTS*/
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .pixlogo {
        left: 45px;
    }

    .bannerText {
        top: 185px;
    }

    .hamMenu {
        right: 15px;
    }

    .descriptionBox {
        height: 120%;
    }

    .centerWrapOuter {
        max-width: 100%;
    }

    .myToolOverlay3 ul li {
        font-size: 16px;
        line-height: 35px;
    }

    .myToolOverlay3 h3 {
        font-size: 30px;
    }

    .myToolOverlay3 ul li {
        font-size: 16px;
        line-height: 30px;
    }

    .myToolOverlay3 h3 {
        font-size: 30px;
    }

    div.my_folio h1 {
        font-size: 50px;
        margin: 50px 0 30px;
    }

    .containerContact h1 {
        font-size: 50px;
        margin: 50px 0;
    }
    .footerInner{
        margin: 0 0;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
    .margin_Top80 {
	margin-top: 0;
}
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
    ...
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
    ...
}

/*Extra large devices (large desktops)*/
/*No media query since the extra-large breakpoint has no upper bound on its width*/