@charset "utf-8";
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    margin: 0;
    font-family: exo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
}
a {
    color: #3770B7;
    text-decoration: none;
    font-weight: 600;
}
a:visited {
    color: #4C83C9;
}
a:hover, a:active, a:focus {
    color: #499D6B;
    text-decoration: underline;
}
header h1 {
    text-indent: -900px;
    margin-top: 0;
    padding-top: 0.2em;
}
header {
    position: relative;
    overflow-y: hidden;
    background-color: white;
    max-width: 960px;
    margin: 0 auto;
}
header h1 img {
    position: absolute;
    left: 2%;
}
header p {
    color: #774C9D;
    font-style: italic;
    font-weight: 600;
    margin-top: 3em;
    margin-left: 2%;
}
h2, h3 {
    color: #DF4848;
}
nav {
    background-color: #103F37;
    position: relative;
}
 #language-select {
    padding: 3px;
    font-size: 15px;
    margin-left: 80%;
      }
#topcontacts {
    clear: left;
    color: white;
    padding: 1px 0;
    overflow: hidden;
}
#topcontacts ul {
    width: 200px;
    margin-left: 40%;
    padding: 1em 0;
    list-style: none;
    margin-bottom: -10%
}
#topcontacts li a {
    display: block;
    width: 30px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}
#topcontacts img {
    border-radius: 50%;
    max-width: 100%;
}

#menulink {
    margin: 0;
}
#menulink a {
    font-size: 1.2em;
    text-transform: uppercase;
    font-style: normal;
}
#menulink a, #navlinks a {
    display: block;
    width: 100%;
    height: 2em;
    text-align: center;
    background-color: #103F37;
    background-color: rgba(16,63,55,0.85);
    color: #C2C2C2;
    padding: .4em 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}
#navlinks {
    padding: 0px;
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks.displayed {
    top: 57px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
    display: none;
}
#navlinks.collapsed {
    top: -15em;
    opacity: 0;
}
#navlinks li {
    margin: 0px;
}
#navlinks a:visited {
    color: #C2C2C2;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus {
    color: white;
}
#navlinks a.current, #navlinks a.current:visited {
    color: white;
    background-color: #df4848;
}
#hero {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
	}
.containerprofile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
img {
    max-width: 100%;
    border-radius: 10px;
}
.imageprofile {
    flex-basis: 95%;
}
.textprofile {
    font-size: 1.3em;
    line-height: 1.4;
    padding-left: 9px;
}
#hero h2 {
    position: absolute;
    top: 0%;
    color: white;
    font-size: 1.5em;
    width: 50%;
    left: 3%;
    text-shadow: 2px 2px 6px rgba(82,82,82,0.78);
}
#hero img {
    max-width: 100%;
}
article {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 2%;
}
.intro h2 {
    margin-top: 1em;
}
.intro p {
    font-size: 1.3em;
    line-height: 1.4;
}
.maincontent {
    overflow: hidden;
}
.intro h2, .maincontent h2, .maincontent h3 {
    margin-bottom: 0.25em;
    margin-top: 0;
}
.intro h2, .maincontent h2 {
    font-size: 2em;
}
.maincontent section {
    font-size: 0.9em;
}
.maincontent img {
    width: 100%;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}
