﻿body {
    background-color:pink;
}

.inputText {
    font-family: 'Courier New', Courier, monospace;
    color: #FF0000;
    line-height: 2em;
    font-size: 18px;
}

.txtbxMn{
    border: red 2px solid;
    border-radius:5px;
}

.pageTitles{
    font-family: 'Lucida Calligraphy';
    font-size:20px;
    text-decoration: underline;
    font-weight:bold;
    color: darkred;
}

.deleteText{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-weight:bold;
    text-decoration:underline;
}

.deleteBtn {
    border: 2px white solid;
    background-color: black;
    border-radius: 20px;
    color: white;
    font-family: 'Times New Roman', Times, serif;
}

.searchBtn {
    border: 2px white solid;
    background-color: purple;
    border-radius: 20px;
    color: white;
    font-family: 'Times New Roman', Times, serif;
}

.lblSubtitles{
    font-family:'Lucida Bright';
    font-size:14px;
    font-weight:bold;
}

.viewBtn {
    background-color: #FF0066;
    border: solid 2px white;
    font-family: 'Lucida Bright';
    color: white;
    border-radius: 20px;
}

.requestBtn {
    background-color: red;
    border: solid 2px white;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    color: white;
    border-radius: 20px;
}

.lblMatchesPage{
    font-size:30px;
    text-decoration:underline;
    font-family:'Lucida Calligraphy';
    font-weight: bold;
}

.submit {
    border: 2px violet solid;
    background-color: darkred;
    border-radius: 20px;
    color: white;
}

.navLogo{
    width:150px;
    height:50px;
}

.navText{
    color:red;
    font-family: 'Lucida Calligraphy';
    background-color:white;
}

.borderDiv{
    border: 1px solid red;
    border-radius: 5px;
    margin-left: 20%;
    margin-right: 20%;
}

.profileImg{
    border-radius:5px;
    border: red 3px solid;
}

#notificationsDiv{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: darkred;
}

#profileView{
    font-family:'Lucida Bright';
    font-size: 16px;
    line-height:1.5em;
    color:red;
}

.lblView{
    font-weight:bold;
    color:darkred;
}

.imgLiker{
    height:300px;
    width:300px;
}

.footer {
    width: 100%;
    position:fixed;
    background-color: darkred;
    color: white;
    font-family: 'Lucida Bright';
    font-size: 20px;
    height: 25px;
    text-align: center;
    bottom: 0;
}

.hiddencol{
    display:none;
}