/*
Theme Name: Personal-Website-WP-Theme
Description: Joshwin Greene's Online Portfolio
Version: 1.0
Tags: software engineering, design, technical writing
Author: Joshwin Greene
This theme was created using Blocs (blocsapp.com).
*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:20px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.container-div-style{
	width:100%;
}
.container-div-bloc-1-style{
	width:100%;
}
.portfolio-colored-border{
	border-color:var(--swatch-var-2271)!important;
	border-radius:50% 50% 50% 50%;
	border-style:solid;
	border-width:0.5em 0.5em 0.5em 0.5em;
}
.green-bold-text{
	font-weight:bold;
	text-transform:none;
	color:var(--swatch-var-2271)!important;
}
.index-experience-border{
	border-color:var(--swatch-var-3937)!important;
	border-style:solid;
	border-radius:0.25em 0.25em 0.25em 0.25em;
	border-width:1px 1px 1px 1px;
	padding:1.25rem 0.65rem 1.25rem 0.65rem;
}
.link-without-underline{
	text-decoration:none;
	text-transform:none;
	font-weight:bold;
}
.h3-style{
	width:100%;
}
.custom-header-bold{
	font-weight:bold;
	color:var(--swatch-var-4730)!important;
}
.technical-writing-card{
	background-color:var(--swatch-var-6677);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-239)!important;
	padding:15px 15px 15px 15px;
	box-shadow:0.56px 3.96px 6px rgba(0,0,0,0.10);
	border-radius:10px 10px 10px 10px;
	margin-bottom:0%;
}
.h1-style{
	width:100%;
}
.custom-p-color{
	color:var(--swatch-var-4730)!important;
	font-weight:normal;
}
.sd-showcase-img{
	border-radius:5px 5px 5px 5px;
}
.custom-wp-content-color{
	font-weight:normal;
	color:var(--swatch-var-4730)!important;
}
.img-with-border{
	border-color:var(--swatch-var-3937)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}
.link-style{
	width:100%;
}
.dev-exp-h1-bloc{
	padding-top:50px;
}
.p-dark-gray{
	color:var(--swatch-var-7253)!important;
	font-weight:bold!important;
}
.design-col-margin{
	margin-bottom:8.3%;
}
.portfolio-footer-row{
	flex-direction:row;
	justify-content:space-between;
}
.design-img-radius{
	border-radius:5px 5px 5px 5px;
}
.design-item-row{
	grid-template-columns:3;
	grid-template-rows:1;
	column-gap:36px;
	row-gap:36px;
	justify-content:center;
}
.about-first-bloc{
	padding-top:100px;
}
.about-main-row{
	padding-bottom:25px;
}
.dev-item-row{
	flex-direction:row;
}
.tw-item-row{
	grid-template-rows:1;
	column-gap:36px;
	row-gap:36px;
	grid-template-columns:2;
	justify-content:center;
}
.design-content-bloc{
	margin-bottom:200px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2271:rgba(53,95,90,1.00);
	
	--swatch-var-4730:rgba(0,0,0,1.00);
	
	--swatch-var-7253:rgba(71,69,75,1.00);
	
	--swatch-var-3937:rgba(204,204,204,1.00);
	
	--swatch-var-6677:rgba(255,255,255,1.00);
	
	--swatch-var-239:rgba(224,224,224,1.00);
	
	--swatch-var-6160:rgba(0,0,0,0.45);
	
	--swatch-var-4164:#717171;
	
}



/* Text colour styles */

.tc-4730{
	color:var(--swatch-var-4730)!important;
}
.tc-2271{
	color:var(--swatch-var-2271)!important;
}
.tc-7253{
	color:var(--swatch-var-7253)!important;
}

/* Link colour styles */

.ltc-2271{
	color:var(--swatch-var-2271)!important;
}
.ltc-2271:hover{
	color:#022C27!important;
}

/* Icon colour styles */

