*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
}
a{
	text-decoration: none;
	color: unset;
}
#body{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right bottom, transparent, silver);
	float: left;
	overflow-y: scroll;
}
#body::-webkit-scrollbar{
	display: none;
}

/**********Header**********/
header{
	width: 100%;
	height: 100%;
	float: left;
	background: 
    radial-gradient(circle at 10% 5%, rgba(255, 255, 0, 0.5) 0%, rgba(255, 255, 0, 0) 30%),
    radial-gradient(circle at 35% 70%, rgba(255, 200, 0, 0.5) 0%, rgba(255, 200, 0, 0) 20%),
    rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  background-blend-mode: overlay;
  overflow-y: hidden;
}
.acade{
	width: 100%;
	background-color: black;
	float: left;
	text-align: center;
	color: gold;
	font-family: sans-serif;
	font-size: 1.2vw;
}
header .header-1{
	width: 90%;
	padding: 0% 5%;
	float: left;
	position: relative;
	z-index: 1;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
header .header-1 img{
	width: 7%;
	margin-top: %;
	margin-bottom: %;
	float: left;
}
header .header-1 .ul-1{
	width: 50%;
	margin-top: 2.5%;
	margin-left: 20%;
	float: left;
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-column-gap: 5%;
}
header .header-1 .ul-1 li{
	width: 100%;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.3vw;
}
header .header-1 .ul-1 .resp{
	display: none;
}
header .header-1 .ul-1 #close{
	display: none;
}
header .header-1 .ul-1 li:hover{
	font-weight: bold;
}
header .header-1 .ul-2{
	width: 15%;
	margin-top: 2.5%;
	float: right;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 10%;
}
header .header-1 .ul-2 li{
	width: 100%;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.3vw;
}
header .header-2{
	width: 95%;
	height: 90%;
	padding: 0%;
	margin-left: 5%;
	float: left;
}
header .header-2 .box-1{
	width: 100%;
	height: 100%;
	float: left;
}
header .header-2 .box-1 .sec-1{
	width: 60%;
	height: 100%;
	float: left;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	box-shadow: inside -5px -5px 5px rgba(0, 0, 0, 0.5);

}
header .header-2 .box-1 .sec-1 h2{
	width: 100%;
	margin-top: 5%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 20vw;
	letter-spacing: 0.5vw;
	text-shadow: -3px -3px 3px rgba(0, 0, 0, 0.5);
}
header .header-2 .box-1 .sec-1 h1{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 2vw;
	letter-spacing: 1vw;
}
header .header-2 .box-1 .sec-1 p{
	width: 70%;
	padding-top: 3%;
	margin-top: 3%;
	float: left;
	text-align: center;
	border-top: 3px solid gold;
	font-family: sans-serif;
	font-size: 1.3vw;
}
header .header-2 .box-1 .sec-2{
	width: 46%;
	height: 100%;
	margin-left: -6%;
	background-color: white;
	float: left;
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
header .header-2 .box-1 .sec-2 #sec-1{
	width: calc(41vw - 6px);
	height: calc(41vw - 6px);
	padding: 2vw;
	border: 3px dashed gold;
	border-radius: 100vw;
	float: left;
	animation: anirot1 5s alternate infinite;
}
@keyframes anirot1{
	to{
		transform: rotate(360deg);
	}
}
header .header-2 .box-1 .sec-2 #sec-1 p{
	width: 100%;
	height: 100%;
	background-color: gold;
	border-radius: 100vw;
	float: left;
	background-color: ;
	animation: anirot2 5s alternate infinite;
}
@keyframes anirot2{
	to{
		transform: rotate(-360deg);
	}
}
header .header-2 .box-1 .sec-2 #sec-1 p img{
	width: 120%;
	margin-top: -10%;
	margin-left: -10%;
	float: left;
	filte: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
	animation: img1 2.5s alternate infinite;
}
@keyframes img1{
	from{
		transform: rotate(5deg);
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
	}
	to{
		transform: rotate(-5deg);
	filter: drop-shadow(-3px -3px 3px rgba(0, 0, 0, 0.5));
	}
}

