html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Source Code Pro', sans-serif;
   }

   .row {
    margin-left: 0px;
    margin-right: 0px;
   }

   /* unvisited link */
a:link {
    color: #000000;
}

/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color: #4e4e4e;
}

/* selected link */
a:active {
    color: #000000;
}

   .ustlogo {
    position: absolute;
    z-index: 999;
    margin-top: 20px;
   }
   .ustsag {
    /*position: absolute;*/
    /*z-index: 999;*/
    /*margin-left: 340px;*/
   }
   .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
   }
   .navbar {
    border-radius: 5px;
    min-height: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
   }
   .arkaplan {
    display: block; 
    position: absolute; 
    right: 15px; 
    top: 0;
   }

  .footer {
    background-color: #e4e4e4;
    color:  #939598;
    min-height: 200px;
    font-weight: lighter;
    font-size: 13px;
    text-align: right;
}

@media (min-width: 992px) {
  .mtope100 {
    margin-top:-70px;
  }
}
.accommodations-margin
{
margin-bottom: 40px;
}
.accommodations-image img
{
margin-bottom: 10px;
}

@media (max-width: 767px) {
  .accommodations-image img {
    margin-bottom: -30px;
}
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .accommodations-image img {
    margin-bottom: -30px;
}
}
@media (max-width: 767px) {
  .accommodations-border-padding {
    padding:15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .accommodations-border-padding {
    padding:15px;
  }
}
.accommodations-border
{
border-radius: 10px;
border: 2px solid #6D6D6B;
padding: 10px 20px;
margin-bottom: 20px;
}

@media (max-width: 767px) {
  .accommodations-border {
    border-radius: 10px;
border: 2px solid #6D6D6B;
padding: 10px 20px;
margin: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .accommodations-border {
    border-radius: 10px;
border: 2px solid #6D6D6B;
padding: 10px 20px;
height: 270px;
  }
}

.yapiskan {  
 {
  position: fixed;
  left: 50%;
  top: 400px;
  margin-left: -300px; /*half the width*/
}
}  
