@charset "UTF-8";
/* CSS Document */

/* -------------- START GENERAL DEFAULT FORMATTING -------------- */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial,"sans-serif";
}


a:link {
    text-decoration-line: underline;
	font-weight: bold;
}
a:visited {
	color: #0088ff;
    text-decoration-line: underline;
	font-weight: bold;
}


p {
	margin-bottom: 1em;
}
h1 {
	font-size: 40px;
	margin-bottom: 20px;
}
h2 {
	margin-bottom: 16px;
}
ul {
  padding-left: 30px;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
header {
  padding: 10px;
  text-align: center;
}
body {
	margin: auto;
	background: #ffffff;
	color: #003b6f;
	max-width: 1200px;
}
.col {
	margin: auto;
	width: 100%;
	padding: 0px 5px 10px  ;
}


.button {
  padding: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
	
  background-color: #8d2424; 
  color: white; 
  border: 5px solid #003b6f;
  font-weight: bold;
}

.buttoncalc {
  background-color: #8d2424; 
  color: white; 
  border: 5px solid #003b6f;
  font-weight: bold;
}

.button:hover {
  background-color: #ad5454;
}



/* -------------- END GENERAL DEFAULT FORMATTING -------------- */



/* -------------- START POSITIONING IMAGES WITHIN TEXT -------------- */

.figure {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 5px;
  margin: 0;
}

.major_image_center {              /* BIG IMAGE FOR SMALL SCREENS */
  float: center;
  width: 96%;
  margin-left: 1em;
  margin-right: 1em;
}
@media (min-width: 800px){       /* MEDIUM IMAGE FOR MEDIUM SCREENS */
.major_image_center {
  width: 60%;
  }
}
@media (min-width: 1000px){      /* SMALL IMAGE FOR LARGE SCREENS */
.major_image_center {
  width: 40%;
  }
}

.minor_image_right {              /* BIG IMAGE FOR SMALL SCREENS */
  float: center;
  width: 96%;
  margin-left: 1em;
  margin-right: 1em;
}
@media (min-width: 800px){       /* SMALLER IMAGE FOR LARGER SCREENS */
.minor_image_right {
  float: right;
  width: 60%;
  }
}
@media (min-width: 1000px){      /* SMALL IMAGE FOR LARGE SCREENS */
.minor_image_right {
  float: right;	
  width: 40%;
  }
}


.minor_image_left {              /* BIG IMAGE FOR SMALL SCREENS */
  float: center;
  width: 96%;
  margin-left: 1em;
  margin-right: 1em;
}
@media (min-width: 800px){       /* SMALLER IMAGE FOR LARGER SCREENS */
.minor_image_left {
  float: left;
  width: 60%;
  }
}
@media (min-width: 1000px){      /* SMALL IMAGE FOR LARGE SCREENS */
.minor_image_left {
  float: left;	
  width: 40%;
  }
}


.small_image_right {              /* BIG IMAGE FOR SMALL SCREENS */
  float: center;
  width: 90%;
  margin-left: 1em;
  margin-right: 1em;
}
@media (min-width: 800px){       /* SMALLER IMAGE FOR LARGER SCREENS */
.small_image_right {
  float: right;	
  width: 40%;
  }
}
@media (min-width: 1000px){      /* SMALL IMAGE FOR LARGE SCREENS */
.small_image_right {
  float: right;	
  width: 30%;
  }
}


.small_image_left {              /* BIG IMAGE FOR SMALL SCREENS */
  float: center;
  width: 90%;
  margin-left: 1em;
  margin-right: 1em;
}
@media (min-width: 800px){       /* SMALLER IMAGE FOR LARGER SCREENS */
.small_image_left {
  float: left;
  width: 40%;
  }
}
@media (min-width: 1000px){      /* SMALL IMAGE FOR LARGE SCREENS */
.small_image_left {
  float: left;	
  width: 30%;
  }
}



.all_blog_image {              /* BIG IMAGE FOR SMALL SCREENS */
  float: center;
  width: 90%;
  margin-left: 1em;
  margin-right: 1em;
}
@media (max-width: 600px){       /* IMAGE DISAPPEARS ON SMALL SCREENS */
.all_blog_image {
  display: none;
  }
}

@media (min-width: 800px){       /* SMALLER IMAGE FOR LARGER SCREENS */
.all_blog_image {
  float: left;
  width: 60%;
  }
}






.left {
  float: left;
  margin-left: 1em;
  margin-right: 1em;
}
.right {
  float: right;
  margin-left: 1em;
  margin-right: 1em;	
}



/* -------------- END POSITIONING IMAGES WITHIN TEXT -------------- */





/* -------------- BEGIN TOP LINK BAR FORMAT AND CHANGE COLOR OF ACTIVE -------------- */

.navbar {
  overflow: hidden;
  position: fixed;
  top: 0;
  padding: 4px;
  width: 100%; 
  background-color: #ffffff;
  max-width: 1200px;
  z-index: 201;	
}
.navbar a {
  float: left;
  display: block;
  width: 16.5%;                            /* six links of equal width visible */	
  border-radius: 0px;
  border: 3px solid #ffffff;
  background-color: #003B6F;
  color: white;
  text-align: center;
  padding: 2px;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  z-index: 201;
}
.navbar a.active {
  background-color: #ffffff;
  color: black;
}
.navbar a.sminvis {
    display: block;
  }	
.navbar a.lginvis {
    display: none;
  }	
.navbar a:hover {
  background-color: #8d2424;
  color: #ffffff;
}
.navbar .icon {
  display: none;
}

@media screen and (max-width: 800px) {   /* START FOR SMALL PHONES */

  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
	width: 15%;
  }	
  .navbar a {
    float: left;
    display: inline-block;
	border-radius: 0px;
    width: 85%;
	font-size: 40px;
	border-radius: 0px;
	background: #ffffff;
    border: 3px solid #ffffff; 
	color: #003B6F;
  }	
  .navbar.responsive {
	position: fixed;
	z-index: +1;
  }
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;		
	width: 15%;
    z-index: +1; 
  }
  .navbar.responsive a {
    float: left;
    display: block;
	z-index: +1;  
  }	
  .navbar a.sminvis {
    display: none;
  }	
  .navbar a.lginvis {
    display: block
  }		
  .logo {
    display: none;  
    margin-top: 65px;
    position: fixed;  
	z-index: 201;	  
  }		
  .logo_buffer {
    margin-top: 80px;
  }
}                                        /* END FOR SMALL PHONES */















