
 body{
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-position: cover;
	position:relative;
	bottom:0!important;
	}
	
	.container-fluid {
    padding-right:0 !important;
    padding-left:0 !important;
    margin-right:auto;
    margin-left:auto;
	overflow-x:hidden;
 }
 
 
	@font-face {
    font-family: DrSugiyama;
    src: url(../fonts/DrSugiyama-Regular.ttf);
}
.hr-white{
	border: 1px solid #fff;
}
.hr-primary-blue{
	border: 1px solid #00407b;
}

#welcome{
	
  color: #243a80;
font-family: bebasneue;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.header-content img{
	margin-top: -5% !important;
}


.down{
	
    margin-left: 12%;
}
.dotted-spaced {
	height:481px;
	margin-top:2%;
	margin-left:8%;

}

.dotted-spaced2 {
	height:481px;
	margin-top:2%;
	margin-left:8%;

}

.dotted-spaced-hor {
  background-image: linear-gradient(to right, #169bd6 10%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 11px 2px;
  background-repeat: repeat-x;
  width:96%;
  height:10px;
  margin-top:4%;
  margin-left:2%;
}


.left.dotted {
  border-left: 4px #169bd6 dotted;
  border-top: none;
}

.left.dotted-spaced {
  background-image: linear-gradient(to bottom, #169bd6 10%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 2px 14px;
  background-repeat: repeat-y;
  border-top: none;
}

.left.dotted-spaced2 {
  background-image: linear-gradient(to bottom, #169bd6 10%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 2px 14px;
  background-repeat: repeat-y;
  border-top: none;
}
/* ===================================================== */
/* NAVIGATION MENU */
/* ===================================================== */

.topnav {
  overflow: hidden;
  background-color:white;
}

.topnav a {
  float: left;
  display: block;
  color: #243a80;
  font-weight:600;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  text-transform:uppercase;
}

.topnav a:hover {
  color:  #169bd6;
  font-weight:bold;
}

.dropdown:hover .dropbtn{
  color:  #169bd6;
  font-weight:bold;
}
.active {
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .inner{
	  float:left !important;
  }
  
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: fixed; top:0;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
  

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #243a80;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  
  font-weight:600;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  font-size:13px;
  color: #243a80;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  
}

.dropdown-content a:hover {
	font-weight:bold;
	color:#169bd6;
}
.dropdown:hover .dropdown-content 
{
	display: block;
	}

/* ===================================================== */
/* HEADER  */
/* ===================================================== */
.header-content{
	
padding-top: 225px;
	padding-bottom: 150px;
	
}
.header-content img{
	width:50%;
}
.header-parallax {
	padding-top: 0;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.header-content>h1{
	color:   #243a80;
	text-align: center;
	font-size:1em;
	padding-top: 30px;
}
.header-content>h2{
	color: #fff;
	text-align: center;
}

.header-content2{
	background: url(../img/dates3.png) no-repeat;
	padding-top: 10px;
	
	background-size: cover;
}

.header-parallax2 {
	padding-top: 5px;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	font-size:1em;
}

.header-parallax3 {
	padding-top: 50px;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	font-size:1em;
	padding-bottom: 50px;
}
.header-content2>h1{
	color:  #8B4513;
	text-align: center;
	font-size:1em;
	padding-top: 30px;
}
.header-content2>h2{
	color: #fff;
	text-align: center;
}



	#about {
	
	position:relative;
    
}

	#contact {
	position:relative;
	}

	


	
.my-error-class {
    color:#FF0000;
	font-size:8px;
	font-weight:italic;
	padding:0;
}

.moreinfo{
	
	 margin-left: 20%;
    width: 60%;
	padding:30px 50px 40px;
	background-color:#243a80;
}
.moreinfo p{
	color:white;
	font-size:14px;
}

.moreinfo h3{
	font-size:20px;
	margin-top: 15px;
	text-transform:none !important;
	color: white;
}

.moreinfo span{
	font-size:20px;
	text-transform:none !important;
	color: white;
	font-weight:bold;
}
.moreinfo h4{
	font-size:16px;
	color: white;
	margin:0px;
}


.about-profile{
	
	margin-top:20%;
	padding:50px 40px 25px;
	/*background-color:#169bd6;*/
	 background-color:#243a80;
}

.about-profile p{
	color:#fff;
}

.about-profile h4{
	font-size:20px;
	margin-top: 15px;
	text-transform:none !important;
	color: #fff;
	font-weight:700;
}

.about-profile span{
	font-size:12px !important;
	color: #243a80;
}


.profile{
	margin-top:10%;
	width:92%;
	padding:70px 50px 40px;
	background-color:rgba(239, 239, 239,0.7);
}

.profile p{
	color:#243a80;
}

.profile h3{
	font-size:20px;
	margin-top: 15px;
	text-transform:none !important;
	color: rgba(50,56,60);
}

.profile span{
	font-size:12px !important;
	color: #243a80;
}

blockquote{
	font-size: 14px;
	line-height: 30px;
	
	color:#243a80;
}


.quote {
  font-family: Georgia, serif;
  font-size: 14px;
}

.curly-quotes:before, .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 50px;
  opacity: .2;
}

.curly-quotes:before {
  content: '\201C';
  margin-right: 4px;
  margin-left: -8px;
}

.curly-quotes:after {
  content: '\201D';
  margin-left: 4px;
  margin-right: -8px;
}
.quote-by {
  display: block;
  padding-right: 10px;
  text-align: right;
  font-size: 13px;
  font-style: italic;
  color: #84775c;
}






.footer{
	background:#243a80;
	width:100%;
}
.footer p{
	font-size:10px;
		color:white;
		margin-top:10px;
		font-weight:bold;
		bottom:0;
}

/*-----FORM------*/


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  
  font-weight:bold;
}

