/* INDEX - MAIN */

@font-face {
	font-family: PhageRough;
	src: url("PhageRough.otf");
}

body {
	background-image: url("images/web.parts/bg2.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
}

a, a:link, a:visited, a:active, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* INDEX - CLASSES */

.diamond {
	display: inline;
}

.diamond img {
	width: 1.5%;
}

.separation {
	color: #454440;
	font-size: 3vw;
	margin-top: 4%;
	text-align: center;
	text-shadow: -1px 0 #676767, 0 1px #676767, 1px 0 #676767, 0 -1px #676767;
}

/* INDEX - IDS */

#colorsowo {
	background-image: linear-gradient(to right, #5ECDE1, #C6629A, #C1A368, #70C5AA);
	font-size: 0.2vw;
	height: auto;
}

#commissioninquiry {
	color: #000000;
	font-size: 1.4vw;
	margin-left: 82%;
	margin-right: 1.5%;
	margin-top: 2.5%;
	position: absolute;
	z-index: 1;
}

#Contact {
	color: #FFFFFF;
	font-family: PhageRough;
	font-size: 2vw;
	line-height: 3vw;
	padding-bottom: 10%;
	padding-left: 35%;
	padding-top: 5%;
	text-align: left;
}

#content {
	font-family: PhageRough;
	margin: auto;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 1%;
	text-align: center;
	word-wrap: break-word;
}

#contentbg {
	height: 100%;
	margin: auto;
	padding: 1%;
	padding-top: 2%;
}

#header {
	background-image: url("images/web.parts/bg1.png");
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 0.1px;
	border-image-source: linear-gradient(to right, #5ECDE1, #C6629A, #C1A368, #70C5AA);
	font-family: PhageRough;
	height: auto;
}

#getnews-live {
  display:flex;
  flex-wrap:wrap;
  width:100%;
}

#getnews-live img {
  width:18vw;
  height:18vw;
  padding:0.5vw;
  cursor:pointer;
}

#imagepopup {
  display:none;
  background-color:rgba(108,105,102,0.9) !important;
  background-size:cover;
  padding:1vw;
  position:absolute;
  width:78%;
  min-height:20vw;
}

#imagepopup img {
  max-width:70vw;
}

#Linx {
	padding-top: 5%;
}

#Linx img {
	padding: 1%;
	width: 100px;
}

#logo img {
	padding: 1%;
	position: absolute;
	width: 10%;
}

#logo2 {
	height: 0%;
	position: absolute;
	transform: scaleX(-1);
	width: 0%;
}


#menu li {
	display: inline;
}

#navigation {
	color: #FFFFFF;
	font-size: 2vw;
	margin: auto;
	position: relative;
	text-align: center;
}

/* CONTENT - IDS */

#main {
	margin: auto;
	width: 50%;
}

/* CONTENT - PHONE SCREEN */

@media only screen and (max-width:700px){

#main {
	width: 50%;
}
#Contact {
	font-size: 5vw; 
	line-height: 
	6vw; margin-left: -30%;
}
#commissioninquiry {
	font-size: 3vw; 
	margin-left: 34%; 
	margin-top: 8.5%;
	display: block;
}
#logo img {
	height: 4%; 
	padding-left: 1%; 
	padding-top: 3%; 
	width: 12%;
}
#logo2 {
	height: 4%; 
	margin-left: 87%; 
	padding-top: 3%; 
	width: 12%;
}
#Linx img {
	height: 20%; 
	width: 20%;
}
#navigation {
	font-size: 4vw; 
	margin-right: 1%; 
	padding-right: 10%; 
	padding-top: 0%; 
	position: static; 
	text-align: center;
}
.diamond img {
	height: 10%;
	width: 3%;
}
}

/* GALLERY - MAIN */

a, a:active, a:hover, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* GALLERY - IDS */

#activenews {
	display: inline;
}

#activenews img{
	height: 420px;
	max-width: auto;
	opacity: 1;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	width: 420px;
}

#activenews img:hover {
	opacity: 0.7;
}

#arrowleft {
	left: 2%;
	position: absolute;
	top: 45%;
	z-index: 1;
}

#arrowleft img:hover{
	opacity: 0.7;
}

#arrowright {
	left: 96%;
	top: 45%;
	position: absolute;
	z-index: 1;
}

#arrowright img:hover{
	opacity: 0.7;
}

#back {
	background-color:#6b6c6b;
	border-radius: 8px;
	font-size: 0.8vw;
	letter-spacing: 0.1vw;
	margin-left: 27%;
	margin-top: -1%;
	padding: 0.5%;
	position: absolute;
}

#back:hover {
	opacity: 0.7;
}

#date {
	display: inline;
	font-size: 0.8vw;
	padding-left: 1%;
}

#description {
	font-size: 1vw;
	letter-spacing: 0.1vw; 
	padding-top: 5%;
	text-align: left;
}

#full {
	display: inline;
}

#fullstory {
	color: #FFFFFF;
	padding-left: 35%;
	padding-right: 35%;
	text-align: left;
}

#shortstory {
	margin-top: 1%;
	min-width: 100%;
	padding-bottom: 3%;
	padding-top: 3%;
}

#shortstory img {
	box-shadow: 1px 10px 14px 5px #000000;
	-moz-box-shadow: 1px 10px 14px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px 10px #000000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 500px;
	max-width: 500px;
}

#shortstory img:hover {
	max-height: 1000px;
	max-width: 1000px;
	min-height: 500px;
	min-width: 500px;
	opacity: 1;
	position: relative;
	z-index: 999;
}

#title {
	display: inline;
	font-size: 1.4vw;
}

/* GALLERY - PHONE SCREEN */

@media only screen and (max-width:700px){
img {
	height: 100px;max-width:150px;
}
img[src$=".gif"]{
	height: auto;
}
#activenews img {
	height: 90px;
	width: 90px;
}
#arrowleft {
	left: 3%;
        top: 28%;
}
#arrowleft img {
	height: 30px;
}
#arrowright {
	left: 93%;
	top: 28%;
}
#arrowright img {
	height: 30px;
}
#back {
	font-size: 3vw;
	margin-top: 0.5%;
	margin-left: 5%;
	padding: 1%;
}
#date {
	display: block;
	font-size: 4vw;
	padding-left: -1%;
}
#description {
	font-size: 3vw;
	letter-spacing: 0.3vw;
}
#fullstory {
	padding-left:5%;
	padding-right:5%;
}
#shortstory img {
 	margin-bottom:2%;
	margin-top: 9%;
	max-width: 280px;
	min-height: 300px;
}
#shortstory img:hover {
	margin-left: -10%;
	max-height: 450px;
	max-width: 340px;
	min-height: 450px;
	min-width: 340px;
}
#title {
	display: block;
	font-size: 5vw;
}
}
