@charset 'UTF-8';

html,
html * {
  box-sizing: border-box;
  margin: 1;
  padding: 0;
}

body {
  font-family: calibri, sans-serif;
  font-size: small;
  background: white;
	
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}
a, a:visited {
    color: inherit;
}
header {
  position: relative;     /*  use "fixed" to have it float down page  */
  padding-top: 0em;
  padding-right: 3em;
  top: 1px;
  left: 0;
  width: 100%;
  z-index: 1000;
	background: none;
}
.site-logo {
  position: relative;
  display: block;
	margin-left: 2em;
  float: left;
}
.site-logo img {
  width: 9em;
}
.logo {
  opacity: 1;
}
.site-nav {
  position: relative;
  float: right;
   z-index: 400;
  top: 0;
  left: 0;
  display: block !important;
  width: 90%;
  padding: 1em 1em 0 0;
  opacity: .95;
 
}
.site-nav ul {
  list-style-type: none;
  margin: 0;
  text-align: right;
}
.site-nav ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1.5em;
}
.site-nav ul li a {
  font-size: 1.4em;
  padding-bottom: .5em;
font-weight: 400;
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #DDEA5A;
  -webkit-transition: color .1s;
  transition: color .3s;
}

.site-nav ul li a:hover {
  outline: none;
  border-bottom: 1px solid white;
}

.top-block {
  border-radius:15px;
	position: relative;
  height: 22.2vw;
  
	/*  
	
	background-image:-webkit-linear-gradient(0deg, rgb(15,120,180) 0%, rgb(10,80,120) 80%);
  background-image:-o-linear-gradient(0deg, rgb(15,120,180) 0%, rgb(10,80,120) 80%);
  background-image:linear-gradient(0deg, rgb(15,120,180) 0%, rgb(10,80,120) 80%);      
	*/
	
	background-image: url("bowimages/DSC_1693crop2.jpg");
	background-repeat: no-repeat;
	background-position: top left;	
	background-size: contain;
	z-index: 400;
  
}
.top-block-content {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  position: absolute;
  z-index: 100;
  padding-top: 0em;
  padding-left: 35em;
	padding-right: 4em;
  width: 100%;
  text-align: right;
	 
}
/*
.top-block-content p {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  font-size: 4.0em;
	color:white;
  line-height: 1;
  position: relative;
  z-index:200;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
font-weight: bold;}
*/
 
h1 {
  font-family: 'calibri', sans-serif;
	color:white;
  padding-bottom: 0%;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-left: 0em;
  font-size: 4em;
}

h2 {
	color:white;
	font-weight: 100;
	font-size: 2.3em;
    line-height: 0em;
	padding-bottom: 0%;
	padding-top: 10%;
	letter-spacing: .1em;
	text-transform: uppercase;
}
h3 {
  font-family: 'calibri', sans-serif;
	color:white;
  font-size: 1.8em;
  font-weight: 100;
  line-height: 0em;
  padding-top: 0%;
  letter-spacing: .1em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0,.2);
}
h4 {
  font-family: 'calibri', sans-serif;
  color:rgba(244,243,38,1.00);
  font-size: 2em;
	margin-left:1.5em;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: .1em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0,.2);
}
.intro {
  position: relative;
  background: #fff;
  padding-top: 0em;
	padding-bottom:0em; 
	padding-left: 1em;
}
.intro-text {
  position: relative;
}
.intro p {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  color:black;
  font-size: 2.2em;
  line-height: 1.8;
  position: relative;
  z-index:200;
  text-align: center;
  letter-spacing: .325em;
  text-transform: uppercase;
}  


.main-block {
  border-radius:15px;
  position: relative;
  width: 100%;
  padding-left:3em;
  background-image:-webkit-linear-gradient(90deg, rgb(20,40,60) 0%, rgb(10,80,120) 80%);
  background-image:-o-linear-gradient(90deg, rgb(20,40,60) 0%, rgb(10,80,120) 80%);
  background-image:linear-gradient(90deg, rgb(20,40,60) 0%, rgb(10,80,120) 80%); 
}

#main-block-left {
  padding: 3% 0% 2% 1%;
  /*background-image:-moz-linear-gradient( 0deg, rgba(20,40,60) 0%, rgb(10,80,120) 90%);
  background-image: -webkit-linear-gradient( 0deg, rgb(20,40,60) 0%, rgb(10,80,120) 90%);
  background-image: -ms-linear-gradient( 0deg, rgba(20,40,60) 0%, rgb(10,80,120) 90%);*/
  width: 50%;
}

#main-block-left #mainblock-right figure {
  position: relative;
}

#main-block-left figure img{
	border-radius:0px;
	padding-top: 0em;
  	width:100%;
}
#main-block figure img {
  position: relative;
  z-index: 100;
  width:100%;
  padding-top: 5em;
}
#main-block-right figure img {
  position: relative;
  z-index: 100;
  width:50%;
  padding-top: 0em;
}

#main-block-right {
  background-color: rgb(10,80,120);
  color: #fff;
  width: 60%;
  padding: 1em 6em 1.2em  1em;
}

#main-block-title {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  font-size: 3em;
  font-weight: 100;
  padding: 2em 0 0 0;
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.5;
  max-width: 9em;
  margin-bottom: .5em;
}

.main-block-text {
  	font-family: 'verdana', sans-serif;
	color: white;
  font-size: 1.4em;
  line-height: 1.4;
  letter-spacing: 0em;
  max-width: 30em;
	margin-left:2em;
}

.see-more {
  font-size: 1.1em;
  display: inline-block;
  margin-top: 1em;
  margin-left:1em;
  margin-bottom: 2em;
  padding: 0 0 .4em 0;
  transition: all .1s;
  text-decoration: none;
}
.see-more:hover {
  border-bottom: 2px solid white;
}
/*
.see-more:visited  {
	color:#339933;
	text-decoration: none;
}
.see-more:active  {
	color:#ffff;
	text-decoration: none;
	border:2px dotted #CCC;
	background-color:#000;
}
*/
footer {
  border-radius:15px;
	margin-top: .7em;
	 padding: 1% 0 1% 2%;
  background-image:-moz-linear-gradient( -90deg, rgb(10,10,10) 0%, rgb(75,75,75) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(10,10,10) 0%, rgb(75,75,75) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(10,10,10) 0%, rgb(75,75,75) 100%);
}


.footer-content {
  width: 100%;
  margin: 0 ;
  padding-bottom:0em;
	padding-right:5em;
  font-size: 1.3em;
	line-height: 1.5em;
  color:#fff;
	text-align:right;
}




.footer-credit a:hover {
  text-decoration: none;
  border-bottom: 2px solid white;
}