
body{
   font-family: Arial,Sans-Serif, Helvetica;
   background-color: #7abcff;
}

header{
    padding: 20px 15px;
    overflow: hidden;
}

.header a {
    float: left;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 15px;
    padding: 10px;
    line-height: 20px;
    font-weight: bold;
}

.header a.brand {
    font-size: 25px;
    font-weight: bold;
    

}

.header-right {
    float: right;
   
}

.header a:hover {
    background-color: #0481ff;
    color: black;
}

.footer {
    position: fixed;
    height: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0481ff;
    color: white;
    text-align: center;
}

.main-column-index{
    float: left;
    width: 33.3%;
    padding: 10px;
    margin-top: 100px;
}

.main-column {
    float: left;
    width: 49%;
    padding: 10px;
    margin-top: 50px;
}
.main-column2 {
    float: left;
    width: 49%;
    padding: 10px;
    margin-top: 50px;
}

.main-column3 {
    float: left;
    width: 50%;
    padding: 10px;
    margin-top: 0px;
}


/* Style the active/current link*/
.header a.active {
    background-color: #0481ff;
    color: white;
}


/* style signup and login forms */
.wrap{
    width: 350px;
    margin: auto;
    background: #7abcff;
    margin-top: 10px;
    padding: 10px;
}

.wrap_q{
    margin: auto;
    background: #7abcff;
    margin-top: 10px;
    padding-bottom: 50px;
}


.wrap_q2{
    margin: auto;
    background: #7abcff;
    margin-top: 10px;
    padding-bottom: 50px;
    float: left;
}

.post_q{
        width: 350px;
        margin: auto;
        margin-top: 50px;
}
.textarea{
        margin: auto;
}

.submit_q{
    width: 200px;
    margin: auto;
    background: #0481ff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: white;
}


form{
    padding: 10px;
    font-family: arial;
    border: 1px dotted white;
    margin-top: 40px;
}
h2{
    text-align: center;
    background: #0481ff;
    color: white;
    padding: 10px;
    border-radius: 10px;
}
input{
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    border: none;
}
input[type="text"], input[type="email"],input[type="password"]{
    width: 90%;
}
input[type="submit"]{
    width: 95%;
    background: #0481ff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: white;
}
input[type="submit"]:hover{
    background: #003d7a;

}

/* allows us to include the padding and border in an element's total width and height */
* {
      box-sizing: border-box;
    }

table{
  float: left;
    }
.card {
  height: 470px;
    }
.top {
    height: 55%;
    border: 1px solid #ddd;
    padding: 0px 16px;
    }
.name {
    margin: 0px;
    }
.status {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    border-radius: 5px;
    background-color: #60D156;
    }
    
.bottom {
    border: 1px solid #ddd;
    padding: 8px 16px;
    }
.profile-action {
    display: block;
    width: 100%;
    height: 32px;
    font-size: 1em;
    text-align: left;
    /* The border-radius property allows for round corners. */
    border-radius: 4px;
    border: 0px;
    background-color: white;
    }
.profile-action:hover {
    background-color: #00A5D2;
     color: white;
    }
.img{
    width:200px;
    height:180px;
    }
span{
    font-weight: bold;
    color: white;
    }
