@import "normalize.css";

html, body{
    margin:0px;
    padding:0px;
    font-family: 'Open Sans', sans-serif;
}


a{
    text-decoration: none;
    color: #5e5e5e;
}

.header a, .footer a{
    color:#ffffff;
}

a:hover{
    text-decoration: underline;
}


#content{height:100%;}
#masonry #wrapper,#masonry #content{height:auto;}
#container{position:relative;}
#masonry #wrapper{width:640px;
    width:860px;
    margin:0 auto;}
.logo{
    display: block;
    width:100px;
    height:150px;
    background:url(/images/logo-cardinal-white.png) no-repeat center center;
    background-size: contain;
}

.item{ border:1px solid #220f67; width:200px;height:200px; margin-bottom:20px; overflow: hidden;}
.emptyitem{background: #220f67;}
.w2{width:640px;  height:422px; }

.itemlogo{
    width:200px;
    height:200px;
    background: white;
    text-align: center;
    cursor:pointer;
    color: #220f67;
    text-transform: uppercase;
    float: left;
}


    .itemlogo i {
        display: block;
        font-size: 70px;
        padding-top: 50px;
        margin-bottom:20px;
    }


.header{
    font-size:12px;
    margin:0 0 20px;
    background: #220f67;
    padding: 30px;
    margin-bottom:20px;
}

.content{

    width:860px;
    margin: 0px auto;
    color: #c2c2c2;
}
h1{
    font-weight: lighter;
    color: #220f67;
}


h1.he{
    text-align: center;
    text-transform: uppercase;
    margin:40px;
    line-height: 50px;
}

.footer{

    font-size:12px;
    float:left;
    width:100%;
    margin-top:20px;
    background: #170c38;

    padding: 50px 0;
}
.pull-left{
    float:left;
    width:300px;
}

.pull-right{
    text-align: right;
    width:300px;
    float:right;
}

/*
@media(max-width: 1200px) {
    #masonry #wrapper{width:640px;}
    .content{
        width:640px;}
    .w2{width:420px;  height:646px; }
}
*/