/* Body */
body {
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	background-color: rgb(66, 139, 202);
  	margin:0px auto;
	max-width: 1500px;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
/* Container */
.container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
footer {
	background-image: url(../images/BG.png);
	background-size: 1500px 500px;
	background-repeat: no-repeat;
    background-position: center; 
	background-color: #7A7A7A;
	-webkit-box-shadow: inset 0px -30px 70px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px -30px 70px 10px rgba(0,0,0,0.3);
	box-shadow: inset 0px -30px 70px 10px rgba(0,0,0,0.3);
	padding-bottom: 30PX;
	display: inline-block;
	width: 100%;
}
/* Header */
header {
	font-size: 30px;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.00);
}

.logo {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	text-shadow: 2px 2px 0px #000000;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: right;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	color: #525252;
}
.gallery {
	float: left;
	background-color: #FFFFFF;
	display: inline-block;
	padding-bottom: 35px;
	padding-top: 10px;
	margin-top: -5px;
	margin-bottom: 0px;
	/* [disabled]min-width: 400px;
*/
}
.thumbnail {
	direction: rtl;
	float: left;
	padding-top: 20px;
	margin: 1%;
	border-radius: 20px;
	width: 30%;
	background-color: #F8F8F8;
	border-bottom: 5px solid rgba(66,139,202,1.00);
	transition: all 0.1s linear;
}
.thumbnail:hover {
	background-color: #CCCCCC;
}
.thumbnail img{
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: right;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #428BCA;
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	color: #6C6C6C;
	text-align: right;
	padding-left: 10px;
}
/* More info */
.intro {
	background-image: url(../images/BG.png);
	background-size: 1500px 500px;
	background-repeat: no-repeat;
    background-position: center; 
	width: 100%;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.intro .column p {
	color: #FFFFFF;
	text-shadow: 2px 2px 5px #000000;
	font-size: 30px;
	
}
.cards {
	width: 100%;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 30px;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	text-align: right;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.Langbutton {
	width: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	font-weight: bold;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
	font-size: 18px;
	color: #FFFFFF;
	transition: all 0.2s linear;
}
.Langbutton:hover {
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	cursor: pointer;
}

.CVButton {
	width: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	font-weight: bold;
	border: 2px solid #000;
	border-radius: 20px;
	font-size: 14px;
	color: #000;
	transition: all 0.2s linear;
}
.CVButton:hover {
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #212121;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	border-top-width: 2px;
}
.intro {
	display: inline-block;
	background-color: rgba(0,0,0,0.50);
}
.profile {
	width: 60%;
	max-width: 280px;
}

/* Mobile */
@media (max-width:500px){
	.gallery {   
	padding: 10px;
	/* [disabled]min-width: 400px;
*/
}
.thumbnail {
	width: 98%;
	}
	header {
	font-size: 18px;
	padding-bottom: 20px;
	}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 90%;
	text-align: center;
}
.intro .column p {
	width: 80%;
	font-size: 16px;
	text-align: center;
	line-height: 16px;
}
.column {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width : 500px ) and ( max-width : 900px ){
.thumbnail {
		width:44%;
	}
header {
	font-size: 24px;
	}
.logo {
	width:100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.column {
	width: 100%;
	margin-top: 0px;
	padding: 0px;
}
.profile {
	width: 50%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
	font-size: 20px;
	line-height: 20px;
}
}
/* Small Desktops */
@media (min-width: 780px) and (max-width: 1096px) {
.intro .column p {
	width: 80%;
}
.gallery {
	/* [disabled]min-width: 400px;
*/
}
}
