h1 {
	font-family: 'Fredoka One', cursive;
	color: #122D6B;
	font-size:3vw;
}
p {
	font-family: 'Bitter', serif;
	font-size:1vw;
	line-height:2;
}
.p {
	font-family: 'Bitter', serif;
	font-size:1vw;
	line-height:2;
}
.imagey{
    height:2vw;width:2vw;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column{
    float: left;
    padding: 10px;
}
.left {
  width: 75%;
    position:relative;
  top:10vw;
}
.Title{
    display:none;
}
.right {
  width: 25%;
  position:relative;
  top:10vw;
}
body {
	background: #FFFFFF;
	overflow-x:hidden;
}
a{
	text-decoration:none;
}
.logo {
	height: 8vw;
	width: 8vw;
	padding: 0.7vw;
	position: absolute;
	top:0vw;
	left:0.35vw;
	background-color: #FFFFFF;
	margin:0px 1vw;
}
.menu {
	display: inline;
	position: fixed;
	top:1vw;
	left:0px;
	background:	#122D6B;
	padding:3vw 0;
	width: 100%;
	height:8vw;
	z-index: 100;
}
.menuItem {
	position: relative;
	bottom:0.3vw;
	left:10%;
	font-family: 'Acme', sans-serif;
	color: #FFFFFF;
	font-size: 2vw;
	padding:2.75vw 5vw;
}
.menuItem:hover{
	color: #122D6B;
	background-color: #FFFFFF;
}
.current{
    background:royalblue;
}
.current:hover{
    background:royalblue;
    color:white;
}
.dropdown{
    position:relative;
    display:inline-block;
	left:8.4%;
}
.dropdown-content{
    height:9vw;
    width:17.3vw;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:200;
    background:#122D6B;
    display:none;
    position:absolute;
    top:5vw;
    left:1.7vw;
	font-family: 'Acme', sans-serif;
	font-size:2vw;
}
.dWords{
    padding:1vw;
    display:block;
	color: #FFFFFF;
	text-align:center;
}
.dWords:hover{
	color: #122D6B;
	background:#FFFFFF;
}
.dropdown:hover .dropdown-content{
    display:block;
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  margin: auto;
}

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

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

/* 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 */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

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

/* 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;
  position:relative;
  top:6vw;
  z-index:10;
}

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

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

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.footer{
	background:	#122D6B;
	width:100%;
	height:140;
	color: #FFFFFF;
	text-align:center;
	position:absolute;
	top:100%;
}  
.smolIcon{
	width:1vw;
	height:1vw;
}
.conty {
    display: none;
    cursor: pointer;
    position:fixed;
    top:2vw;
    right:3vw;
}

.bar1, .bar2, .bar3 {
    width: 5vw;
    height: 0.8vw;
    background-color: #FFFFFF;
    margin: 0.9vw 0;
    transition: 0.4s;
}
.button{
	position:relative;
	padding:1vw 2vw;
	background:#122D6B;
	color:white;
	border-radius:5px;
}
.button:hover{
	background:white;
	color:#122D6B;
	border-color:#122D6B;
	border-style:solid;
	border-width:0.3vw;
}
.button2{
	position:relative;
	padding:1vw 2vw;
	background:#122D6B;
	color:white;
	border-color:#122D6B;
	border-style:solid;
	border-width:0.3vw;
}
.prom{
    font-size:3vw;
    font-family:'Acme',serif;
    top:2vw;
}
.change .bar1 {
    -moz-webkit-transform: rotate(-45deg) translate(-1.29vw, 0.86vw);
    -o-webkit-transform: rotate(-45deg) translate(-1.29vw, 0.86vw);
    -ms-webkit-transform: rotate(-45deg) translate(-1.29vw, 0.86vw);
    transform: rotate(-45deg) translate(-1.29vw, 0.86vw);
}
.change .bar2 {opacity: 0;}

.change .bar3 {
    -moz-webkit-transform: rotate(45deg) translate(-1.3vw,-1.3vw);
    -o-webkit-transform: rotate(45deg) translate(-1.3vw,-1.3vw);
    -ms-webkit-transform: rotate(45deg) translate(-1.3vw,-1.3vw);
    transform: rotate(45deg) translate(-1.3vw,-1.3vw);
}
.toChane{
    display:flex;
}
@media screen and (max-width : 800px) {
    .toChange{
        display:block;
    }
   .right{
       margin:auto;
   }
   .left{
        width:100%;
   }
    .conty{
        display:inline-block;
    }
    .menuItem{
        font-size:4vw;
        text-align:center;
        left:0;
        background:#FFFFFF;
        color:#122D6B;
        top:5vw;
    }
    .dropdown{
        width:100%;
        left:0;
    }   
    .dropdown-content{
        position:relative;
        width:100%;
        left:0;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
        font-size:3vw;
    }
    .Title{
        display:inline;
    }
    .whole{
        width:90vw;
    }
    .dwords{
        background:#FFFFFF;
        color:#122D6B;
    }
    .current{
        background:whitesmoke;
    }
}
/*
h1 {
	font-family: 'Fredoka One', cursive;
	color: #968065;
	font-size:3vw;
}
p {
	font-family: 'Bitter', serif;
	font-size:1vw;
	line-height:2;
}
.p {
	font-family: 'Bitter', serif;
	font-size:1vw;
	line-height:2;
}
.imagey{
    height:2vw;width:2vw;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column{
    float: left;
    padding: 10px;
}
.left {
  width: 75%;
    position:relative;
  top:10vw;
}
.Title{
    display:none;
}
.right {
  width: 25%;
  position:relative;
  top:10vw;
}
body {
	background: #EEE8C6;
	overflow-x:hidden;
}
a{
	text-decoration:none;
}
.logo {
	height: 8vw;
	width: 8vw;
	padding: 0.7vw;
	position: absolute;
	top:0vw;
	left:0.35vw;
	background-color: #EEE8C6;
	margin:0px 1vw;
}
.current{
    background:#776650;
}
.menu {
	display: inline;
	position: fixed;
	top:1vw;
	left:0px;
	background:	#968065;
	padding:3vw 0;
	width: 100%;
	height:8vw;
	z-index: 100;
}
.menuItem {
	position: relative;
	bottom:0.3vw;
	left:10%;
	font-family: 'Acme', sans-serif;
	color: #EEE8C6;
	font-size: 2vw;
	padding:2.75vw 5vw;
}
.menuItem:hover{
	color: #968065;
	background-color: #EEE8C6;
}
.dropdown{
    position:relative;
    display:inline-block;
	left:8.4%;
}
.dropdown-content{
    height:9vw;
    width:17.3vw;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:200;
    background:#968065;
    display:none;
    position:absolute;
    top:5vw;
    left:1.7vw;
	font-family: 'Acme', sans-serif;
	font-size:2vw;
}
.dWords{
    padding:1vw;
    display:block;
	color: #EEE8C6;
	text-align:center;
}
.dWords:hover{
	color: #968065;
	background:#EEE8C6;
}
.dropdown:hover .dropdown-content{
    display:block;
}
* {box-sizing:border-box}

.slideshow-container {
  max-width: 1000px;
  margin: auto;
}

.mySlides {
    display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  border-radius: 3px 0 0 3px;
    right:0;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.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;
  position:relative;
  top:6vw;
  z-index:10;
}

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

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.footer{
	background:	#968065;
	width:100%;
	height:10vw;
	color: #EEE8C6;
	text-align:center;
	position:absolute;
	top:100%;
}  
.smolIcon{
	width:1vw;
	height:1vw;
}
.conty {
    display: none;
    cursor: pointer;
    position:fixed;
    top:2vw;
    right:3vw;
}

.bar1, .bar2, .bar3 {
    width: 5vw;
    height: 0.8vw;
    background-color: #EEE8C6;
    margin: 0.9vw 0;
    transition: 0.4s;
}

.change .bar1 {
    -moz-webkit-transform: rotate(-45deg) translate(-1.29vw, 0.86vw);
    -o-webkit-transform: rotate(-45deg) translate(-1.29vw, 0.86vw);
    -ms-webkit-transform: rotate(-45deg) translate(-1.29vw, 0.86vw);
    transform: rotate(-45deg) translate(-1.29vw, 0.86vw);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -moz-webkit-transform: rotate(45deg) translate(-1.3vw,-1.3vw);
    -o-webkit-transform: rotate(45deg) translate(-1.3vw,-1.3vw);
    -ms-webkit-transform: rotate(45deg) translate(-1.3vw,-1.3vw);
    transform: rotate(45deg) translate(-1.3vw,-1.3vw);
}
@media screen and (max-width : 700px) {
    .footer {
         visibility:hidden;
   }
   .right{
       margin:auto;
   }
   .left{
        width:100%;
   }
    .conty{
        display:inline-block;
    }
    .menuItem{
        font-size:4vw;
        text-align:center;
        left:0;
        background:#EEE8C6;
        color:#968065;
        top:5vw;
    }
    .dropdown{
        width:100%;
        left:0;
    }   
    .dropdown-content{
        position:relative;
        width:100%;
        left:0;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
    }
    .Title{
        display:inline;
    }
    .whole{
        width:90vw;
    }
    .dwords{
        background:#EEE8C6;
        color:#968065;
    }
    .current{
        background:#cec8a7;
    }
}*/
