@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
	font-family: 'Bebas Neue';
	color:white;

}

h5 {
	font-size: 30px ;
	padding: 0px ;
	margin: 0px ;
}

.header {
  background: url("bg1.jpg") no-repeat top;
	background-size: cover;
  padding: 20px;
  text-align: center;
	color: aliceblue;
	height: 700px;
}

.head_text{
	width: 80%;
	margin:0 auto;
	position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 72px ;
	text-shadow: 5px 5px 5px #504F4F;
}

.topnav ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.topnav li {
	align-content: center;
	display: inline-block;
}
.topnav a {
  display: block;
  color: white;
  text-align: center;
  padding: 0px 50px;
  text-decoration: none;
  font-size: 20px ;
}

.topnav a1 {
  display: block;
  color: #F3F0B6;
  text-align: center;
  padding: 0px 50px;
  text-decoration: none;
  font-size: 20px ;
}

.topnav {
  overflow: auto;
	padding: 20px;
}


.topnav a:hover {
  color:#F3F0B6;
	text-decoration: none;
}

a.active {
	color:#5D5E61 ;
}

.fa:hover {
    opacity: 0.7;
}

.button {
  border-radius: 4px;
  background-color: #0A308B;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 10px;
  width: 230px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cont {
	width: 80%;
	margin: 0 auto;
	padding:30px;
	overflow: auto;
}

.top, .row {
	text-align: center;
	padding: 60px 60px 35px 60px;
	color: black ;
	font-size: 20px ;
}

.wrapper {
	display: flex;
}

.wrapper > div {
	flex: 1;
}

.box1 {
	background: #ffffff;
	align-content: center ;
		padding: 20px ;
		margin: 85px ;
	    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		color: black ;
}

.header1 {
  text-align: center;
  padding: 22px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 33.3%; /* IE10 */
  flex: 33.3%;
  max-width: 33.3%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width:800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.fa {
  padding: 6px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 52px;
  border-radius: 50%;
}

.fa-facebook {
  background: black;
  color: white;
}

.fa-youtube {
  background: black;
  color: white;
}

.fa-instagram {
  background: black;
  color: white;
}