*{ box-sizing: border-box;}

body { 
background-color:#001833;
background-image: url("b1.png");
margin-bottom: 50px;
}

h1{ text-shadow: 3px 3px 5px black; }





.dropbutton {
background-color: #24478f;
color: white;
padding: 16px;
font-size: 16px;
border:none;
cursor: pointer;
z-index: 3;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;}

.dropdown {
position: relative;
display:block;
float: right;
margin-right: 50px;
margin-top: 30px;
z-index: 2;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}

.dropdown:hover {
box-shadow: 3px 2px 3px 2px;

}



.dropdown-content {
display:none;
right: 0;
width: 30px;
position: absolute;
background-color: #3366cc;
min-width: 160px;
box-shadow: 2px 3px 2px 3px rgba(0,0,0,0.4);
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
z-index: 1;
}

.dropdown-content a {
color: white;
padding: 10px;
text-decoration:none;
display: block;
width: 10;
-webkit-transition-duration: 0.5s
}

.dropdown-content a:hover {background-color: #0f1f3d}

.dropdown:hover .dropdown-content {
display: block;
width: 70px;}







img{ 
max-width: 100%;
position: relative;
height:auto;
padding-bottom: 20px;
left: 10px;
margin-right: 0;
z-index:1}


h1 {
position: relative;
text-align: left;
color:white;
font-family: "Times New Roman", Sans-serif;
text-shadow: 3px 3px 5px black;
font-size: 70px;
margin:10px;
padding-left: 10px;
margin-bottom: 40px;
background-color:rgba(2,2,2,0.4);
margin-right:200px;
animation-name: va1;
animation-duration: 3s;
}

@keyframes va1 {
0% {margin-right: 10px;}
100% {margin-right: 200px;}
}


.drop {
position: relative;
background-color: rgba(0, 51, 102,0.9);
width: 400px;
height: 500px;
margin-left:20px;
padding-left: 5px;
margin-bottom: 10px;
margin-right: 10px;
text-align:left;
font-size: 25px;
font-family: "Times New Roman", Sans-serif;
color: white;
padding-top: 5px;
padding-bottom: 0x;
display: inline-block;
animation-name: va2;
animation-duration: 3s;
overflow: hidden;
}

@keyframes va2 {
from { height: 50px;}
to {height: 500px;}
}




.drop3 {
position: relative;
background-color: rgba(0, 51, 102,0.8);
width: 400px;
height: 400px;
margin-left: 20px;
padding-left: 5px;
margin-top: 15px;
text-align:left;
font-size: 25px;
font-family: "Times New Roman", Sans;
color: white;
padding-top: 5px;
padding-bottom: 0x;
overflow: hidden;
display: inline-block;
animation-name: va4;
animation-duration: 3s;
}

@keyframes va4{
from {height: 50px;}
to {height: 400px;}
}

h2 {
text-align: left;
color: white;
font-size: 20px;
font-family: "Arial", Sans;
margin-left: 10px;
padding-top: 0x;
margin-top: 10px;
margin-bottom:5px;
 }

/* Clear floats after the columns */
section::after {
  content: "";
  display: table;
  clear: both;
}

p {
color: white;
font-family:"Arial", Sans;
font-size: 16px;
margin-left: 10px;
margin-top: 0px;
padding-top: 20px;
margin-bottom: 3px;
margin-right: 10px;
}

b {
color: white;
font-family: "Arial", Sans;
font-size: 17px;
margin-left: 10px;
margin-top: 0px;
padding-top: 0;
padding-right: 10px;
margin-bottom: 5px;
text-align: left;
display: inline-block;
}


.footer {
background-color: #001833;
width: 100%;
padding-top: 10px;
padding-bottom: 20px;
bottom: 0;
left:0;
position: fixed;
text-align: center;
font-size:15px;
}


.word{
padding-left: 30px;
display: inline;
text-align: center;
padding:2px 3px 2px 3px;
margin: 3px 3px 3px 3px;
color: white;
}

.word a{
underline: none;
text-decoration: none;
color: white;
}

.word a:hover {
underline:none;
cursor:pointer;
color: gray;
}






