﻿* {
  box-sizing: border-box;
}

/* Style the body */
body {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}

footer {
    font-family: arial;
	float:left;
	width:100%;
    padding-bottom:3em;
    color:tomato;
    background-color:#002233;
    text-align: center;
}

.normalisation{
	margin-left:auto;
	margin-right: auto;
	width: 300px;
	height:400px; 
}


.image {
  position:relative;
  width: 100%;
  height: auto;
  object-fit:cover;
  transition: .5s ease;
  backface-visibility: hidden;
}

div.gallery {
  position: relative;
  display: table;
  background-color: rgba(0,0,0, 0.88);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  margin-top:20px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: auto;
}

.gallery:hover .middle {
  opacity: 1;
}

div.desc {
  text-align: center;
  background-color: rgba(50, 100, 150, 0.8);
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

div.gallerya {
  position: relative;
  display: inline-table;
  background-color: rgba(0,0,0, 0.6);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.descb {
  text-align: center;
  background-color: rgba(0,0,0, 0.6);
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  position:relative;
  width: 350px;
}

* {
    box-sizing: border-box;
}


/* for the slide deisgn */
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}

.video{
  position:relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  min-width: 400px;
}

#myDIV {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  margin-top: 20px;
}

.mid{
	width:100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
  border: none;
  outline:none;
}


/* Header/logo Title */
.header {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  -webkit-background-size: cover;
  padding: 80px;
  text-align: center;
  background-color: white;
  color: white;
}

div.siz{
	width:50%;
	position: relative;
	display: inline-block;
	margin-left:auto;
	margin-right:auto;
}
div.siz img{
	width: 150px;
    height: auto;
}

/*sizing footer stuff */
div.sizfooter{
	width:45%;
	float: left;
	position: relative;
	display: inline-block;
	margin-left:auto;
	margin-right:auto;
	margin:10px;
}
div.sizfooter img{
    float:left;
	width: 150px;
    height: auto;
}

/* Increase the font size of the heading */
.header h1 {
  font-size: 40px;
}

.navbar a{
	text-decoration: none;
}
/* Style the top navigation bar */
.navbar {
  background-color: #fdf5e6;
}

/* Column container */
.row {  
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  width:100%;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  -ms-flex: 35.5%; /* IE10 */
  flex: 35.5%;
}

/* Main column */
.main {   
  -ms-flex: 64%; /* IE10 */
  flex: 64%;
}

.im {
  border-radius: 5em;
  margin-left: auto;	
  margin-right: auto;
  position: relative;

}

.im1 {
  border: 2px;
  border-color: white;
  padding:15px;		
  position: relative;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.im2 {
  border-radius: 5em;
  border: 2px;
  border-color: white;
  padding:15px;	
  margin-left: auto;	
  margin-right: auto;
  position: relative;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 20px;
}

div.fom{
	margin-left:auto;
	margin-right:auto;
	width:50%;
}

/* Footer */
.footer {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  clear: left;
  font-family:arial;
  color: white;
  text-align: center;
  background: grey;
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row {   
    flex-direction: column;
  }
  
  .video {   
    width:100%;
  } 
  
  div.fom {
	  width: 100%;
  }
}

/* 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) {
  .navbar a {
    float: none;
    width: 100%;
  }
  
  div.fom {
	  width: 100%;
  }
}


/* Style tab links */
.tablink {
  background-color: #fdf5e6;
  padding: 18px 60px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration:none;
  outline:none;
  width: 20%;
}

.tablnone{
  background-color: #fdf5e6;
  padding: 18px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration:none;
  outline:none;
}

.tablink:hover {
  background-color: white;
}

div.sticky{
    position: -webkit-sticky; /* safari */
	position: sticky;
	top: 0;
}

.right {
	float:right;
}

.left {
float: left;
}