 {box-sizing:border-box}
body {

}
body{

font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  width:100%;
  font-size: 18px;
  background-color: white;
  
}

@media screen and (max-width:600px)
{
body  {
    font-size: 20px;
  }
}

.headngs
{
   width: 50%;
margin: auto;

}

hr{
  border: 3px solid black;
width: 10%;

}

@media screen and (max-width: 600px){
  .headings { width: 100%;

  }
}

h1
{
  font-family: 'Oswald', sans-serif;
  text-align:center;
color: black;
}

h2
{
text-align: center;
font-family: georgia, times serif;

}

span
{
font-size: 25px;
}



.magc{
  width:100%;
  
  top: 0;
    z-index: 1;


}

.top-images
{
  display:flex;
  background-color:  #000066;
  width:100%


}

.top-images img
{
  width:170px;
}

@media screen and (min-width: 992px){
 .top-images img  { width: 400px;

  }
}


.ryt
{
  width:40%
}

.lft
{
  display:flex;
  justify-content:flex-end;
width:60%

}






.bodied{
	max-width: 100%;

}

.hdn
{
	background-color: #eaeae1;
	 max-width: 60%;
	 margin: auto;
    margin-top: 190px;
	
   
}

.boxy
{
	background-color: #ffffff;
	max-width: 60%;
	margin: auto;
	padding: 20px;
	

}


.contact-box2 {
  width: 80%;
background-color:#ffffff ;
height: 150px;


  margin:auto;
  display: flex;
  justify-content: center;

}


.social{
width:4%;
padding-top: 20px;


}

.socialtext{
  width: 100%;
  font-size:14px;

  text-align: center;
  border-radius: 15px;

  margin: 10px auto;
}

.social img{
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;


}


	/* forms */
.fom
{
width:90%;
margin: auto;
background-color: #120444;
color:white;
padding:15px;
border-radius: 15px;
margin-bottom: 15px;



}

/* desktop */
@media screen and (min-width: 992px){
  .fom { width:60%;

  }
}



  .form-group {
    margin-bottom: 15px;
}
label {
    display: block;
    margin-bottom: 5px;
}
input[type="text"], textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
button {
    padding: 10px 20px;
    background-color:white;
    color: black;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button:hover {
    background-color: #6b6c6d;
    color:white;
}


.boxyy
{
	background-color: #120444;
	color: white;
	max-width: 90%;
	margin: auto;
	padding: 20px;
	display:flex;
	margin-bottom: 10px;
	border-radius: 13px;
  justify-content: center;
  align-items: center;
	

}

/* desktop */
@media screen and (min-width: 992px){
  .boxyy { width:60%;

  }
}


.boxy1{
	width: 20%;
	
	
}

.boxy1 img{
	width: 50%;
	margin: auto;
	display: block;
	
	
	
}

.boxy2{
	width: 80%;
	padding-left: 20px;
	
	
}






.footer
{

	padding: 10px;
	color: white;
	width: 100%;
display: block;
border-radius: 10px;


}

/* desktop */
@media screen and (min-width: 992px){
  .footer { 
  display:flex;
  justify-content: space-around;

  

  }
}


.footer1, .footer2, .footer3
{
	
	width:100%;
	font-size:15px;
  background-color:#120444;
  padding-top: 20px;
  margin-bottom: 15px;
  border-radius: 15px;
}






/* desktop */
@media screen and (min-width: 992px){
  .footer1, .footer2, .footer3 { 
    width: 30%;
    margin:20px;

  

  }
}

.footertext{
  display:flex;
  width:70%;
  margin:auto;
  margin-right: auto;
  margin-left: auto;

}

.footertextpic img {
margin-right: 4px;
}

/* desktop */
@media screen and (min-width: 992px){
  .footertext{

  display: flex;

  }
}


.socialist{
  display: flex;

  
  justify-content: space-between;
}

.socitems img{
  width:15px;
  margin-right:10px;
}
