﻿:root {
    --themebgcolor: #0F3171;
}
/******************************* Layout CSS ****************************/
html, body {
    margin: 0;
    min-height: 100%;
}

body {
    background-color: white !important;
    font-family: "PT Sans",'Helvetica Neue',Helvetica,sans-serif !important;
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
}

.wrapperdiv {
    margin: 0 auto;
    overflow: hidden;
    /*min-height: 90%;
    padding-bottom: 10%;*/
}

.uetheader {
    width: 100%;
    margin: 0px 0 0;
    background-image: url(/images/bg/header.jpg?d=2);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: white;
    min-height: 138px;
}

.navbar-brand img {
    width: 100px;
}

.headertitle {
}

    .headertitle h2 {
        margin: 0px;
        padding: 0 0 0 1em;
        font-weight: bolder;
        font-size: 35px;
        font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
        font-stretch: expanded;
    }

.uetheader .logoimage {
    padding-left: 1em;
}

.uetfooter {
    background-color: var(--themebgcolor);
    padding: 20px;
    color: white;
    bottom: 0;
    margin-top: 55px;
}

footer {
    background-color: #555;
    color: white;
    padding: 15px;
}

.footerlinkitems {
    border-left: solid 1px dimgray;
}

.uetfooter .footerlinkitems h3 {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
    font-stretch: ultra-condensed;
    font-variant-caps: all-petite-caps;
    font-stretch: ultra-condensed;
    border-bottom: solid 1px dimgray;
    font-weight: bold;
    color: aliceblue;
}

.uetfooter .footerlinkitems ul {
    margin: 0 !important;
    padding: 1em 0 0 0 !important;
}

    .uetfooter .footerlinkitems ul li {
        margin: 0 !important;
        padding-bottom: 0.5em;
        list-style: none;
        font-size: 14px;
    }

        .uetfooter .footerlinkitems ul li a, .uetfooter .footerlinkitems ul li a:link {
            color: lightsteelblue;
        }

.socialiconscontainer {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px whitesmoke;
    font-size: 14px;
}

.socialiconsmain {
    padding-left: 20px;
}

    .socialiconsmain li {
        border: solid 1px white;
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
    }

        .socialiconsmain li a, .socialiconsmain li a:link {
            color: white;
        }

.maincontent {
    /*box-shadow: 0 5px 20px 0 cornflowerblue, 0 13px 24px -11px rgba(1, 1, 23, 0.60);*/
    min-height: 60vh;
}

.pageheading {
    font-weight: 700;
    font-size: 3em;
    color: #333333;
    padding-bottom: 0px !important;
    padding: 20px;
    margin-bottom: 0px;
}

.pagecontent {
    line-height: 2;
    text-align: justify;
    padding: 10px;
    padding-left: 20px;
}

.content ol {
    padding-left: 20px;
}

.content p {
    padding-left: 30px;
}

.ulfancy {
    padding-left: 40px;
}

    .ulfancy li {
        background-color: green;
        color: white;
        list-style-type: none;
        padding: 10px;
        margin: 10px;
        font-weight: bold;
    }

.imgdiv {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.ulimages {
    margin-top: 40px;
    text-align: center;
    display: inline-block;
    float: none;
}

    .ulimages li {
        background-color: whitesmoke;
        list-style-type: none;
        padding: 10px;
        margin: 10px;
        border-radius: 20px;
    }

        .ulimages li img {
            width: 200px;
        }

        .ulimages li span {
            display: inline-block;
            font-weight: bold;
            padding-top: 20px;
        }

        .ulimages li a, .ulimages li a:link {
            word-break: break-word;
        }
/******************************* *  Main Menu Separator ********************************/
.menudiv {
    background-color: var(--themebgcolor);
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-brand img {
    /*height: 75px;*/
}

.navbar-default {
    background-color: transparent;
    border: none;
    background-image: none;
    font-size: 1.15em;
    box-shadow: none;
}

    .navbar-default .navbar-nav > li > a {
        background-color: transparent;
        color: white;
        font-weight: bold;
        font-size: 14px;
        /*text-decoration: underline;*/
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: whitesmoke;
            font-size: 14px;
            text-decoration: none;
            background-color: #209AFF;
            border-top: solid 2px white;
        }

.dropdown-menu > li > a {
    padding: .8em 1.5em;
}

.dropdown-menu .divider {
    margin: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}

.dropdown-menu > li > h6 {
    padding: .8em 1.5em;
    margin: 0px;
    border-bottom: solid 2px orange;
    border-top: solid 2px orange;
    font-size: 1.15em;
    font-weight: bold;
    color: white;
    background-color: #3277ae;
}

 
 
/********************************  Main Menu Separator ********************************/
/******************************** Some Common Css Classes ********************************/
.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0px !important;
}

.noleftpadding {
    padding-left: 0px !important;
}

.norightpadding {
    padding-right: 0px !important;
}

.oneemtoppadding {
    padding-top: 1em !important;
}

.blinktext {
    color: red;
}

.border {
    border: solid 1px blue;
}

.topborder {
    border-top: solid 2px gray;
}

.twolinebottomborder {
    border-bottom: double 1px black;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.inline {
    display: inline !important;
}

.block {
    display: block !important;
}

.inlinkblock {
    display: inline-block !important;
}

.fancycircle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.clearboth {
    clear: both;
}

h2 i, h3 i {
    margin-right: 10px;
}
/******************************** Some Common Css Classes ********************************/

/*************************************Main Page**************************************/
.mainpagesection {
    padding: 60px 0px;
    /*border: solid 1px green;*/
    /*background: linear-gradient(to right,white,aliceblue,lightblue,whitesmoke);*/
}

.sectionheading {
    font-size: 50px;
    font-weight: bold;
    color: darkblue;
    font-family: cursive;
}
/******* Alumni Numbers ******/
#alumni-numbers {
    background-color: #F3F1EC;
}
/*.alumninumbers {
    margin: 10px;
}*/
.alumninumbersinner {
    margin: 5px;
    padding: 20px 7px;
    background-color: ivory;
    border-radius: 5px;
    box-shadow: 0px 5px 15px rgb(0 35 10 / 30%);
    color: darkblue;
    text-align: center;
    height: 154px;
}

    .alumninumbersinner h4 {
        text-align: center;
        font-weight: bold;
        font-size: 3em;
        color: darkgreen;
        font-family: math;
    }

    .alumninumbersinner span {
        text-align: center;
        font-weight: bold;
        font-size: 1em;
    }
/******* Alumni Success Stories ******/
#alumni-success-stories {
    background-color: #fcfcfc;
}