input[type=submit] {
  background-color: #169bd6;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left:35%;
  
}

input[type=submit]:hover {
  background-color:#243a80;
}

.col-25 {
  float: left;
  width: 15%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 55%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.fa-rotate-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (min-width: 1381px) {
	.header-content img{
	width:50%;
	}
	.header-content{
	
padding-top: 225px;
	padding-bottom: 150px;
	background-size: contain;
}
}

@media screen and (max-width: 1380px) {
	.header-content img{
	width:50%;
}
.header-content{
	
padding-top: 225px;
	padding-bottom: 150px;
}
}


@media screen and (max-width: 990px) and (min-width: 880px){
	.form-res{
	width:80%;
	margin-left:10%;
}

	.header-content img{
	width:40% !important;
	margin-top: -15% !important;
}
 



}




@media screen and (max-width: 879px) and (min-width: 770px){

	.form-res{
	width:100%;
	margin-left:10%;
}

.col-25{
	width:20% !important;
}

	.header-content img{
	width:40% !important;
	margin-top: -15% !important;
}


#web-img, #aws-img, #it-img, #graphic-img{
	margin-top:50%;
	width:95%;
} 

#down{
	display:none !important;
}
.dotted-spaced{
	
display:none !important;
}
.dotted-spaced-hor{
	
display:none !important;
}

.drop{
	display:none !important;
}
.moreinfo{
	margin-top:20%;
	width:100% !important;
	margin-left:0% !important;
}
}



@media screen and (max-width: 769px){
	.form-res{
	width:80%;
	margin-left:10%;
}
.col-25{
	width:20% !important;
}

.header-content{
display:none !important;
}

figure {
    margin: 0px 10px 1rem !important;
}

#web-img-res, #aws-img-res, #it-img, #graphic-img{
	width:70%;
	display:inline !important;
	margin-top:5%;
} 


#web-img, #aws-img{
	display:none !important;
}

#web-ser, #aws-ser, #it-ser, #graphic-ser{
	margin-top:25%;
}
.moreinfo{
	margin-top:20%;
	
	width:100% !important;
	margin-left:0% !important;
}
.intl {
display:none !important;
}

#web-ser{
	margin-top:20%  !important;
}

#aws-ser{
	margin-top:20%  !important;
}

.dotted-spaced{
	
display:none !important;
}
.dotted-spaced-hor{
	
display:none !important;
}

.drop{
	display:none !important;
}
}
/*
@media screen and (max-width: 630px) and (min-width: 540px) {
	.form-res{
	width:80%;
	margin-left:10%;
}

.header-content img{
	width:20% !important;
}


}

@media screen and (max-width: 539px) and (min-width: 500px) {
	.form-res{
	width:80%;
	margin-left:10%;
}
.header-content img{
	width:20% !important;
}

}


@media screen and (max-width: 499px) and (min-width:440px) {
	.form-res{
	width:80%;
	margin-left:10%;
}
.header-content img{
	width:30% !important;
}

.moreinfo{
	width:75% !important;
}

}

@media screen and (max-width: 439px) and (min-width: 333px) {
	.form-res{
	width:80%;
	margin-left:10%;
}
.header-content img{
	width:30% !important;
}

.moreinfo{
	width:75% !important;
}

}

@media screen and (max-width: 332px) and (min-width:320px) {
	.form-res{
	width:80%;
	margin-left:10%;
}
.header-content img{
	width:30% !important;
}


.moreinfo{
	width:75% !important;
}

}

@media screen and (max-width:319px) {
	.form-res{
	width:80%;
	margin-left:10%;
}
.header-content img{
	width:30% !important;
}

.moreinfo{
	width:75% !important;
}

}

