/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

*{
  box-sizing: border-box;
  text-decoration: none;
}
body{
    margin: 0px;
    padding: 0px;
    }

p{
    margin: 0px;
    padding: 0px;
    }

button {
  background-color: inherit;
  border: none;
}

a {
  text-decoration: none;
  color:inherit;
  }

a:visited {
  text-decoration: none;
  color:inherit;
  }

a:hover {
  color: rgb(255,204,41);
}

a.icon:link {
  padding: 5px;
  padding-top: 22px;
  padding-left: 8px;
  text-decoration: none;
  color: inherit;
}

.button{
  width: 40px;
  height: 40px;
  background-color: inherit;
  border: none;
  text-align: center;
}

.button:hover {
  background-color: rgb(255,204,41);
}


.logo {
  width: 100%;
  height: auto;
  padding: 20px;
  position: fixed;
  z-index: 900;
}

.title{
  background-color: rgba(255,204,41,0.9);
  font-family:'Roboto', sans-serif;
  font-weight: 600;
  font-size: 200%;
  color: black;
  width: 100%;
  height: auto;
  padding: 30px;
  position: absolute;
  bottom: 20px;
  z-index: 999;
  }

.title1 {
  font-family:'Roboto', sans-serif;
  background-color: rgba(255,204,41,0.9);
  font-size: 17px;
  color: black;
  width: 100%;
  height: auto;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 999;
  }

.title2 {
  font-family:'Roboto', sans-serif;
  background-color: rgba(255,204,41,0.9);
  font-size: 17px;
  color: black;
  width: 100%;
  height: auto;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 999;
  }

.back_img {
  background-image: url(content/images/5.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height:calc(100vh - 20px);
  overflow: hidden;
}

.back_img2 {
  background-image: url(content/images/6.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height:calc(100vh - 10px);
  overflow: hidden;
  z-index: 998;
}

.back_img3 {
  background-image: url(content/images/2.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height:calc(100vh - 10px);
  overflow: hidden;
  z-index: 998;
}

.back_img4 {
  background-image: url(content/images/9.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height:calc(100vh - 10px);
  overflow: hidden;
  z-index: 998;
}

.back_img5 {
  background-image: url(content/images/7.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height:calc(100vh - 10px);
  overflow: hidden;
  z-index: 996;
}

.separator {
  background-color: black;
  width: 100%;
  height: 10px;
  position: relative;
  }

.footer_left {
  width: 100%;
  height:240px;
  padding: 0px 20px;
  box-sizing: border-box;
  margin: 0;
  background-color: black;
  font-family:'Roboto', sans-serif;
  color: white;
  position: absolute;
  clear: none;
}

.logo_footer {
  width: inherit;
  background-color: black;
  height: auto;
  padding: 20px;
  position: relative;
}

@media only screen and (min-width: 768px )
{
  .title {
    width: 50%;
    height: auto;
    padding: 30px;
    position: absolute;
    bottom: 3%;
    left: 0;
    z-index: 999;
    }

  .title1 {
    font-size: 22px;
    width: 50%;
    height: auto;
    padding: 30px;
    position: absolute;
    bottom: 3%;
    right: 0;
    z-index: 999;
    }


  .title2 {
    font-size: 22px;
    width: 50%;
    height: auto;
    padding: 30px;
    position: absolute;
    bottom: 3%;
    left: 0;
    z-index: 999;
    }

}

@media only screen and (min-width: 1028px )
{
  .title1 {
    font-size: 24px;
    width: 50%;
    height: auto;
    padding: 30px;
    position: absolute;
    bottom: 3%;
    right: 0;
    z-index: 999;
    }


  .title2 {
    font-size: 24px;
    width: 50%;
    height: auto;
    padding: 30px;
    position: absolute;
    bottom: 3%;
    left: 0;
    z-index: 999;
    }

}
