body { 
	background-color: #1E1609;
    background-image: url(../images/bg_image_uhd.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
	margin-top: 0; 
	overflow:scroll; 
	overflow-x:hidden;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	opacity: 1;
}

.image {
	border:5px solid #311D00;
    max-width: 700px;
    opacity: 1;
    border-radius: 10px;
  
}

.header_img {
    width: 100%;
    height: auto;
}

.content {
    background-color: #000000;
    padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 1;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	
	/*border-radius: 10px;
	border:5px solid #311D00;*/
}

/*///////////////////LINK STYLES///////////////////////*/
a:link { 
    color: #ffffff; /*FONT COLOR*/
	text-decoration: none; /*NORMAL OR UNDERLINE*/
}

a:visited {
    color: #ffffff;
}

a:hover { 
    color: #e0e2c2; /*FONT COLOR*/
	text-decoration: underline; /*NORMAL OR UNDERLINE*/
}

.text_page_content {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 20px;
	font-style: normal; /*NORMAL OR ITALIC*/
	font-weight: normal; /*NORMAL, BOLD OR ITALIC*/
	text-decoration: none; /*NORMAL OR UNDERLINE*/
	color: #ffffff; /*FONT COLOR*/
	
}
.text_page_footer {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 20px;
	font-style: normal; /*NORMAL OR ITALIC*/
	font-weight: normal; /*NORMAL, BOLD OR ITALIC*/
	text-decoration: none; /*NORMAL OR UNDERLINE*/
	color: #ffffff; /*FONT COLOR*/
}


.text_page_title {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 30px;
	font-style: normal; /*NORMAL OR ITALIC*/
	font-weight: normal; /*NORMAL, BOLD OR ITALIC*/
	text-decoration: none; /*NORMAL OR UNDERLINE*/
	color: #ffffff; /*FONT COLOR*/
}

.text_team_title {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 25px;
	font-style: normal; /*NORMAL OR ITALIC*/
	font-weight: normal; /*NORMAL, BOLD OR ITALIC*/
	text-decoration: none; /*NORMAL OR UNDERLINE*/
	color: #ffffff; /*FONT COLOR*/
}

.text_page_header {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 50px;
	font-style: normal; /*NORMAL OR ITALIC*/
	font-weight: normal; /*NORMAL, BOLD OR ITALIC*/
	text-decoration: none; /*NORMAL OR UNDERLINE*/
	color: #ffffff; /*FONT COLOR*/
}

/* Style the top navigation bar */

.header {
    overflow: hidden;
    /*background-color: #000000;*/
	margin-top: 10px;
	margin-bottom: 10px;
	/*opacity: .85;*/
    opacity: 1;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	
}

.navigation_special { /*FIXES A SPACING GLITCH FOR THE NAVIGATION*/
    overflow: hidden;
    /*background-color: #000000;*/
	margin-top: 7px;
	margin-bottom: 10px;
	opacity: 1;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}


/* Style the content */
.body {
    background-color: #000000;
    padding: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	opacity: 1;
   /* opacity: 1;*/
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
	
	.body-seamless {
    background-color: #000000;
    padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 1;
   /* opacity: 1;*/
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	}
	


/* Style the footer */
.footer {
    background-color: #000000;
    padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 1;
    /*opacity: 1;*/
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}






/*
//////////////////////////NAVIGATION////////////////////////////
*/

.topnav {
  overflow: hidden;
  background-color: #000000;
    opacity: 1;
}

.topnav a {
  float: left;
  display: block;
  color: #ffffff; /*text color*/
  text-align: center;
  padding: 14px 18px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover {
  background-color: #7f7f7f;
  color: black;
}

.active {
  background-color: #7f7f7f;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*///////////////////////ADAPTIVE WIDTH FOT THE HEADER///////////////////////////*/

/*medium+ screen sizes*/
@media (min-width:992px) {
    .desktop-only {
        display:block !important;
    }
	.mobile-only {
        display:none !important;
    }
}
 
/*small screen sizes*/
@media (max-width: 991px) {
    .mobile-only {
        display:block !important;
    }
 
    .desktop-only {
        display:none !important;
    }
}



/*/////////////////////////Gallery//////////////////////////////*/
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

/* The grid: Four equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    padding: 10px;
}

/* Style the images inside the grid */
.column img {
    opacity: 0.8; 
    cursor: pointer; 
}

.column img:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The expanding image container */
.container {
    position: relative;
    display: none;
}

/* Expanding image text */
#imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}