
*{
	margin: 0;
	padding: 0;
	outline: 0;
	--border-px: 0px;
	--border-test: var(--border-px) dashed #2F2F2F;
	--border-test-blue: var(--border-px) dashed blue;
	--border-test-red: var(--border-px) dashed red;
	--border-links-test: var(--border-px) dashed #2F2F2F; 
}

body {
	background-image: url("../images/Background/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

@font-face {
	font-family: "Bell";
	src: url("../fonts/BELL.woff") format("woff");
}

@font-face {
	font-family: "MinionPro-Regular";
	src: url("../fonts/MinionPro-Regular.woff2") format("woff2"),
    url("../fonts/MinionPro-Regular.woff") format("woff");
}

@font-face {
	font-family: "Palatino-Linotype";
	src: url("../fonts/pala.woff2") format("woff2"),
    url("../fonts/pala.woff") format("woff");
}

@font-face {
	font-family: "Segoeui";
	src: url("../fonts/Segoeui.woff2") format("woff2"),
    url("../fonts/Segoeui.woff") format("woff");
}

#header_back {
    width:100%;
    height:50px;
	background: #777777;	
    }
.header {
	margin-left:auto;
    margin-right:auto;
	min-width:700px;
    height:50px;
	width:100%;
	border:var(--border-test);
    }
.header_nav {
	float: right;
	margin-right:10px;	
	margin-top:40px;
	padding-top: 20px;
	padding-bottom: 20px;
	border:var(--border-test);
	}

.header_nav a{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border: var(--border-links-test);
	text-decoration: none;
	color:#f5f5f5;
	background:#777777;
	font-family: "MinionPro-Regular";
	font-size: 18px;
	}

.header_nav a:hover{
	background:#505050;
	}
	
h3{
	color: #f5f5f5;  
	font-family: "Palatino-Linotype";
	font-size: 50px;
	font-weight: 100;
	}
h1{
	color: #BD6244; 
	font-family: "Palatino-Linotype";
	font-size: 68px;
	font-weight: 100;
	}
h2{
	color: #161616; 
	font-family: "MinionPro-Regular";
	font-size: 26px;
	font-weight: 100;
	text-align: right;
	}
#header_image {
	float: left;
    width:100px;
    height:100px;
	border:var(--border-test);
    }
#header_text {
	float: left;
	margin-top: 22px;  
	padding-left: 10px;
	border:var(--border-test);
	text-decoration: none;
    }
#main { 
	margin-left:auto;
    margin-right:auto;
	margin-top:60px;
	min-width:700px; 
	width:100%;
	border:var(--border-test);
    }
.row{
	margin-top:auto;
	margin-bottom:20px;
	margin-left:100px;
	border:var(--border-test-blue);
	}	
.row_nav{
	margin-top:20px;
	margin-left:100px;
	border:var(--border-test-blue);
	}
.row_nav_bar{
	margin-left:30px;
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;
	border:var(--border-test);
	}	
.row_nav_bar a{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border: var(--border-links-test);
	text-decoration: none;
	color:#f5f5f5;
	background:#777777;
	font-family: "MinionPro-Regular";
	font-size: 18px;
	}	
.row_nav_bar a:hover{
	background:#505050;
	}
.text_100 { 
	float:left;
	width: 100%;
	min-width:320px;
	border:var(--border-test);
	color: #2F2F2F; 
	font-family: "MinionPro-Regular";
	font-size: 18px;
    }
.image_100cent { 
	width:97%;
	min-width:320px;	
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	border:var(--border-test);
    }
.image_100cent img { 
	width:100%;
    }
.image_50cent { 
	width:50%;	
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	border:var(--border-test);
    }
.image_50cent img { 
	width:100%;	
    }
.text_35 { 
	float:left;
	width: 35%;
	min-width:320px;
	border:var(--border-test);
	color: #DCDCDC; 
	font-family: "MinionPro-Regular";
	font-size: 18px;
    }
.image_65 { 
	float:left;
	width:52%;
	margin-left:10px;
	margin-top:20px;
    }
.image_65 img { 
	width:100%;
    }
.text_65 { 
	margin-top:20px;
	float:left;
	width: 65%;
	min-width:320px;
	border:var(--border-test);
	color: #2F2F2F; 
	font-family: "MinionPro-Regular";
	font-size: 18px;
    }
.image_35 { 
	float:left;
	width:30%;
	margin-left:10px;
	margin-top:20px;
    }
.image_35 img { 
	width:100%;
    }

.text_center { 
	width: 100%;
	border:var(--border-test);
	color: #2F2F2F; 
	font-family: "MinionPro-Regular";
	font-size: 18px;
    }
.list_ordinary { 
	border:var(--border-test);
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
    }
.list_extra { 
	border:var(--border-test);
	margin-left:30px;
	margin-top:30px;
    }
.list_ordinary ul { 
	list-style: none;
    }
.list_extra ul { 
	list-style: none;
    }
.list_ordinary ul li::before { 
	content: "•"; 
	color: #DCDCDC;
	font-weight: bold; 
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	margin-top:10px;
    }
.list_extra ul li::before { 
	content: "•"; 
	color: #ca4f26;
	font-weight: bold; 
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	margin-top:10px;
    }
.text_left ul li { 
	margin-top:5px;
    }		
#footer_back {
	margin-top:50px;
	position: fixed;	
	bottom: 0;
	width:100%;
    height:85px;
    background: #777777;
	}
.footer {
	margin-left:auto;
    margin-right:auto;
	min-width:700px;
    height:85px;
	border:var(--border-test);
    }
.footer_text {
	padding-top: 10px;
	border:var(--border-test);
	text-decoration: none;
	font-family: "Segoeui";
	font-size: 16px;
	color:#f5f5f5;
    }
.footer_text a{
	text-decoration: none;
	color:#BD6244;
	}
	
	
@media screen and (max-width:1300px) {
    
   #header_image {
	   display:none;
   }
}

@media screen and (max-height:700px) {
    
   #footer_back {
	   display:none;
   }
}
