@charset "utf-8";
*{
	margin: 0px;
	padding:0px;
}
/*Desktop View*/
@media (min-width: 958px){
.topnav {
}
body {
}
.banner.img-fluid {
}




}

.login {
    color: #EBDE36;
}
.label1 {
    color: #EBDE36;
}
.label2 {
    color: #EBDE36;
}
.footerContainer {
    background-color: #90498D;
}
.footwrapper {
    background-color: #90498D;
}
.footerContainer {
}
.footerbottom p {
}
.footerbottom p {
    color: #E1EF08;
}





}
.container-fluid .container.wrapper #wrapper {align-content: 
	center;}
	
}

	.navbar ul{
    list-style: none;
    background: #90498D;      
    text-align: center;
}
	ul {
    list-style-type: none;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    padding: 0;
}
	

.topnav li a {
    display: block;
    color: #EBDE36;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 14px;
    padding-bottom: 14px;
    text-decoration: none;
    background-color: #90498D;
}

	.navbar li{
	display: inline-block;
}
.navbar a{
    text-decoration: none;
    color: #fff;
    width: 150px;
    display: block;
    padding: 15px 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background-color: #90498D;
}
	.navbar a:hover{
    background-color: #F0A2F0;		
	}
	.sidebar {
    background-color: #90498D;
    width: 300px;
    height: 450px;
    float: left;
	}



	
	.main {
    width: 630px;
    height: 450px;
    background-color: #90498D;
    float: left;
    color: #EBDE36;
    font-size: large;
    padding-top: 10px;
    padding-left: 15px;
    text-align: left;
    font-weight: bold;
}
.footerContainer {
    background-color: #90498D;
    width: 100%;
    Padding: 70px 30px 20px;
    clear: both;
}
.socialIcons{
	display: flex;
	justify-content: center;
}
.socialIcons a{
    text-decoration: none;
    padding: 10px;
    background-color: #E96AF5;
    margin: 10px;
    border-radius: 50%;	
}
.socoalIcons a i{
	font-size: 2em;
	color: blue;
	opacity: 0.9;
}
/*Hover Effects on Social Media Icons */
.socialIcons a:hover{
	background-color: yellow;
	transition: 0.5s;
}
.soialIcons a:hover i{
	color: white;
	transition: 0.5s;
}
.footernav{
	margin: 30px 0;
}
.footerNav ul{
	display: flex;
	justify-content: center;
}
.footerNav ul li a{
	color: lightgoldenrodyellow;
	margin: 20px;
	text-decoration: none;
	font-size: 1.3;
	opacity: 0.7;
	transition:0.5s;
}
}
.footernav ul li a:hover{
	opacity: 1;
}
.footerBottom{
	background-color: yellow;
	padding: 20px;
	text-align: center;
}
.footerBottom p{
	color: yellow:
    color: #EBD82F;
}
.designer{
	opacity: 0.7;
	text-transform: uppercase;
	letter-spacing: 1px
	font-weight: 400;
	margin: 0px 5px;
}



	
	/*Tablet View*/
@media (min-width: 381px) and (max-width: 949px){
.sidebar {
    width: 100%;
    height: auto;
}
body {
}
body img {
}
.main {
    width: 100%;
    height: auto;
}




			
	}

/*Mobile View*/
@media (min-width: 380px){
			
}


.wrapper {
}