@media (min-width: 800px){       /* CHANGES TEXT BOX DEFAULT FONT SIZE FOR TABLETS */	
    .title-box {
	   font-size: 1.2em;
    }	
    .text-box {
	   font-size: 1em;
    }	
}




.footy {
	border: 4px #003B6F solid;
	background-color: #003B6F;
	padding: 1.5px 12px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;	
	font-weight: 600;
}
.footy:hover {background-color: #8d2424}

/* -------------- END HEADER AND NAVIGATION BUTTONS -------------- */





/* -------------- LOGO PARTS-------------- */

.logo {
  margin-top: 45px;
  overflow: hidden;
  position: fixed;
  z-index: 201;
  align-content: center;
  top: 0;
  padding: 4px;
  width: 100%; 
  background-color: #ffffff;
  max-width:1200px;
}
.logo_after {
  margin-top: 100px;
  overflow: hidden;
  position: fixed;
  z-index: 201;
  align-content: center;
  top: 0;
  padding: 4px;
  width: 100%; 
  background-color: #ffffff;
  max-width:1200px;
}


@media (min-width: 800px){               /* MOVES BUTTONS FOR CELL PHONES */
	.logo_after {
       margin-top: 40px;
    }	
}	

/* -------------- END LOGO -------------- */





/* -------------- START DEFINITIONS OF CONTAINERS-------------- */



.container_6 {                  /* -------------- 3X2 -> 2X3 -> 1X6 -------------- */
       display: grid;
       padding: 5px;
       vertical-align: middle;
}
.container_6 > div {
       padding: 3px;
       vertical-align: middle;
	   border: 2px solid #ffffff;
}	
@media (max-width: 800px){  /* -------------- SINGLE COLUMN FOR CELL PHONES -------------- */
     .container_6 {
       display: grid;
       grid-template-columns: auto;
       grid-template-rows: auto auto auto auto auto auto;
       grid-gap: 2px; 
     }
}
@media (min-width: 800px) and (max-width: 1000px){    /* -------------- TWO COLUMNS FOR TABLETS -------------- */
	.container_6 {
       display: grid;
       grid-template-columns: 49% 49%;
       grid-template-rows: auto auto auto;
	   grid-gap: 2%;
    }			
}
@media (min-width: 1000px){    						 /* -------------- THREE COLUMNS FOR DESKTOPS -------------- */ 
	.container_6 {
       display: grid;
       grid-template-columns: 33% 33% 33%;
       grid-template-rows: auto auto;
	   grid-gap: 2px;
    }			
}



.container_2 {                  /* -------------- 1X2 -> 2X1 -------------- */
       display: grid;
       padding: 10px;
       vertical-align: middle;
}
.container_2 > div {
       padding: 2px;
       vertical-align: middle;
	   border: 3px solid #003B6F;
}	
@media (max-width: 800px){  /* -------------- SINGLE COLUMN FOR CELL PHONES -------------- */
     .container_2 {
       display: grid;
       grid-template-columns: auto;
       grid-template-rows: auto auto;
       grid-gap: 5px; 
     }
}
@media (min-width: 800px){    /* -------------- TWO COLUMNS FOR TABLETS AND DESKTOPS -------------- */
	.container_2 {
       display: grid;
       grid-template-columns: 49% 49%;
       grid-template-rows: auto;
	   grid-gap: 2%;
    }			
}	



.container_1 {                  /* -------------- 1X2 -> 2X1 -------------- */
       vertical-align: middle;
	   text-align:left;
       padding: 10px;
	   border: 3px solid #ffffff;
	   width: 98%;
}

.container_text {                  /* -------------- 1 x 1 horizontal box white (invisible borders) -------------- */
       padding: 2px 10px 2px 10px;
       vertical-align: middle;
}
.container_text > div {
       padding: 2px;
       vertical-align: middle;
	   border: 2px solid #ffffff;       
}	

.container_1_box {                  /* --------------1 x 1 horizontal box white (blue borders) -------------- */
	padding: 2px 5px 2px;
       border-style: solid;       
	   width: 98%;
}
.container_1_box > div {
       border-style: solid;       
}	




.container_comics {                  /* -------------- 1X2 -> 2X1 -------------- */
       display: grid;
       padding: 10px;
       vertical-align: middle;
}
.container_comics > div {
       padding: 2px;
       vertical-align: middle;
	   border: none;
}	

@media (min-width: 10px){    /* -------------- TWO COLUMNS FOR TABLETS AND DESKTOPS -------------- */
	.container_comics {
       display: grid;
       grid-template-columns: 58% 40%;
       grid-template-rows: auto;
	   grid-gap: 2%;
    }			
}	

.container_vid1 {                  /* -------------- 1X2 -> 2X1 -------------- */
       display: grid;
       padding: 10px;
       vertical-align: middle;
       display: grid;
       grid-template-columns: 98%;
       grid-template-rows: auto;
       grid-gap: 5px; 
}
.container_vid1 > div {
       padding: 2px;
       vertical-align: middle;
	   border: 3px solid #fff;
}	





.container_vid2 {                  /* -------------- 1X2 -> 2X1 -------------- */
       display: grid;
       padding: 10px;
       vertical-align: middle;
}
.container_vid2 > div {
       padding: 2px;
       vertical-align: middle;
	   border: 3px solid #fff;
}	
@media (max-width: 1160px){  /* -------------- SINGLE COLUMN FOR CELL PHONES -------------- */
     .container_vid2 {
       display: grid;
       grid-template-columns: 98%;
       grid-template-rows: auto auto;
       grid-gap: 5px; 
     }
}
@media (min-width: 1160px){    /* -------------- TWO COLUMNS FOR TABLETS AND DESKTOPS -------------- */
	.container_vid2 {
       display: grid;
       grid-template-columns: 49% 49%;
       grid-template-rows: auto;
	   grid-gap: 2%;
    }			
}		



@media (max-width: 800px){/* --- 1 column of 6 for narrow screens --- */  
     .container_blog {
       display: grid;
       grid-template-columns: auto;
       grid-template-rows: auto auto auto auto auto auto;
       grid-gap: 5px;
       padding: 5px;
       vertical-align: middle;
     }
     .container_blog > div {
       padding: 10px;
       vertical-align: middle;
     }	
}
@media (min-width: 800px) {/* --- 2 columns of 3 for medium screens --- */   
	.container_blog {
       display: grid;
       grid-template-columns: 50% auto;
       grid-template-rows: auto auto auto;
       grid-gap: 5px;
       padding: 5px;
       vertical-align: middle;
    }	
     .container_blog > div {
       padding: 10px;
       vertical-align: middle;
     }	
}
@media (min-width: 1000px) {/* --- 3 columns of 2 for larger screens --- */  
	.container_blog {
       display: grid;
       grid-template-columns: 33% 33% auto;
       grid-template-rows: auto auto;
       grid-gap: 5px;
       padding: 5px;
       vertical-align: middle;
    }	
     .container_blog > div {
       padding: 10px;
       vertical-align: middle;
     }	
}




}                               /* -------------- not sure what this is doing here -------------- */



