body, html {
    height: 100%;
}

.main_bg {
    background: url(puppetts_Judges.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.main_content {
    margin: 50px 0;
}

h1,h2,h3,h4,h5,h5,h6,a,li,span,p{
    font-family: 'Lato', sans-serif;

}

p{
    font-size: 22px;
    line-height: 34px;
    color: #000;
}


h1{
    color: #000;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    margin: 30px 0;    
}

h2{
        font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 30px 0;
    line-height: 1.3;    
}

h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px 0;
    line-height: 1.3;    
}

h4 {
    font-size: 22px;
    color: red;
    font-weight: 900;
    margin: 10px 0;
    line-height: 1.3;    
}


ul {
    padding: 0;
    margin: 0;
    text-align: center;
}


li {
/*  list-style: none;
    position: relative;
    margin: 30px 0;
    margin-left: 70px;
    width: 43%;
    float: left;
*/
    border: 1px solid #f7f6f6;
    list-style: none;
    position: relative;
    margin: 30px 15px;
    width: 328px;
    float: none;
    display: inline-block;
    text-align: center;
    background: #f7f6f6;
    box-shadow: 2px 2px 10px #e4e1e1;
    padding: 30px;
    border-radius: 8px;
}


li:before {
/*    width: 50px;
    height: 50px;
    content: "";
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: -70px;
    top: 0;
    background: url(judge-hammer.png);
    transform: translateY(0%);
    border: 2px solid #000;
    background-size: cover;
    background-position: center center;*/
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 100%;
    position: static;
    background: url(judge-hammer.png);
    transform: translateY(0%);
    border: 2px solid #000;
    background-size: cover;
    background-position: center center;
    margin:0px auto;
}


li:hover::before{
    border-color: #000000;
    background-size: 90%;
    background-color: black;
}
 
.intro {
    margin-bottom: 30px;
    text-align: center;
}

.intro,
.case_e,
.case_o{
    display: inline-block;
    width: 100%;    
}

span.mcgill_hd {
    font-size: 90px;
    font-weight: 900;
    color: #000;
    display: inline-block;
    margin-right: 30px;
}


.mcgill_scroes_div {
    display: inline-block;
}

span.mcgill_wins,
span.mcgill_losses {
    display: block;
    font-size: 30px;
    color: #333;
    font-weight: 700;
}

span.date {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

span.date:after {
    border: 2px solid black;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    border-radius: 8px;
}

span.case_name {
    display: block;
    min-height: 70px;
}

li p {
    margin: 25px 0 0 0;
    display: inline-block;
    font-size: 19px;
}

.case_e h2, .case_o h2 {
    margin: 15px 0;
    background: black;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;    
}

.main_bg_{
    text-align: center;
}

footer .footer_r_side a {
    color: #26374d;
}

footer .footer_r_side {
    float: right;
}
footer span {
    display: inline-block;
}
footer p {
    margin: 0;
    color: #26374d;
    font-size: 18px;
}
footer {
    background: #e2e2e2;
    padding: 30px 0;
}


@media screen and (max-width: 767px){

li {
    width: 278px;
}
    
}

@media screen and (max-width: 649px){
    
li {
    display: block;
    margin: 30px auto;
}

span.footer_l_side, span.footer_r_side {
    display: block;
    float: none;
    text-align: CENTER;
}

span.footer_r_side {
    margin-top: 15px;
}

}