* {box-sizing: border-box;}
body {
    font-size: 115%;
	background: #ffffff;
	margin: auto;
    max-width: 1200px;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 0px;
    padding-top: 1px;
/* added for Footer 2 */
    font: 16px "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}


/* Header Title */
.header {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	/* [disabled]background-image: url(../images/5_abstract_background.png); 
	background-repeat: no-repeat;
	background-size: cover;*/
    background: #ffffff;
}

.header h1 {
	font-size: 110%;
	margin-bottom: -10px;
	padding-bottom: 0px;
}
.header h2{
	/* [disabled]font-size: 25px; */
	margin-bottom: -10px;
	padding-bottom: 0px;
}
.header p {
    font-style: italic;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
    float: left;
    width: 75%;
}

/* Right column */
.rightcolumn {
    float: left;
    width: 25%;
    /* [disabled]background-color: #f1f1f1; */
    padding-left: 20px;
}

/* Fake image */
.fakeimg {
    background-color: #eef;
    width: 100%;
    padding: 20px;
}

/* Add a card effect for articles */
.card {
	background-color: white;
	padding: 20px;
	margin-top: 20px;
	-webkit-box-shadow: 2px 2px 3px 1px #555;
	box-shadow: 2px 2px 3px 1px #555;
}
.card div img {
    max-width: 350px;
    max-height: 350px;
    display: block;
    margin: auto;
}
.containerReview .item .stars {
	width: 114px;
	height: 48px;
	display: block;
	float: left;
	clear: both;
	margin-left: -27px;
	margin-top: -14px;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Footer */
.footer {
	/* [disabled]padding: 20px; */
	text-align: center;
	/* [disabled]background: #000; */
	margin-top: 20px;
	color: white;
}
.hidden {
    display: none;
}
.nudgeBotUp {
	margin-bottom: -20px;
}
#myHeader {
	margin-top: auto;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: auto;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.reviewShift {
	padding-left: 28px;
}
.parallax1 {
	/* The image used */
	background-image: url(../images/parrellel-1d.png);
	/* Set a specific height */
	min-height: 350px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size:contain;
}

.parallax2 {
    /* The image used */
    background-image: url("../images/golden-lady.jpg");

    /* Set a specific height */
    min-height: 250px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.topnav {
	overflow: hidden;
	background-color: #ffffff;
	margin-bottom: 4px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.topnav a {
	float: left;
	display: block;
	color: #010101;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	border-radius: 6px;
	margin-right: 16px;
	margin-left: 6px;
}

.activeMenu {
  background-color: #00C5BF;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: black;
	padding: 14px 16px;
	background-color: #fff;
	font-family: inherit;
	margin: 0;
    border-radius: 6px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
        padding-top: 3px;
        padding-bottom: 3px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #1D55D2;
  color: white;
}

.dropdown-content a:hover {
    background-color: #3470C0;
    margin-left: 3px;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}



/* Style the header */
.headerNav {
	/* [disabled]padding-top: 0px; */
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 10px; */
	/* [disabled]padding-bottom: 0px; */
	background: #ffffff;
	color: #f1f1f1;

}

/* Page content */
.content {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
    
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
    }

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 25px;
        transition: all 0.5s ease-in-out;
        transition-delay: 0.15s;
    }     

.top-container {
	background-color: #ffffff;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-align: center;
    

}

.headerScroll {
	/* [disabled]padding: 10px 16px; */
	background: #555;
	color: #f1f1f1;
}






.mySlides {display: none}


/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}



/* 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);
}

/* Caption text */
.tagtext {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
}

/* Heading Main */
.headingtext {
  color: #000;
  padding: 8px 12px;
  position: absolute;
    top: -22px;
    width: 100%;
    text-align: center;
}
.bigger1   {
	font-size: 110%;
}

@media screen and (max-width: 400px) {
/* Heading Main */
.headingtext {
  font-size: 24px;
}
/* Caption text */
.tagtext {
	font-size: 14px;
    display: none;
}
}
@media screen and (min-width:401px) and (max-width: 600px) {
/* Heading Main */
.headingtext {
  font-size: 32px;
}
/* Caption text */
.tagtext {
	display: none;
}
}
@media screen and (min-width: 601px) {
/* Heading Main */
.headingtext {
  font-size: 36px;
}
/* Caption text */
.tagtext {
	font-size: 30px;
}
}


.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.25s;
  animation-name: fade;
  animation-duration: 1.25s;

}

.fade-in {
	opacity: 1.0;
	animation-name: fadeInOpacity;

	animation-timing-function: ease-in-out;

	animation-duration: 1.65s;
}
.textBox {
	padding: 18px;
	background-color: hsla(0,0%,100%,0.73);
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 1px 1px red;
    box-shadow: 1px 1px 1px 1px red;    
}
.FooterItem {
	margin-top: 6px;
	font-size: 90%;
}
.FooterItem2 {
	margin-top: 4px;
	font-size: 80%;
}
.noUnderline {
    text-decoration: none;
}

@keyframes fadeInOpacity {

	0% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade {

  from {opacity: .6} 
  to {opacity: 1}
    
}

@keyframes fade {

  from {opacity: .6} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 400px) {
  .prev, .next,.text {font-size: 11px}
}




@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}




/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
}
