#site_title {
   text-align: center;
   margin-top: 50px;
   display: inline;
}

.special_title {
   font-family: Spinnaker, sans-serif;
   font-size: 60px !important;
   font-weight: 500;
   text-shadow: #aaa 5px 5px 0px;
   letter-spacing: 0.20em;
   width: 300px;
}

.special_title_2 {
   font-family: Spinnaker, sans-serif;
   font-size: 60px !important;
   font-weight: 500;
   text-shadow: #aaa 5px 5px 0px;
   letter-spacing: 0.20em;
   width: 900px;
}

.special_name {
   font-family: Wix Made for Text;
   font-style: italic;
   width: 300px;
}

#head_shot {
   width: 200px;
}

.content_title_block {
   margin-right: auto;
   margin-left: auto;
   position: relative;
   display: block;
   width: 95%;
   height: 300px;
}

.content_media_block {
   margin-right: auto;
   margin-left: auto;
   position: relative;
   display: block;
   width: 95%;
   height: 370px;
}

.left_half {
   padding-top: 10px;
   text-align: center;
   position: absolute;
   left: 50px;
   display: block;
   width: 500px;
}

.left_half_media {
   padding-top: 10px;
   text-align: center;
   position: absolute;
   left: 50px;
   display: block;
   width: 500px;
}

.right_half {
   text-align: center;
   position: absolute;
   top: 0px;
   right: 50px;
   display: block;
   width: 500px;
}

.right_half_media {
   text-align: center;
   position: absolute;
   top: 0px;
   right: 50px;
   display: block;
   width: 500px;
}

#header_title {
   padding-top: 20px;
   padding-bottom: 1px;
   text-align: center;
   margin-right: auto;
   margin-left: auto;
   position: relative;
   display: block;
   width: 700px;
}

#header_title h2 {
   position: absolute;
   left: 620px;
   top: 20px;
   display: block;
   width: 350px;
}

.cancel_break_desktop {
   display: none;
}

#content_div {
   margin-right: 5%;
   margin-left: 5%;
}

#content_div p {
   font-family: Spinnaker, sans-serif;
   font-size: 16px;
   color: #fff;
   line-height: 1.5;
   margin-right: 10px;
   margin-left: 10px;
}

#content_div h1 {
   font-family: Wix Made for Text, Tahoma;
   font-size: 32px;
   color: #fff;
   margin-right: 10px;
   margin-left: 10px;
}

#content_div h2 {
   font-family: Wix Made for Text, Helvetica;
   font-size: 20px;
   color: #fff;
   margin-right: 10px;
   margin-left: 10px;
}

#content_div li {
   font-family: Spinnaker, sans-serif;
   font-size: 16px;
   color: #fff;
   line-height: 1.5;
}

#content_div h3 {
   font-family: Spinnaker, sans-serif;
   font-size: 18px;
   color: #fff;
   margin-right: 10px;
   margin-left: 10px;
}

#content_div p a:link {
   font-size: 18px;
   color: #fff;
   text-decoration: none;
}

#content_div p a:visited {
   color: #fff;
   text-decoration: none;
}

#content_div p a:hover {
   color: #00f;
   text-decoration: underline;
}

#content_div p a:active {
   color: #f00;
   text-decoration: underline;
}

body {
   background-color: #20c0b0;
   margin-top: -30px;
}

header {
   text-align: center;
   background-color: #000;
   margin-top: 0px;
   margin-right: 0px;
   margin-left: 0px;
   position: relative;
   display: block;
   width: 100%;
}

header h1 {
   font-family: Spinnaker, sans-serif;
   font-size: 44px;
   color: #fff;
   font-weight: 500;
   letter-spacing: 0.30em;
}

header h2 {
   font-family: Spinnaker, sans-serif;
   font-size: 26px;
   color: #0ff;
   font-weight: 500;
   letter-spacing: 0.30em;
}

#breeze_link {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #CCCCCC;
   text-align: right;
   position: absolute;
   right: 80px;
   bottom: 30px;
   display: block;
   width: 300px;
}

#breeze_link a:link {
   color: #CCCCCC;
   text-decoration: none;
}

#breeze_link a:visited {
   color: #CCCCCC;
   text-decoration: none;
}

#breeze_link a:hover {
   color: #999999;
   text-decoration: underline;
}

#breeze_link a:active {
   color: #AA9999;
   text-decoration: underline;
}

@media screen and (min-width: 1490px) {
	#breeze_link	{	right: 80px;	}
}

@media screen and (max-width: 1290px) {
	#breeze_link	{	display: none;	}
  #header_title h2 { left: 600px; }
}

@media screen and (max-width: 1220px) {
	#breeze_link	{	display: none;	}
  #header_title h2 {
    left: 600px;
  	top: 30px;
  	width: 300px;
  }
  header h2 { font-size: 20px; }
  .left_half { left: 0px; }
}

@media screen and (max-width: 1150px) {
	#breeze_link	{	display: none;	}
}

@media screen and (max-width: 1000px) {
	#breeze_link	{	display: none;	}
  #header_title { left: 0px; }
  #header_title h1 {
    text-align: left;
    width: 600px;
  }
  #header_title h2 {
    left: 500px;
  	top: 30px;
  	width: 300px;
  }
  header h2 { 
    font-size: 20px;
  }
  .left_half { left: 0px; }
  .right_half { left: 300px;}
  .special_title_2 {
    width: 850px;
    font-size: 55px !important;
  }
  
    .content_media_block {
   margin-right: auto;
   margin-left: auto;
   position: relative;
   display: block;
   width: 450px;
   height: 800px;
   text-align: center;
}
  .left_half_media {
   padding-top: 10px;
   text-align: center;
   width: 100%;
   height: 400px;
}
  .right_half_media {
   text-align: center;
   position: absolute;
   left: 0px;
   top: 350px; 
   display: block;
   width: 100%;
   height: 500px;
}
}

@media not screen {
	#breeze_link	{	display: none;	}
}