/* New CSS */
@import url(http://www.entypo.com/);

* {
  margin: 0;
}
body {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  margin: 0!important;
  padding: 0!important;
  background-color: #FEE842;
  color: black;
  text-align: center;
}

p {
  font-size: 20px;
}


.img-footer {
    height: auto;
    width: auto;
    max-height: 700px;
    max-width: 700px;
}

.sneaky:link {
  color: black;
}

.sneaky:hover {
  color: white;
}

.sneaky:visited {
  color: black;
}


.bigger {
  font-size: 36px;
  font-weight: bolder;
}

.daily {
border-radius: 15px;
}

.T {
  text-align: center;
  margin: 0 auto;
  font-weight: bolder;
  font-size: 36px;
  padding:20px;

}

.T2 {
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
}

.travelling {
  text-align: center;
  font-size: 19px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.Tpics {
  max-width: 300px;
  max-height: 300px;
  border-radius:25px;
  padding: 20px;
}

.Trav {
  font-weight: bolder;
}

.resturants {
  text-align: left;
}

.intro {
  padding: 30px;
}

.OAA {
  font-size: 18px;
}

.OT {
  text-align: left;
  font-size: 28px;
}

.OT:link {
    color: black;
  }

.OT:hover {
    color: white;
  }

.OT:visited {
    color: black;
  }

}
/* NAV BAR*/

.navbar {
  background-color: black;
  color: #FFF;
  font-size: 1.2em;
  max-height: auto;
  margin-bottom: 0!important;
}

.navbar-header {
  height: 80px;
  line-height: 0px;
  max-height: auto;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-brand {
  float: left;
  min-height: 55px;
  padding; 0 15px 5px;
}

.navbar-inverse .navbar-nav .active a, .navbar-inverse .navbar-nav .active a:focus,
.navbar-inverse .navbar-nav .active a:hover {
  color: #FFF;
  background-color: black;
}

.navbar-nav {
  float:none;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.navbar-nav > li {
  display: inline-block;
  float: none;
}

.navbar-inverse .navbar-nav li a {
  color: #D5D5D5;
}
.img-responsive {
    height: auto;
    width: auto;
    max-height: 72px;
    max-width: 250px;
}

/* SLIDE SHOW */


.carousel-caption {
  top: 10%;
  transform: translateY(-10%);
  text-transform: uppercase;
  font-weight: bolder;
  color: black;
}

.carousel-inner > .item > img {
  width:640px;
  height:360px;
  padding-top: 0px;
}

.carousel-inner {
  margin-top: -20px;
}


@media (max-width: 600px) {
  .carousel-caption {
    display: 18px;
  }
  #icon {
    max-width: 150px;
    margin: 1% auto;
  }
  h2 {
    font-size: 1.7em;
    padding-bottom: 10px;
  }
  p {
    font-size: 15px;
  }
  .OAA {
    font-size: 15px;
  }
  .bigger {
    font-size: 30px;
  }
  .daily {
    max-width: 500px;
    max-height: 500px;
  }

}

.carousel-inner .item img {
  width: 100%;
}

.carousel-inner {
  padding-top: 0px;
}

.container {
  margin: 4% auto;

}

#icon {
  max-width: 200px;
  margin: 1% auto;
}

@media (min-width: 801px) {
  .sustainability:hover {
  position: relative;
  top:-25px;
  left: -25px;
  width: 500px;
  height: auto;
  display: block;
  z-index: 999;
  }
}

.slider {
  background: rgba(255,255,255,0.5);
  font-weight: bolder;
}

h2 {
  font-weight: bolder;
  padding-bottom: 30px;
}

h4 {
  font-weight: bolder;
}

/* POP UP CONTACT FORM*/
#contact {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  margin: 4em auto;
  width: 200px;
  height: 50px;
  line-height: 30px;
  background: black;
  color: white;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 1px solid white;
  font-size: 18px;
  padding: 12px 22px;
  border: 2px solid #FFF;
}

#contact:hover { background: #FEE842; }
#contact:active { background: #FEE842; }

#contactForm {
  display: none;
  border: 6px solid black;
  padding: 10px;
  width: 400px;
  text-align: center;
  background: #fff;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%)

}

input, textarea {
  margin: .8em auto;
  font-family: inherit;
  text-transform: inherit;
  font-size: inherit;
  display: block;
  width: 280px;
  padding: .4em;
}
textarea { height: 80px; resize: none; }

.formBtn {
  width: 140px;
  display: inline-block;
  border: 6px solid black;
  background: #FEE842;
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  height: 30px;
}

/*Footer*/
footer {
  width: 100%;
  background-color: black;
  padding: 3%;
  color: white;
  max-height: auto;
}

.img-footer {
    height: auto;
    width: auto;
    max-height: 200px;
    max-width: 200px;
    padding: 15px;
}

/*Social Media Buttons*/
[class^="entypo-"]:before,
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin: 0.5em 0;
  clear: both;
    background: transparent;
}
.row i {
  cursor: pointer;
  display: inline-block;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: white;
  padding: 1em;
  position: relative;
  background: transparent;
}
.row i:hover {
  border-radius: 50%;
}
.row i:not(:first-child) {
  margin-left: 1em;
}
.row i:nth-child(1) {
  color: #3b5998;
  border: 2px solid #3b5998;
}
.row i:nth-child(1):hover {
  color: white;
  background: #3b5998;
}
.row i:nth-child(2) {
  color: #00a0d1;
  border: 2px solid #00a0d1;
}
.row i:nth-child(2):hover {
  color: white;
  background: #00a0d1;
}
.row i:nth-child(3) {
  color: #db4a39;
  border: 2px solid #db4a39;
}
.row i:nth-child(3):hover {
  color: white;
  background: #db4a39;
}
.row i:nth-child(4) {
  color: #c8232c;
  border: 2px solid #c8232c;
}
.row i:nth-child(4):hover {
  color: white;
  background: #c8232c;
}
.row i:nth-child(5) {
  color: #ea4c89;
  border: 2px solid #ea4c89;
}
.row i:nth-child(5):hover {
  color: white;
  background: #ea4c89;
}

/*Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
  .daily {
    max-width: 350px;
    max-height: 350px;
  }
  .resturants {
    text-align: center;
  }
  .carousel-caption {
    display: none;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) { ... }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { ... }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }
