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*/

/* 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: 370px;
  height: 370px;
  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: 768px) {
  .box {
    width: 330px;
    height: 330px;
  }
}






h1

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



#statement

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

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

}


@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;
}


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




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

a {
    color: white;
    text-decoration: undeline;
    font-size: 16px;
}

a:hover

{
  color: gray;
}



#newcol2

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




/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */



#newcol3

{background-color: #173560;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
    width: auto;
    padding-left: 0px;}



/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
 

#sponlogo

{
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;

}



@media screen and (max-width: 600px) {
  #sponlogo {
    width: 25%;
  }
}





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



#newcol4

{background-color: #173560;
width: auto;}


#linkscol

{
  padding-left: 0px;
}


.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;}

.fa-facebook:before

{
  content: "\00d7";
}


.fa-instagram:before

{
  content: "\00d7";
}


.fa-twitter:before

{
  content: "\00d7";
}


.fa-linkedin:before

{
  content: "\00d7";
}






/*FOOTNOTE*/

#footnote
{
font-style: 'Montserrat' 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;
}

#bottom

{background-color: #173560;}
