﻿* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #DFCCC3;
}

.contianer {

}

header {
    height: 13%;
    z-index: 10;
    position: fixed;
    width: 100%;
    background-color: black;
    background-clip: padding-box;
    opacity: 0.8;
}

.atext1 {
    font-family: "lato";
    font-size: 20px;
    text-decoration: none;
    margin: 5%;
    margin-top: 2.7%;
    color: white;
    display: inline-grid;
}

.atext1:hover {
    color: #b8b5ca;
}

header .atext1.login {
    float: right;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: 40%;
    position: fixed;
    background-image: url(./img/image-4.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ptext {
    position: relative;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 27px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.ptext .border {
    background-color: #B2B2B2;
    color: black;
    padding: 20px;
}

.contant {
    width: 100%;
    position: relative;
    padding-top: 20%;
    background-color: #B2B2B2;
    min-height: 60%;
    background-clip: content-box;
    z-index: 9;
    box-shadow: 0px 10px 15px grey;
}

.contant p {
    font-family: 'Microsoft Sans Serif';
    font-size: 110%;
    padding: 10px;
    letter-spacing: 0.8px;
    line-height: 25px;
    margin: 10%;
    margin-top: 0;
    margin-bottom: 20%;
    text-align: justify;
}

.links {
    background-color: #DFCCC3;
    background-clip: border-box;
    border: black;
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 35%;
}

.links h1 {
    padding: 5px;
    text-transform: capitalize;
    font-family: 'Times New Roman';
    text-align: center;
    margin-top: 2px;
    letter-spacing: 3px;
}

.column {
    padding: 5px;
    font-size: 18px;
    font-family: 'Microsoft Sans Serif';
}

.column h3 {
    color: #191919;
    font-family: 'Microsoft Sans Serif';
    text-decoration: underline;
}

.column-right {
    float: right;
    overflow: hidden;
    width: 32%;
}


.column-left {
    float: left;
    overflow: hidden;
    text-align: left;
    width: 32%;
}

.column-mid {
    text-align: left;
    width: 32%;
    overflow: hidden;
    z-index: 11;
}

.atext2 {
    color: black;
    text-decoration: none;
    display: block;
    color: #4C4C4C;
    line-height: 1.8em;
}

.atext2:hover {
    color: black;
}


.ptext.special {
    position: unset;
    padding-top: 150px;
}

.ptext.special2 {
    font-size: 20px;
    position: unset;
    padding-top: 20px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.table {
    background-color: white;
    box-shadow: 0px 10px 15px grey;
    margin: 5%;
}