@charset "UTF-8";
/* Global fonts */
@font-face {
    font-family: 'bgothl';
    src: url(fonts/bgothl-webfont.woff2),
         url(fonts/bgothl-webfont.woff);
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'asterR';
  src: url(fonts/Asterone-Regular.woff2),
    url(fonts/Asterone-Bold.woff);
	font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'asterB';
  src: url(fonts/Astertone-Bold.woff2), 
    url(fonts/Astertone-Bold.woff);
	font-weight: normal;
    font-style: normal;
}


/* Body */
body, html {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin: 0;
}

.bg {
	background-image: url("../images/blkmtl.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(179,179,179,0.80);
	opacity: 1;
}
/* Top Menu*/
.navbar {
    overflow: hidden;
    background-color: #444848;
    font-family: Arial, Helvetica, sans-serif;
	max-height: 40px;
}

.navbar a {
    float: right;
	max-height: 8%;
	font-size: 14pt;
    color: white;
    text-align: center;
    padding: 10px 18px;
    text-decoration: none;

}


.navbarna {
	float: left;
	font-family: 'bgothl';
	max-height: 8%;
	font-size: 35px;
	color: white;
	text-align: center;
	padding-left: 2%;
	padding-top: 1px;
	text-decoration: none;
}
.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    background-color: #0F0ED8;
}



.show {
    display: block;
}

/* Header */
header {
	width: 90%;
	height: 40px;
	position: fixed;
	background-color: #444848;
	border-bottom: 5px solid #353635;
	border-top: 5px solid #353635;
	
}
.logo {
	color: #FFFFFF;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	font-family: 'bgothl';
	font-size: 35px;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.tscreen {
	font-family: 'asterR';
	font-size: 25px;
	font-weight: 600;
	color: #D41F2F;
	text-align: center;
	padding-left: 0;
	padding-top: 10px;
	text-decoration: none;
}
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	height: 100%
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: transparent;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}

.gallery2 {
	clear: both;
	display: inline-block;
	position: relative;
	left:50%;
	transform: translateX(-37%);
	width: 100%;
	background-color: transparent;
	min-width: 400px;

	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}

.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 15px;
	padding-top: 20px;
	border-bottom: 4px solid #757575;
	height: 100%

}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	/*border-bottom: 1px solid rgba(53,53,53,1.00);*/

	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #000000;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
/* More info */
.intro {
	width: 100%;
	background-color: transparent;
	padding-top: 75px;
	padding-bottom: 35px;
	align-content: center;
	opacity: 1;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 50px;
	float: left;
	height: 100%
		
}
.column2 {
	width: 40%;
	text-align: center;
	padding-top: 25px;
	float: right;
	height: 100%
		
}
.column3 {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	float: center;
	height: 100%
		
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #1F1F1F;
}
.cards {
	width: 95%;
	height: auto;
	max-width: 350px;
	max-height: 200px;
	border-radius: 15px;
	opacity: 1;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 25px;
	margin-right: 25px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #000000;
	color: #000000;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #080FA0;
	color: #FFFFFF;
	cursor: pointer;
	border: 3px solid #BA0003;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #444848;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	border-bottom: 5px solid #353635;
	border-top: 5px solid #353635;
	letter-spacing: 2px;
	
}
footer {
	background-color: transparent;
	padding-top: 30px;
	padding-bottom: 30px;
}
.intro {
	display: inline-block;
	background-color: transparent;
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.gallery .thumbnail .tag2 {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

/* Mobile */
@media (max-width: 320px) {
	
	.navbar {
    overflow: hidden;
    background-color: #444848;
    font-family: Arial, Helvetica, sans-serif;
	max-height: 80px;
	}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'bgothl';
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	.navbar {
    overflow: hidden;
    background-color: #444848;
    font-family: Arial, Helvetica, sans-serif;
	max-height: 80px;
	}
.logo {
	width: 25%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "bgothl";
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 98%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}
/* COL for test */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 30%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.text-center {
  text-align: center !important;
}
.row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
