body {
  background: #D7F7FE;
  font-family: "Nunito", sans-serif;
  color: #222;
  margin: 0;
}

.error {
  font-size: 1em;
  color: red;
}

* {
  -webkit-transition: all .65s ease;
  transition: all .65s ease;
  box-sizing: border-box;
}

.container {
  max-width: 90em;
  margin: 0 auto;
}

.header {
  background: #b1dbf0;
  color: white;
  padding: 0.625em;
}

.header .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.header .site-title, .header .site-tagline {
  font-weight: 400;
}

@media (max-width: 700px) {
  .header .site-title, .header .site-tagline {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .header .site-title {
    margin: 0;
  }
}

.site-title, h1, h2, h3 {
  font-family: "Righteous", sans-serif;
  font-size: 2.625em;
  color: #024654;
}

h3 {
  font-size: 2em;
  color: #024654;
}

.site-title {
  color: white;
}

.site-tagline {
  font-size: 1.125em;
  font-style: italic;
}

.full-bleed {
  background-size: cover;
  min-height: 300px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .full-bleed {
    min-height: 175px;
  }
}

.post {
  padding: 1.875em;
}

.columns {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.item {
  padding: 1.5625em;
  max-width: 48%;
  background: #b1dbf0;
  color: #d6c8ff;
  margin-bottom: 2.1875em;
  position: relative;
  overflow: hidden;
  margin:5% auto;
  border-radius:10px;
  border:2px solid #ccc;
  width:40%;
}

.columns .item {
  padding: 1.5625em;
  max-width: 48%;
  background: #b1dbf0;
  color: #1A577F;
  margin-bottom: 2.1875em;
  position: relative;
  overflow: hidden;
}

.columns .item .item-title {
  color: #011d23;
  font-size: 24px;
  margin: 0 0 5px 0;
  font-family: "Righteous", sans-serif;
}

.columns .item .item-image {
  max-width: 100%;
}

.columns .item:hover, .columns .item:focus {
  background: #e8f4fa;
  border-bottom-color: #FF6067;
}

.columns .item:hover .social, .columns .item:focus .social {
  position: absolute;
  bottom: -21px;
  height: auto;
  z-index: 5;
  padding: 10px 0;
}

.columns .item:hover .social .fa, .columns .item:focus .social .fa {
  color: #FF6067;
  padding: 0 0.3125em;
}

.columns .item:hover .social .fa:hover, .columns .item:focus .social .fa:hover {
  color: #769ab2;
}

@media (max-width: 1024px) {
  .columns .item {
    max-width: 100%;
    width: 100%;
  }
}

.columns.thirds .item {
  max-width: 31%;
}

@media (max-width: 1024px) {
  .columns.thirds .item {
    max-width: 48%;
  }
}

@media (max-width: 1400px) and (max-width: 1024px) {
  .columns.thirds .item {
    max-width: 100%;
    width: 100%;
  }
}

.columns .social {
  position: absolute;
  bottom: -60px;
  height: 0;
  z-index: -1;
  font-size: 1.75em;
}

.footer {
  background: #b1dbf0;
  color: black;
  padding: 0.9375em;
  text-align: center;
  font-size: 0.8125em;
}

@import http://fonts.googleapis.com/css?family=Raleway;
/* @font-face kit by Fonts2u (https://fonts2u.com) */ @font-face {font-family:"Republika Exp";src:url("font/REPUEXP_.eot?") format("eot"),url("font/REPUEXP_.woff") format("woff"),url("font/REPUEXP_.ttf") format("truetype"),url("font/REPUEXP_.svg#RepublikaExp") format("svg");font-weight:normal;font-style:normal;}
/* @font-face kit by Fonts2u (https://fonts2u.com) */ @font-face {font-family:"Dekers_light";src:url("font/Dekers_light.eot?") format("eot"),url("font/Dekers_light.woff") format("woff"),url("font/Dekers_light.ttf") format("truetype"),url("font/Dekers_light.svg#Dekers_light") format("svg");font-weight:normal;font-style:normal;}
/*----------------------------------------------
 * CSS Settings For HTML
 * ----------------------------------------------*/
#main {
        width:100%;
}

#standard {
        font-family:Raleway;
        text-align:left;
}

#republika {
        width:100%;
        font-family:Republika Exp;
}

#dekers_light {
        width:100%;
        font-family:Dekers_light;
}

hr {
        border:0;
        border-bottom:1px solid #ccc;
        margin:10px -40px;
        margin-bottom:10px
}

a {
        font-size: 11px;
}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

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

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

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  border-radius:4px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

/* Style the container */
.container2 {
  border-radius: 10px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 35% width */
.col-35 {
  float: left;
  width: 35%;
  margin-top: 6px;
}

/* Floating column for inputs: 65% width */
.col-65 {
  float: left;
  width: 65%;
  margin-top: 6px;
}

/* Floating column for inputs: 100% width */
.col-100 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

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

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-35, .col-65, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
} 

a.five:link {color:#green;text-decoration:none;}
a.five:visited {color:#red;text-decoration:none;}
a.five:hover {text-decoration:underline;}
a.five:active {color:#blue;text-decoration:none;}
.full-bleed {
  background-size: cover;
  min-height: 300px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width:700px) {
  .full-bleed {
    min-height: 175px;
  }
}

.cool-photo {
  background-image: url(pics/abstract.jpeg);
}
