@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
@import url(http://fonts.googleapis.com/css?family=Lato:400,700italic);
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body {
    background: rgb(245, 245, 240);
}

h2 {
    font-size: 5vh !important;
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif !important;
    color: rgb(244, 208, 63) !important;
    text-shadow: 2px 2px rgb(0, 0, 0) !important;
    text-align: left !important;
}

.cover {
    background-image: url(../img/herbs.jpg);   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 8em;
    padding-bottom: 8em;
}

.newsWrapper {
    background: rgb(230, 230, 225);
    padding-top: 3em;
    padding-bottom: 8em;
}

.newsBox {
    background: rgb(245, 245, 240);
    padding-top: 4em;
    padding-bottom: 4em;
    width: 100%;
    border: 1px solid rgb(190, 190, 185);
    margin-left: 0.1em;
    margin-right: 0.1em;
}

.newsBox .headline {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #9FB336;
}

.newsBox .date {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: rgb(160, 160, 155); 
    text-align: left;
    padding-left: 2em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

.newsBox .info {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    color: rgb(120, 120, 115); 
    text-align: justify;
    padding-left: 2em;
    padding-right: 2em;
}

.newsHeader {
    font-family: 'Roboto', sans-serif;
    font-size: 2.4em;
    font-weight: 300;
    color: rgb(120, 120, 115);
    padding-bottom: 1em;
}

.newsHeader span {
    background: #9FB336;
    padding: 5px 50px 5px 5px;
    color: rgb(255, 255, 255);
}

.growth {
    position: absolute;
    left: 10em;
    z-index: 10;
    bottom: 0;
}

.margin6em {
    margin-top: 6em;
    margin-bottom: 6em;
}

.justify {
    text-align: justify;
    color: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.5em;
    font-weight: 300;
}

.margin4em {
    margin-top: 4em;
    margin-bottom: 4em;
}

.greenTXT {
    color: #649e06;
}

.brownBG {
    background: #0E3D5E;
}

.motto {
    display: block;
    padding-top: 0.6em;
    font-family: 'Roboto', sans-serif !important;
    color: #0E3D5E;
    font-size: 2.2em;
    font-weight: 300;
}

.para {
    display: block;
    font-size: 1.3em;
    color: #0E3D5E;
}

h1 {
    display: block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12vh !important;
    font-weight: 700 !important;
    color: rgb(255, 255, 255) !important;
    /*text-shadow: 2px 2px rgb(0,0,0);*/
    padding-bottom: 0.5em;
}

header {
    position: fixed;
    height: 6em;
    width: 100%;
    background: rgba(50,31,27, 0.5); 
    z-index: 100;
}

header img {
    float: left;
    padding-left: 2em;
    padding-top: 0.7em;
}

header nav {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    float: right;
    padding-right: 2em;
    padding-top: 1.2em;
}

header nav a {
    float: left;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 2em;
    transition: ease-in-out 0.9s;
}

header nav a:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    color: rgb(255, 255, 255);
    transition: ease-in-out, 1s;
}

.imgWrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-top: 310px;
    padding-bottom: 310px;
    background-image: url(../assets/airport1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

 header .hd-btn {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 2em;
  background-color: rgb(235, 149, 50);
  border: 1px solid rgb(235, 149, 50);
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

header .hd-btn:hover {
  background: rgb(249, 105, 14);
  transition: ease-in-out, 1s;
  color: rgb(255, 255, 255);
}

.book-btn {
  margin-top: 2em;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 2em;
  background-color: rgb(235, 149, 50);
  border: 1px solid rgb(235, 149, 50);
  font-family: "Roboto" sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.book-btn a {
    text-decoration: none;
}

.book-btn:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: rgb(249, 105, 14);
    transition: ease-in-out, 1s;
}



.slogan_sm {
  display: block;
  padding-top: 20px;
  font-family: "Roboto" sans-serif;
  color: rgb(255, 255, 255);
  font-size: 0.9em;
}

p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.4em !important;
    font-weight: 300 !important;    
}

.cover_one {
  background-image: url("../assets/silimp-slide6.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2c343b;
  max-width: 100%;
  height: 395px;
}

.cover_two {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2c343b;
  background-image: url("../assets/silver-mercedes1.jpg");
  max-width: 100%;
  height: 395px;
}

.cover_three {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2c343b;
  background-image: url("../assets/stretched-beauford1.jpg");
  max-width: 100%;
  height: 395px;
}

.dgrey_bg {
  background: rgb(45, 43, 40);
  width: 100%;
  padding: 5em 6em;
}

.sm_white_txt {
  font-family: 'Roboto', sans-serif;
  color: rgb(249, 243, 242);
  font-size: 1.1em;
  font-weight: 300;
}

.grey_txt {
  font-family: 'Roboto', sans-serif;
  display: block;
  color: rgb(139, 133, 132);
  font-size: 1.7em;
  font-weight: 300;
}

.say_txt {
  font-family: 'Roboto', sans-serif;
  color: rgb(249, 243, 242);
  font-size: 1.4em;
  font-weight: 300;
}

.sm_yel_txt {
  font-family: 'Roboto', sans-serif;
  color: rgb(247, 202, 24);
  font-size: 1.4em;
  font-weight: 300;
}

.skype_txt {
  color: rgb(247, 202, 24);
  font-size: 1em;
}


