	*{ 
	}

	body {
        background-image: url("assets/bg.jpg");
        background-position: center;
        background-size: cover;
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		min-height: 100vh;
		margin: 0;
	}

    .bg {
        background-image: url("assets/bg.jpg");
        background-position: center;
        background-size: cover;
    }
    
	.button {
  background-color: #ffa3f4;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 5px 5px 5px 5px;
  cursor: pointer;
  border-radius: 16px;
  }
  
  .button:hover {
  background-color: #fe7bc9;
  }
  
  .Sbutton {
  background-color: #ffa3f4;
  border: none;
  color: black;
  padding: 15px 25px;
	font-family: "Lucida Console", "Courier New", monospace;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 5px 5px 5px 5px;
  cursor: pointer;
  border-radius: 16px;
  font-size: 18px;
  }
  
  .Sbutton:hover {
  background-color: #fe7bc9;
  }
  
	header {
	  min-height: 50px;
		display: block;
		background-color: #ffa3f4;
		height: 100px;
		width: 100%;
		border: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		position: center;
	}
	@media screen and (min-width: 769px){header {
	  min-height: 50px;
		display: block;
		background-color: #ffa3f4;
		height: 115px;
		width: 30%;
		border: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
	}}
	
	.ncs {
		color: white;
        font-style: italic;
        font-weight: bolder;
		font-family: "Helvetica", "Courier New", monospace;
		font-size: 50px;
		margin-top:0px;
		margin-bottom: 0px;
	}
	
	
/* navigation bar */

	ul.nav {
		display: block;
        overflow: hidden;
		float: left;
		font-family: "Lucida Console", "Courier New", monospace;
		font-size: 100%;
		list-style-type: none;
		margin: 0;
		margin-bottom: 40px;
		padding-left: 0;
		padding-right: 0;
		color: #f4ffa3;
		background-color: #f4ffa3;
        border-left:  1px solid #000043;
        width: 100%;
	}
	
	li a {
		float: left;
		width: auto;
        display: block;
		flex-grow: 1;
		padding: 10px;
		text-decoration: none;
		border-right:  1px solid #000043;
		border-bottom: 1px solid #000043;
		font-size: 85%;
	}
	@media screen and (min-width: 769px){li a {
		float: left;
		width: auto;
        display: block;
		flex-grow: 1;
		padding: 10px;
		text-decoration: none;
		border-right:  1px solid #000043;
		border-bottom: 1px solid #000043;
		font-size: 100%;
	}}
	li a.active {
		background-color: #a3f4ff;
	}
	
	li a.sel {
	}
	
	a:link, a:visited {
		/*color: #000043;*/
	}

	li a:hover:not(.active) {
		background-image: linear-gradient(to bottom, #FFFFD1, #FFFFD1);
	}
	
	/* body style */
	
	main {
		padding-top: 30px;
	}
    
    .post { width: 80%; 

		display: block;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		border: 1px solid #000043;
		background-color: #FFFFD1;
		font-family: "Lucida Console", "Courier New", monospace;
		box-shadow: 0px 3px 5px 0px #000000;
    }
    /* Desktop width (screens 769px and larger) */
    @media screen and (min-width: 769px) {
    .post { width: 30%; 
    display: block;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		border: 1px solid #000043;
		background-color: #FFFFD1;
		font-family: "Lucida Console", "Courier New", monospace;
		box-shadow: 0px 3px 5px 0px #000000;}}
	
	.title {
		display: block;
		color: #ffffff;
		font-family: "Helvetica", "Courier New", monospace;        
        font-style: italic;
        font-weight: bolder;
        font-size: 30px;
        text-shadow: 2px 2px #ff00ce;
        text-align: center;
        border-bottom: 1px solid #000043;
        padding-bottom: 10px;
	}
	
	.subtitle {
		display: block;
		color: #000000;
		font-family: "Lucida Console", "Courier New", monospace;
		font-size: 12px;
		text-align: left;
		padding-left: 25px;
	}
	
	.subtext {
		display: block;
		color: #000000;
		font-family: "Lucida Console", "Courier New", monospace;
		font-size: 12px;
		text-align: center;
		padding-left: 25px;
	}
	
	.content {
		display: block;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
	}
    
  .header img {
    float: left;
		display: block;
		margin-left: auto;
		margin-right: auto;
        width: 100%;
        height: 100%;
    }
    @media screen and (min-width: 769px){.header img {
    float: left;
		display: block;
		margin-left: auto;
		margin-right: auto;
        width: 100%;
        height: 100%;
    }}
    
    .container {
      display: flex;
      justify-content: space-evenly;
    }

	
	.insert img {
		display: block;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		position: center;
		width: 80%;
		height: 80%;
	}
	@media screen and (min-width: 769px){.insert img {
		display: block;
		margin: auto;
		width: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		position: center;
	}}
	
	.nc img{
		display: block;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		position: center;
		width: 30%;
		height: 30%;
	}
	@media screen and (min-width: 769px){.nc img{
		display: block;
		margin: auto;
		width: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		position: center;
	}}
	
	.containerinsert img {
		display: flex;
		width: 90%;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		position: center;
	}

  .containervideo video {
		display: flex;
		max-width: 80%;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		position: center;
	}
	video {
  max-width: 80%;
  height: auto;
  }

    .header h1 {
        position: relative;
    }
    
  footer {
    min-height: 50px;
  background-color: #ffa3f4;
  padding: 10px;
  margin-top: 100px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
  color: white;
  
  }