@charset "utf-8";
/* CSS Document */

.white {
	color:#ffffff;
}

body {
	width: 100vw;
	margin: 0; 
    padding: 0;
	overflow-x: hidden;
}
#mainwrapper {
	width: 100vw;
	padding: 0;
}
header, h1 {
	width:100%;
}
#cornerheader {
	border-top: 3px solid #334873;
	width:100%;
	height:auto;
	top:-10px;
	left:-4px;
	z-index:99999;
}
#fixedheader img {
	height:150px;
}

#cornerheader h2 {
	padding-left:20px;
}
.cornerheader {
	background-color:#334873;
	position:absolute;
	border-radius: 50%;
	width:5%;
	height:60px;
	top:-4px;
	left:-4px;
	z-index:99999;
}
nav#site-navigation {
    padding-right: 4px;
}
#sectionindex {
	width:100vw;
	display: block;
	overflow: auto;
	padding-top:50px;
	
}
#sectionindex h1 {
	font-family: 'Oswald';
	font-size:40px;
}
#sectionindex p {
	font-size:18px;
	font-family: "proxima nova semibold", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	width:95%;
}
#sectionindex h1, p {
	color:#ffffff;
}

#section {
	width:100vw;
	display: block;
	overflow: auto;
	padding-top:50px;
	
}
#section h1 {
	font-family: 'Oswald';
	font-size:40px;
}
#section p {
	font-size:18px;
	font-family: "proxima nova semibold", "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
#section h1, p {
	color:#ffffff;
}
.red {
	background-color:#7c172a;
}
.blue {
	background-color:#334873;
}
.banner {
    width: 100vw;
    height:720px;
	background-image: url(../media/bannerimg3.jpg);
	background-size: 100% 100%;
}
#columnindex {
	float: left;
	width: 50%;
    overflow: hidden;
	
}
#columnindex a {
	text-decoration: none;
	color:#ffffff;
	
}

.columnimg {
	float: left;
	width: 40%;
    overflow: hidden;
	padding-left:100px;
	margin-bottom:30px;
}

#columnindex img {
	border-radius:50%;
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;
  	display: block;
	width: 40%;
}

.column, .columnimg {
	float: left;
	width: 50%;
    overflow: hidden;
	
}
.column a {
	text-decoration: none;
	color:#ffffff;
	
}
.column a:hover {
	text-decoration: underline;
	
}
.right {
	padding-right:255px;

}

