.container{position: fixed;top: 0; left: 0;right: 0;bottom: 0;z-index: 2;}
.top-header{padding: 20px 20px 20px 20px; position: relative;}
/*.top-header:before{content: ' ';display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;opacity: 0.55;-ms-background-size: cover;-o-background-size: cover;-moz-background-size: cover;-webkit-background-size: cover;background-size: cover;background-image:url(/assets/together-forever.jpg);}*/
.top-header>p{
    color:#447bce !important; font-family:"adobe-garamond-pro";font-size:24px;line-height:1.5em;
    letter-spacing: 1px;font-weight: 400;font-style: italic;margin: 20px auto;text-align: center;}
.top-header>h1{
    color:#fcc !important; font-family:'proxima-nova' !important;text-transform:uppercase;
    display: block; font-size: 68px; line-height: 1em; font-weight: 700; font-style: normal;}
.top-header>p>a{
    border: 2px solid black; border-radius: 25px; padding: 10px;}
hr{width: 70%;}
@media only screen and (max-width: 640px){
  .top-header{padding: 20px 20px 20px 20px;}
  .top-header>p{
    color:#fff !important; font-family:"adobe-garamond-pro";font-size:18px;
    line-height:1.5em;letter-spacing: 1px;font-weight: 400;font-style: italic;margin: 20px auto;text-align: center;}
  .top-header>h1{
    color:#fcc !important; font-family:'proxima-nova' !important;text-transform:uppercase;display: block;
    font-size: 30px; line-height: 1em; font-weight: 700; font-style: normal; letter-spacing: 0.067em;}
}
.links{padding: 5px 0px 5px 0px; position: relative;}
.footer {position: absolute;bottom: 0;width: 100%;height: 40px;background-color: #f5f5f5;}
.container .text-muted {color:#000 !important; font-family:'proxima-nova' !important; text-align: center;
    font-size: 16px; line-height: 1em; font-weight: 400; font-style: normal;margin: 10px 0;}
a {color: #b38d51 ! important;}
a:hover {color: #2a5671 ! important; text-decoration: none !important;}
@keyframes beats {
  0%, 50%, 100% {-webkit-transform: scale(1);transform: scale(1);}
  5% {-webkit-transform: scale(1.1);transform: scale(1.1);}
  10% {-webkit-transform: scale(1.2);transform: scale(1.2);}
  15% {-webkit-transform: scale(1.3);transform: scale(1.3);}
}
.fa-heart {color: #ea4035;animation: beats 2s infinite;}
#icons:hover{animation: beats 2s infinite;}
#particles-js{width: 100%;height: 100%;background-color: #692e96f5;background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;}