@charset "UTF-8";


/* CSS Document */

@font-face {
    font-family: 'Brandon';
    src: url(fonts/Brandon_bld_it.otf);
}

@font-face {
    font-family: 'Brandon-Text';
    src: url(fonts/BrandonText-Regular.otf);
}

@font-face {
    font-family: 'Brandon-Text';
    src: url(fonts/BrandonText-Bold.otf);
	font-weight: bold;
}

::selection, /* WebKit/Blink Browsers */
::-moz-selection { /* Gecko Browsers */
  background: #FFCC33; 
}

a:hover::selection, /* WebKit/Blink Browsers */
a:hover::-moz-selection { /* Gecko Browsers */
  color: #FFFFFF; 
}

.ProjImg, .ProjImgSm, .ProjImgMd {
	width: auto;
	box-shadow: 0px 1px 6px #b4b4b4;
}

.ProjImg {
	height: 75vh;
	margin-right: 2vh;

}

.ProjImgSm {
	height: 24vh;
	margin: auto .8vh;
}

.ProjImgMd {
	height: 37vh;
	margin: auto .8vh;
}

html{
	width: 100vw;
	height: 100vh;
	max-height: 100vh;
	overflow: hidden;	
}

body{
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	max-width:100vw;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background-image: url(img/bg.jpg);
	background-size: 200px 200px;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}
.body::-webkit-scrollbar { width: 0 !important;}

p{
	font-family:'Brandon-Text';
	text-align: justify;
	font-size: 1vw;
	column-count: 2;
	margin: 0;
}

a:link {
    color: #2B2B2B;
	text-decoration: none;
}

a:visited {
    color: #2B2B2B;
	text-decoration: none;
}

a:hover {
    color: #FFCC33;
	text-decoration: none;
}

a:active {
    color: #FFCC33;
	text-decoration: none;
}


/*P LINK*/
p a:link {
    color: #2B2B2B;
	font-weight: bold;
	text-decoration: underline;
}

p a:hover {
    color: #FFCC33;
	text-decoration: none;
}

header{
	width: 100vw;
	min-height: 64px;
	margin-top: 5.555vh;
}








/*SMALL IMG*/
#content-container{
	width: 100%;
    height: 100%;
    overflow: hidden;
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
}

#content{
	position: absolute;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left:3vh;
	
	overflow:scroll;
	width: 100vw;
	height:77.777vh;
	/*padding: 1.389vh 3vw 0;*/
}

.ProjImgGroup {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
	margin-right: 0;
	height: 75vh;
	width: auto;
}

.ProjImgRow,
.ProjImgRow2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 24vh;
	width: auto;
}

.ProjImgRowMd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 37vh;
	width: auto;
}
/*END SMALL IMG*/








.projcov{
	zoom: 50%;
	display: inline-block;
	position:relative;
}

#logotype{
	width: 36vh;
	min-width: 200px;
	height: auto;
	float: left;
	margin-left:3vw;
}

#topmenu{
	width:auto;
	padding-top: 4.6vh;
	margin-right: 11.6vw;
	float:right;
	font-family: 'Brandon';
	font-size: 2.5vh;
}

.menuitem {
	padding-left: 4vw;
	text-align: right;
}

.project{
	width: auto;
	height: 77.777vh;
}

@media (max-height: 524px) {
	#topmenu{
		font-size: 14px;
		padding-top: 25px;
	}
	
}

@media (max-width: 600px) and (orientation: landscape) {
	.menuitem{
		display: none;
	}
	
	p{
		font-size: 2vw;
		column-count: 2;
	}
}


@media (orientation: portrait) {
	header{
	margin:1vh 0;
}
	
	#logotype{
		margin: 0 auto;
		float: none;
		display: flex;
	flex-direction: column;
		max-width: 80vw;
	}
	#topmenu{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-top: 2vh;
		font-size: 1.9vh;
		
	}
	
	.menuitem {
		padding: 0 2vw;
	}
	
	#mainContainer {
    	position: absolute;
	}
	
	p{
		font-size: 4vw;
		column-count: 1;
	}
	
	
	
	
	
	
/*SMALL IMG*/	
	#content{
		display: inline-block;
		width: 100vw;
		height: 100%;
		padding:3vw 3vw 0 3vw;
		margin-left:0;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		
	}
	
	.ProjImgGroup {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-right: 2vh;
		height: auto;
		width: auto;
	}
	
	.ProjImgRow {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		
		height: auto;
		width: 94vw;
	}
	
	.ProjImgRowMd {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin:0.8vw 0;
		height: auto;
		width: auto;
	}
	
	.ProjImgMd {
		height:auto;
		flex:1;
		width:20vw;
	}
	
	.ProjImgRow2 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		
		height: auto;
		width: 94vw;
	}
	
	.ProjImgSm {
		width: auto;
		height: 45.5vw;
		margin:1.4vw 0;
	}
	
/*END SMALL IMG*/
	
	
	
	
	
	
	
	
	
	.ProjImg {
		width: 94vw;
		height: auto;
		margin-bottom: 2vh;
}
	
	
}