body

{
  background-color:  #173560;
}

/*BACKGROUND COLOUR AND BACKGROUND IMAGE (IF NECESSARY) CODE*/


* {
  box-sizing: border-box;
}





/*WEB LINKS / a href=""*/


#logo

{
  padding-top: 10px;
  padding-bottom: 10px;
}


@media screen and (min-width: 768px) {
  #logo {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #logo {
    width: 35%;
  }
}



.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:#173560;

}


/* Style The Dropdown Button */
.dropbtn {

  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 560px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: white}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {

}

.navbar-inverse
{background-color: #173560;
  margin-bottom: 0px;
}
 .navbar-nav {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    text-align: center;
    float: right;
  padding-left: 15px;
  padding-right: 15px;
}



.navbar-inverse .navbar-nav>li>a {
    color: white;
   
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: grey;
   
}



.navbar-collapse

{
  color: #005641;
}

#mynavbar

{
  color: #173560;
  padding-left: 0px;
padding-right: 0px;

}


#background
{background-image: url("seas.jpg");
background-size: cover;
margin-right: 0px;
margin-left: 0px;
padding-right: 0px;
padding-left: 0px;}
       
.box
{
  width: 450px;
  height: 450px;
  padding: 20px;
  margin:100px auto;
  box-shadow: 0px 0px 50px 2px grey;
  border:15px solid white;
  background-color: #173560;;
  opacity: 0.7;

}

@media screen and (max-width: 992px) {
  .box {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .box {
    width: 75%;
    height: 75%;
  }
}



#phone
{
  color: white;
  text-decoration: underline;
}

#phone:hover

{color: gray;}

#bringing

{
  font-family: 'Montserrat', sans-serif;
font-size: 50px;
text-align: center;
color: white;
}

}

@media screen and (max-width: 992px) {
 #bringing {
    font-size:50px;
  }
}

@media screen and (max-width: 763px) {
 #bringing {
     font-size:40px;
  }
}



@media screen and (max-width: 600px) {
 #bringing {
   font-size: 35px;

  }
} 

#statement

{
  font-family: 'Montserrat', sans-serif;
font-size: 22px;
text-align: center;
color: white;

padding-left: 0px;
padding-right: 0px;

}

@media screen and (max-width: 992px) {
 #statement {
    font-size:22px;
  }
}

@media screen and (max-width: 763px) {
 #statement {
     font-size:20px;
  }
}



@media screen and (max-width: 600px) {
    #statement {
   font-size: 16px;

  }
} 


#bodytext
{font-family: 'Montserrat', sans-serif;
font-size: 18px;
color: white;}

#newcol

{background-color: #173560;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
text-align: center;
color: white;
padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
}

p

{
  font-family: 'Montserrat', sans-serif;
font-weight: normal;
color:white;
font-size: 16px;
}


h1
{
font-family: 'Montserrat', sans-serif;
font-weight: bold;
color:white;
font-size: 22px;

}



h2
{
font-family: 'Montserrat', sans-serif;
font-weight: bold;
color:white;
font-size: 20px;
}




h3
{
font-family: 'Montserrat', sans-serif;
font-weight: bold;
color:white;
font-size: 18px;

}


#newcol2

{background-color: #173560;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
text-align: left;
color: white;
    width: 100%;}




/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
#newcol2  {
    width: 100%;

  }
}  


#newcol3

{background-color: #173560;
font-family: 'Montserrat', sans-serif;
font-size: 16px;}

@media screen and (max-width: 992px) {
#newcol3 {
    width: 100%;
  }
}



/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
#newcol3 {
    width: 100%;

  }
}  

.eapps-instagram-feed-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    padding: 24px 10px;
}



#newcol4

{background-color: #173560;
}



.fa {
 padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  float: right;
  
}

.fa:hover {
    opacity: 1.0;
    color: grey;
}


/* Facebook */
.fa-facebook 
{padding-left: 15px;
padding-right: 15px;
color: white;}

/* Instagram */
.fa-instagram 

{padding-left: 15px;
padding-right: 15px;
color: white;}

/* Instagram */
.fa-twitter 

{padding-left: 15px;
padding-right: 15px;
color: white;

}

.fa-linkedin

{padding-left: 15px;
padding-right: 15px;
color: white;
}



.fa {
 padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  float: left;
  
}


#banner

{
  background-color: #005641;
  text-align: center;
}

.container-fluid


{padding-left: 0px;
padding-right: 0px;
    overflow-x:hidden;
    width:100%;
    position:relative;

  }

#links
  {font-size: 18px;
font-family: 'bebas_neuebold'; 
color: black;
   font-weight: bold; 
   font-style: normal;}

   #bottom

{background-color: #173560;}

#newcol1
{background-color: #173560;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
text-align: center
padding-top: 10px;

}


#freesoul

{text-align: center;
font-size: 12px;}

#terms:hover

{color: grey;}

#terms

{
  color: white;
  text-decoration: underline;
}





/*FOOTNOTE*/

#footnote
{
font-style: 'arimoregular' sans-serif;
font-size: 11px;
color: white;
text-align: center;
}

/*SITEMAP*/

#sitemap
{
font-style: 'arimoregular' sans-serif;
font-size: 11px;
color: white;
text-align: center;
text-decoration: underline;