/* -------------- END GRID DEFINITIONS -------------- */


/* -------------- START VIDEO and INDEX SLIDESHOW BOXES -------------- */






.single-video {
	float: right;
	width: 50%;
}



}



/* -------------- END VIDEO BOXES -------------- */





/* -------------- START SOCIAL MEDIA ICONS -------------- */

.facebook_icon {
	height: 100px;
	width: 100px;
	padding: 5px 10px;
	background:url("images/icon_facebook_blue_lg.PNG") no-repeat;
    display: inline-block;
}
.facebook_icon:hover {
	background:url("images/icon_facebook_maroon_lg.PNG") no-repeat;	
}
@media (max-width: 1200px){
	.facebook_icon {
	height: 80px;
	width: 80px;	
	padding: 5px 10px;
	background:url("images/icon_facebook_blue_sm.PNG") no-repeat;
	}
.facebook_icon:hover {
	background:url("images/icon_facebook_maroon_sm.PNG") no-repeat;	
    }
}


.youtube_icon {
	height: 100px;
	width: 100px;
	padding: 5px 10px;
	background:url("images/icon_youtube_blue_lg.PNG") no-repeat;
    display: inline-block;
}
.youtube_icon:hover {
	background:url("images/icon_youtube_maroon_lg.PNG") no-repeat;	
}
@media (max-width: 840px){
	.youtube_icon {
	height: 80px;
	width: 80px;	
	padding: 5px 10px;
	background:url("images/icon_youtube_blue_sm.PNG") no-repeat;
	}
.youtube_icon:hover {
	background:url("images/icon_youtube_maroon_sm.PNG") no-repeat;	
    }
}


