@media screen and (min-width: 1200px) {

body {
  font-family: HelveticaNeue,Helvetica Neue,helvetica,Sans-Serif;
  overflow-x: hidden;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

h1 {
  color: #8B0000;
  margin-top: 2.5%;
  position: absolute;
  top:40%;
  right: 50%;
  font-family:'Damion', cursive;
}


.title {
    text-align: center;
    position: absolute;
    top:50%;
    right: 37%;
    font-size: 40px;
    font-weight: bold;
}


.mainPicture{
  background-image: url(images/main.jpg);
  background-size: cover;
  padding-top: 40%;
}

.aboutGif {
  background-image: url(images/ocean.gif);
  background-size: cover;
}
.newStaff{
  margin-bottom:5%;
  position: absolute;
  top: 70%;
  left: 6%;
  font-size: 40px;
  font-weight: bold;
}


h2 {
  color: #003A96;
}

.subtitles {
  font-size: 40px;
}


.subTitle1 {
  font-size: 20px;
  margin-top: 2.5%;
}

.subTitle {
  font-size: 1em;
  margin-top: 2.5%;
  position: relative;
  left: 5%;
}

.subTitlex {
  font-size: 1em;
  margin-top: 2.5%;
  position: relative;
  height: 40px;
  left: 5%;
}

.subTitle3 {
  font-size: 1em;
  margin-top: 1%;
  position: relative;
  left: 5%;
}

.subTitle4 {
  margin-top: 10%;
  font-size: 20px;
  text-align:  center;
  margin-left: 0;
  padding-left: 0;
}

.subTitle5 {
  margin-top: 5%;
  font-size: 20px;
  margin-left: 39.5%;
  padding-left: 0;
}

p {
  display: inline-block;
  width: 70%;
}

.pic {
  width: 30%;
  float: left;
}


.summaries {
  margin-top: 15%;
}

.summariesarticles {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: justify;
}

.summary2 {
  margin-top: 12%;
}

.summary3 {
  margin-top: 10%;
}

.contactDetails {
  margin-top: 13%;
  padding-top: 5%;
  padding-left: 5%;
  display: inline-block;

}

a .fa {
color: black;
}

.contain1{
  background-color: #E8E6E6;
}

.lastname {
  position: absolute;
  left: 60%;
  top: 0.1%;
}

#fname {
  margin-bottom: 8%;
  line-height: 180%;
}

#lname {
  line-height: 180%;
}

#email {
  width: 115%;
  line-height: 180%;
  margin-bottom: 8%;
}

.detailsform {
  padding-right: 20%;
  padding-top: 0;
}

.pic2 {
  width: 30%;
  position: relative;
  left: 10%;
}

#message {
  width: 115%;
  line-height: 180%;
  margin-bottom: 4%;
}

.submit {
  margin-left: 50%;
}

.whitespace {
  height: 20%;
}

.space1 {
 padding-top: 10%;
 text-align: center;
 font-family:'Damion', cursive;
 font-size: 56px;
 margin-left: 15%;

}

