#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}
.container h1 {
    color: white;
}


nav{
	
	margin-top:40px;
	padding-right:40px;
}
.navbar-brand
{
   display:block;
    width: 100%;
    margin-left: auto;
    top: 0;
    text-align: center;
    margin-right: auto;
   color:white;
}

.navbar-toggle {
    z-index:1;
}

.navbar-inverse{
	border:none!important;
	background-color:transparent!important;
	font-size:30px;
	font-family: 'Oswald', sans-serif;
}
.logomc:hover{
	
	color:#9d9d9d!important;
	text-decoration:none!important;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover
{
	background-color:transparent!important;
	
}
li{
	text-decoration:none;
	background-color:transparent!important;
}


ul{
 list-style-type: none;
 }
 
 .logomc{
	 font-family: 'Raleway', sans-serif;
	 font-size:30px;
	 color:white!important;
	 font-weight:bold;
	 text-align:center;
 }
 
 
 * Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Master button styles - note that left and right 
versions are included although they are not used in this example */

.simply-scroll-btn {
	position: absolute;
	background-image: url(buttons.png);
	width: 42px;
	height: 44px;
	z-index:3;
	cursor: pointer;
}
	
.simply-scroll-btn-left {
	left: 6px;
	bottom: 6px;
	background-position: 0 -44px;
}
.simply-scroll-btn-left.disabled {
	background-position: 0 0 !important;
}
.simply-scroll-btn-left:hover {
	background-position: 0 -88px;
}
	
.simply-scroll-btn-right {
	right: 6px;
	bottom: 6px;
	background-position: 84px -44px;
}
.simply-scroll-btn-right.disabled {
	background-position: 84px 0 !important;
}
.simply-scroll-btn-right:hover {
	background-position: 84px -88px;
}
	
.simply-scroll-btn-up {
	right: 6px;
	top: 6px;
	background-position: -126px -44px;
}
.simply-scroll-btn-up.disabled {
	background-position: -126px 0 !important;
}
.simply-scroll-btn-up:hover {
	background-position: -126px -88px;
}
	
.simply-scroll-btn-down {
	right: 6px;
	bottom: 6px;
	background-position: -42px -44px;
}
.simply-scroll-btn-down.disabled {
	background-position: -42px 0 !important;
}
.simply-scroll-btn-down:hover {
	background-position: -42px -88px;
}

/* Custom class modifications - adds to / overrides above

Vertical scroller example, with custom base class */

/* Container DIV */
.vert { 
	width: 100%; /* wider than clip for custom button pos. */
	height:100vh;
	margin-bottom: 1.5em;
	overflow:hide!important;
}

/* Clip DIV */
.vert .simply-scroll-clip {
	width: 100%;
	height:100vh;
	overflow:hide!important;
	
}

/* Explicitly set height/width of each list item */
.vert .simply-scroll-list li {
	width: 100%;
	height: auto;
}

/* Modified button positions, overriding previous styles */
.vert .simply-scroll-btn-up { 
	right: 0;
	top: 0;
}

.vert .simply-scroll-btn-down { 
	right: 0;
	top: 52px;
}

img{
	
	width:100%;
	height:auto;
}

.logoblack{
	
	color:black!important;
	font-size:30px;
	 font-family: 'Raleway', sans-serif;
	 font-weight:bold;
}

.navb{
		border:none!important;
	color:black!important;
	font-size:30px;
	font-family: 'Oswald', sans-serif;
}

li{
	
	 list-style-type: none;
}

.logocenter{
	
	text-decoration:none;
	color:white;

	outline:2px solid red;
}

.logocenterb{
	
	text-decoration:none;
	color:black;
}
.logocenter:hover{
	color:white;
	text-decoration:none;
}

.logocenterb:hover{
	color:black;
	text-decoration:none;
}

.social {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.social .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px dashed black;
  background-clip: content-box;
  padding: 10px;
  transition: .5s;
  color: #D7D0BE;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 70px;
}

.social .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social .link:hover {
  padding: 20px;
  color: white;
  margin-left: -5px;
  transform: translateX(10px) rotate(360deg);
}

.social .link.google-plus {
  background-color: tomato;
  color: white;
}

.social .link.twitter {
  background-color: #00ACEE;
  color: white;
}

.social .link.facebook {
  background-color: #3B5998;
  color: white;
}


.comingsoon h1{
	font-size:95px;
	color:white;
font-family: 'Covered By Your Grace', cursive;
text-align:center;
margin-top:55%;
	
}