.left {
	padding-left:100px;
}
.columnimg img {
	border-radius:50%; 
	float: right;
	margin-top:10px;

}
.aboutimg {
	width:24vw !important;
	height:30vw !important;
	float:none !important;

}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.row {
	width:100%;
	height:auto;
	background-color: #334873;
}
.title_box {
    color: #ffffff;
    font-weight: 900;
    font-size: 2em;
	z-index:55;
	text-shadow: 3px 3px #000000;
	text-align:center;
	font-family: "proxima nova semibold", "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
.info {
	width: 100vw;
	height:300px;
	background-color:#334873;
}
.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
  border-top:white 3px solid;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover{
  color:#334873;
  text-decoration:none;
}
.footer-links{
  padding-left:0;
  list-style:none
}
.footer-links li{
  display:block
}
.footer-links a{
  color:#737373
}
.footerlogo {
	float:right;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons {
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li {
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover{
  background-color:#3b5998
}
.social-icons a.twitter:hover {
  background-color:#00aced
}
.social-icons a.linkedin:hover{
  background-color:#007bb6
}
.social-icons a.instagram:hover{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
@media (max-width:767px) {
  .social-icons li.title {
    display:block;
    margin-right:0;
    font-weight:600
  }
  .footerlogo {
	float:left;
}
}
@media only screen and (max-width: 1435px) {

.right {
	padding-right:0px;

}


.left {
	padding-left:0px;
}
}

@media only screen and (min-width: 1020px) {
	.aboutimg {
	width:351px!important;
	height:439px!important;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
	.columnimg img {
		width: 450px;
		height:400px;
	}

}



@media only screen and (max-width: 1019px) {
	#sectionindex {
		width:100vw;
		height: 100vh;
		padding-top:50px;
	}
	.aboutimg  {
		display: block;
  margin-left: auto;
  margin-right: auto;
	}
	
	.column, .columnimg {
		width:100vw;
		padding:0px;
	}
	.columnimg img {
		width: 385px;
		padding-right:0px;
		float:none;

	}
	#section, h1, p {
		text-align: center;
	}

}


@media only screen and (max-width: 799px) {
	#columnindex {
		width:100%;
	}
}

@media only screen and (min-width: 691px) {
	#navheadermenucontainer {
		width: 100%;
		float: left;
		background:#7c172a;
		border-bottom: 3px solid #ffffff;
	}
	#navheadermenu {
		list-style: none;
		width: 100%;
		margin: 0px;
		float: left;
		position: relative;
	}
	
	ul, ol, dl {
		font-size: 1rem;
		line-height: 1.6;
		margin-bottom: 1.25rem;
		list-style-position: outside;
		font-family: inherit;
	}
	
	#navheadermenu li {
		float: left;
		display: block;
	}
	
	#navheadermenu li a, #navheadermenu li span {
		display: block;
		float: left;
		text-align: center;
		padding: 0px 12px;
		margin: 0px;
		width: 100%;
		color: #ffffff;
		font-size: 20px;
		line-height: 48px;
		font-weight: bold;
		cursor: pointer;
		font-family: "proxima nova semibold", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	}
	
	nav {
		float:right;
	}
	
	nav ul {
		display: block;
		list-style-type: disc;
		padding-right:20px;
	}
	
	nav li {
		padding-right: 10px;
		float: left;
		display: inline;
		list-style: none;
		position: relative;
	}

	#fixedheader {
		width: 100%;
		background-color:#ffffff;
		top: 0;
		display:block;
		z-index:99999;
	}
	
	.navrow {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 0;
	}
	.mobile-container {
		display:none;
	}
	.gallery {
		display: flex;
		padding: 2px;
		transition: 0.3s;
	}
	.gallery:hover .gallery__image {
		filter: grayscale(1);
	}
	.gallery__column {
		display: flex;
		flex-direction: column;
		width: 25%;
	}
	.gallery__link {
		margin: 2px;
		overflow: hidden;
	}
	.gallery__link:hover .gallery__image {
		filter: grayscale(0);

	}
	.gallery__link:hover .gallery__caption {
		opacity: 1;
	}
	.gallery__thumb {
		position: relative;
	}
	.gallery__image {
		display: block;
		width: 100%;
		transition: 0.3s;
	}
	.gallery__image:hover {
		transform: scale(1.0);
		
	}
	.website {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 400px;
	}
}

@media only screen and  (max-width: 690px) {

	#fixedheader {
		width: 100%;
		background-color:#ffffff;
		top: 0;
		display:block;
		z-index:99999;
	}
	#navheadermenucontainer {
		display:none;
	}
	
	.mobile-container {
		width:100%;
		margin: auto;
		color: white;
		border-radius: 10px;
        position:relative;
        z-index:999999999;
	}
	  
	.topnav {
		overflow: hidden;
		background-color: #7c172a;
	}
	  
	.topnav #mobilenav {
		display: none;
	}
	
	.topnav ul {
		padding-top:43px;
	}
	 
	.topnav a {
		color: white;
		padding: 14px 16px;
		text-decoration: none;
		font-size: 17px;
		display: block;
		font-family: "proxima nova semibold", "Helvetica Neue", Helvetica, Arial, Sans-serif;

	}
	
	.topnav ul li {
		list-style: none;
    	text-align: center;
	}

	.topnav a.icon {
		display: block;
		float:right;
	}
	  
	 .topnav a:hover {
		background-color: #7c172a;
		color: #ffffff;
	}
	  
	.active {
		background-color: #7c172a;
		color: #ffffff;
	}

	#cornerheader {
    	width: 100vw;
    	height: auto;
    	top: -24px;
    	left: -30px;
    	padding-bottom: 20px;
	}

     .column {
		width: 100vw;
		box-sizing: border-box;
		padding:0px 21px 0px 21px;
	}
	.columnimg img {
		width: 57vw;
	}
	
	.bannerimg {
    	height: 50%;
	}

	.box_overlay {
		font-size: 12vw;
	}
	.gallery {
		display:block;
		width:100vw;
	}
	.gallery__column {
		Display:block;
		width:100vw;
	}
	.gallery__image {
		display: block;
		width: 100vw;
		padding:0px;
	}
	.gallery__link {
		margin: 0px;
		overflow: hidden;
	}
	.gallery__thumb {
	    margin:0px;
		padding-top: 10px;
	}
	.website {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
	

}
@media only screen and (max-width: 545px) {

	#cornerheader img{
		width:100%;
	}
}
@media only screen and (max-width: 344px) {

	#sectionindex {
		height:100vh;
	}
	#sectionindex h1 {
		font-size: 3.125rem;
	}

	.aboutimg {
		display:none;
	}
}