
@media only screen and (min-width:768px){

body {
	background-color: white;
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-size:40px;
	font-weight: bold;
}

/*part1-bar*/
.logo {
    width: 100%;
	height:200px;
	background-color:red;
  
	}
  
.logo img{
	width:50%;
	height:200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	

/* Add a black background color to the top navigation */
.navbar {
    width: 100%;
  	height:80px;
	background-color: red;
}

/* Style the links inside the navigation bar */
.navbar button {
    
	color: white;
    text-align: center;
    padding: 10px 10px ;
   	text-decoration: none;   	
    float: left;
    width: 50%;
    border: none;
    outline: none;
  	background-color: red;
  	font-family: sans-serif;
	font-size:20px;
	font-weight: bold;
 
}

/* Change the color of links on hover */
.navbar button:hover {
    height:50px;
	background-color: white;
    color: red;

}

.tabcontent {
  display: none;

}

/* part2-Slideshow  */

.slidshow {
  	width: 100%;
  	position: relative;
  	margin-top: 0px;
  	background-color: red;
  	display: block;
  	height:700px;
   
}
.slidshow img{
	width:100%;
	height:700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	




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


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


/* Number text (1/3 etc) */
.numbertext {
  	color: #f2f2f2;
  	font-size: 20px;
  	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;
}

.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}
}

/* part3-content  */

.col-1 {
    width: 100%;
    height:850px;
    background-color:red;
  
	}


.col-2 {
width: 80%;		
background: white;
margin-left: auto;
margin-right: auto;
color:black;
}

.col-3 {
   
padding: 10px 10px 10px 10px;
width: 80%;		
background: white;
border-bottom: 0.5px solid grey;
margin-left: auto;
margin-right: auto;
}

.col-4 {
   
padding: 10px 10px 10px 10px;
width: 80%;		
background: white;
margin-left: auto;
margin-right: auto;
}

	
.col-6 {
    width: 50%;
    background-color:red;
    color:white;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
	}
	
.col-7 {
    width: 35%;
    background-color:white;
    color:red;
    margin-left: auto;
    margin-right: auto;
    text-align:left;  
	}
.col-8 {
    width: 100%;
    background-color:white;
    color:grey;
    text-align:center;
	}	
	
	
	
.col-5 {
    width: 100%;
    height:2500px;
    background-color:red;
    color:white;
    text-align:center;
  
	}
	
.col-9 {
    width: 35%;
    background-color:red;
    color:white;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
  
	}
.col-10 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;

  
	}	
.post{
	background-color: white;
	color: black;
	border: 1px solid black;
}	

table {
  border-collapse: collapse;
  width: 100%;
}

tr:nth-child(even) {background-color: #f2f2f2;}

th {
  background-color: red;
  color: white;
}

.logos a{
    padding: 10px 20px 10px 20px;
	text-decoration: none;
	color: red;
	border-radius: 2px;
	text-align: center;
}

.logos: hover {
    color: white;
    background-color: red;
}

.edit{
	background: white;
}

.regis{
	background-color: white;
	color: red;

}
