a {color: white; text-decoration: none; font-family: 'Cinzel', serif; }

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

h2, h1, h3 {font-family: 'Cinzel', serif;}
p {font-family: 'Cormorant Garamond', serif;
}
.links {text-align: right;}
.logos {margin-top: 30px; margin-bottom: 50px;}
 .rightlogo {text-align: right;}

@media only screen and (max-width: 900px) {
   .hidemobile {
        display: none;
    }
    
    .social{text-align: center;}
    .logo{text-align: center;}
    .links{text-align: center;}
    .leftlogo {text-align: center;}
    .rightlogo {text-align: center; margin-top: 20px;}
}