header .header-2 .box-1 .sec-2 section{
	width: 100%;
	height: 100%;
	float: left;
}
header .header-2 .box-1 .sec-2 section img{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}
/**********Journal**********/
.journal{
	width: 90%;
	height: 100%;
	padding: 0% 5%;
	margin-top: 5%;
	float: left;
}
.journal h2{
	width: 100%;
	float: left;
	border-bottom: 2px solid gold;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
}
.journal .box{
	width: 100%;
	height: 80%;
	margin-top: 2%;
	float: left;
}
.journal .box section{
	width: 65%;
	height: 100%;
	float: right;
}
.journal .box section img{
	width: 100%;
	height: 65%;
	float: left;
	object-fit: cover;
	border: px solid gold;
	box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.3), 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.journal .box section h3{
	width: 100%;
	margin-top: 1%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
}
.journal .box section time{
	width: 100%;
	margin-top: 1%;
	float: left;
	font-family: sans-serif;
	font-size: 1.3vw;
	font-weight: bold;
	color: gray;
}
.journal .box section p{
	width: 100%;
	margin-top: 2%;
	float: left;
	font-family: sans-serif;
}
.journal .box ul{
	width: 30%;
	height: 100%;
	float: left;
}
.journal .box ul li{
	width: 100%;
	height: 15%;
	padding-bottom: 2.5%;
	margin-bottom: 2.5%;
	float: left;
	list-style: none;
	display: grid;
	grid-template-columns: 35% 60%;
	grid-column-gap: 5%;
	border-bottom: 2px dashed gold;
}
.journal .box ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.journal .box ul li h3{
	width: 100%;
	height: 100%;
}
.journal .box ul li h3 strong{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 1.1vw;
}
.journal .box ul li h3 time{
	width: 100%;
	margin-top: 1%;
	float: left;
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 1vw;
}

/**********Div-1**********/
.div-1{
	width: 70%;
	padding: 0% 15%;
	margin-top: 3%;
	float: left;
}
.div-1 h2,
.div-1 p{
	width: 100%;
	float: left;
}
.div-1 h2{
	margin-bottom: 3%;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
}
.div-1 p{
	width: 100%;
	float: left;
	text-align: justify;
	font-family: sans-serif;
	font-size: 1.2vw;
}
.div-1 div{
	width: 100%;
	margin-top: 5%;
	float: left;
	display: grid;
	grid-template-columns: 50% 50%;
}
.div-1 div section{
	width: 80%;
	padding: 10%;
}
.div-1 div section:nth-child(odd){
	border-right: 2px dashed gold;
}
.div-1 div section:nth-child(1){
	border-bottom: 2px dashed gold;
}
.div-1 div section:nth-child(2){
	border-bottom: 2px dashed gold;
}
.div-1 section img{
	width: calc(100% - 10px);
	height:  20vw;
	float: left;
	border: 5px solid gold;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	object-fit: cover;
}
.div-1 section h3{
	width: 90%;
	padding: 5%;
	margin-top: 5%;
	background-color: gold;
	float: left;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-weight: lighter;
	font-size: 1.3vw;
}

/**********Div-2**********/
.div-2{
	width: 90%;
	padding: 0% 5%;
	margin-top: 5%;
	float: left;
	display: grid;
	grid-template-columns: 50% 45%;
	grid-column-gap: 5%;
}
.div-2 section{
	width: 100%;
	margin: auto;
}
.div-2 section h2{
	width: 100%;
	float: left;
	border-bottom: 2px solid gold;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
}
.div-2 section p{
	width: 100%;
	margin-top: 3%;
	float: left;
	text-align: justify;
	font-family: sans-serif;
	font-size: 1.1vw;
}
.div-2 ul{
	width: 100%;
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-column-gap: 5%;
}
.div-2 ul li{
	width: 7vw;
	height: 7vw;
	margin-left: calc((100% - 7vw) / 100%);
	margin-bottom: 20%;
	background-color: rgba(255, 255, 255, 0.3);
	list-style: none;
	text-align: center;
	display: grid;
	border: 3px solid gold;
	border-radius: 100vw;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), -3px -3px 3px rgba(255, 255, 255, 0.3);
}
.div-2 ul li i{
	margin: auto;
	font-size: 2vw;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), -3px -3px 3px rgba(255, 255, 255, 0.3);
}

