/*
 Theme Name: Vanilla
 Theme URI: http://example.com/Vanilla
 Author: Your Name
 Author URI: http://example.com
 Description: A classic WordPress theme.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: Vanilla
*/
@font-face
{
font-family: 'logofont';
src: url('Comfortaa-Light.ttf');
}

body
{
color: white;
font-family: logofont;
font-size: 2.5em;
background-color: #1d1d1dff;
min-width: 360px;
/* background-attachment: fixed;
background-repeat: no-repeat;
background-position: center 250px;
background-size: inherit;
background-image: url("pix/EMLogoWeb.png"); */
}

.headerlogo
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.width
{
  width: 100%;
}

.scale
{
  width: 70%;
  max-width: 1200px;
  height: auto;
}

.grid
{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-gap: 20px;
}

.card
{
border: solid 1px;
border-radius: 10px;
box-sizing: border-box;
width: 80%;
text-align: center;
justify-content: center;
background-color: rgba(255, 255, 255, 0.9);
padding: 20px;
vertical-align: top;
font-size: 1.5rem;
color: black;
margin: 0 auto;
}

.message
{
box-sizing: border-box;
width: 80%;
text-align: center;
font-size: 1.5rem;
color: white;
margin: 0 auto;
}

.mtop
{
 margin-top: 70px;
 }

.pbot
{
  padding-bottom: 70px;
}

.audiofile
{
  width: 95%;
  height: 150;
}

.ytgrid
{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 500px));
grid-gap: 20px;
}


.youtube
{
  position: relative;
    width: 100%;
    max-width: 700px;
    height: 400px;
    overflow: hidden;
}
.albumart
{
max-width: 300px;
width: 100%;
height: auto;
}

.centertext
{
text-align: center;
}

.email a
{
text-align: right;
color: white;
}

.email a:hover
{
text-align: right;
color: white;
font-weight: bold;
}

.footerdiv
{
display: flex;
justify-content: space-between;
padding-top: 30px;
margin-left: 10%;
margin-right: 10%;
padding-bottom: 30px;
font-size: 2rem;
}

a
{
  color: #2a0054ff;
  text-decoration: none;
}

a:hover
{
  font-weight: bold;
  text-decoration: none;
}

