body
{
    overflow-y: scroll;
}

div.about
{
	width: 960px;
	display: none;
}

div.banner-and-menu
{
	padding-top: 40px;
	width:960px;
	height:130px;
}

div.contact
{
	display: none;
}

div.content
{
	width: 960px;
}

div.exp
{
	display: none;
	left: 50%;
}

div.experience-list
{
	position: relative;
	left: -50%;
}

div.footage
{
	display: none;
	width: 960px;
}

div.footer
{
	width: 228px;
	margin: 0 auto;
	padding-bottom:50px;
}

div.footer-relative
{
	position: relative;
	left: -50%;
	width: 228px;
	padding-bottom:50px;
	margin :0 auto;
}

div.footer-links
{
	width: 144px;
	height: 33px;
	margin: 0 auto;
}

div.gallery-col
{
	width: 320px;
	float: left;
}

div.gallery-container
{
	width: 960px;
	height: auto;
}

div.home
{
	width:960px;
}

div.menu
{
	margin: 0 auto;
	width: 500px;
}

div.page
{
	position: absolute;
}

div.page-container
{
	width:960px;
	margin: 0 auto;
}

div.spacer
{
	width: 960px;
	height: 80px;
}

div.video-list
{
	width: 652px;
	margin: 0 auto;
}

div.vid-text
{
	width: 314px;
    height: 40px;
    padding-bottom: 5px;
}

div.video
{
	width: 314px;
	height: 240px;
	margin: 6px;
	background-color: #EFEFEF;
	float: left;
	border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 50px;
}

div.vid-close-icon
{
	width: 25px;
    height: 25px;
    background-image: url(../img/close.png);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

div.video-curtain
{
	background-color: #000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 20;
    display: none;
    opacity: 0.7;
}

div.video-display
{
	background-color: #000000;
    width: 640px;
    height: 480px;
    padding: 25px;
    position: fixed;
    z-index: 40;
    left: 50%;
    margin-left: -320px;
    top: 12.5%;
    display: none;
    opacity: 1;
}

h1
{
	margin-top: 5px;
    margin-bottom: 2px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    text-align: center;
    color: #414141;
	width: 960px;
	margin-bottom: 40px;
}

hr.experience-separator
{
	margin-top:12px;
	width: 375px;
}

img.about-image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.banner
{
	display: block;
	margin-left: auto;
  	margin-right: auto;
  	width: 320px;
}

img.gallery-thumbnail
{
	width: 300px;
	padding: 10px;
	cursor: pointer;
}

img.play-button
{
	display: none;
	position: absolute;
}

img.vid-thumb
{
	width: 314px;
    height: 195px;
}

p.about-paragraph
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding: 0;
	width: 400px;
	margin: 0 auto;
	padding-top: 25px;
}

p.bold
{
	font-weight: bold;
}

p.contact-text
{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	text-align:center;
	padding: 0;
	margin: 0;
	font-weight: bold;
	margin-top:20px;
}

p.experience-bottom
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-align:center;
	padding: 0;
	margin: 0;
}

p.experience-mid
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-align:center;
	padding: 0;
	margin: 0;
}

p.experience-top
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-align:center;
	padding: 0;
	margin: 0;
	margin-top: 12px;
}

p.footer
{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	padding: 0;
	margin-bottom: 8px;
}

p.menu-text
{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Raleway';
	color:#AAAAAA;
	cursor: pointer;
}

p.vid-title
{
	color: black;
    font-family: 'Raleway', sans-serif;
	padding:0;
	margin: 0;
	margin-top: 8px;
    text-align: center;
}

p.vid-title-long
{
	color: black;
    font-family: 'Raleway', sans-serif;
	padding:0;
	margin: 0;
    text-align: center;
}

div.gallery-col img
{
	width: 97%;
    display: block;
    margin: 8px auto;
}

.pswp__custom-caption
{
	background: rgba(0, 0, 0, 0.55);
	font-size: 1.2rem;
	text-align: center;
	font-family: 'Raleway';
	color: #fff;
	width: calc(100% - 32px);
	max-width: 400px;
	padding: 2px 8px;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);
}
.pswp__custom-caption a
{
	color: #fff;
	text-decoration: underline;
}
.hidden-caption-content
{
  	display: none;
}

/* #Mobile phones and portrait tablets*/
@media (max-width: 1024px)
{
	.pswp__top-bar
    {
        height: 100px !important;
    }

    .pswp__button
    {
        width: 80px !important;
    	height: 80px !important;
    }

    .pswp__button .pswp__icn
    {
        width: 80px;
        height: 80px;
    }

    .pswp__counter
    {
        height: 100px !important;
        line-height: 44px;
        font-size: 32px !important;
		font-family: 'Arial' !important;
        padding-left: 10px;
		margin-top: 0 !important;
		display: flex !important;
		align-items: center !important;
    }

	.pswp__custom-caption
	{
		font-size: 32px !important;
		max-width: 100%;
	}

	div.home
	{
		width: 100%;
		position: static;
	}

	div.gallery-container
	{
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	div.gallery-col
	{
		width: 33.3%;
		float: none;
	}

	div.page-container
	{
		width: 100%;		
	}

	div.banner-and-menu
	{
		width: 100%;
		height: auto;
	}

	img.banner
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}

	p.menu-text
	{
		font-size: 32px;
	}

	div.menu
	{
		width: 100%;
		display: flex;
		justify-content: center;
	}

	div.footer
	{
		width: 100%;
		display: flex;
    	justify-content: center;
    	flex-direction: column;
		margin-top: 50px;
	}

	p.footer
	{
		text-align: center;
		font-size: 1.5rem;
	}

	div.footer-links
	{
		width: 100%;
    	display: flex;
    	gap: 6px;
		justify-content: center;
		margin: 24px auto;
	}

	div.footer-links img
	{
		height: 80px;
		width: 80px;
	}

	div.about
	{
    	width: 100%;
    	position: static;
	}

	img.about-image
	{
		width: 75%;
	}

	p.about-paragraph
	{
		font-size: 28px;
		width: 95%;
	}

	div.exp
	{
		position: static
	}

	div.experience-list
	{
		left: 0;
	}

	div.experience-list p
	{
		font-size: 28px !important;
	}

	div.footer-relative
	{
		left: 0;
	}

	div.footage
	{
		width: 100%;
	}

	div.video-list
	{
		width: 95%;
		display: flex;
        flex-wrap: wrap;
        justify-content: center;
	}

	div.video
	{
		height: auto;
		float: none;
		border: 1px solid black;
		width: calc(50% - 20px);
		position: relative;
	}

	div.vid-text
	{
		display: flex;
    	justify-content: center;
    	align-items: center;
		width: 100%;
    	height: auto;
	}

	img.vid-thumb
	{
		width: 100%;
		height: auto;
	}

	img.play-button
	{
		width: 100%;
		height: auto;
	}

	p.vid-title,
	p.vid-title-long
	{
		font-size: 24px;
		margin: 8px auto;
	}

	div.spacer
	{
		width: 100%;	
	}

	p.contact-text
	{
		font-size: 32px;
	}

	h1
	{
		width: 100%;
	}

	div.contact
	{
		width: 100%;
	}
}