#services ul, #accessibility ul {
    padding-left: 20px;
}
#higherqualification {
    background-color: #de9638;
    color: white;
    padding: 1em;
    border-radius: 20px;
    margin: 1em auto;
    width: 98%;
}
#higherqualification h2 {
    margin-top: 0;
    color: white;
}
#roomservice {
    border-top: #DF4848 1px solid;
    border-bottom: #DF4848 1px solid;
    margin-bottom: 2em;
    text-align: center;
    padding: 0 10%;
    width: 98%;
    background-image: -webkit-linear-gradient(270deg, rgba(255,255,254,1.00) 0%, rgba(254,250,240,1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(255,255,254,1.00) 0%, rgba(254,250,240,1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(255,255,254,1.00) 0%, rgba(254,250,240,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(255,255,254,1.00) 0%, rgba(254,250,240,1.00) 100%);
}
.clearleft {
    clear: left;
}
#attractions {
    max-width: 1800px;
    margin: 0 auto;
}
#attractions h2 {
    color: #DF4848;
}
footer {
    clear: left;
    color: white;
    background-color: #1A1B1C;
    padding: 1px 0;
    overflow: hidden;
}
footer ul {
    width: 180px;
    margin: 0 auto;
    padding: 1em 0;
    list-style: none;
}
footer li a {
    display: block;
    width: 30px;
    float: left;
    margin: 0 15px;
}
footer img {
    border-radius: 50%;
    max-width: 100%;
}
footer p {
    padding: 0.5em 3em;
    clear: left;
    font-size: 0.75em;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
/* Position the image container (needed to position the left and right arrows) */
.container {
	position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
	}
#contact-form
  border-top: #DF4848 1px solid;
    border-bottom: #DF4848 1px solid;
    margin-bottom: 2em;
    text-align: center;
    padding: 0 10%;
    width: 98%;
    background-image: -webkit-linear-gradient(270deg, rgba(255,255,254,1.00) 0%, rgba(254,250,240,1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(255,255,254,1.00) 0%, rgba(254,250,240,1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(255,255,254,1.00) 0%, rgba(254,250,240,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(255,255,254,1.00) 0%, rgba(254,250,240,1.00) 100%); 

body {
      font-family: Arial, sans-serif;
      background-color: #f2f2f2;
      padding: 20px;
    }

    h1 {
      color: #333;
    }

    form {
      font-family: Arial, sans-serif;
      background-color: #f2f2f2;
      padding: 20px;
    }

    h1 {
      color: #333;
    }

    form {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  border-top: #DF4848 1px solid;
  border-bottom: #DF4848 1px solid;
  margin-bottom: 2em;
  text-align: center;
  padding: 0 10%;
  width: 98%;
  background-image: -webkit-linear-gradient(270deg, rgba(255,255,254,1.00) 0%, rgba(254,250,240,1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(255,255,254,1.00) 0%, rgba(254,250,240,1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(255,255,254,1.00) 0%, rgba(254,250,240,1.00) 100%);
  background-image: linear-gradient(180deg, rgba(255,255,254,1.00) 0%, rgba(254,250,240,1.00) 100%);
}

label {
  display: block;
  margin-bottom: 10px;
  color: #555;
}

.required::after {
  content: " *";
  color: red;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

button[type="button"] {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

button[type="button"]:hover {
  background-color: #45a049;
}
@media (min-width : 675px ){
header h1 img {
    left: 0;
}
header p {
    font-size: 1.5em;
    text-align: right;
    margin: -1.5em 2px 1.2em 0;
}
#menulink {
    display: none;
}
#navlinks {
    max-width: 960px;
    position: static;
}
#navlinks.collapsed {
    opacity: 1;
}
#navlinks {
    height: 2.4em;
}
#navlinks a {
    width: 16.66%;
    float: left;
}
#hero h2 {
    font-size: 2.2em;
    width: 33%;
}    
.maincontent section {
    width: 33.3%;
    padding-right: 2%;
    float: left;
}
#higherqualification {
    background-image: url(../images/greenplanet.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: 120% center;
}
#higherqualification p {
    margin-right: 280px;
}
#events {
    max-width: 1800px;
    margin: 0 auto;
}
.event {
    width: 50%;
    float: left;
    position: relative;
    padding: 0;
}
.description {
    position: absolute;
    bottom: 0;
    background-color: black;
    background-color: rgba(0,0,0,0.64);
    padding: 1px 20px;
}
.description, .description h2 {
    color: white;
}
.containerprofile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
	}
	img {
    max-width: 100%;
    border-radius: 10px;
}
/* Position the image container (needed to position the left and right arrows) */
.container {
	position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
	}
}
@media (min-width : 900px ){
#navlinks a {
    background-image: url(../images/icons.png);
    background-size: 30px;
    background-repeat: no-repeat;
}
#navlinks a[href="index.html"] {
    background-image: none;
}
#navlinks a[href="series.html"] {
    background-position: left top;
}
#navlinks a[href="ytube.html"] {
    background-position: left -30px;
}
#navlinks a[href="about.html"] {
    background-position: left -60px;
}
#navlinks a[href="blog.html"] {
    background-position: left -90px;
}
#navlinks a[href="info.html"] {
    background-position: left -122px;
}
.containerprofile {
    display: flex;
    align-items: center;
    justify-content: center;
}
img {
    max-width: 100%;
    border-radius: 10px;
}
	/* Position the image container (needed to position the left and right arrows) */
.container {
	position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
	}
}
