@import url("../webfonts/Lobster_Regular/stylesheet.css");
body {
    background-color: rgba(6,11,55,1.00);
    color: rgba(6,11,55,1.00);
}
a {
    color: rgba(19,219,219,1.00);
}
a:hover {
    color: rgba(54,108,129,1.00);
    text-decoration: none;
}

.navbar{
	 background-color: rgba(231,236,255,1.00);
	z-index: 1000;
}

.whole {
    background-color: rgba(231,236,255,1.00);
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 20px 20px rgba(231,236,255,1.00);
    box-shadow: 0px 0px 20px 20px rgba(231,236,255,1.00);
    margin-top: 60px;
    margin-bottom: 60px;
    border: 10px solid rgba(231,236,255,1.00);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.dropdown-menu   {
    background-color: rgba(231,236,255,1.00);
}
.dropdown-item   {
    font-family: "Lobster Regular";
    color: rgba(0,0,0,0.50);
}
.dropdown-menu .nav-link:hover {
    color: #005C72;
}



h1, h2, h3, h4, h5, h6 {
    color: rgba(6,157,157,1.00);
    font-family: "Lobster Regular";
    text-shadow: 5px 5px 10px #6E7AA4;
}
header {
    height: 180px;
}
main {
    min-height: 360px;
    border-top: 10px double rgba(6,157,157,1.00);
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../images/bg2.jpg);
    background-position: center top;
    background-size: 70% auto;
    background-repeat: no-repeat;
}
.Poster1 {
    max-width: 380px;
}


footer {
    height: 80px;
    text-align: center;
    line-height: 80px;
}