.icon-4164{
	color:var(--swatch-var-4164)!important;
	border-color:var(--swatch-var-4164)!important;
}


/* = Custom Bric Data
-------------------------------------------------------------- */

.ax-show-preview-false,.ax-hide-preview-true {
		display: none;
}

/* = Additional CSS
-------------------------------------------------------------- */

/* Sub tabs - subtle style */

.sub-tabs {
	margin-bottom: 2rem;
}

/* muted text color */
.sub-tabs .nav-link {
                color:#555;
        font-weight:500;
        border:none;
        padding:0.5rem 1.2rem;
        transition:color 0.2s, background 0.2s;
        border-radius:0.3rem;
}

/* slightly darker on hover */
.sub-tabs .nav-link:hover {
                color:#000;
        background-color:rgba(0,0,0,0.05);
}

/* active tab styles */
.sub-tabs .nav-link.active {
                color:#000;
        font-weight:600;
        background-color:rgba(0,0,0,0.08);
}

/* design experience attribute styling */
	
.design-experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
  margin-bottom: 2em;
}
.design-experience-grid ul,
.tools-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  color: #4E4E4E;
}

.design-item-header {
  color: #2B2B2B;
}

/* Design Item Excerpt */

.design-item-excerpt {
	font-weight: bold;
	color: #47454B;
}

/* Design Item Stack */

.design-item-stack > [class^="wp-block-"], 
.design-item-stack > p {
	margin-bottom: 1rem; /* space between each child block */
}

.design-item-stack > .centered-title {
	width: 100%;
	text-align: center !important;
}

.design-item-stack > .wp-block-image,
.design-item-stack > .wp-block-columns > .wp-block-column > figure > img,
.design-item-stack > .wp-block-gallery > figure > img  {
	margin-bottom: 1.5rem; /* space between each child block */
   border: 1px solid #ddd;
   border-radius: 3px;
}

/* Target the Stack by class */
.design-item-stack.is-layout-flex.is-vertical > .wp-block-image,
.design-item-stack.is-layout-flex.is-vertical > .wp-block-video,
.design-item-stack.is-layout-flex.is-vertical > .wp-block-columns {
  margin-left: auto;
  margin-right: auto;
}

.design-img-holder {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/* Base: Large screens (>= 1200px) */
img.design-img-size {
  display: block;
  width: 100%;
  height: auto;     /* preserve aspect ratio */
  object-fit: contain;
}

/* LG: 1200px -> 992px */
@media (max-width: 1199px) and (min-width: 992px) {
  img.design-img-size {
    max-width: 400px;
  }
}

/* MD: 991px -> 769px */
@media (max-width: 991px) and (min-width: 769px) {
  img.design-img-size {
    max-width: 480px;
  }
}

/* SM: 768px -> 577px */
@media (max-width: 768px) and (min-width: 577px) {
  img.design-img-size {
    max-width: 560px;
  }
}

/* XS: 576px -> 0px */
@media (max-width: 576px) {
  img.design-img-size {
    max-width: 640px; /* largest image at smallest breakpoint */
  }
}

.caption-header {
	margin-bottom:.5rem !important;
}

/* filename: pagination.css */

/* Base container */
.wp-pagination {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

/* Core link styling */
.wp-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.65rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.375rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #4a4a4a;
  text-decoration: none;           /* prevent underline on hover */
  line-height: 1;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 80ms ease;
  outline: none;
  /* Neutralize any inherited border-collapse tricks */
  box-sizing: border-box;
}

/* Spacing */
.wp-pagination .page-numbers + .page-numbers {
  margin-left: 0.375rem;
}

/* Hover: keep full border, radius, and visible text */
.wp-pagination .page-numbers:hover {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.12);
  color: #2f2f2f;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
  /* Explicitly lock border style to avoid bottom-only border bugs */
  border-width: 1px;
  border-style: solid;
  border-radius: 0.375rem;
}

