@import url("../webfonts/Lobster_Regular/stylesheet.css");
body {
    background-color: rgba(51,32,35,1.00);
    color: rgba(6,11,55,1.00);
}
a {
    color: rgba(227,133,200,1.00);
    transition: 1s;
}
p {
    text-align: justify;
}

a:hover {
    color: rgba(147,79,139,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(207,92,107,1.00);
    font-family: "Lobster Regular";
    text-shadow: 5px 5px 10px #6E7AA4;
}
header {
    height: 180px;
}
main {
    min-height: 450px;
    border-top: 10px double rgba(207,92,107,1.00);
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../images/bg3.jpg);
    background-position: center top;
    background-size: 60% auto;
    background-repeat: no-repeat;
}


.card {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.Poster1 {
    max-width: 380px;
}
.myImg {
	cursor: url("../images/sym551.cur"), default;
    opacity: 0.3;
	transition:2s;
}
.myImg:hover {
	transform: translateX(10px);
    opacity: 1;
    -webkit-box-shadow: 0px 0px 20px rgba(113,118,139,1.00);
    box-shadow: 0px 0px 10px rgba(113,118,139,1.00);
}



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