@charset "UTF-8";
/* Body */
body {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    background-color: #FFFFFF;
    width: 90%;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: -10px;
}
body h3 {
    text-align: center;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: xx-large;
    color: #350102;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0px;
}
.header22 {
    display: block;
    float: left;
    width: 98%;
}

.header22 a {
    border: thin solid #1E06F5;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 4px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 5px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: x-large;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 250px;
    float: left;
    padding-top: 5px;
}

.topp img {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    width: 20%;
}
.text-1 {
    display: block;
    float: none;
}
.text-1 p {
    display: block;
    text-align: justify;
    width: 98%;
    float: none;
    /* [disabled]clear: none; */
}
.gallery-2 img  {
    width: 100%;
}






.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}


.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;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
}




/* Mobile */
@media (max-width: 320px) {
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
}
