/*
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

html {
  background-color: #1b1b1b;
  color: white;
   background: url(botaanik-bg-1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #1b1b1b;
    font-family: 'Montserrat', sans-serif;
    color: white;
    size: 16px;
    line-height: 28px;
    text-align: center;

}

.gray-small {
font-size: 12px !important;
color:  #969696;

}

a, a:link, a:active, a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #50742c;
  text-decoration: none;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.logo-outer {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.logo {
  margin-left: auto;
  margin-right: auto;
  width: 443px;
  height: 149px;

  background: url('botaanik-logo.png');
  background-repeat: no-repeat;
  background-size: 443px 149px;
}

.text-contact {
  margin-left: auto;
  margin-right: auto;
  margin-top:40px;
width: 500px;
}

.text-explanation {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 22px;
  margin-top:40px;
width: 780px;
}



.social-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}



.facebook {
  padding: 20px;
  width: 40px;
  height: 40px;
  background: url('facebook.svg');
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center center;
  font-size: 0px;
}


.instagram {
  padding: 20px;
  width: 40px;
  height: 40px;
  background: url('instagram.svg');
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center center;
  font-size: 0px;
}



@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}


@media (max-width: 960px) {

  body {
    size: 14px;
    line-height: 26px;

  }

  .logo {
  width: 280px;
  height: 94px;
  background-size: 280px 94px;
  }

  .text-contact {
    margin-left: auto;
    margin-right: auto;
    margin-top:40px;
  width: 80%;
  }

  .text-explanation {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 20px;
    margin-top:40px;
  width: 80%;
  }

}


@media (max-width: 480px) {

  body {
    size: 12px;
    line-height: 24px;

  }

  .logo {
    margin-top:200px;
  width: 280px;
  height: 94px;
  background-size: 280px 94px;
  }

  .text-contact {
    margin-left: auto;
    margin-right: auto;
    margin-top:40px;
  width: 280px;
  }

  .text-explanation {
    margin-left: auto;
    margin-right: auto;
    margin-top:40px;
    margin-bottom:40px;
  width: 280px;
  }
  .gray-small {
font-size: 10px !important;


}

}
