﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family:Poppins-Regular,Georgia,serif;
    background-color: rgb(243,245,246);  
    font-size:13px;
}
@font-face{
    font-family:Poppins-Regular;
    src:url(Poppins-Regular.ttf);
    font-weight:400;
    font-size:13px;
}
@font-face {
    font-family: Poppins-Normal;
    src: url(Poppins-Regular.ttf);
    font: 600;
    font-size: 13px;
    font-weight: bolder;
}
@font-face {
    font-family: Poppins-Semibold;
    src: url(Poppins-SemiBold.ttf);
    font-weight:600;
    font-size:24px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
.footer {
    margin-left: 140px;
}
.MainLogo {
    /*width: 400px;
    height: 97px;*/
    margin-left: 128px;
}
.MidGreen {
    font-family:Poppins-Semibold;
    color: rgb(149,211,67);
    margin-left: 140px;
    font-size:24px;
    font:600;
    font-weight:bolder;
}
.msg {
    font-family: Poppins-Regular;
    color: rgb(131,132,135);
    margin-left: 140px;
    width: 680px;
}
.part {
    font-family: Poppins-Normal;
    color: rgb(33,33,33);
    font:600;
    font-weight:bolder;
}
.admin {
    margin-top: 25px;
    margin-left: 140px;
}
.adminPass {
    margin-top: 25px;
    margin-left: 140px;
}
.adminButton {
    margin-left: 180px;
    margin-top: 20px;
}
.index{
    margin-left: 120px;
    position:relative;
}
h2 {
    color: #19226E;
}
.btn {
    position: absolute;
    margin-left: 750px;
    margin-top: -80px;
    width: 175px;
    border-radius: 30px;
    color: white;
    border-width: 1px;
    height: 32px;
    font-size: 13px;
    font-family: Poppins-Regular;
    font-weight: bolder;
    display: table-cell;
    padding: 6px;
    text-align: center;
    background-color:#2C3459;
}
.btn:hover {
    background-color: white;
    border-width:2px;
    border-color:#2C3459;
    color:#2C3459;
}
