.social .fa-facebook-square {
    color: #000099 !important;
    font-size: 35px !important;
}

.social .fa-twitter-square {
    color: #66CCFF !important;
    font-size: 35px !important;
}

.social_right {
    color: #037c8c;
    font-size: 16px;
}

.nav .link {
    padding: 12px 0;
    color: #422874;
    font-size: 20px;
}

body {
    font-family: arial;
    margin: auto;
    background-image: url(../img/bg11.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.link:hover {
    color: #2196F3;
}

.header {
    box-shadow: 1px 1px 10px grey;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.65);
}

.news {
    background-image: url(../img/pencil.png);
    background-size: 100% 100%;
    height: 700px;
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 20px;
}

.slider {}

.directorMsg {
    min-height: 400px;
    background-color: rgb(255 255 255 / 78%);
    border-radius: 20px;
}

.downloads {
    min-height: 200px;
    background: rgb(255 255 255 / 78%);
    border-radius: 20px;
}

.container .directorMsg,
.downloads,
.gap {
    margin-top: 30px
}

.footer {
    min-height: 150px;
    margin-top: 50px;
    background-color: rgb(0 0 0 / 46%);
    position: relative;
    bottom: -2px;
}

.text {
    font-size: 16px;
    letter-spacing: 1px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #2f2f2f;
}

h2 {
    color: #ffba00;
}

.photo {
    border: solid 5px white;
    box-shadow: 1px 1px 7px grey;
}

a {
    color: #2196F3;
    text-decoration: none;
}

a:hover {
    color: red;
}

hr {
    background-color: #03A9F4;
    height: 3px;
    border: none;
    box-shadow: 0px 1px 1px;
}

.footer a {
    color: white;
}

.red {
    color: red;
}

.footer .fa-facebook-square {
    color: #000099 !important;
    font-size: 60px !important;
}

.footer .fa-twitter-square {
    color: #66CCFF !important;
    font-size: 35px !important;
}

.whitebg {
    background-color: rgba(255, 255, 255, 0.65);
}

button,
.button {
    padding: 5px 10px;
}

/* new style */
input,
select {
    padding: 10px 5px 5px;
    border: solid 1px grey;
    border-radius: 5px;
}

label {
    font-size: 14px;
    position: absolute;
    top: -21px;
    left: 5px;
    z-index: 2;
    background: #5dbeed;
    padding: 4px 10px;
    border-radius: 5px;
    color: white;
}

* {
    position: relative;
}

.admissionForm td {
    min-width: 200px;
}

.admissionForm table {

    padding: 20px;
    background: white;
    box-shadow: 2px 10px 20px rgb(0, 0, 0, 0.25);

}