
* {
    font-family: Open Sans, Helvetica, sans-serif;
}
/*.header {
    position: fixed;
    width: 100%;
}*/
nav.navbar {
    background-color: #fff !important;
    box-shadow: 0px 5px 9px 0px #00000024;
    border-bottom: 1px solid #dedede;
}
.navbar-brand.logo {
    display: flex;
    /*width: 40%;*/
     width: 28%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.navbar-brand.logo>img{
    width: 20%;
    min-width: 130px;
}
.navbar-collapse {
    flex-grow: unset;
}

.content {
    min-height: 500px;
}
.content-area {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 30px;
}

.content.login {
    background-color: #b98949;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-panel {
    background-color: #fff;
    width: 60%;
    min-width: 700px;
    display: flex;
    padding: 0;
    min-height: 400px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 9px #33333359;
    align-items: center;
    margin: 40px auto;
}
img.login-banner {
    width: 50%;
}
.login-panel form {
    width: 45%;
    margin-left: 3%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-left: 1px dashed #999;
}
.login-panel form input[type="text"], .login-panel form input[type="password"] {
    width: 98%;
    border: 1px solid #999;
    padding: 5px 5px 5px 20px;
    border-radius: 30px;
}
.login-panel form input[type="submit"]{
 	background-color: #b98949;
 	color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
}
.login-panel form input[type="submit"]:hover{
 	background-color: #333;
}
span.message {
    font-weight: bold;
    font-size: 14px;
    display: none;
}
span.message.error {
    color: #bf0505;
    display: block;
}
span.message.success {
    color: #286f05;
    display: block;
}


/*removal-starts*/
.footer {
    padding: 35px;
    background-color: #370e01;
}
.connect h2 {
    color: #e09900;
    font-size: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #e09900;
}
.connect h4 {
    margin: 10px 0!important;
}
.connect h4, .connect a {
    color: #aaa;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    margin: 0;
    text-decoration: none;
    align-items: center;
}
.connect a:hover {
    color: #fff;
}
.connect h4>i {
    font-size: 30px;
    margin: 0 8px 0 0;
}

ul.et-social-icons {
    list-style: none;
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 20px 0;

}
ul.et-social-icons a{
    color: #aaa;
    font-size: 18px;
    margin: 0 6px;
}
ul.et-social-icons a:hover{
    color: #fff;
}
/*removal-ends*/

/* wceSusenjit styles starts */
.text-wceorange {
    color: #ee1a1f;
}
.text-wceBlue {
    color: #4366af;
}
.text-wcePink {
    color: #ed008c;
}
/* wceSusenjit styles ends */

.navbar-nav .nav-link.active, .navbar-nav .nav-link {
    color: #999;
    font-family: monospace;
    /*font-size: 16px;*/
    font-size: 13px;
    font-weight: bold;
}

.credit-bar {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.credit-bar ul, .credit-bar p{
    margin: 0;
    color: #999;
    text-align: center;
}
.credit-bar a{
	color: #e09900;
	text-decoration: none;
}


.banner {
    /*background-image: url(../images/placeholder-banner.jpg);*/
    background-image: url(../../images/page-pics/test-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 30vw;
    max-height: 320px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: #c79d73bd;
    margin-bottom: 40px;
    position: relative;
}
.banner.club-details {
    align-items: center;
    /*susenjitWCE*/
    min-height:460px;
}
.banner h1 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    background-color: #0000007a;
    padding: 10px 30px;
    margin: 0;
    border-radius: 20px 20px 0 0;
    min-width: 350px;
}
.banner.club-details {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 35px;
    height: 35vw;
    max-height: 450px;
}
.banner.registration {
    background-image: url(../../images/page-pics/test-banner.jpg);
    /*susenjitWCE*/
    min-height:460px;
}
.club-details.banner h1 {
    font-size: 32px;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}


ul.club-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
ul.club-list li {
    color: #666;
    text-decoration: none;
    width: 45%;
    margin: 1%;
    
}
ul.club-list li a {
    color: #666;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 20px;
    border:1px solid #ddd;
    display: block;
}
ul.club-list li a:hover {
    color: #fff;
    background-color: #bd8941;
}

.banner a.btn-back-list {
    position: absolute;
    top: 15px;
    right: 15px;
}
.banner a.btn-back-list i{
    color: #fff;
    font-size: 30px;
}
.content-area .club-details {
    width: 70%;
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 0 0 19px #ddd;
}
.content-area .club-details p{
    /*font-size: 24px;
    line-height: 36px;*/
    font-size: 1.08rem;
    line-height: 1.4rem;
    padding: 6px;
    display: flex;
}
.content-area .club-details p>strong{
    width: 30%;
    margin-right: 5%;
}
.content-area .club-details p>span{
    width: 65%;
}
form.report-area {
    text-align: right;
    background-color: #efefef;
    padding: 20px;
    border-radius: 10px;
}
form.report-area>select {
    border: 1px solid #ddd;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 8px;
}
.college-panel{
    margin: 30px 0;
}
.college-panel .pic-collage {
    position: relative;
    padding: 0;
}
.college-panel .pic-collage>img{
    max-width: 100%;
}
.pic-collage .moto {
    position: absolute;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: flex-end;
    bottom: 45%;
    padding: 10px;
}
.pic-collage .moto>h1 {
    color: #f5a102;
    font-size: 54px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -2px;
    margin: 0;
}
.pic-collage .moto>h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 0 10px 10px;
    line-height: 24px;
}
.college-panel .metrics {
    display: flex;
    margin: 40px auto;
    align-items: center;
    justify-content: space-around;
}
.college-panel .metrics>h1 {
    font-size: 40px;
    background-color: #b98949;
    color: #fff;
    border-radius: 90px;
    position: relative;
    /*width: 120px;
    height: 120px;*/
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.college-panel .metrics>h1>cite {
    font-size: 13px;
    background-color: #440008;
    color: #fff;
    font-style: normal;
    padding: 3px 10px;
    line-height: 15px;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    text-align:center;
}
.college-pics>img {
    width: auto;
    margin:3.2% 1% 1%;
    max-width:98%;
}
.desc>p {
    font-size: 18px;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 24px;
}

.college-info {
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.college-info .info-bar {
    border: 1px solid #9a622b;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
}
.instagram-media {
      max-width: 100%;
      width: 100%;
      margin: 0 auto !important;
    }
.btn-theme-simple {
    /*font-size: 20px;*/
    font-size: 17px;
    width: fit-content;
    text-decoration: none;
    color: #b98949;
    border: 2px solid #b98949;
    background-color: #fff;
    /*padding: 5px 20px;*/
    padding: 5px 18px;
    /*margin: 0 12px;*/
    margin: 2px 12px;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0 0 10px #bbb;
}
.btn-theme-simple:hover {
    background-color: #f3f3f3;
    box-shadow: 0 0 10px #999;
    border: 2px solid #f3f3f3;
}

.club-admin { display: flex; flex-direction: row-reverse; }
.club-admin .links { width: 25%; padding: 30px; }
.club-admin .links a { display: block; text-align: left; color: #D29207; text-decoration: none; font-weight: bold; }
.club-admin .links a:hover { text-decoration: underline;}


@media only screen and (max-width: 768px) {

	.content-area {
	    width: 100%;
	}

	button.navbar-toggler {
	    border: none;
	}
	.footer {
    	padding: 0;
    	background-size: contain;
   	}
   	.footer .row>div{
   		margin-bottom: 20px;
   	}
	.login-panel {
	    width: 90%;
	    min-width: unset;
	    min-height: unset;
	    flex-direction: column-reverse;
	    margin: 30px;
	}
	.login-panel form, img.login-banner{
	    width: 100%;
	    margin-left: 0;
	    border-left: none;
	}
	.credit-bar {
	    flex-direction: column-reverse;
	}
	.credit-bar ul.et-social-icons {margin-bottom: 10px;}

    .banner {
        background-size: cover;
        background-position: center;
        height: 80vw;
    }

	ul.club-list li {
	    width: 90%;
	    margin: 1% auto;
	    text-align: center;
	}


    span.club-logo {
        padding: 5px;
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .banner.club-details {
        flex-direction: column;
    }

    .banner.club-details h1 {
        font-size: 24px;
    }

    .content-area .club-details {
        width: auto;
    }
    .content-area .club-details p {
        flex-direction: column;
        font-size: 1.1em;
        line-height: 1.3em;
    }
    .content-area .club-details p>strong {
        width: auto;
        margin-right: unset;
    }
    .content-area .club-details p>span {
        width: auto;
    }

    .college-panel .metrics>h1 {
        width: 80px;
        height: 80px;
    }

    .college-info {
        flex-direction: column;
    }

}