* {
    box-sizing: border-box;
}

body {
    font-family: Helvetica;
    padding: 10px;
    background: #000000;
}

/* Header/Blog Title */
.header {
    padding: 30px;
    text-align: center;
    background: white;
}

.header h1 {
    font-size: 50px;
}

.header h2 {
    font-size: 30px;
}

.header h3 {
    font-size: 20;
}

/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #000000;
    width:100%; 
}

/* Style the top navigation bar 2*/
.topnav2 {
    overflow: hidden;
    background-color: #323232;
    width:100%; 

}

.topnav3 {
    overflow: hidden;
    background-color: #323232;
    width:100%; 
}

.topnav4 {
    overflow: hidden;
    background-color: #000000;
    width:100%; 
}

.homepage {
    overflow: hidden;
    background-color: #ffffff;
    width:100%; 
    padding:10px;
}

.homepageright {
    overflow: hidden;
    background-color: #ffffff;
    width:40%;
    margin:10%;

}

.causespageleft {
    overflow: hidden;
    background-color: #ffffff;
    width:40%; 
    float:right;
}

.causespageright {
    overflow: hidden;
    background-color: #ffffff;
    width:40%; 
    float:right;
}

.whitebox {
  background-color:#ffffff;
  width:100%;
}

/* Style the bottom navigation bar 3*/
.topnav3 {
    overflow: hidden;
    background-color: #323232;
    color: #ffffff;
}

.topnav4 {
    overflow: hidden;
    background-color: #000000;
}

.homepage {
    overflow: hidden;
    background-color: #ffffff;
}

.homepage input[type=text] {
    float: right;
    padding: 14px;
    border: 1px solid #00BFFF;     
    margin-right: 16px;
    font-size: 27px;
}

.button {
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    border-radius: 8px;
    cursor: pointer;
    float: right; 
    background-color: #00BFFF;
}

.button:hover {
    background-color: #ADD8E6;
    color: black;

}

.button2 {
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #00BFFF;
    width: 300px; 
}

.button2:hover {
    background-color: #ADD8E6;
    color: black;

}

/* Style the topnav links */
.topnav a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.topnav2 a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.topnav3 a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.topnav4 a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
    background-color: #00BFFF;
    color: black;
}

.topnav2 a:hover {
    background-color: #00BFFF;
    color: black;
}

.topnav3 a:hover {
    background-color: #00BFFF;
    color: black;
}

.topnav4 a:hover {
    background-color: #00BFFF;
    color: black;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
    float: left;
    width: 100%;
}

/* Right column */
.rightcolumn {
    float: left;
    width: 25%;
    background-color: #f1f1f1;
    padding-left: 20px;
}

/* Fake image */
.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 20px;
}

/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 20px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Footer */
.footer {
    padding: 20px;
    text-align: center;
    background: #ddd;
    margin-top: 20px;
}

.container {
  position: relative;
  width: 50%;
}

.image {
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 225px;
  width: 300px;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}



/* 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 - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
    .topnav a {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .homepage input[type=text] {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    .homepage input[type=text] {
        border: 1px solid #ccc;
    }
    
table { 
  width: 100%; 
  border-collapse: collapse; 
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}