.space2{
  text-align: center;
  margin-left: 15%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.space3 {
 padding-top: 25%;
 text-align: center;
 text-align: justify;
 font-size: 40px;
 margin-left: 15%;

}

.spacex {
  padding-top: 2.5%;
  text-align: justify;
  font-size: 40px;
  margin-left: 15%;
  width: 70%;
}

.spacefinal {
  padding-top: 2.5%;
  margin-left: 15%;
  font-size: 40px;
  font-weight: bold;
  font-family:'Damion', cursive;
}

.menu {
  font-size: 20px;
  font-weight: bold;
}

.qualify {
  font-weight: bold;
}

.headline {
  text-decoration: underline;
  margin-left: 15%;
  margin-top: 3%;
  font-size: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.readbutton {
  margin-left: 39%;
  border-radius: 24px!important;
}

.contact {
  margin-left: 10%;
}

h1.titleA{
  color: black;
  right: 30%;
  margin-right: 0;
}

h2.signature{
  margin-top: 2.5%;
  position: absolute;
  top:45%;
  right: 40%;
  font-family:'Damion', cursive;
  color: black;
}

img.contentPic{
  position: relative;
  left: 38%;
  margin-top: 30%;
  padding-bottom: 0%;

}

img.contentPic2{
  position: relative;
  left: 30%;
  margin-top: 30%;
  padding-bottom: 0%;

}
.articlesSpace{
  padding-top: 0%;
  text-align: center;
  text-align: justify;
  font-size: 40px;
  margin-left: 15%;
}

.underline {
  text-decoration: underline;
}

}


@media screen and (max-width: 1199px) {

  body {
    font-family: HelveticaNeue,Helvetica Neue,helvetica,Sans-Serif;
    overflow-x: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  
  h1 {
    color: #8B0000;
    margin-top: 2.5%;
    position: absolute;
    top:25%;
    right: 40%;
    font-family:'Damion', cursive;
  }
  
  .title {
      text-align: center;
      position: absolute;
      top:30%;
      font-size: 30px;
      right: 25%;
      font-size: 40px;
      font-weight: bold;
  }
  
  .mainPicture{
    background-image: url(images/main.jpg);
    background-size: cover;
    padding-top: 80%;
  }
  
  .aboutGif {
    background-image: url(images/ocean.gif);
    background-size: cover;
  }
  
  .aboutGif h1{
    top:15%;
  }

  .newStaff{
    margin-bottom:5%;
    position: absolute;
    top: 40%;
    left: 20%;
    font-size: 40px;
    font-weight: bold;
  }
  
  
  h2 {
    color: #003A96;
  }
  
  .subtitles {
    font-size: 40px;
    position: relative;
    left: 20%;
  }
  

  .subTitle1 {
    font-size: 20px;
    margin-top: 2.5%;
    position: relative;
    left: 15%;
  }
  
  .subTitle {
    font-size: 1em;
    margin-top: 2.5%;
    position: relative;
    left: 5%;
  }
  
  .subTitlex {
    font-size: 1em;
    margin-top: 2.5%;
    position: relative;
    left: 5%;
  }

  .subTitle3 {
    font-size: 1em;
    margin-top: 1%;
    position: relative;
    left: 5%;
  }
  
  .subTitle4 {
    margin-top: 10%;
    font-size: 20px;
    margin-left: 18%;
    padding-left: 0;
  }
  
  .subTitle5 {
    margin-top: 5%;
    font-size: 20px;
    margin-left: 18%;
    padding-left: 0;
  }
  
  p {
    display: inline-block;
    width: 70%;
  }
  
  .pic {
    width: 30%;
    position: relative;
    left:25%;
  }
  
  
  .summaries {
    margin-top: 15%;
  }
  
  .summariesarticles {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: justify;
  }
  
  .summary2 {
    margin-top: 12%;
  }
  
  .summary3 {
    margin-top: 10%;
  }
  
  .contactDetails {
    margin-top: 13%;
    padding-top: 5%;
    padding-left: 5%;
    display: inline-block;
  
  }
  
  a .fa {
  color: black;
  }
  
  .contain1{
    background-color: #E8E6E6;
    margin-left: 0;
    padding-left: 0;
  }
  
  .lastname {
    position: absolute;
    left: 60%;
    top: 0.1%;
  }
  
  #fname {
    margin-bottom: 8%;
    line-height: 180%;
  }
  
  #lname {
    line-height: 180%;
  }
  
  #email {
    width: 103%;
    line-height: 180%;
    margin-bottom: 8%;
  }
  
  .detailsform {
    padding-right: 20%;
    padding-top: 0;
  }
  
  .pic2 {
    width: 100%;
    position: relative;
    left: 10%;
  }
  
  #message {
    width: 103%;
    line-height: 180%;
    margin-bottom: 4%;
  }
  
  .submit {
    margin-left: 50%;
  }
  
  .whitespace {
    height: 20%;
  }
  
  .space1 {
   padding-top: 10%;
   text-align: center;
   font-family:'Damion', cursive;
   font-size: 56px;
   margin-left: 15%;
  
  }
  
  .space2{
    text-align: center;
    margin-left: 15%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .space3 {
   padding-top: 25%;
   text-align: center;
   text-align: justify;
   font-size: 40px;
   margin-left: 15%;
  
  }
  
  .spacex {
    padding-top: 2.5%;
    text-align: justify;
    font-size: 40px;
    margin-left: 15%;
    width: 70%;
  }
  
  .spacefinal {
    padding-top: 2.5%;
    margin-left: 15%;
    font-size: 40px;
    font-weight: bold;
    font-family:'Damion', cursive;
  }
  
  .menu {
    font-size: 20px;
    font-weight: bold;
  }
  
  .qualify {
    font-weight: bold;
  }
  
  .headline {
    text-decoration: underline;
    margin-left: 15%;
    margin-top: 3%;
    font-size: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .readbutton {
    margin-left: 17%;
    border-radius: 24px!important;
  }
    
  h1.titleA{
    color: black;
    right: 20%;
    text-align: center;
  }
  

  h2.signature{
    margin-top: 2.5%;
    position: absolute;
    top:28%;
    right: 35%;
    font-family:'Damion', cursive;
    color: black;
  }
  
  img.contentPic{
    position: relative;
    left: 38%;
    margin-top: 70%;
    padding-bottom: 0%;
  
  }
  
  img.contentPic2{
    position: relative;
    left: 20%;
    margin-top: 70%;
    padding-bottom: 0%;
  
  }
  .articlesSpace{
    padding-top: 0%;
    text-align: center;
    text-align: justify;
    font-size: 40px;
    margin-left: 15%;
  }
  
  .underline {
    text-decoration: underline;
  }
  
  }
  