/* code design retrieved from  https://www.youtube.com/watch?v=n8lXLWi0oNc */

*{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

body{
    background-color: beige;
}
a{
    color: inherit;
    text-decoration: inherit;
}


.bgimage{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../Photos/yatchamandira2.png');
    background-size: 100% 110%;
    width: 100%;
    height: 100vh;
}

.menu{
    width: 100%;
    height: 100px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    top: 0;
    position: fixed;
    margin: 0;
    z-index: 99;
}

/* code for sticky menu */
.menu.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    
}

.photos img{
    height: 220px;
    width:auto;
}

.leftmenu{
    width: 33%;
    line-height: 100px;
    float: left;
}

.leftmenu h4{
    padding-left: 70px;
    font-weight: 300;
    color: ghostwhite;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
}

.rightmenu{
    width: 67%;
    height: 100px;
    float: right;
}

.rightmenu ul{
    margin-left: 200px;

}

.rightmenu ul li {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    color: white;
    font-weight: bold;
    line-height: 100px;
    margin-left: 40px;
    text-transform: uppercase;
}

ul li a{
    text-decoration: none;
}

#active{
    color: orange;
    
}

.rightmenu ul li:hover{
    color: orange;
}

.filler{
    color: transparent;
    margin-top: 0px;
}

.text{
    width: 100%;
    margin-top: 220px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    
}

.text h4{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.text h1{
    font-size:62px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 700px;
	margin:14px 0px;
    
}

.text h3{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}


#buttonone{
	background-color: transparent;
    color: white;
	border: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	width: 150px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 25px;
	border: 3px solid white;
}

#buttontwo{

	background-color: transparent;
    color: white;
	border: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	width: 150px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 25px;
	border: 3px solid white;
}

#buttonone:hover{
    background-color: white;
    color: sandybrown;
    transition: 0.3s;
}

#buttontwo:hover{
    background-color: white;
    color: sandybrown;
    transition: 0.3s;
}

.WhatWeDo{
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 18px;
}

.WhatWeDo h2{
    font-weight: 100;
    opacity: 10%;
    color: black;
}


.WhatWeDo hr{
    margin-top: 10px;
    margin-left: 315px;
    color: black;
    transition: 2s;
}

.WhatWeDo hr:in-range{
    transition: 2s;
}

.homepagetext{
    margin-top: 30px;
    background-color: beige;
    margin-left: 75px;
    margin-right: 75px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    
}


.homepagetext p{
    margin-top: 20px;
    text-align: justify;
    font-size: 16px;
    color: black;
}

/* Slideshow container via:https://www.w3schools.com/howto/howto_js_quotes_slideshow.asp*/ 
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

.checked {
  color: orange;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  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);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;
font-weight: 800;
}


/*footer*/
.wrap container{
    width: 80%;
    margin: 0px, auto;
}

.footer{
    clear: both;
    width: 100%;
    min-height: 300px;
    background-color: darkolivegreen;
}
    .footer .widget-footer{
        width: 100%;
        min-height: 240px;
}

.footer .widgets{
    width: 20%;
    min-height: 220px;
    padding: 2.5%;    
    float: left;
    margin-right: 50px;
    margin-left: 45px;
}

.footer .widgets h4{
    color: white;
    font-weight: 400;
    border-bottom: 3px solid rgba(255, 255, 255);
    font-size: 18px;
    text-align: center;
}

.footer .widgets p strong{
    color: whitesmoke;
    
}

.footer .widgets p{
    color: white;
    opacity: 200%;
    font-size: small;
    margin: 8px 0px;
    text-align: justify;
}

.footer .widgets strong{
    color:darkslategray;
}

.footer .subscribe-text{
    width: 100%;
    border: 1px solid rgba(0,128,0,0.23);
    border-radius: 100px;
    height: 25px;
    color: black;
}

.footer .subscribe-btn{
    border: 3px solid rgb(255,255,255);
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 100px;
    margin-top: 10px;
}

.subscribe-btn:hover{
    cursor: pointer;
    background-color: white;
    color: firebrick;
    transition: 0.6s;
}

.footer .widgets img{
    margin: 5px;
    margin-left: 60px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer .widgets img:hover{
    filter: grayscale(100%);
    transition: 0.3s;
}

.footer .main-footer{
    clear:both;
    width: 100%;
    height: 20px;
    background-color: ghostwhite;
}

.footer .main-footer p{
    text-align: center;
}

.footer .widgets h3{ 
    color: white; 100%;
    font-weight:  400;
    border-bottom: 3px solid rgba(255,255,255);
    font-size: 27px;
    text-align: center;
}

.footer .widgets h8{
    color: transparent;
    font-size: 9.5px;
}

h6{
    font-size: 80px;
}

.footer .widgets h7{
    color: transparent;
    font-size: 18px;
}

.photos{
    margin-top: 30px;
    margin: 10px 50px;
}

.photos img{
    transition: 1s;
    padding: 15px;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.mySlides{
    background-color: white;
    z-index: -2;
}


