
h1 {
  margin-top: 28px ;
  font-size:35px;
  color:#fff;
  font-family: sansationBold;
}
h3 {
  line-height: .1;
  font-size:25px;
  color:#fff;
  font-family: sansationBold;
}
p {
  line-height: 1.3;
  font-size:16px;
  color:#fff
}
img:hover {
  cursor:pointer;
}
  @font-face {
    font-family: sansationReg;
    src: url(../fonts/Sansation-Regular.ttf);

  }
  @font-face {
    font-family: sansationBold;
    src: url(../fonts/Sansation-Bold.ttf);
  }
  * {
   font-family: sansationReg;
   }
html, body{
  margin: 0;
  padding: 0;
  background-color: #333;
}
#logoBox{
  float: left;
  /*border:1px solid blue;*/
}

#titleBox{
  float: left;
   margin:20px 30px;
   text-align: left;
}

.headerShell{
 position:fixed;
  width:100%;
  height: 145px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  /*background-color: rgba(244,244,244,0.7);*/
  /*border:1px solid #f00;*/
}

.header{
  display: inline-block;
  width: 840px;
  /*line-height: 50px;*/
  /*border:1px solid green;*/
}

.button1{
  float: right;
  border: none;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  background-color: #64B5F6;
  transition-duration: 0.2s;
}
.button1:hover{
  background-color: #999;
}

.topSpacer{
  height:180px;
  /*border:1px solid orange;*/
}

.shell {
  width:100%;
  height:100%;
  text-align: center;
  /*background-color: #dadada;*/
  float: left;
   /*border:1px solid blue;*/
}

.cardShell{
    
  display: inline-block;
  width: 740px;
  height: 100%;
  line-height: 50px;
   text-align: left;
   
 /*border:1px solid blue;*/
}
.card{
    display: inline-block;
    margin-bottom: 20px;
  }
.card_img {
  border:2px solid #dadada;
}
 .card_img:hover {
  border: 2px solid #777;
 } 

.close {
  color: #777;
  float: right;
  font-size: 58px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