/* Focus-visible: accessible ring; keep border consistent */
.wp-pagination .page-numbers:focus-visible {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(13, 110, 253, 0.4);
  border-radius: 0.375rem;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.9),
    0 0 0 4px rgba(13, 110, 253, 0.35);
  color: #2f2f2f;
}

/* Active/Current page */
.wp-pagination .page-numbers.current,
.wp-pagination .page-numbers[aria-current="page"] {
  background-color: rgba(13, 110, 253, 0.08);
  border-color: rgba(13, 110, 253, 0.25);
  color: #0d6efd;
  font-weight: 600;
  cursor: default;
  border-width: 1px;               /* keep full border, no bottom-only */
  border-style: solid;
  border-radius: 0.375rem;
}

/* Mouse active press */
.wp-pagination .page-numbers:active {
  transform: translateY(0.5px);
  box-shadow: none;
  /* Ensure style consistency during active press */
  border-width: 1px;
  border-style: solid;
  border-radius: 0.375rem;
  text-decoration: none;
  color: inherit;
}

/* Disabled state */
.wp-pagination .page-numbers.disabled,
.wp-pagination .page-numbers[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
  box-shadow: none;
}

/* Prev/Next adjustments */
.wp-pagination .page-numbers.prev,
.wp-pagination .page-numbers.next {
  padding: 0 0.75rem;
  font-weight: 500;
}

/* Arrows for prev/next */
.wp-pagination .page-numbers.prev::before {
  content: "‹";
  display: inline-block;
  margin-right: 0.4rem;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.7;
}
.wp-pagination .page-numbers.next::after {
  content: "›";
  display: inline-block;
  margin-left: 0.4rem;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.7;
}

/* Ellipsis */
.wp-pagination .page-numbers.dots {
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.45);
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .wp-pagination .page-numbers {
    transition: none;
  }
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  .wp-pagination .page-numbers {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #e5e5e5;
  }

  .wp-pagination .page-numbers:hover {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    border-width: 1px;
    border-style: solid;
    border-radius: 0.375rem;
  }

  .wp-pagination .page-numbers.current,
  .wp-pagination .page-numbers[aria-current="page"] {
    background-color: rgba(13, 110, 253, 0.18);
    border-color: rgba(13, 110, 253, 0.35);
    color: #6ea8fe;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.375rem;
  }

  .wp-pagination .page-numbers.dots {
    color: rgba(255, 255, 255, 0.5);
  }

  .wp-pagination .page-numbers.prev::before,
  .wp-pagination .page-numbers.next::after {
    opacity: 0.85;
  }
}

/* Defensive: neutralize underline and odd borders that may be applied globally to anchors */
.wp-pagination a.page-numbers,
.wp-pagination a.page-numbers:hover,
.wp-pagination a.page-numbers:focus,
.wp-pagination a.page-numbers:active {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.375rem;
  color: inherit; /* keep text visible */
}

.home-showcase-img {
	width: 100% !important;
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.index-experience-border{
		padding-left:0.75rem;
		padding-right:0.75rem;
	}
	.custom-wp-content-color{
	}
	.about-first-bloc{
	}
	.about-photo{
		margin-bottom:2rem;
	}
	.dev-item-row{
		flex-direction:column-reverse;
	}
	.home-showcase-img{
	}
	.design-content-bloc{
		margin-bottom:0px;
	}
	
}

@media (max-width: 767px){
	.portfolio-footer-row{
		flex-direction:column-reverse;
		justify-content:space-between;
		align-items:center;
	}
	.landing-copyright-info{
		margin-top:5em;
	}
	.about-main-row{
		align-items:center;
		flex-direction:column;
	}
	.about-photo{
		margin-bottom:2rem;
	}
	.home-showcase-img{
		margin-bottom:1rem;
	}
	.design-content-bloc{
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.about-photo{
	}
	.home-showcase-img{
	}
	.design-content-bloc{
	}
	
}