.twitter_icon {
	height: 100px;
	width: 100px;
	padding: 5px 10px;
	background: url("images/icon_twitter_blue_lg.PNG") no-repeat;
    display: inline-block;
}
.twitter_icon:hover {
	background:url("images/icon_twitter_maroon_lg.PNG") no-repeat;	
}
@media (max-width: 840px){
	.twitter_icon {
	height: 80px;
	width: 80px;	
	padding: 5px 10px;
	background: url("images/icon_twitter_blue_sm.PNG") no-repeat;
	}
.twitter_icon:hover {
	background:url("images/icon_twitter_maroon_sm.PNG") no-repeat;	
    }
}


.fb_icon {
	height: 100px;
	width: 100px;
	padding: 5px 10px;
	background: url("images/icon_facebook_blue_lg.PNG") no-repeat;
    display: inline-block;
}
.fb_icon:hover {
	background:url("images/icon_facebook_maroon_lg.PNG") no-repeat;	
}
@media (max-width: 840px){
	.fb_icon {
	height: 80px;
	width: 80px;	
	padding: 5px 10px;
	background: url("images/icon_facebook_blue_sm.PNG") no-repeat;
	}
.fb_icon:hover {
	background:url("images/icon_facebook_maroon_sm.PNG") no-repeat;	
    }
}




.instagram_icon {
	height: 100px;
	width: 100px;
	padding: 5px 10px;
	background: url("images/icon_instagram_blue_lg.PNG") no-repeat;
    display: inline-block;
}
.instagram_icon:hover {
	background:url("images/icon_instagram_maroon_lg.PNG") no-repeat;	
}
@media (max-width: 840px){
	.instagram_icon {
	height: 80px;
	width: 80px;	
	padding: 5px 10px;
	background: url("images/icon_instagram_blue_sm.PNG") no-repeat;
	}
.instagram_icon:hover {
	background:url("images/icon_instagram_maroon_sm.PNG") no-repeat;	
    }
}



.linkedin_icon {
	height: 100px;
	width: 100px;
	padding: 5px 10px;
	background: url("images/icon_linkedin_blue_lg.PNG") no-repeat;
    display: inline-block;
}
.linkedin_icon:hover {
	background:url("images/icon_linkedin_maroon_lg.PNG") no-repeat;	
}
@media (max-width: 840px){
	.linkedin_icon {
	height: 80px;
	width: 80px;	
	padding: 5px 10px;
	background: url("images/icon_linkedin_blue_sm.PNG") no-repeat;
	}
.linkedin_icon:hover {
	background:url("images/icon_linkedin_maroon_sm.PNG") no-repeat;	
    }
}