.alumnisuccesstoriesinner {
    margin: 5px;
    padding: 20px 7px;
    border-radius: 5px;
    box-shadow: 0px 5px 15px rgb(0 35 10 / 30%);
    text-align: center;
    border: solid 2px white;
}

.alumnisuccesstoriesinner .storyimagediv {
    max-width: 100%;
    clear: both;
}

.alumnisuccesstoriesinner img {
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    width: 300px;
}

.alumnisuccesstoriesinner h2 {
    padding: 10px 0px;
    background-color: whitesmoke;
    clear: both;
    margin: 5px 15px; 
    color: darkblue;
    font-weight: bold;
    font-size: 20px;
}

.alumnisuccesstoriesinner p {
    padding: 10px 0px;
    margin: 5px 15px;
    text-align: left;
    min-height: 150px;
    font-size: 16px;
}

.alumnisuccesstoriesinner .readmorediv {
    position: relative;
    min-height: 50px;
}

.alumnisuccesstoriesinner .readmorediv .readmoredivcontent {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
}
/******* Alumni Association History ******/
#alumni-association-history {
    background-image: url(/images/alumni/uet-bg.jpg?d=6);
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 768px;
}

    #alumni-association-history .sectionheading {
        color: white;
    }

.associationhistoryinner {
    padding: 30px;
    border-radius: 20px;
}

    .associationhistoryinner p {
        /*background: linear-gradient(to right,lightblue, white);*/
        font-weight: bold;
        font-size: 20px;
        color: white;
        line-height: 1.3;
    }
/******* Alumni Events ******/
#alumni-events {
    background-color: #e0ded9;
}

.alumnieventsinner {
    margin: 5px;
    padding: 20px 7px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 5px 15px rgb(0 35 10 / 30%);
    height: 380px;
}

    .alumnieventsinner .imagediv {
    }

        .alumnieventsinner .imagediv img {
            max-width: 100%;
        }

    .alumnieventsinner .eventheadingdiv h3 {
        text-align: center;
        font-weight: bold;
        font-size: 1em;
        color: darkgreen;
    }

.eventheadingdiv .eventdatediv {
    text-align: center;
    font-weight: bold;
    background-color: darkblue;
    color: white;
    padding: 10px;
}
/*
.member {
    background: #e6eafb;
    padding: 20px;
    margin-bottom: 50px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 5px 20px 0 cornflowerblue, 0 13px 24px -11px rgba(1, 1, 23, 0.60);
}
.memberimg {
    border-radius: 50%;
}
.member h2 {
    font-size: 1.5em;
    font-weight: bold;
}
.member h3 {
    font-style: italic;
    font-size: 1.2em;
    font-weight: bold;
}
.member p {
    text-align: justify;
    line-height: 2;
}
 */

.question span {
    color: darkblue;
    font-weight: bold;
}

.answer {
    display: inline-block;
    /*margin-bottom: 25px;*/
}

/******* Alumni Donations ******/
#alumni-donations {
    background-color: white;
} 
.alumnidonationsinner h4 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: darkgreen;
    font-family: math;
}
/*************************************Main Page**************************************/
/************************************* Other Pages **********************************/
.pagesection {
    background: linear-gradient(#f9f9f9, whitesmoke, white);
}

.pagesectionheading {
    padding: 40px 0px;
    font-size: 50px;
    font-weight: bold;
    color: darkblue;
    font-family: cursive;
}
/******* Alumni Events ******/
.uaaobjectives ul {
}

    .uaaobjectives ul li {
        color: darkblue;
        font-size: 20px;
    }
/******* FAQa ******/
#faqpage .panel-title > a {
    font-weight: bold;
    color: darkblue;
}
/************************************* Other Pages **********************************/
/*************************************Team Page**************************************/
/* On small screens, set height to 'auto' for sidenav and grid */
@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        float: none;
    }

    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
}
