*

{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}

body{ 
  
  background-position: upper;
   
  background-attachment: fixed;
  
  width: 20px;

	height: 40px;

	position: upper;

    
    left: 10px;
  
}


.full-page


{

    width: 1520px;

    height: 1000px;

    position: absolute;

    background : none;

    background-size: cover;

    background-position: center;
   
    background-attachment: fixed;
    
	
}

.logo-page


{

    width: 1520px;

    height: 1000px;

    position: absolute;

    background : none;

    background-size: cover;

    background-position: center;
   
    background-attachment: fixed;
    
	
}

.sub-page


{

    width: 1520px;

    height: 500px;


    background-size: cover;

    background-position: center;
	
	padding-top: 10px;
	
   
	
}


.navigation-bar

{

    display: flex;

    align-items: center;

    padding: 10px;

    padding-left: 30px;

    padding-right: 30px;

    padding-top: 0px;
	
	padding-bottom:0px;

}

.logo

{
    margin-top: 50 px;
	padding-top:10px;
	padding-left:20px;
	

}

hr 
{ 
    margin-top: 0.01px;

}

nav

{

    flex: 1;

    padding-left : 920px;

    right: 0;

}

nav ul 

{

    display: inline-block;

    list-style: none;

}

nav ul li

{

    display: inline-block;

    margin-right: 200px;

    margin-top: 0px;

}

nav ul li a

{

    text-decoration: none;

    font-size: 20px;

    color: white;

    font-family: sans-serif;
	
	padding-left:250px;

}

nav ul li a:hover

{

    color: gray;

}

.row

{

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    justify-content: space-around;
	
    padding-bottom: 300px;
	

}

.row1
{

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    justify-content: space-around;
	
    padding-bottom: -350px;
	
    padding-top: 700px;
}

.row2

{

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    justify-content: space-around;
	
    padding-bottom: 100px;
	

}


.box

{
    transition: box-shadow .3s;

    width: 720px;

	height: 940px;

	position: relative;

    top: -100px;

    left: 10px;

	background: rgba(0,0,0,0.0);
	
	



}

.box2

{
    transition: box-shadow .3s;

    width: 720px;

	height: 840px;

	position: relative;

    top: -100px;

    left: 10px;

	background: rgba(0,0,0,0.0);
	
	



}


.box:hover {
  box-shadow: 0 0 11px rgba(50,50,50,.6); 
}

.box2:hover {
  box-shadow: 0 0 11px rgba(50,50,50,.6); 
}

.main-heading

{

    color: GrayText;

    padding-bottom: 20px;

}

.message

{

    margin: 15px 0 0;

    color: white;
	
	padding-bottom: 5px;

	padding-left : 25px;
	

}

.message

{

    font-size: 12px;

	margin: 15px 0 0;

    color: black;

}

.form .message a

{

	color: orangered;

	text-decoration: none;

}

.form .register-form{

	display: none;

}

.defination

{

    text-align: left;

    font-size: 30px;

    color: white;

    font-family: 'Kaushan Script', cursive;

    padding-left: 60px;

}