@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

header {
	padding: 10px;
}


body {
	margin-left: auto;
	margin-right: auto;
	background: url("images/bg.jpg") no-repeat fixed center top;
}

img {
	vertical-align: middle;
}

/* image responsiveness */
.responsive {
  max-width: 100%;
  height: auto;
}

.preloader, body {
    background-color: white;
}

.style_logo_s {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 500px;
}

.style_nav ul{
	list-style-type: none;
}

.style_nav ul li a {
	color: white;
  	text-shadow: 2px 2px 3px black, 0 0 25px red, 0 0 5px #A11C37 ;
	text-align: center; 
	display: block;
	text-transform: uppercase;
	padding: 5px;
}


.style_table td {
	align-content: center;
	vertical-align: top;
}


div.transbox {
 	margin: .5em 0em 1em 0em;
  	background: rgba(255,255,255,0.5); /* white background with 30% opacity */
 	border: 1px solid black;
 	padding: 2em 5em 2em 5em;	
}

div.transbox p {
  	margin: 15%;
  	font-weight: bold;
  	color: #000000;
}


.writing {
	padding: 1.5em;
	color: black;
	text-align: justify;
}


h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}

h2 {
	font-size: 18px
}

h3 {
	font-size: 18px;
	font-style: italic;
}

h4 {
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	margin: 1em;
}


/* unvisited link */
a:link {
  	color:black;
	font-weight: bold;
	text-decoration: none;
}

/* visited link */
a:visited {
  	color: black;
}

/* mouse over link */
a:hover {
  	font-style: bold;
}

/* selected link */
a:active {
  	color: red;
	text-shadow: 2px 2px 5px red;
}

a.class1 {color:red;}
a.class1:link  {text-decoration: none; color: black;}
a.class1:visited {text-decoration: none; color: black;}
a.class1:hover {text-decoration: underline; color: black;}
a.class1:active {text-decoration: none; color: black;}




footer {
	margin-top: 1em;
	padding-top: 1em;
	
}
.footer-content {
	width: 100%;
	margin: 0 auto;
	padding-bottom:1em;
}
.footer-social {
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	margin: 0 1.2em;
}

.footer-social li a {
	line-height: 2.6em;
	display: inline-block;
	width: 3em;
	height: 3em;
	text-align: center;
	border: 2px solid rgba(61,0,0,.5);
	border-radius: 50%;
}

.footer-social li a:hover {
	border-color: black;
}

.footer-social li a img {
	width: auto;
	height:2em;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}
.footer-info {
	padding-top: 5em;
}
.footer-info p {
	font-size: .8em;
	color:#fff;
	line-height: 1.55;
	max-width: 36em;
	margin-bottom: 1.7em;
}
.footer-info {
	clear: both;
}
.footer-legal {
	opacity: .8;
}
.footer-credit a:hover {
	text-decoration: none;
}


/*tablet view*/

@media (min-width: 768px){
	
	.style_nav ul li {
		display: inline-block;
		text-align: center;
		padding: 7px;
	}
	
	.style_nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: center;
		padding: 0px 7px 14px;
	}
}

/*desktop view*/

@media (min-width: 1024px){

	body {
		max-width: 1200px;
	}
	
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