/**********Contacts**********/
.contacts{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-column-gap: 5%;
}
.contacts h2{
	grid-column-start: 1;
	grid-column-end: 4;
	width: 100%;
	margin-bottom: 3%;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
}
.contacts form{
	width: 100%;
}
.contacts form label{
	width: 100%;
	margin-bottom: 10%;
	float: left;
}
.contacts form label strong{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 1.3vw;
}
.contacts form label input,
.contacts form label textarea{
	width: 100%;
	margin-top: 2%;
	background-color: transparent;
	float: left;
	border: unset;
	outline: none;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	font-size: 1vw;
}
.contacts form button{
	width: auto;
	padding: 2% 7%;
	background-color: gold;
	float: left;
	border: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	font-size: 1.3vw;
	font-weight: bold;
}
.contacts .ul-1{
	width: 100%;
}
.contacts .ul-1 li{
	width: 100%;
	padding-bottom: 7%;
	margin-bottom: 7%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	font-size: 1.3vw;
}
.contacts .ul-1 li strong{
	width: 100%;
	float: left;
}
.contacts .ul-1 li span{
	width: 100%;
	float: left;
}

.contacts .ul-2{
	width: 100%;
}
.contacts .ul-2 li{
	width: 100%;
	padding-bottom: 3%;
	margin-bottom: 3%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	font-size: 1.3vw;
}
.contacts .ul-2 li i{
	float: left;
}
.contacts .ul-2 li strong{
	float: right;
}
.contacts .map{
	grid-column-start: 1;
	grid-column-end: 4;
	margin-top: 3%;
	width: 100%;
	height: 25vw;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.contacts .map iframe{
	width: 100%;
	height: 100%;
	float: left;
}

/**********Signature************/
.signature{
	width: 100%;
	margin-top: 5%;
	float: left;
	text-align: center;
	font-family: sans-serif;
	font-size: 1.2vw;
	color: gray;
}
.signature span{
	width: 100%;
	float: left;
}

















/***************650px***************/
@media only screen and (max-width: 650px) {


/**********Header**********/
header{
	width: 100%;
	height: 60%;
	float: left;
}
.acade{
	width: 100%;
	background-color: black;
	float: left;
	text-align: center;
	color: gold;
	font-family: sans-serif;
	font-size: 3.5vw;
}
header .header-1{
	width: 90%;
	padding: 0% 5%;
	float: left;
}
header .header-1 img{
	width: 20%;
	margin-top: -1%;
	margin-bottom: -2%;
	float: left;
}
header .header-1 .ul-1{
	width: 70%;
	height: 100%;
	padding: 0% 5%;
	margin-top: 0%;
	margin-left: 0%;
	background-color: gold;
	position: fixed;
	right: 0%;
	top: 0%;
	float: unset;
	display: unset;
	z-index: 1;
	box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.3);
	display: none;
}
header .header-1 .ul-1 #close{
	width: auto;
	margin-top: 5%;
	margin-bottom: 15%;
	float: right;
	display: unset;
	font-size: 10vw;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
header .header-1 .ul-1 li:nth-child(1){
	margin-top: 5%;
}
header .header-1 .ul-1 li{
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed white;
	text-align: left;
	font-family: sans-serif;
	font-size: 5vw;
}
header .header-1 .ul-1 li:last-child{
	border-bottom: none;
}
header .header-1 .ul-1 .resp{
	display: unset;
}
header .header-1 .ul-2{
	width: auto;
	margin-top: 2.5%;
	float: right;
	display: unset;
}
header .header-2{
	width: 97%;
	height: 90%;
	padding: 0%;
	margin-left: 3%;
	float: left;
}
header .header-2 .box-1{
	width: 100%;
	height: 100%;
	float: left;
}
header .header-2 .box-1 .sec-1{
	width: 60%;
	height: 100%;
	float: left;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	box-shadow: inside -5px -5px 5px rgba(0, 0, 0, 0.5);

}
header .header-2 .box-1 .sec-1 h2{
	width: 100%;
	margin-top: 10%;
	float: left;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-size: 25vw;
	letter-spacing: 0.5vw;
	text-shadow: -3px -3px 3px rgba(0, 0, 0, 0.5);
}
header .header-2 .box-1 .sec-1 h1{
	width: 100%;
	float: left;
	text-align: center;
	font-family: sans-serif;
	font-size: 7vw;
	letter-spacing: 1vw;
}
header .header-2 .box-1 .sec-1 p{
	width: 90%;
	padding-top: 3%;
	margin-top: 3%;
	float: left;
	text-align: center;
	border-top: 3px solid gold;
	font-family: sans-serif;
	font-size: 3.5vw;
}
header .header-2 .box-1 .sec-2{
	width: 46%;
	height: 100%;
	margin-left: -6%;
	background-color: white;
	float: left;
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
header .header-2 .box-1 .sec-2 #sec-1{
	width: calc(41vw - 6px);
	height: calc(41vw - 6px);
	padding: 2vw;
	border: 3px dashed gold;
	border-radius: 100vw;
	float: left;
	animation: anirot1 5s alternate infinite;
}
@keyframes anirot1{
	to{
		transform: rotate(360deg);
	}
}
header .header-2 .box-1 .sec-2 #sec-1 p{
	width: 100%;
	height: 100%;
	background-color: gold;
	border-radius: 100vw;
	float: left;
	background-color: ;
	animation: anirot2 5s alternate infinite;
}
@keyframes anirot2{
	to{
		transform: rotate(-360deg);
	}
}
header .header-2 .box-1 .sec-2 #sec-1 p img{
	width: 120%;
	margin-top: -10%;
	margin-left: -10%;
	float: left;
	filte: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
	animation: img1 2.5s alternate infinite;
}
@keyframes img1{
	from{
		transform: rotate(5deg);
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
	}
	to{
		transform: rotate(-5deg);
	filter: drop-shadow(-3px -3px 3px rgba(0, 0, 0, 0.5));
	}
}

