*,
*::after,
*::before {
	box-sizing: border-box;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

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


html {
	font-size: 16px;
}

h2{
	font-size: 16px;
}


body {
	background: #4c5cb9;
}

.uni{
	color:	#4c5cb9;
	font-family: 'DM Sans', sans-serif;
	max-width: 800px;
	margin:auto;
	background: white; 
	padding: 40px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.comp {
	font-size: 24px;
	font-style: 700;
}

.comp2 {
	font-size: 20px;
	font-style: 400;
}

.header, .foot {
	font-family: 'DM Sans', sans-serif;
	color:	#4c5cb9;
	padding: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 800px;
	margin:auto;
	text-align: center;
	background: white;
	border-radius: 5px;
}


a {
	color:	#4c5cb9;
	font-family: 'DM Sans', sans-serif;
	text-decoration: underline;
}

a:hover, a:active{
	color: #1e244a;
	text-decoration: underline;
}

.header a, .foot a {
	text-decoration: none !important;
}

/*header {
	background-color: ;
	color:;
	text-align: center;
	position: relative;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: 15px solid #color;
}*/


.nav {
	padding: 0px;
	margin: 0px;
	font-size: 22px;
}

.nav li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

/*.nav li a{
	color:	#000;	
}

.nav li a:hover, .nav li a:active{
	color: #5b3c14;
}*/

#main {
	width: 100%;
	display: flex;
	justify-content: center;
	background-attachment: fixed;
	background-size: contain;
}
#main article {
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 1.5rem;
	padding: 2.5rem;
	background: white;
	border-radius: 5px;
}
@media only screen and (min-width: 1025px) {

	#main article {
		max-width: 700px;
	}
}
#main article h1 {
	margin-top: 0;
	padding-top: 0;
}


/*footer {
	text-align: center;
	background: #color;
	padding: 1.125rem;
	border-top: 15px solid #color;
	color: #color;
}*/

.foot li{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}


figcaption{
	font-style: italic;
}

.responsive{
	-moz-column-count:2;
	-moz-column-width:	300px;
}



.responsive{
	width: 100%;

}

@media all and (min-width: 35em) {
.responsive {
    width: 49%;
  }	  
} 

@media all and (min-width: 50em) {
  article img {
    width: 100%;
  }	  
}


