@charset "UTF-8";

body {
  min-height: 75rem;
}

.navbar{
	/*background-color: #cccccc;*/
}

div#openwine {
 background-image: url("splashscreen.png");
 background-color: #cccccc;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center;
 color: #ffffff; 
}