header .header-2 .box-1 .sec-2 section{
	width: 100%;
	height: 100%;
	float: left;
}
header .header-2 .box-1 .sec-2 section img{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}

/**********Journal**********/
.journal{
	width: 90%;
	height: auto;
	padding: 0% 5%;
	margin-top: 20%;
	float: left;
}
.journal h2{
	width: 100%;
	float: left;
	border-bottom: 2px solid gold;
	font-family: "Abril Fatface", serif;
	font-size: 8vw;
}
.journal .box{
	width: 100%;
	height: 80%;
	margin-top: 2%;
	float: left;
}
.journal .box section{
	width: 100%;
	height: 100%;
	float: right;
}
.journal .box section img{
	width: 100%;
	height: 65%;
	float: left;
	object-fit: cover;
	border: px solid gold;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.journal .box section h3{
	width: 100%;
	margin-top: 3%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
}
.journal .box section time{
	width: 100%;
	margin-top: 1%;
	float: left;
	font-family: sans-serif;
	font-size: 3.5vw;
	font-weight: bold;
	color: gray;
}
.journal .box section p{
	width: 100%;
	margin-top: 2%;
	float: left;
	font-family: sans-serif;
	font-size: 3.5vw;
}
.journal .box ul{
	width: 100%;
	height: auto;
	margin-top: 15%;
	float: left;
}
.journal .box ul li{
	width: 100%;
	height: 15%;
	padding-bottom: 2.5%;
	margin-bottom: 2.5%;
	float: left;
	list-style: none;
	display: grid;
	grid-template-columns: 35% 60%;
	grid-column-gap: 5%;
	border-bottom: 2px dashed gold;
}
.journal .box ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.journal .box ul li h3{
	width: 100%;
	height: 100%;
}
.journal .box ul li h3 strong{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
}
.journal .box ul li h3 time{
	width: 100%;
	margin-top: 5%;
	float: left;
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 3vw;
}

/**********Div-1**********/
.div-1{
	width: 90%;
	padding: 0% 5%;
	margin-top: 3%;
	float: left;
}
.div-1 h2,
.div-1 p{
	width: 100%;
	float: left;
}
.div-1 h2{
	margin-bottom: 3%;
	font-family: "Abril Fatface", serif;
	font-size: 8vw;
}
.div-1 p{
	width: 100%;
	float: left;
	text-align: justify;
	font-family: sans-serif;
	font-size: 3vw;
}
.div-1 div{
	width: 100%;
	margin-top: 5%;
	float: left;
	display: grid;
	grid-template-columns: 50% 50%;
}
.div-1 div section{
	width: 80%;
	padding: 10%;
}
.div-1 div section:nth-child(odd){
	border-right: 2px dashed gold;
}
.div-1 div section:nth-child(1){
	border-bottom: 2px dashed gold;
}
.div-1 div section:nth-child(2){
	border-bottom: 2px dashed gold;
}
.div-1 section img{
	width: calc(100% - 3px);
	height:  20vw;
	float: left;
	border: 3px solid gold;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.div-1 section h3{
	width: 90%;
	padding: 5%;
	margin-top: 5%;
	background-color: gold;
	float: left;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-weight: lighter;
	font-size: 3vw;
}


/**********Div-2**********/
.div-2{
	width: 90%;
	padding: 0% 5%;
	margin-top: 10%;
	float: left;
	display: unset;
}
.div-2 section{
	width: 100%;
	margin: auto;
	float: left;
}
.div-2 section h2{
	width: 100%;
	float: left;
	border-bottom: 2px solid gold;
	font-family: "Abril Fatface", serif;
	font-size: 8vw;
}
.div-2 section p{
	width: 100%;
	margin-top: 3%;
	float: left;
	font-family: sans-serif;
	font-size: 3vw;
}
.div-2 ul{
	width: 100%;
	margin-top: 5%;
	float: left;
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-column-gap: 5%;
}
.div-2 ul li{
	width: 15vw;
	height: 15vw;
	margin-left: calc((100% - 15vw) / 2%);
	margin-bottom: 20%;
	background-color: rgba(255, 255, 255, 0.3);
	list-style: none;
	text-align: center;
	display: grid;
	border: 3px solid gold;
	border-radius: 100vw;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), -3px -3px 3px rgba(255, 255, 255, 0.3);
}
.div-2 ul li i{
	margin: auto;
	font-size: 5vw;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), -3px -3px 3px rgba(255, 255, 255, 0.3);
}

