<style> @import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Text:wght@100;400;800&display=swap'); </style>

body {
  font-family: 'Big Shoulders Text', cursive;
  font-weight: 400;
  font-size: 17px !important;
  line-height: 26px;
}

p {
  color: #fff;
}

#header .header-nav-main nav > ul > li > a {
  font-size: 17px;
  font-weight: 600;
}

.text-1 {
  font-size: .9em !important;
}


.embed-responsive{
  position: relative;
  padding-top: 56.25%;
}
.youtube{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  
}



/*
* Portfolio
*/
.custom-nav-sort.nav > li {
		margin-right: 10px;
}




@media (max-width: 767px) {
		.custom-nav-sort.nav > li {
				margin-bottom: 10px;
		}
}

.custom-thumb-info-1 {
		border: none;
		-webkit-backface-visibility: initial;
						backface-visibility: initial;
		transform: none;
}

.custom-thumb-info-1:hover .thumb-info-wrapper:after {
		opacity: 0.8;
}

.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus {
		opacity: 1;
		width: 30%;
}

.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus:after {
		transform: translate(-50%, -50%) rotate(90deg);
}

.custom-thumb-info-1 .thumb-info-wrapper {
		margin: 0 !important;
		-webkit-backface-visibility: initial;
						backface-visibility: initial;
		transform: none;
}



.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus {
		opacity: 0;
		position: absolute;
		width: 10%;
		top: 50%;
		left: 50%;
		z-index: 2;
		transform: translate(-50%, -50%);
		transition: ease all 0.3s;
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:before, .custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		border-top: 1px solid #1e1e1e;
		transform: translate(-50%, -50%);
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after {
		transform: translate(-50%, -50%) rotate(0deg);
}

.custom-thumb-info-1 .thumb-info-wrapper::after {
  background: #0088cc !important;
    background-color: rgb(0, 136, 204);
}