body {
    font-size: 20px;
    color: white;
    background: #100e17;;
    letter-spacing: 1px;
}


/*skill chart section*/
.skills_section {
	font-family: 'McLaren', cursive;
    color: #fff;
}
.skill {
    text-align: center;
    margin-left: 10px;
}
.chart {
    position: relative;
    width: 152px;
    height: 152px;
    display: inline-block;
    text-align: center;
}
.chart canvas {
    position: absolute;
    left: 0;
    top: 0;
}
.chart .percent {
    color: #fff;
    line-height: 152px;
    display: inline-block;
    font-size: 35px;
}
.chart .percent:after {
    content: '%';
}



/*square achivement section*/
.stats_section {
	margin-top: 77px;
	margin-bottom: 33px;
	font-family: 'McLaren', cursive;
}

.square_item {
    position: relative;
}
.square_inner_container {
    position: relative;
    padding: 50px 15px 35px;
    text-align: center;
    border: 2px solid white;
    border-top: none;
}

.square_inner_container:before,
.square_inner_container:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 30%;
    border-bottom: 2px solid white;
}

.square_inner_container:before {
    right: 0px;
}

.square_inner_container:after {
    left: 0px;
}

.square_content h2 {
    font-size: 56px;
    margin-bottom: 10px;
    font-weight: 400;
    color: white;
}

.square_content h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    color: white;
}

.square_icon {
    position: absolute;
    left: 50%;
    top: -20%;
    width: 40%;
    height: 60px;
    font-size: 45px;
    margin-left: -20%;
    color: white;
}

.stat-title {
    color: white;
}

/*Mini instagram display*/
.heading {
	color: black;
}

.port-icons {
	color: #f5576c;
	font-size: 30px;
}

.port-icons:hover {
	color: black;
}

.portfolioSection {
	font-family: 'McLaren', cursive;
	background-color: white;
}

.filter a {
    color: black;
    border: 1px solid black;
    padding: 10px 18px;
    display: block;
}

.filter li {
    display: inline-block;
    padding: 5px;
}

.filter .current {
    background-color: #f5576c;
    border-color: black;
    color: black;
}

.filter {
    text-align: center;
    width: 100%;
}

.section .heading {
    text-align: center;
    padding-bottom: 40px;
    width: 100%;
}

.items li {
    display: inline-block;
    padding: 5px;
}

.items_container {
    width: 100%;
}

.items li img {
    width: 100%;
    
    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}

.items .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.items .icons {
    position: absolute;
    width: 90px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px auto 0 -47px;
    text-align: center;
    z-index: 3;
}

.items .icons ion-icon {
    color: black;
    font-size: 20px;
    margin-top: 9px;
}

.items a {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    
    -webkit-transition: all 0.2s linear, 0.2s;
    -moz-transition: all 0.2s linear, 0.2s;
    -o-transition: all 0.2s linear, 0.2s;
    -ms-transition: all 0.2s linear, 0.2s;
    -transition: all 0.2s linear, 0.2s;
}

.items .image_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    
    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}

.items .item:hover .image_overlay {
    opacity: 1;
}

.items .open_button {
    float: left;
    left: -200px;
}

.items .project_link {
    float: right;
    right: -200px;
}

.items .item:hover .open_button {
    left: 0px;
}

.items .item:hover .project_link {
    right: 0px;
}

.items .item:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -transform: scale(1.05, 1.05);
}

.items {
    padding: 0;
}





/*Navbar edit*/
#logoSpan {
    color: white;
}

.navbar {
	font-family: 'Bowlby One SC', cursive;
}

.dropdown-menu {
    border-radius: 0;
    margin: 0;
    background-color: #100e17;
}

.dropdown-item {
    font-weight: 400;
    color: white;
}

#mainNavbar {
    font-size: 1.5rem;
    font-weight: 100;
}

#mainNavbar .nav-link {
    color: white;
    background-color: #f5576c;
    /* background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%); */
    /* background-image: linear-gradient(to top, #cc208e 0%, #6713d2 100%); */
}


#mainNavbar .nav-link:hover {
    color: #100e17;
}

#mainNavbar .navbar-brand {
    color: #f5576c;
    font-weight: 100;
    font-size: 1.5rem;
}

.navbar-dark .navbar-toggler {
    background: #100e17;
    border-color: white;
}

/*First Main Top Text fading effect*/
#topText1 {color: black;}
/* #topText2 {color: rgba(255, 255, 255, 0.9);}
#topText3 {color: rgba(255, 255, 255, 0.8);}
#topText4 {color: rgba(255, 255, 255, 0.7);}
#topText5 {color: rgba(255, 255, 255, 0.3);}
#topText6 {color: rgba(255, 255, 255, 0.2);}
#topText7 {color: rgba(255, 255, 255, 0.1);} */

/*navbar color change effect*/
.navbar.scrolled {
    background-color: transparent;
    transition: background 500ms;
}

/*Media query*/
@media (max-width: 1500px) {
    #headingGroup h1 {
        font-weight: 100;
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    .blurb p {
        font-size: 1.125rem;
    }
}

@media (max-width: 500px) {
	.tropies-title p{
		font-size: 0.9rem;
	}
}




/* copyright section */
.copyright {
	font-family: 'Bowlby One SC', cursive;
    color: white;
}

/* tropies section */
.certification {
	color: black;
}

.both-background{
	background-color: white;
}

.tropies-title {
	font-family: 'McLaren', cursive;
	color:black;
	padding-top: 50px;
}

.tropies {
	padding-top: 50px;
	padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
 }

  .blocks {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blocks .block {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    margin: 20px;
    -webkit-transform: perspective(600px) rotateY(-30deg);
            transform: perspective(600px) rotateY(-30deg);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }

  .blocks .block img {
    width: auto;
    max-width: 100%;
  }

  .blocks .block .overlay {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .3s ease;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .blocks .block .overlay img {
    width: auto;
    max-width: 50%;
  }

  .blocks .block.hover, body .blocks .block:hover {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    cursor: pointer;
  }

  .blocks .block.hover .overlay, body .blocks .block:hover .overlay {
    opacity: 1;
  }





/* .loader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.loader .inner {
    width: 100%;
    height: 100%;
    background: url(../img/45.gif) center center no-repeat;
} */

