/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 Apr 2018, 11:23:26 AM
    Author     : USS1
*/
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Indie+Flower|Pacifico|Roboto');

body {
    font-family: 'Roboto', sans-serif;
    
}
.picture-background-1 {
    background-image: url('images/silhouette.jpg');
    background-repeat: no-repeat;
    background-size:     cover;  
    background-position: center center;  
    height: 100vh;
}

.big-day {
    padding-top:15%;
    /*background-color:#7FA8A4;*/
    /*opacity: 0.6;*/
}

.big-day .names {
    font-family: 'Indie Flower', cursive;
    color:#1B547B;
    font-size:6em;
}
.big-day .date {
    
    color:#1B547B;
    font-size:5em;
    
    font-family: 'Fjalla One', sans-serif;
}

.section-header {
    font-family: 'Pacifico', cursive;
    font-size:4em;
    background-color: #F7F4F0;
    color:#1B547B;
    border-bottom:solid 1px #cccccc;
}
.venue-name {
    font-size:1.5em;
    margin-bottom: 4px; 
}
.venue-text {
    font-size:1em;
}



@media only screen and (max-width: 720px) {
body { 
      font-size: 2em; 
   }

   .big-day .names {
      font-size: 3em !important; 
   }
   
   .big-day .date {
      font-size: 3em !important; 
   }    
   
}

@media only screen and (max-width: 360px) {
body { 
      font-size: 2em; 
   }

   .big-day .names {
      font-size: 1em !important; 
   }
   
}