/**********Contacts**********/
.contacts{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
	display: unset;
}
.contacts h2{
	grid-column-start: 1;
	grid-column-end: 4;
	width: 100%;
	margin-bottom: 3%;
	font-family: "Abril Fatface", serif;
	font-size: 8vw;
}
.contacts form{
	width: 100%;
	float: left;
}
.contacts form label{
	width: 100%;
	margin-bottom: 10%;
	float: left;
}
.contacts form label strong{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 3.5vw;
}
.contacts form label input,
.contacts form label textarea{
	width: 100%;
	margin-top: 2%;
	background-color: transparent;
	float: left;
	border: unset;
	outline: none;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	font-size: 1vw;
}
.contacts form button{
	width: auto;
	padding: 2% 7%;
	background-color: gold;
	float: left;
	border: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	font-size: 1.3vw;
	font-weight: bold;
}
.contacts .ul-1{
	width: 100%;
	margin-top: 15%;
	float: left;
}
.contacts .ul-1 li{
	width: 100%;
	padding-bottom: 7%;
	margin-bottom: 7%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	font-size: 3.5vw;
}
.contacts .ul-1 li strong{
	width: 100%;
	float: left;
}
.contacts .ul-1 li span{
	width: 100%;
	float: left;
}

.contacts .ul-2{
	width: 100%;
	float: left;
}
.contacts .ul-2 li{
	width: 100%;
	padding-bottom: 3%;
	margin-bottom: 3%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	font-size: 3.5vw;
}
.contacts .ul-2 li i{
	float: left;
}
.contacts .ul-2 li strong{
	float: right;
}
.contacts .map{
	grid-column-start: 1;
	grid-column-end: 4;
	margin-top: 5%;
	width: 100%;
	height: 70vw;
	float: left;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.contacts .map iframe{
	width: 100%;
	height: 100%;
	float: left;
}

/**********Signature************/
.signature{
	width: 100%;
	padding-bottom: 5%;
	margin-top: 5%;
	float: left;
	text-align: center;
	font-family: sans-serif;
	font-size: 3vw;
	color: gray;
}
.signature span{
	width: 100%;
	float: left;
}





}