* {
  box-sizing: border-box;
}

#container {
  width: 100%;
}

#updates {
  margin: 0 auto;
  width: 80%;
}

a:link:visited:hover {
  text-decoration: underline;
}

a:link:hover {
  text-decoration: underline;
}

a:link {
  color: #6e90a3;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #6e90a3;
}

body {
  background-color: #1f2630;
  font-family: 'Amiri', 'Calibri', serif;
  color: #ffffff;
}

h3 {
  overflow: hidden;
  text-align: center;
  color: #465568;
}

h3:before,h3:after {
  background-color: #000000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

h3:before {
  right: 0.5em;
  margin-left: -50%;
}

h3:after {
  left: 0.5em;
  margin-right: -50%;
}

html {
  font-family: 'Amiri', serif;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.caption {
  font-size: 75%;
  font-family: 'Open Sans';
}

.header {
  color: #ffffff;
  font-family: 'Ubuntu Mono', monospace;
  display: flex;
  align-items: center;
  justify-content: center;
}


.header:before,.header:after {                                              
  background-color: #465568;                                                
  content: "";                                                              
  display: inline-block;                                                    
  height: 2px;                                                              
  position: relative;                                                       
  width: 15%;                                                               
}                                                                           

.header:before {                                                            
  right: 0.5em;                                                             
  margin-left: -50%;                                                        
}

.header:after {                                                             
  left: 0.5em;                                                              
  margin-right: -50%;                                                       
}

.menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #465568;
  color: #ffffff;
  font-family: 'Open Sans';
  font-weight: normal;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  text-align: center;
}

.menu li:hover {
  background-color: #44101e;
}

.footer {
  background-color: rgba(0,0,0,.5);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-family: 'Ubuntu Mono', monospace;
}

.rsvp {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  overflow-x: hidden;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 10%;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: inherit;
  color: red;
  max-height: 100%;
  width: 85%;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tilted {
  display: inline-block;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}


/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 35%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 48%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
