﻿/* CSS for Lodge Salutation No.7 webpages */

html {
  height: 100%;
}

* {
  box-sizing: border-box;
}

/* Style the body */
body {
  color: #000080;
  background-color: #f9efb7;
  font-family: Aptos, 'Helvetica Neue', sans-serif;
  line-height: 1.5;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

img {
  max-width: calc(100% - 20px);
  height: auto;
  margin-bottom: 10px;
}

@media (min-width: 800px) {
  .side {   
    float: left;
    margin-right: 10px;
  }
}

h1, h2, h3 { text-align:center; }

/* Wrapper for content outside footer */
.content {
  flex: 1 0 auto;
}

@font-face {
  font-family: AlphabetSoup;
  src: url(tt1255m_.ttf);
}

/* Banner */
.banner {
  color: #dddddd;
  background-color: #6c0000;
  margin: 0 0;
  padding: 2px 20px;
  font-size: 150%;
  font-family: AlphabetSoup, Aptos, 'Helvetica Neue', sans-serif;
}
      
.flag {
 max-width:25vw;
 height:auto;
}

.row { margin: 10px; }

/* Footer */
.footer {
  padding: 2px 20px;
  text-align: right;
  color: #ffffff;
  background-color: #6c0000;
  flex-shrink: 0;
}

/* Style the top navigation bar */
.navbar {
  display: flex;
  background-color: #333;
}

/* Responsive layout - when the screen is less than 800px wide,
make the buttons stack on top of each other instead of next to each other */
@media (max-width: 800px) {
  .navbar {   
    flex-direction: column;
  }
}

/* Style the navigation bar links */
.navbar a {
  color: white;
  padding: 14px 20px;
  text-decoration: none;
  text-align: center;
}

/* Change color on hover */
.navbar a:hover {
  background-color: #eee;
  color: black;
}

/* GW additions */

.side {
  text-align: center;
}

.clickcard450 {
  text-align:center;
  width: 310px;
  height: 500px;
}

.cardframe {
  width:200px;
  text-align:center;
  float:left;
}

em {
  color:red;
  font-weight:bold;
}

ul {
  list-style-type:none;
}

@font-face {
  font-family:"Newton Sans";
  src: url(NewtonSans-2015-11-04.ttf);
}


.chym {
  font-family:"Newton Sans";
}

