html {
  line-height: 1.2;
}

body {
	background-color: #000000;
	font-family: "Verdana", sans-serif;
	color: #ecf4f1;
	font-size: 14px;
}

header {
    background-image: url("../img/banner-web.jpg");
    background-color: #000000;
}

nav {
    z-index: 100;
}

.spacer {
  	display: none;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #303636;
}

nav li {
    float: left;
}

nav li a {
    display: block;
    padding: 5px 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-align: center;
}

nav li a:hover {
    /*border-radius: 8px 8px 0px 0px;*/
    background-color: #000000;
    color: #8f21ff;
}

nav li .active {
    border-radius: 8px 8px 0px 0px;
    background-color: white;
    color: #054747;
}

nav ul .social {
 	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #303636;
	float: right;
  	text-align: right;
    list-style-position: inside;
}

nav ul .nav-site {
 	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #303636;
  	text-align: center;
    list-style-position: inside;
  	line-height: 1.35;
}

nav li .social{
    float: right;
}

nav img {
	width: 50%;
  	text-align: right;
}

main {
    margin-bottom: 31px;
}

main a {
	color: #cf00ff;
}

.article-container {
    padding: 16;
    width: 70%;
    float: left;
}

article {
    border-radius: 8px;
    border: 2px solid #ecf4f1;
    margin: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
	padding-bottom: 5px;
    background-color: #000000;
    color: #ecf4f1;
    box-shadow: 5px 5px 5px #2b2b2b;
}

article .title {
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    margin-top: 6px;
    margin-bottom: 0px;
    color: #ecf4f1;
}

article a {
 	color: #60769f; 
}

article img {
  width: 30%;
}

input{
    outline: none;
}

input[type=text]:focus{
    border: 1px solid #0CA4A5;
}

input[type=text]{
	border-radius: 4px;
    border: 1px solid #303636;
}

input[type=email]{
	border-radius: 4px;
	border: 1px solid #303636;
}

input[type=textarea]{
	border-radius: 4px;
    border: 1px solid #303636;
}

input[type=submit]{
    cursor: pointer;
}


footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #303636;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: white;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + main {
  padding-top: 27px;
}

.accordion {
  background-color: rgba(255,255,255,0);
  color: #0CA4A5;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 16px;
  font-weight: bold;
  padding: 2px;
  margin-top: 6px;
  margin-bottom: 0px;
}

.interactive hr {
	display: none;
}

.interactive .content {
	display: none;
}


.interactive .footer {
	display: none;
}

.media-wrapper {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 33.3%;
  padding-top: 18.75%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  display: none;
}

aside {
    display: block;
    width: 30%;
    top: 0px;
    float: right;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

article .footer {
    font-size: 10px;
    font-style: italic;
}

article .media-footer {
    font-size: 10px;
    font-style: italic;
    margin: auto;
    text-align: center;
}

article .content {
    padding-bottom: 1px;
}

article hr {
  color: #d6dbdb;
}

.interactive:hover{
  background-color: #C9CFCF;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    margin-top: 6px;
    margin-bottom: 0px;
    color: #d6dbdb;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    margin-top: 6px;
    margin-bottom: 0px;
    color: #d6dbdb;
}
#title {
	color: #cf00ff;
	font-size: 70px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	overflow: hidden;
    display: block;
  	margin-left: auto;
  	margin-right: auto;
}

#subtitle {
    color: #d6dbdb;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}

@media only screen and (max-width: 1500px) {
  article img {
    width: 70%;
  }
}

@media only screen and (max-width: 1018px){
   article img {
    width: 80%;
  } 
}



@media only screen and (max-width: 810px) {
    .media-wrapper {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    }
  

}

@media only screen and (max-width:656px) {
    .spacer {
  		display: inline;
	}
  
    nav ul .social {
		float: right;
        text-align: left;
        list-style-position: inside;
	}
  
  	nav li .social{
    	float: right;
	}
}

@media only screen and (max-width: 500px) {
    #title {
		font-size: 55px;
    }
  
    aside {
        width: 100%;
    }
    
    .article-container {
   		padding: 16;
    	width: 100%;
    	float: left;
    }
  
  	article img {
  		width: 95%;
	}
}