.patreon_icon {
	height: 100px;
	width: 100px;
	padding: 5px 10px;
	background: url("images/icon_patreon_blue_lg.PNG") no-repeat;
    display: inline-block;
}
.patreon_icon:hover {
	background:url("images/icon_patreon_maroon_lg.PNG") no-repeat;	
}
@media (max-width: 840px){
	.patreon_icon {
	height: 80px;
	width: 80px;	
	padding: 5px 10px;
	background: url("images/icon_patreon_blue_sm.PNG") no-repeat;
	}
.patreon_icon:hover {
	background:url("images/icon_patreon_maroon_sm.PNG") no-repeat;	
    }
}




/* -------------- END SOCIAL MEDIA ICONS -------------- */

/* -------------- START BOTTOM LINK BAR -------------- */

.footbar {
  overflow: hidden;
  top: 0;
  padding: 4px;
  width: 100%; 
  background-color: #ffffff;
  max-width: 1200px;
}
.footbar a {
  float: inherit;
  display: inline-block;
  width: 15%;                            /* up to 5 links of equal width visible */	
  border-radius: 0px;
  border: 3px solid #ffffff;
  background-color: #003B6F;
  color: white;
  text-align: center;
  padding: 2px;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}
.footbar a.active {
  background-color: #ffffff;
  color: black;
}
.footbar a:hover {
  background-color: #8d2424;
  color: #ffffff;
}


.BlogLinks {                          /* FORWARD AND BACK LINKS FOR BLOG */
  display: inline-block;
  width: 12%;         /* up to five links of equal width visible */	
  border-radius: 0px;
  border: 5px solid #ffffff;
  background-color: #003b6f;
  color: white;
  text-align: center;
  padding: 2px;
  text-decoration: none;
  font-size: small;
  font-weight: bold;
}
.BlogLinks:hover {background-color: #8d2424;}
@media (min-width: 650px){              /* BIGGER FONT FOR LARGER SCREENS */
	.BlogLinks {
         font-size: x-large;
    }	
}
.BlogLinks a {
  text-decoration: none;
}






.blog-box {
	background: #ffffff;
	color: #003b6f;
	padding: 10px 10px 10px ;
	text-align: left;
	border-radius: 0px;
	font-size: 1em;
	text-decoration: none;
}
.blog-box:hover {
	background: #cccccc;
}


.TopicLinks {                          /* FORWARD AND BACK LINKS FOR BLOG */
  display: inline-block;
  width: 30%;         /* up to five links of equal width visible */	
  border-radius: 0px;
  border: 5px solid #ffffff;
  background-color: #003b6f;
  color: white;
  text-align: center;
  padding: 2px;
  text-decoration: none;
  font-size: small;
  font-weight: bold;
}
.TopicLinks:hover {background-color: #8d2424;}
@media (min-width: 750px){              /* BIGGER FONT FOR LARGER SCREENS */
	.TopicLinks {
         font-size: x-large;
    }	
}
.TopicLinks a {
  text-decoration: none;
}



/* -------------- END BOTTOM LINK BAR -------------- */


/* -------------- START TABLET AND DESKTOP VIEW FORMATTING -------------- */

@media (min-width: 800px){               /* MOVES BUTTONS FOR CELL PHONES */
	.logo_buffer {
       margin-top: 110px;
    }	
}	
@media (min-width: 800px){               /* MOVES BUTTONS FOR TABLETS */
	.logo_buffer {
       margin-top: 120px;
    }
}
@media (min-width: 1000px){              /* MOVES BUTTONS FOR DESKTOPS */
	.logo_buffer {
       margin-top: 130px;
    }	
}
@media (min-width: 1200px){              /* MOVES BUTTONS FOR DESKTOPS */
	.logo_buffer {
       margin-top: 140px;
    }	
}

@media (min-width: 800px){
	body {
		max-width: 1200px;
	}
}

@media (min-width: 450px){
	.footbar a {
		font-size: 15px;
	}
}
@media (min-width: 800px){
	.footbar a {
		font-size: 20px;
	}
}


/* -------------- END TABLET AND DESKTOP VIEW FORMATTING -------------- */








/* -------------- testing area -------------- */
/* -------------- testing area -------------- */
/* -------------- testing area -------------- */













/* -------------- end of testing area -------------- */
/* -------------- end of testing area -------------- */
/* -------------- end of testing area -------------- */







