
/* primary #4473c5  secondary #0d3562   tertiary #06ad55  */

body {
    font-family: Arial, Helvetica, sans-serif;
    max-width:1400px;
    margin: auto;  
    padding: 10px;
  background: #f1f1f1;
}

* {
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  div.header {
    display: none;
  }
}

h1 {
    color:#4473c5;
}
h2 {
    color:#0d3562;
}
h3 {
    color:#06ad55;
}
.imgresp{
    width:100%;
    height:auto;
}
.header {

}

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

.icon{

    height:50px;
    margin:0px 25px 0px 0px;
}

.sitetitle{
    background-color:white;
    max-width:1400px;
}

.divtopnav {
    padding:10px 0px;
    overflow: hidden;
    background-color: #333;
    display: flex;
    flex-wrap: nowrap;
}

.divtopnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.divtopnav a:hover {
  background-color: #ddd;
  color: black;
}

.divtopnav > div {
  margin: 10px;
}


.flex-container-body {
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;

    background: #f1f1f1;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;

    background: #f1f1f1;
}
.flex-item{

    padding:10px;
    margin:10px;

}
.flex-image{

    padding:10px;
    margin:10px;
    background-color:white;
}
.flex-column-main{
    flex:2;
    background-color:white;
 
    padding:20px;
    margin:20px 10px 20px 20px;
    
}

.flex-column-right{
    flex:1;
    padding:20px;
}


.flex-container-follow {
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
}

.flex-container-follow > div {

  margin: 5px;
  padding: 5px;
}

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

/* 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;
  margin-top: 20px;
  max-width:1100px;
  overflow:hidden;
}

.btn{
    border-top: 1px solid #498C7B;
   background: #498C7B;
   padding: 5px 20px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: white;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;

}
.sectionbanner {
  background-color: white;
  padding: 10px 20px;
  margin-top: 20px;
}

.sectionbanner h2{
   
}

.row {
    max-width:1400px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
    margin-top:20px;
}

input[type=submit]:hover {
  background-color: #45a049;

}


.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.col-15 {
  float: left;
  width: 15%;
  margin-top: 6px;

}

.col-85 {
  float: left;
  width: 85%;
  margin-top: 6px;

}

.col {
  float: left;
  width: 100%;
  margin-top: 6px;
}

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

/* 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%;
  }
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
input[type=button], input[type=submit], input[type=reset] {

border:none;
text-decoration:none;
cursor:pointer;
}