@charset "utf-8";
/* CSS Document */

/*PARAGRAPH SETS*/
.p1 {
	
	
}


/*END PARAGRAPH SETS*/

* {
    box-sizing: border-box;
    clear: left;
    float: none;
}

body {
    font-family: Arial;
    padding: 20px;
    background-color: #000000;
}

/* Header/Blog Title */
.header {
    font-size: 40px;
    text-align: center;
    background-color: #E88E90;
}

.headertitle {
    font-size: 40px;
    text-align: center;
    background-color: #9A0002;
    padding-top: 42px;
    padding-right: 42px;
    padding-bottom: 42px;
    padding-left: 42px;
}

.linkbutton {
    font-size: 20px;
    text-align: center;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    width: 20%;
    position: absolute;
    clear: left;
}

.linkbar ul{
    list-style: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    font-size: 16pt;
    padding-bottom: 13px;
}

.linkbar li{
    background-color: #84C0FF;
    width: 16%;
    display: inline-block;
    height: 98px;
    text-align: center;
    padding-bottom: 38px;
}

.linkbar {
    font-size: 20px;
    text-align: center;
    background-color: #0D007F;
    float: right;
    clear: right;
    width: 100%;
}
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
    width: 75%;
    clear: none;
    float: left;
}

/* Right column */
.rightcolumn {
    float: left;
    width: 25%;
    padding-left: 20px;
    clear: right;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    border: thin solid #6EC2FF;
}

.cardtitledate {
    width: 100%;
    border-radius: 6px;
    border: thin solid #FF898B;
    background-color: #B8B8B8;
    margin-bottom: 5px;
}

.card h2 {
    margin-left: 10px;
    margin-top: 2px;
}
.card h4 {
    width: 40%;
    clear: left;
    margin-top: -19px;
    color: #241B74;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.card h5 {
    text-align: right;
    right: 0px;
    float: right;
    color: #241B74;
    text-shadow: 0px 0px #241B74;
    margin-top: -15px;
    margin-right: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width : 800px ){
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }
}
/*	responsive layout. makes the linkbar div snap to below the header image when screen is less than 800px wide. works well for phone screens.*/
	
	@media screen and (max-width : 800px ){
.linkbar {
    width: 100%;
    padding: 0;
  }
	}



.archivelist {
    background-color: #25F436;
    text-align: left;
	
}
.postlistfont {
    line-height: 26%;
    background-color: #E4FF4D;
    margin-left: 17px;
    margin-top: -3%;
    margin-bottom: 4%;
}

.miscpostlist {
    line-height: 26%;
    background-color: #E4FF4D;
    margin-left: 17px;
    margin-bottom: 4%;
}

.inner-card {
	
	
}

.post-section-title {
    text-align: center;
    font-style: oblique;
    font-weight: bold;
    font-size: xx-large;
    color: #72A4E0;
}
.navlink1 {
    background-color: #02FF00;
    height: 83px;
    padding-top: 15px;
    padding-bottom: 38px;
    background-image: url(../image-elements/nav1.png);
    background-repeat: no-repeat;
    background-size: 102% 102%;
}

.navlink2 {
    background-color: #02FF00;
    padding-top: 15px;
    padding-bottom: 38px;
    background-size: contain;
    background-image: url(../image-elements/nav2.png);
    background-repeat: no-repeat;
    height: 86px;
    padding-left: 39px;
}

.navlink3 {
    background-color: #02FF00;
    height: 87px;
    padding-top: 10px;
    padding-bottom: 38px;
    background-image: url(../image-elements/nav3.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.navlink4 {
    background-color: #02FF00;
    height: 98px;
    padding-top: 25px;
    padding-bottom: 38px;
    background-image: url(../image-elements/nav4.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -9%;
}

.navlink5 {
    background-color: #02FF00;
    height: 98px;
    padding-top: 15px;
    padding-bottom: 38px;
    background-image: url(../image-elements/nav5.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.navlink6 {
    background-color: #02FF00;
    height: 98px;
    padding-top: 15px;
    padding-bottom: 38px;
    background-image: url(../image-elements/nav6.png);
    background-size: contain;
    background-repeat: no-repeat;
}
