html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*--start editing from here--*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*--end reset--*/
body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
    background:url(../images/1.jpg) no-repeat 0px 0px;
	background-size:cover;
	background-attachment: fixed;
	
}










@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

.island-page-section{
    display: inline-flex;
    width: 100%;
}
.jaguar-section{
    /* background-image: url(../images/background-net-white_02.png); */
    background-color: #004270;
    width: 50%;
}
.icon-section{
    /* background-image: url(../images/background-net-white_02.png); */
    background-color: #f3f3f3;  
    width: 50%;
}
section.architecture {
      background-image: url(../images/background-white_02.png);
    background-color: #ffffff;
    width: 100%;
    height: 18vh;
}
.island-page-section img{
    width: 200px;
}
.island-page-section img, section.architecture img{
    /* width: 200px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.w100h100 {
    width: 100%;
    height: 67vh;
}
section.architecture .w100h100{
    width: 100%;
    height: 18vh;   
}
.footer-text p, .footer-text a, .footer-text a:hover{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
	color:#5e5e5e;
    letter-spacing: 0px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0px;
}
.footer-text strong {
    font-weight: 900;
}
.footer-text {
    padding: 25px 0px;
    height: 0vh;
    width: 100%;
}
section.footer  .w100h100 {
    width: 100%;
    height: 10vh;
}
img.arrow-img {
    width: 40px;
    margin-top: 10px;
}
section.jaguar-section a:hover img.arrow-img{
   
}










/* responsive */

/* mobile landscape */
@media only screen and (max-width: 812px) and (min-aspect-ratio: 13/9) and (orientation: landscape){
	.mobile-rotate-wrap {
		display: block!important;
		overflow: hidden!important;
	}
}

/* mobile portrait */
@media only screen and (min-device-width:320px) and (max-device-width:568px) 
and (orientation:portrait) and (max-aspect-ratio:13/9) {
    .jaguar-section, .icon-section{
        width: 100%;
    } 
    .island-page-section {
        display: block;
        width: 100%;
    } 
   
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) 
and (orientation:landscape) and (max-aspect-ratio:13/9) {
    
    .island-page-section img, section.architecture img{
        width: 150px;
    }
    section.architecture{
        height: 34vh;  
    }
    section.footer .w100h100, section.footer .footer-text{
        height: 36vh; 
    }
}
