@charset "UTF-8";

body {font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; 
font-size: 100%;
line-height: 1.3em;
word-spacing: .09em;
color: rgba(33, 0, 43, 1.0);
margin: 0;
padding: 0;
overflow: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling:touch;
}

body.gradient1 {background: linear-gradient(130deg, #E3FFE4 10%, #D7E8CF 25%,  #FAFFF0 50%, #E8E8CF 75%, #FFFCE3 100%)  no-repeat center center fixed; } 


#header-continer { padding: 5px 0 0 0; width: inherit;  }

#header { text-align: center; }


h1{
	font-size:  2.5em;
	color:#483C80;
	font-family: 'Playfair Display', serif;	
}

h2{
	font-size: 2em;
	color:#483C80;
	font-family: 'Playfair Display', serif;	
}

h3{
	font-size: 1.5em; 
	line-height: 1.7em;
	color:#382D6F;
	font-family: 'Playfair Display', serif;
}

a{
	text-decoration: none;
	color: #483C85;
	font-family: 'Playfair Display', serif;
	
}
h4 {
	font-family: 'Playfair Display', serif;
	color:#69587D;
}

h5 {
	font-family: 'Roboto', sans-serif;
	color:#7B7186;
}

h6{ font-family: 'Playfair Display', serif;
      font-size: 2.5em
}

/* ----------------------------------------------------------- */

/*-- this is my menu. for padding remeber right, top, bottom, left --*/

/* nav {
	font-weight: 800;
	width: 100%;
	background-color:#939393;
	padding: 5px;
}

nav li{
	text-decoration:none;
	display: inline;
	padding: 0px 0px 0px 12px;
}

nav a{
	color: #7F247D;
}
nav a:hover{
	border-style:#;
	border-color: #45A3D2;
	padding: 0px 12px 0px 12px;
}

*/

/* ----------------------------------------------------------- */

/*--scalable video | --*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -- set max w. to whatever you want --*/
.video-wrapper {
	width: 100%;
	max-width: 100%;
}


/* ----------------------------------------------------------- */

/*--- these are the attributes for scaling images ---*/

.object-fit_fill{
	-o-object-fit: fill;
	    object-fit: fill;
}
.object-fit_contain{
	-o-object-fit: contain;
	    object-fit: contain;
}
.object-fit_cover{
	-o-object-fit: cover;
	    object-fit: cover;
}
.object-fit_none{
	-o-object-fit: none;
	    object-fit: none;
}
.object-fit_scale-down{
	-o-object-fit: scale-down;
	    object-fit: scale-down;
}
img[class]{
	width: 100%;
}


/* ----------------------------------------------------------- */

/*-- this is my grid (below) --*/ 

.box{
	width:100%;
	min-height:30px;
	position:relative;
	margin:auto;
}

.row,
.column{
	box-sizing: border-box;
}

.row:before,
.row:after {
	content: "";
	display:table;
}

.row:after{
	clear:both;
}

.column{
	position: relative;
	float:left;
}

/*-- the "column + column" is how we can apply the margin for all of the columns --*/
.column + .column {
	margin-left: 1.6%;
}


/*-- column width are set to be divisible by 12 , a large composite number --*/
.column-12{
	width: 6.86666666667%;
}
.column-11{
	width:15.3333333333%;
}
.column-10{
	width:23.8%;
}
.column-9{
	width:32.2666666667%;
}
.column-8{
	width:40.7333333333%;
}
.column-7{
	width:49.2%;
}
.column-6{
	width:57.6666666667%;
}
.column-5{
	width:66.1333333333%;
}
.column-4{
	width:74.6%;
}
.column-3{
	width:83.0666666667%;
}
.column-2{
	width:91.5333333333%;
}
.column-1{
	width:100%;
}

@media only screen and (max-width:750px){
	.column-1,
	.column-2,
	.column-3,
	.column-4,
	.column-5,
	.column-6,
	.column-7,
	.column-8,
	.column-9,
	.column-10,
	.column-11,
	.column-12{
		width:auto;
		float:none;
	}
}

.column{
	border: 1px solid #ccc;
	border-radius:4px;
	color:#777;
	padding:5px;
	min-height:30px;
}

.row{
	margin-bottom: 10px;
}

.row:last-child{
	margin-bottom: 0;
}

@media only screen and (max-width:750px) {
	.row{
		margin-bottom: 0;
	}
	.column{
		margin-bottom: 10px;
	}
	.row:last-child .column:last-child{
		margin-bottom: 0;
	}
}



/* ----------------------------------------------------------- */

html{
    height: 100%;
    width: 100%;
    
}
a:hover {
  color: #6ae1d2;
}
.container {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  position:relative;
  transition: all 0.3s;
}
.menu-open {
  transform: translate(-230px, 0);
}
#nav {
  text-align: center;
  margin: 0;
  padding: 15px 0;
  width: 100%;
}
#nav li {
  display: inline-block;
}
#nav li a {
  display: block;
  color: #fff;
  font-size: 1rem;
  padding: 10px 25px;
  border: 2px solid transparent;
  text-decoration: none;
  transition: all 0.3s;
}

/* Burger */
 .toggle {
  display: none;
  position: absolute;
  left: -55px;
  top: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 15px 10px;
}
.toggle .bar1,
.toggle .bar2,
.toggle .bar3 {
  width: 25px;
  height: 2px;
  background: #FFF;
  margin-bottom: 8px;
  transition: all 0.6s;
}
/* Change it to an X */
#nav.open .toggle .bar1 {
  transform: rotate(45deg) translate(8px, 7px);
}
 #nav.open .toggle .bar2 {
  opacity: 0;
}
 #nav.open .toggle .bar3 {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* content */
h1{
  padding: 10px;
}
/* content */
.note {
  width: 100%;
  max-width: 800px;
  height: 380px;
  top: 0;
  left: 0;
  right: 0;
  margin:auto;
 
}

@media (max-width: 800px) {
  body {
    min-width: 320px;
  }
  .toggle {
    display:block;
  }
  #nav {
    width: 230px;
    max-width: 480px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -230px;
    
  }
  #nav li{
    display: block;
  }
  #nav li a:hover, #nav li a:focus {
    border-color: transparent;
    background: rgba(0, 0, 0, 0.5);
    color: #5cd;
  }
}

