@charset "iso-8859-1";
/* Main CSS Document */

/* ======================================================
RESET DEFAULT STYLES
====================================================== */
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	vertical-align: baseline;
}
/* Body */
body {
	font-family: 'Arial', Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	position: relative;
	width: 100%;
	max-width: 1920px;
	background-image: url("../images/bg_paperTexture.jpg");
}

ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'ArialBold', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
}
h1{
	display: none;
}
h2{
	font-size: 250%;
	margin-bottom: 0.25em;
}
p{
	margin: 0;
	margin-bottom: 1.5em;
	font-size: 160%;
}
p:last-child{
	margin-bottom: 0;
}
.less-margin{
	margin-bottom: 1em;
}

/* header */
.header-container{
	padding: 20px 0;
	color: #fff;
}
header{
	width: 90%;
	margin: 0 auto;
}
.logo {
	padding: 1.5% 0 6% 0;
}
.logo img {
	width: 100%;
	max-width: 800px;
	display: block;
	margin: auto;
}
.subjectPage img {
	width: 100%;
	max-width: 450px;
	display: block;
	margin: auto;
	margin-bottom: 2%;
}
nav.social{
	display: inline-block;
	width: 100%;
	text-align: right;
	font-size: 200%;

}
nav.contact{
	display: inline-block;
	width: 95%;
	font-size: 180%;
		clear: both;
}

nav.contact.mobileShow {
	display: none;
}
nav ul li{
	display: inline-block;
	vertical-align: top;
	padding-right: 1em;
	text-transform: uppercase;
}
nav ul li a, nav ul li a:link{
	color: #fff;
  font-family: 'Arial', Arial, Helvetica, sans-serif;
	text-decoration: none;
}
nav.social li a, nav.social li a:link{
	color: #000000;
}
nav.contact li a, nav.contact li a:link{
	color: #000000;
}
ul.socialContact {
	padding-inline-start: 0px;
	margin-block-start: 0px;
}

.header-container .mobileHeader {
	display: none;
}
div.row {
	width: 100%;
	padding: 0 0 60px 0;
	clear: both;
}
div.row-content{
	width: 90%;
	max-width: 1560px;
	margin: 0 auto;
}
div.col{
	display: table-cell;
	width: 46%;
	padding-right: 7%;
}
div.col.align-bottom{
	vertical-align: bottom;
}
div.col:last-child{
	padding-right: 0;
}
div.col img{
	display: block;
	width: 100%;
	max-width: 720px;
}

p a{
	color: #000000;
	font-weight: bold;
}
#contact-header{
	text-align: center;
	font-size: 240%;
}

/* footer */

div.footer-content{
	padding: 30px 0;
	background-color: #000000;
	color: #fff;
	text-align: center;
}

/* FOR ALL SMALLER THAN 1024PX ************************/
@media only screen and (max-width: 1096px) {
	header{
		display: none;
	}
	.header-container{
		padding: 0;
	}
	div.col{
		display: block;
		width: 100%;
		padding-right: 0;
	}
	
	div.col.margin-top-mobile{
		margin-top: 1.5em;
	}
	body, .container, .header-container, .footer-container, .mobileHeader .allUserMenu {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.header-container .mobileHeader {
		width: 90%;
		margin: 0 auto;
		display: block;
		clear: both;
		z-index: 5000;
		font-family: 'Arial', Arial, Helvetica, sans-serif;
	}
	.mobileHeader .logo {
		padding: 8px 0;
	}
	.mobileHeader .logo img.siteLogo {
		/*	padding: 10px;*/
	}
	.mobileHeader .mobileMenuBtn {
		float: right;
	}
	.mobileHeader .mobileMenuBtn i {
		font-size: 200%;
		padding-right: 5px;
		padding-top: 0.6rem;
		color: #fff;
	}
	.mobileHeader .allUserMenu {
		display: none;
		position: fixed;
		width: 40%;
		height: 100%;
		top: 0;
		overflow-y: scroll;
		right: 0;
		z-index: 5;
	}
	.mobileHeader .allUserMenu > ul > li {
		border-bottom: 1px solid #ffffff;
		text-transform: uppercase;
	}
	.mobileHeader .allUserMenu ul li:last-of-type {
		border-bottom: none;
	}
	.mobileHeader .allUserMenu ul li a {
		color: #ffffff;
		padding: 15px;
		display: block;
		text-decoration: none;
	}
	.mobileHeader .allUserMenu ul li a i{
		font-size: 200%;
	}
	.mobileHeader .allUserMenu ul li a:hover {
		color: #ffffff;
	}
	.mobileHeader .allUserMenu ul li a.active {
		color: #ffffff;
	}
	.mobileHeader .allUserMenu ul li ul{
		padding: 0;
	}
	.mobileHeader .allUserMenu ul li ul li{
		display: inline-block;
	}
}
@media only screen and (max-width: 640px) {
	body {
	font-size: 90%;
}
	.animation-container{
		display: none;
	}
	.animation-container-mobile{
		display: block;
	}
	.logo img {
	width: 90%;
}
	nav.contact.desktopHide {
	display: none;
}
nav.contact.mobileShow {
	display: inline-block;
}
.subjectPage img {
    width: 60%;
	  margin-bottom: 7%;
}
h2 {
    font-size: 175%;
}

}

@media only screen and (max-width: 420px) {
	body {
	font-size: 80%;
}
}
@media only screen and (max-width: 320px) {
	body {
	font-size: 70%;
}
}

/* Gallery */
.box{
    width:22%;
    float: left;
    border:1px solid #000;
    margin:0px 10px 45px;
    background-color: white;
}

.box img{
    width:100%;
    margin:0;
    padding:0;
    object-fit: cover;
    height: 315px;
		display: block;
}
#gallery {
clear:both;		
}

#gallery .caption{
    display: none;
}

#gallery .box:hover{
    opacity: 1;
    transition: transform 0.5s ease-in-out;
    z-index: 999999;
    transform:scale(1.05);
}
.box{
	display:none;
}
.box:nth-child(1), .box:nth-child(2), .box:nth-child(3), .box:nth-child(4){
	display: block;
}

/*========--------- Responsive -------==========*/

@media(max-width:830px){
    .box{
        width:29%;
    }
    .box:nth-child(4){
    	display: none;
    }
}
@media(max-width:637px){
    .box{
        width:42%;
    }
    .box:nth-child(3){
    	display: none;
    }
}
@media(max-width:450px){
    .box{
        width:100%;
    }
    .box:nth-child(2){
    	display: none;
    }
}